-
Notifications
You must be signed in to change notification settings - Fork 0
/
ibprogram.html
204 lines (183 loc) · 10.1 KB
/
ibprogram.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
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
<!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>IB Program School-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>
<h5>AGES 16–18</h5>
<hr>
<h1>THE IB DIPLOMA PROGRAMME</h1>
<p>
From Year 12 onward, students at DNPS all follow the The International Baccalaureate Diploma Programme.
The IB is a challenging two-year course of study that prepares students for success in higher education
and life in a global society. This program leads to the highly regarded qualification that is widely
recognized by the world’s leading universities.
</p>
<div class="ib-program-background-image">
<img src="/images/ib-program-background-image.jpg" alt="ib-program-background-image">
<hr>
</div>
<div>
<h5> >Academic Excellence > IB Programme</h5>
<hr>
</div>
<p>“Success in an IB program correlates well with success at Harvard. We are always pleased to see the
credentials of the IB Diploma Programme on the transcript. GPA is not nearly as important a factor in
university admission as the IB Diploma. If a student has to choose, then choose the Diploma over
protecting the GPA.”
– Assistant Dean of Admissions at Harvard.</p>
<p>IB students study six subjects; three at higher level and three at standard level. They must choose from
the following options:</p>
<ul>
<li>A literature-based language course (English Language and Literature)</li>
<li>A conversationally based second language course (French or Spanish)</li>
<li>A social science course (Economics, Geography, History, or Global Politics)</li>
<li>A science course (Biology, Chemistry, Environmental Systems, or Physics)</li>
<li>A mathematics course</li>
<li>An elective course (visual arts, a third language, or a second social science or science course)
</li>
</ul>
<p>Students must also complete three core requirements:</p>
<ul>
<li>An Extended Essay linked to a topic of individual interest, within one of the six chosen subjects.
<ul>
<li>This is an independent piece of research, finishing as a 4,000-word paper.</li>
</ul>
</li>
<li>A Theory of Knowledge (ToK) course designed to encourage students to reflect on the nature of
knowledge and on how we know what we claim to know.</li>
<li>Creativity, Action, and Service (CAS), which requires students to take part in a range of
experiences and at least one project. All components must focus on creativity, action, and service.
</li>
</ul>
<p>The IB Diploma Programme encourages students to ask challenging questions, learn how to learn best,
develop a strong sense of their own identity and culture, and develop the ability to communicate with
and understand people from other countries and cultures. With over 70 different nationalities, an
experienced international staff, small class sizes, and a highly personalized approach to learning, DNPS
is an ideal choice for students interested in the IB Diploma.</p>
<p>We also have a full-time College Counselor who works with the students to prepare them thoroughly for
entry into universities and colleges throughout the world. Our College Counselor has extensive knowledge
of the entry requirements and procedures for private and public US and Canadian schools as well as the
differing requirements of UK and European universities.</p>
<aside class="ib-program-aside-content">
<div class="ib-content" id="ib-content">
<h1>CREATING OPPORTUNITIES THROUGH ACHIEVEMENT</h1>
<p>At DNPS, we offer a truly global experience with outstanding teachers and exceptional educational
opportunities. Here, our youngest students get the best possible start to their educational
journey.
</p>
<a href="/accademicexcellence.html"><button>MORE ABOUT ACADEMIC EXCELLENCE</button></a>
</div>
<div class="ib-image" id="ib-image">
<img src="/images/ib-aside-background-image.png" alt="ib asside background image">
</div>
</aside>
</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>