-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathonline_payment.html
164 lines (145 loc) · 7.9 KB
/
online_payment.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Make Payment | Home-Dan School</title>
<link rel="stylesheet" href="{{ url_for('static', filename='css/styles.css') }}">
<link rel="stylesheet" href="{{ url_for('static', filename='assets-css/online_payment.css') }}">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto&display=swap" rel="stylesheet">
<link rel="icon" href="{{ url_for('static', filename='images/favicon.png') }}">
</head>
<body>
<!-- index.html -->
<header>
<div class="header-container">
<div class="logo">
<a href="{{ url_for('index') }}"><img src="{{ url_for('static', filename='images/stlogo.png') }}" alt="Logo"></a>
</div>
<h1>DAN NURSERY & PRIMARY SCHOOL ABUJA</h1>
<div class="menu-icon">
<div class="bar"></div>
<div class="bar"></div>
<div class="bar"></div>
</div>
<nav>
<ul class="menu-list">
<li> <a href="{{ url_for('index') }}">Home</a></li>
<li> <a href="{{ url_for('about') }}">About</a></li>
<li> <a href="{{ url_for('services') }}">Our Services</a></li>
<li> <a href="{{ url_for('contact') }}">Contact Us</a></li>
<li> <a href="{{ url_for('testimonies') }}">Testimonials</a></li>
<li> <a href="{{ url_for('admissions') }}">Admissions</a></li>
<li> <a href="{{ url_for('login') }}">Login</a></li>
<li> <a href="{{ url_for('studentportal') }}">Student Portal</a></li>
<li> <a href="{{ url_for('events') }}">Events</a></li>
<!-- Add more links as needed -->
</ul>
</nav>
</div>
</header>
<main>
<section class="make-payment" id="make-payment">
<div class="payment">
<h1>Save Time, Sign In! <span class="view-comment">
<button class="view">!</button>
<p class="comment-on-mouse-over-view-button">By logging in now you can checkout quickly and save transactions</p>
</span> </h1>
<a href="{{ url_for('login')}}"><button class="login-btn">Login</button></a>
<a href="{{ url_for('create_account')}}"><button class="register-btn">Create acount</button></a>
</div>
<div class="payment-details">
<div class="left-text1">
<h2>Tuition Payment Plans</h2>
<p>We are pleased to offer this easy and secure online payment system as a convenient way for families to make electronic payments.</p>
<p>Three different electronic payment methods are accepted:</p>
<ul>
<li>Credit and debit cards are assessed a service fee of 2.89%.</li>
<li>ACH (eCheck) is assessed a service fee of 0.25%.</li>
</ul>
<a href="{{ url_for('login')}}"> <button class="setup-plan-btn">SET UP A PLAN</button></a>
</div>
<div class="right-text1">
<h2>Incidental Payments</h2>
<p>We are pleased to offer this easy and secure online payment system as a convenient way for families to make electronic payments.</p>
<p>Three different electronic payment methods are accepted:</p>
<ul>
<li>Credit and debit cards are assessed a service fee of 2.89%.</li>
<li>ACH (eCheck) is assessed a service fee of 0.25%.</li>
</ul>
<a href="{{ url_for('login')}}"><button class="make-payment-btn">MAKE PAYMENT</button></a>
</div>
</div>
</section>
</main>
<hr>
<footer class="footer1">
<div class="footer-column">
<p>CONTACT DAN INFO</p>
<ul>
<li><a href="tel:+2348101756091">Call or Text: +234 (0) 810 175 6091</a></li>
<li><a href="mailto:[email protected]">Email: [email protected]</a></li>
<li><a href="http://info.danschool.edu">Website: info.danschool.edu</a></li>
<li>Dan Nursery & Primary School Abuja</li>
</ul>
</div>
<div class="footer-column">
<p>RESOURCES</p>
<ul>
<li><a href="#">A-Z Index</a></li>
<li><a href="#">DAN Mobile App (Android)</a></li>
<li><a href="#">DAN Mobile App (IOS)</a></li>
<li><a href="#">Student Development Services</a></li>
<li><a href="#">Employment At DAN</a></li>
<li><a href="#">Office Of Belonging</a></li>
<li><a href="#">Helping Distressed Students</a></li>
<li><a href="#">Library</a></li>
<li><a href="#">Office Of IT</a></li>
<li><a href="#">Title IX (Sexual Misconduct)</a></li>
<li><a href="#">School Police & Parking</a></li>
</ul>
</div>
<div class="footer-column">
<p>OTHER DAN SCHOOLS</p>
<ul>
<li><a href="#">Dan Jos</a></li>
<li><a href="#">Dan Lagos</a></li>
<li><a href="#">Dan Logos</a></li>
<li><a href="#">Dan College Jos</a></li>
</ul>
</div>
<div class="footer-column">
<div class="social-column">
<p>CONNECT</p>
<ul>
<li><a href="https://www.facebook.com/"><img src="{{ url_for('static', filename='images/fb.png') }}" alt="facebook" class="social"></a>
</li>
<li><a href="https://instagram.com/"><img src="{{ url_for('static', filename='images/instagram.png') }}" alt="instagram" class="social"></a>
</li>
<li><a href="https://www.linkedin.com/"><img src="{{ url_for('static', filename='images/linkIn.jpg') }}" alt="linkedin" class="social"></a>
</li>
<li><a href="https://www.twitter.com/"><img src="{{ url_for('static', filename='images/twitter.png') }}" alt="twitter" class="social"></a>
</li>
</ul>
</div>
<ul class="connect-list">
<li><a href="#">DAN Alumni</a></li>
<li><a href="#">DAN Athletics</a></li>
<li><a href="#">DAN News</a></li>
<li><a href="#">DAN Store</a></li>
<li><a href="#">DANtv</a></li>
</ul>
</div>
</footer>
<footer class="footer-article">
<article class="copy" id="footer">
<p class="copy">_____-:- ©DAN NURSERY & PRIMARY SCHOOL -:- _____</p>
<p class="copy-date"></p>
</article>
</footer>
<script src="{{ url_for('static', filename='assets-js/index.js') }}"></script>
<script src="{{ url_for('static', filename='js/app.js') }}"></script>
</body>
</html>