-
Notifications
You must be signed in to change notification settings - Fork 0
/
vision-and-mission.html
342 lines (290 loc) · 19.5 KB
/
vision-and-mission.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
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
<!DOCTYPE html>
<html lang="en">
<head>
<script src="https://kit.fontawesome.com/20e1c46e43.js" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/animejs/2.0.2/anime.min.js"></script>
<!-- <link href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script>
<script src="//code.jquery.com/jquery-1.11.1.min.js"></script> -->
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Righteous&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Fredoka+One&family=Teko:wght@600&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Viga&display=swap" rel="stylesheet">
<script src="https://code.iconify.design/1/1.0.7/iconify.min.js"></script>
<script src='https://kit.fontawesome.com/a076d05399.js'></script>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>STEM OBOUR</title>
<meta content="" name="description">
<meta content="" name="keywords">
<!-- Favicons -->
<link href="assets/img/favicon.png" rel="icon">
<link href="assets/img/apple-touch-icon.png" rel="apple-touch-icon">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Roboto:300,300i,400,400i,500,500i,700,700i&display=swap" rel="stylesheet">
<!-- Vendor CSS Files -->
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/animate.css/animate.min.css" rel="stylesheet">
<link href="assets/vendor/icofont/icofont.min.css" rel="stylesheet">
<link href="assets/vendor/boxicons/css/boxicons.min.css" rel="stylesheet">
<link href="assets/vendor/venobox/venobox.css" rel="stylesheet">
<link href="assets/vendor/owl.carousel/assets/owl.carousel.min.css" rel="stylesheet">
<link href="assets/vendor/aos/aos.css" rel="stylesheet">
<!-- Template Main CSS File -->
<link href="assets/css/style.css" rel="stylesheet">
</head>
<body>
<!-- ======= Header ======= -->
<header style="padding: 0;" id="header" class="fixed-top header-transparent">
<div style="display: inline;" class="collapse float-left navbar-collapse logo2" id="navbarSupportedContent">
<a class="navbar-brand float-left" href="index.html"><img width="90" height="80" src="assets/img/favicon.png" alt="" class="img-fluid"></a>
<h1 style="margin-top: 20px; color: white;font-size: 2.5rem; " class="navbar-brand"><a href="index.html"><span>STEM OBOUR</span></a></h1>
</div>
<!-- <div style="" class="container">
<div class="logo float-left">
<a style="display: inline;" href="index.html"><img style="display: inline;" src="assets/img/favicon.png" alt="" class="img-fluid"></a>
<h1 style="display: inline; margin-top: 100px;" class="text-light"><a style="display: inline; margin-top: 100px;" href="index.html"><span style="display: inline; margin-top: 100px;">STEM OBOUR</span></a></h1>
<!-- Uncomment below if you prefer to use an image logo
</div> -->
<nav class="navbar navbar-expand-lg d-none d-lg-block">
<!-- <div style="display: inline;" class="collapse float-left navbar-collapse logo2" id="navbarSupportedContent">
<a class="navbar-brand float-left" href="index.html"><img width="90" height="80" src="assets/img/favicon.png" alt="" class="img-fluid"></a>
<h1 style="margin-top: 20px; color: white;font-size: 2.5rem; " class="navbar-brand"><a href="index.html"><span>STEM OBOUR</span></a></h1>
</div> -->
<div style="margin-top: 6px; font-size: 60px;" class="float-right" >
<ul class="nav-menu navbar-nav ms-auto">
<li class="nav-item hvr-bob">
<a class='nav-link hvr-bob' href='index.html'>Home <span class="sr-only hvr-bob">(current)</span></a>
</li>
<li class="nav-item dropdown active">
<a class="nav-link hvr-bob dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
About Us
</a>
<div class="dropdown-menu wheat" aria-labelledby="navbarDropdown">
<a style="color: black;" class='dropdown-item hvr-bob' href='about/index.html'><span class="marginn"><i class="fas fa-university fa-fw"></i></span> Overview</a>
<!-- <a style="color: black;" class='dropdown-item' href='about/history.html'><span class="marginn"><i class="fas fa-hourglass-half fa-fw"></i></span> History</a> -->
<a style="color: black;" class='dropdown-item hvr-bob' href='staff.html'><span class="marginn"><i class="fas fa-user-graduate fa-fw"></i></span> Staff</a>
<a style="color: black;" class='dropdown-item hvr-bob active' href='about/vision-and-mission.html'><span class="marginn" ><i class="fas fa-scroll fa-fw"></i></span> Vision and Mission</a>
<a style="color: black;" class='dropdown-item hvr-bob' href='targeted-students.html'><span class="iconify marginn " data-icon="mdi-bullseye-arrow"></span> Targeted Students</a>
<a style="color: black;" class='dropdown-item hvr-bob' href='students-union.html'><span class="marginn"><i class="fab fa-old-republic fa-fw"></i></span> Students Union</a>
<a style="color: black;" class='dropdown-item hvr-bob' href='gallery.html'><span class="marginn"><i class="icofont-photobucket"></i></span> Gallery</a>
</div>
</li>
<li class="nav-item">
<a class='nav-link hvr-bob' href='campus.html'>Campus</a>
</li>
<li class="nav-item">
<a class='nav-link hvr-bob' href='academics.html'>Academics</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle hvr-bob" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Extracurriculars
</a>
<div class="dropdown-menu wheat" aria-labelledby="navbarDropdown">
<a style="color: black;" class='dropdown-item hvr-bob' href='competitions.html'><i class="fas fa-award fa-fw"></i> Competitions</a>
<a class='dropdown-item hvr-bob' style="color: black;" href='exchange.html'><i class="fas fa-globe fa-fw"></i> Exchange Programs</a>
<a class='dropdown-item hvr-bob' href='teams.html' style="color: black;"><i class="fas fa-jedi fa-fw"></i> Teams and Clubs</a>
<a style="color: black;" class='dropdown-item hvr-bob' href='events.html'><i class="far fa-calendar-alt fa-fw"></i> Our Events</a>
</div>
</li>
<li class="nav-item">
<a class='nav-link hvr-bob active' href='alumni.html'>Alumni</a>
</li>
<li class="nav-item">
<a class='nav-link hvr-bob' href='contact.html'>Contact</a>
</li>
</ul>
</div>
</nav>
</div>
</header><!-- End Header -->
<!-- ======= Hero Section ======= -->
<section id="hero" class="d-flex justify-cntent-center align-items-center">
<div id="heroCarousel" class="container carousel carousel-fade" data-ride="carousel">
<!-- Slide 1 -->
<div class="carousel-item active" data-aos-delay="10">
<div class="carousel-container" data-aos-delay="10">
<h2 class="animate__animated animate__fadeInDown ml6"> <span class="letters">Welcome to STEM OBOUR</span></h2>
<p class="animate__animated animate__fadeInUp">Teaching should be such that what is offered is perceived as a valuable gift and not as a hard duty.</p>
<!-- <a href="" class="btn-get-started animate__animated animate__fadeInUp">Read More</a> -->
</div>
</div>
<!-- Slide 2-->
<div class="carousel-item" data-aos-delay="10">
<div class="carousel-container" data-aos-delay="10">
<h2 class="animate__animated animate__fadeInDown ml6"><span class="letters">Wait Our Annually Event About STEM </span></h2>
<p class="animate__animated animate__fadeInUp">We Make an Event Every Year To Introduce STEM To Middle School Students.</p>
<!-- <a href="" class="btn-get-started animate__animated animate__fadeInUp">Read More</a> -->
</div>
</div>
<!-- Slide 3 -->
<div class="carousel-item" data-aos-delay="10">
<div class="carousel-container" data-aos-delay="10">
<h2 class="animate__animated animate__fadeInDown ml6"> <span class="letters">Here You are More Than Student! </span></h2>
<p class="animate__animated animate__fadeInUp">When You Became a Part STEM Community, You Will Understand How Familly Are.</p>
<!-- <a href="" class="btn-get-started animate__animated animate__fadeInUp">Read More</a> -->
</div>
</div>
<a class="carousel-control-prev" href="#heroCarousel" role="button" data-slide="prev">
<span class="carousel-control-prev-icon bx bx-chevron-left" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#heroCarousel" role="button" data-slide="next">
<span class="carousel-control-next-icon bx bx-chevron-right" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</section><!-- End Hero -->
<main id="main">
<!-- ======= vision $ mission Section ======= -->
<section>
<div class="container">
<div class="row" data-aos="fade-up">
<div style="margin: 10px;" class="col-lg-12 hvr-grow text-center">
<img src="assets/img/Crown.svg+xml" height="90px" width="90px" style="color: wheat;">
</div>
<div style="border: solid wheat; margin: 10px; background-color: darkslategrey;border-radius: 20px;" class="col-lg-12 hvr-grow " >
<h2 class="text-center">Our Mission</h2>
<p>At STEM High School, we believe that the school was designed to create “centres of excellence” that embody trans-disciplinary collaboration, real world applications, critical thinking, and a pioneering spirit. Ultimately, STEM schools support a new vision of Egypt as a country equipped with both the human capital and the institutional resources to compete and excel in the international marketplace. The overarching goal of the schools is to create a network of self-sufficient schools with newly established curriculum, trained teachers, industry partnerships and operational system under the MOE's public schooling system to educate high performing students from across Egypt, regardless of socioeconomic status.
</p>
</div>
<div style="margin: 10px;" class="col-lg-12 hvr-grow text-center">
<img src="assets/img/Book.svg+xml" height="90px" width="90px" style="color: wheat;">
</div>
<div style="border: solid wheat;margin: 10px;background-color: darkslategrey;border-radius: 20px;" class="col-lg-12 hvr-grow " >
<div >
<h2 class="text-center">Our Vision</h2>
<p>At STEM High School, we believe that the school was designed to create “centres of excellence” that embody trans-disciplinary collaboration, real world applications, critical thinking, and a pioneering spirit. Ultimately, STEM schools support a new vision of Egypt as a country equipped with both the human capital and the institutional resources to compete and excel in the international marketplace. The overarching goal of the schools is to create a network of self-sufficient schools with newly established curriculum, trained teachers, industry partnerships and operational system under the MOE's public schooling system to educate high performing students from across Egypt, regardless of socioeconomic status.
</p>
</div>
</div>
</div>
</div>
</section><!-- End vission & mission Section -->
</main><!-- End #main -->
<!-- ======= Footer ======= -->
<footer id="footer" data-aos="fade-up" data-aos-easing="ease-in-out" data-aos-duration="500">
<div class="footer-newsletter">
<div class="container">
<div class="row">
<div class="col-lg-6">
<h4>Our Newsletter</h4>
<p>Subscripe To Our Newsletter We Will Send You and Updated News</p>
</div>
<div class="col-lg-6">
<form style="background-color: wheat;" action="https://formspree.io/f/mleokblv" method="POST">
<input style="background-color: wheat;" type="email" name="email"><input type="submit" value="Subscribe">
</form>
</div>
</div>
</div>
</div>
<div class="footer-top">
<div class="container">
<div class="row">
<div class="col-lg-3 col-md-6 footer-links">
<h4>Site Map</h4>
<ul>
<div class="row">
<div class="col-lg-12 col-md-6 col-auto">
<li class="hvr-bob"><i class="bx bx-chevron-right"></i> <a href="index.html">Home</a></li>
<li class="nav-item dropdown hvr-bob"><i class="bx bx-chevron-right"></i>
<a class=" dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
About Us
</a>
<div class="dropdown-menu wheat " aria-labelledby="navbarDropdown">
<a style="color: black;" class='dropdown-item hvr-bob' href='index.html'><span class="marginn"><i class="fas fa-university fa-fw blackk"></i></span> Overview</a>
<!-- <a style="color: black;" class='dropdown-item' href='about/history.html'><span class="marginn"><i class="fas fa-hourglass-half fa-fw"></i></span> History</a> -->
<a style="color: black;" class='dropdown-item hvr-bob' href='staff.html'><span class="marginn"><i class="fas fa-user-graduate fa-fw blackk"></i></span> Staff</a>
<a style="color: black;" class='dropdown-item hvr-bob' href='vision-and-mission.html'><span class="marginn" ><i class="fas fa-scroll fa-fw blackk" ></i></span> Vision and Mission</a>
<a style="color: black;" class='dropdown-item hvr-bob' href='targeted-students.html'> <img src="assets/img/Arrow.png" class="" height="20" width="22"> Targeted Students</a>
<a style="color: black;" class='dropdown-item hvr-bob' href='students-union.html'><span class="marginn"><i class="fab fa-old-republic fa-fw blackk"></i></span> Students Union</a>
<a style="color: black;" class='dropdown-item hvr-bob' href='gallery.html'><span class="marginn"><i class="icofont-photobucket blackk"></i></span> Gallery</a>
</div>
</li>
<li class="hvr-bob"><i class="bx bx-chevron-right"></i> <a href="campus.html">Campus</a></li>
<li class="hvr-bob"><i class="bx bx-chevron-right"></i> <a href="#">Academics</a></li>
</div>
<div class="col-lg-12 col-md-6 col-auto">
<li class="hvr-bob"><i class="bx bx-chevron-right"></i> <a href="#">Competitions</a></li>
<li class="nav-item dropdown hvr-bob"><i class="bx bx-chevron-right"></i>
<a class=" dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Extracurriculars
</a>
<div class="dropdown-menu wheat" aria-labelledby="navbarDropdown">
<a style="color: black;" class='dropdown-item hvr-bob' href='competitions.html'><i class="fas fa-award fa-fw blackk"></i> Competitions</a>
<a class='dropdown-item hvr-bob' style="color: black;" href='exchange.html'><i class="fas fa-globe fa-fw blackk"></i> Exchange Programs</a>
<a class='dropdown-item hvr-bob' href='teams.html' style="color: black;"><i class="fas fa-jedi fa-fw blackk"></i> Teams and Clubs</a>
<a style="color: black;" class='dropdown-item hvr-bob' href='events.html'><i class="far fa-calendar-alt fa-fw blackk"></i> Our Events</a>
</div>
</li>
<li class="hvr-bob"><i class="bx bx-chevron-right"></i> <a href="alumni.html">Alumni</a></li>
<li class="hvr-bob"><i class="bx bx-chevron-right"></i> <a href="contact.html">Contact</a></li>
</div>
</div>
<!-- <li><i class="bx bx-chevron-right"></i> <a href="#">Privacy policy</a></li> -->
</ul>
</div>
<div class="col-lg-3 col-md-6 footer-links text-center">
<h4>Our Social Links</h4>
<!-- <ul>
<li><i class="bx bx-chevron-right"></i> <a href="#">Web Design</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="#">Web Development</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="#">Product Management</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="#">Marketing</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="#">Graphic Design</a></li>
</ul> -->
<div class="social-links mt-3 hvr-grow">
<a href="Kalubyasch@stemkalubya.moe.edu.eg" class="twitter hvr-grow"><i class="bx bx-mail-send"></i></a>
<a href="https://www.facebook.com/Obourstem" class="facebook hvr-grow"><i class="bx bxl-facebook"></i></a>
<!-- <a href="#" class="instagram hvr-grow"><i class="bx bxl-instagram"></i></a> -->
<!-- <a href="#" class="linkedin hvr-grow"><i class="bx bxl-linkedin"></i></a> -->
</div>
</div>
<div class="col-lg-3 col-md-6 footer-contact">
<h4>Contact Us</h4>
<p>
9th District, Obour City <br>
Qalyubia, 11828 <br>
Egypt <br><br>
<strong>Phone:</strong>+20 106 968 3986<br>
<strong>Email:</strong> info@stemobour.edu.eg<br>
</p>
</div>
<div class="col-lg-3 col-md-6 footer-info">
<h3>About Us</h3>
<p>STEM Obour is a public high school in Egypt that ensures students with the highest learning environment with lofty academic inspiration.</p>
</div>
</div>
</div>
</div>
<div class="container">
<div style="border-top: wheat solid;" class="copyright row">
<div class="col-sm-6">
Copyright © <strong><span>STEM Obour</span></strong>. All Rights Reserved
</div>
<div class="col-sm-6">
Made By | STEM Obour Developers Team
</div>
</div>
</div>
</footer><!-- End Footer -->
<a href="#" class="back-to-top hvr-grow"><i class="icofont-simple-up"></i></a>
<!-- Vendor JS Files -->
<script src="assets/vendor/jquery/jquery.min.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/jquery.easing/jquery.easing.min.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<script src="assets/vendor/venobox/venobox.min.js"></script>
<script src="assets/vendor/waypoints/jquery.waypoints.min.js"></script>
<script src="assets/vendor/counterup/counterup.min.js"></script>
<script src="assets/vendor/owl.carousel/owl.carousel.min.js"></script>
<script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<script src="assets/vendor/aos/aos.js"></script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
<script src="assets/js/Alumni.js"></script>
</body>
</html>