-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
168 lines (152 loc) · 6.96 KB
/
about.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
165
166
167
168
<!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>About-Dan School</title>
<link rel="stylesheet" href="{{ url_for('static', filename='css/styles.css') }}">
<link rel="stylesheet" href="{{ url_for('static', filename='assets-css/index.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 id="about">
<div class="about-container">
<h2>About Our School</h2>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla facilisi. Vestibulum in libero sit amet lacus
aliquam euismod eget ac velit. Integer ac est nec elit eleifend pharetra. Nam non dignissim risus. Etiam ac
dictum ipsum. Morbi eget nisi sit amet magna eleifend bibendum eu non eros. Nunc euismod ante ut nisi
venenatis, eget consectetur sapien egestas. Proin vitae rhoncus sapien, at luctus orci. Duis a risus ut urna
scelerisque sodales. Nulla facilisi. Donec ac felis nec dui condimentum pellentesque. Nam vel faucibus velit.
</p>
<!-- Add more content about the school -->
<div class="image-gallery">
<img src="images/studentfa.jpg" alt="School Facilities">
<img src="images/studentfa1.jpg" alt="Students at an Event">
<img src="images/studentfa2.jpg" alt="Science Lab">
<!-- Add more gallery images -->
</div>
</div>
</section>
<section id="faq">
<div class="faq-container">
<h2>Frequently Asked Questions</h2>
<div class="faq-item">
<h3>How do I apply to the school?</h3>
<p>
To apply to our school, visit the "Apply" section on our website and fill out the application form. Once
submitted, our admissions team will review your application.
</p>
</div>
<div class="faq-item">
<h3>What are the school's operating hours?</h3>
<p>
The school operates from Monday to Friday, 8:00 AM to 3:00 PM. We are closed on weekends and public
holidays.
</p>
</div>
<!-- Add more FAQ items -->
</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>