-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcourseDetails.html
373 lines (353 loc) · 13.1 KB
/
courseDetails.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
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
<!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>Megaminds Academy</title>
<meta name="description" content="megaminds-academ" />
<meta name="keywords" content="megaminds-academ" />
<link rel="icon" type="image/x-icon" href="./images/iconePage.webp" />
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/17.0.8/css/intlTelInput.css"
/>
<script src="https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/17.0.8/js/intlTelInput.min.js"></script>
<link rel="stylesheet" href="css/bootstrap.css" />
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.rtl.min.css"
integrity="sha384-gXt9imSW0VcJVHezoNQsP+TNrjYXoGcrqBZJpry9zJt8PCQjobwmhMGaDHTASo9N"
crossorigin="anonymous"
/>
<link rel="stylesheet" href="./css/owl.carousel.min.css" />
<link rel="stylesheet" href="./css/owl.theme.default.min.css" />
<link rel="stylesheet" href="./css/all.min.css" />
<link rel="stylesheet" href="./css/style.css" />
</head>
<body>
<nav class="navbar navbar-expand-lg bg-body-tertiary">
<div class="container">
<a class="navbar-brand" href="index.html"
><img src="./images/megaminds-academy.webp" alt="logo"
/></a>
<button
class="navbar-toggler collapsed"
type="button"
data-bs-toggle="collapse"
data-bs-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="toggler-icon top-bar"></span>
<span class="toggler-icon middle-bar"></span>
<span class="toggler-icon bottom-bar"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item">
<a class="nav-link" aria-current="page" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="aboutUs.html">About Us</a>
</li>
<li class="nav-item">
<a class="nav-link active" href="courses.html">Courses</a>
</li>
<li class="nav-item">
<a class="nav-link" href="careers.html">Careers</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contactUs.html">Contact Us</a>
</li>
<li class="nav-item">
<a class="nav-link" href="store.html">Store</a>
</li>
</ul>
<div class="endnav">
<!-- if you need "Sign In" add className "hide" to dropdown -> and true otherwise -->
<a href="signIn.html" class="btn_page btn_nav">Sign In</a>
<div class="dropdown hide">
<h4
class="dropdown-toggle f-b"
data-bs-toggle="dropdown"
aria-expanded="false"
>
Profile
</h4>
<ul class="dropdown-menu">
<li>
<a class="dropdown-item" href="profile.html">
<img src="./images/myProfile.webp" alt="myProfile" />
<p>My Profile</p></a
>
</li>
<li>
<a class="dropdown-item" href="followUp.html">
<img src="./images/followUp.webp" alt="myProfile" />
<p>Follow-up</p></a
>
</li>
<li>
<a class="dropdown-item" href="myCart.html">
<img src="./images/myCart.webp" alt="myProfile" />
<p>My Cart</p></a
>
</li>
<li>
<a class="dropdown-item" href="myOrders.html">
<img src="./images/myOrder.webp" alt="myOrder" />
<p>My Orders</p></a
>
</li>
<li>
<a class="dropdown-item" href="addresses.html">
<img src="./images/addresses.webp" alt="Addresses" />
<p>Addresses</p>
</a>
</li>
<li>
<a class="dropdown-item" href="signIn.html"
><p style="color: black">Log Out</p></a
>
</li>
</ul>
</div>
<button class="btn-lang" type="button">
<img src="./images/lang.svg" alt="lang" />
<p class="f-b">العربية</p>
</button>
</div>
</div>
</div>
</nav>
<section class="courseDetails ">
<div class="container">
<div class="cart">
<!-- <img src="./images/imgCart.webp" class="imgcart" alt="" /> -->
<video class="imgcart" controls autoplay>
<source src="./images/Kids intro video using 3D animation - No copyright.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
<div class="part2">
<h2>Advanced HTML</h2>
<h3 class="f-s">Online - In Person - 13 Sessions</h3>
<div class="price">
<span class="sall f-s">679.99 EGP</span>
<span class="priceNow f-b">679.99 EGP</span>
</div>
<div class="links">
<a href="bookingForm.html" class="btn_page">Book Online Now</a>
<a href="" class="udemy"> See <img src="./images/udemy.webp" alt="udemy"></a>
</div>
<ul>
<li>
<h4>Description</h4>
<p>
This will cover how to write syntactically correct HTML .
Mastering this range of technologies will allow you to develop
high quality web sites that work seamlessly on mobile, tablet,
and large screen browsers accessible. This will include your
ability to design and implement a responsive site that utilizes
tools to create a site that is accessible to a wide audience,
including those with visual, audial, physical, and cognitive
impairments. 1
</p>
</li>
<li>
<h4>Range of age</h4>
<p>13-18</p>
</li>
<li>
<h4>Prerequisites:</h4>
<a href=""> Introduction to HTML</a>
</li>
</ul>
</div>
</div>
<div class="curriculum mb100">
<h2 class="f-m">Curriculum</h2>
<ul>
<li>
<h3>Session 1</h3>
<p>Introduction and basics of HTML</p>
</li>
<li>
<h3>Session 2</h3>
<p>Introduction and basics of HTML</p>
</li>
<li>
<h3>Session 3</h3>
<p>Introduction and basics of HTML</p>
</li>
</ul>
</div>
<div class="courses ">
<div class="head_title">
<span>[</span>
<h2 > More Courses </h2>
<span>]</span>
</div>
<div class="part mb100">
<div class="items itemsOwl owl-carousel owl-carousel2 owl-theme2 ">
<div class="item col-md-4" >
<img src="./images/screencapture1.webp" alt="courses" />
<div class="itemAbout">
<h3 class="f-b">Introduction to Robotics</h3>
<h4 class="f-s">9-12 years . 11 session</h4>
<p>Online - In Person</p>
<div class="price">
<span class="sall f-s">679.99 EGP</span>
<span class="priceNow f-b">679.99 EGP</span>
</div>
<a href="courseDetails.html" class="btn_page2">Join Now</a>
</div>
</div>
<div class="item col-md-4" href="courseDetails.html">
<img src="./images/screencapture2.webp" alt="courses" />
<div class="itemAbout">
<h3 class="f-b">Introduction to Flutter</h3>
<h4 class="f-s">6-8 years . 13 session</h4>
<p>In Person</p>
<div class="price">
<span class="priceNow f-b">679.99 EGP</span>
</div>
<a href="courseDetails.html" class="btn_page2">Join Now</a>
</div>
</div>
<div class="item col-md-4" href="courseDetails.html">
<img src="./images/screencapture3.webp" alt="courses" />
<div class="itemAbout">
<h3 class="f-b">Advanced HTML</h3>
<h4 class="f-s">9-12 years . 11 session</h4>
<p>Online - In Person</p>
<div class="price">
<span class="sall f-s">679.99 EGP</span>
<span class="priceNow f-b">679.99 EGP</span>
</div>
<a href="courseDetails.html" class="btn_page2">Join Now</a>
</div>
</div>
<div class="item col-md-4" href="courseDetails.html">
<img src="./images/screencapture3.webp" alt="courses" />
<div class="itemAbout">
<h3 class="f-b">Advanced HTML</h3>
<h4 class="f-s">9-12 years . 11 session</h4>
<p>Online - In Person</p>
<div class="price">
<span class="sall f-s">679.99 EGP</span>
<span class="priceNow f-b">679.99 EGP</span>
</div>
<a href="courseDetails.html" class="btn_page2">Join Now</a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<footer>
<div class="container">
<div class="container fotter_content">
<div class="head">
<h1>
<a href="index.html"
><img src="./images/megaminds-academy.webp" alt="logo"
/></a>
</h1>
<p>
Specialized in training (Robotics - Programming - Graphic Design)
for children and young people from 6 to 16 years old
</p>
</div>
<div class="part">
<h2>Links</h2>
<div class="links">
<a href="index.html">Home</a>
<a href="aboutUs.html">About Us</a>
<a href="courses.html">Courses</a>
<a href="careers.html">Careers</a>
<a href="contactUs.html">Contact Us</a>
</div>
</div>
<div class="part">
<h2>Contact US</h2>
<div class="contact2">
<a href="tel:+201020875701">
<img src="./images/telephone.webp" alt="phone" />
<p style="direction: ltr">(+2) 01020875701</p>
</a>
<a href="tel:+201008161964">
<img src="./images/telephone.webp" alt="phone" />
<p style="direction: ltr">(+2) 01008161964</p>
</a>
<a href="mailto:[email protected]" target="_blank">
<img src="./images/mail.webp" alt="email" />
<p>[email protected]</p>
</a>
</div>
</div>
</div>
<div class="copy">
<p>©All rights reserved.</p>
<div class="links_social">
<a href="https://www.facebook.com/MegamindsEgypt" target="_blank">
<img src="./images/facebook.webp" alt="facebook" />
</a>
<a href="" target="_blank">
<img src="./images/linkedin.webp" alt="linkedin" />
</a>
<a href="https://www.instagram.com/megamind.kids/" target="_blank">
<img src="./images/instagram.webp" alt="instagram" />
</a>
<a href="" target="_blank">
<img src="./images/twitter.webp" alt="twitter" />
</a>
</div>
</div>
</div>
</footer>
<script src="js/popper.min.js"></script>
<script src="js/jquery-3.6.1.min.js"></script>
<script src="js/bootstrap.js"></script>
<script src="./js/owl.carousel.min.js"></script>
<script>
$(".owl-carousel2").owlCarousel({
/*navText: [
' <img src="./images/left.webp" alt=""/> ',
' <img src="./images/right.webp" alt=""/>',
],*/
loop: true,
dots: false,
autoplay:true,
autoplayTimeout:2000,
autoplayHoverPause:true,
margin: 10,
nav: true,
center: false,
responsiveClass: true,
responsive: {
0: {
items: 1,
center: false,
},
768: {
items: 1.7,
},
992: {
items: 2.2,
},
1200: {
items: 2.4,
loop: true,
},
1400: {
items: 3,
loop: true,
},
},
});
</script>
</body>
</html>