-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathevents-details.html
More file actions
360 lines (342 loc) · 14.6 KB
/
events-details.html
File metadata and controls
360 lines (342 loc) · 14.6 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-K2LF7KTW6K"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-K2LF7KTW6K');
</script>
<!-- META ============================================= -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="keywords" content="" />
<meta name="author" content="" />
<meta name="robots" content="" />
<!-- DESCRIPTION -->
<meta name="description" content="EduChamp : Building Edu-Champions!" />
<!-- OG -->
<meta property="og:title" content="EduChamp : Building Edu-Champions!" />
<meta property="og:description" content="EduChamp : Building Edu-Champions!" />
<meta property="og:image" content="" />
<meta name="format-detection" content="telephone=+234-704-236-7715">
<!-- FAVICONS ICON ============================================= -->
<link rel="icon" href="images/favicon.ico" type="image/x-icon" />
<link rel="shortcut icon" type="image/x-icon" href="images/favicon.png" />
<!-- PAGE TITLE HERE ============================================= -->
<title>EduChamp</title>
<!-- MOBILE SPECIFIC ============================================= -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!--[if lt IE 9]>
<script src="js/html5shiv.min.js"></script>
<script src="js/respond.min.js"></script>
<![endif]-->
<!-- All PLUGINS CSS ============================================= -->
<link rel="stylesheet" type="text/css" href="css/assets.css">
<!-- TYPOGRAPHY ============================================= -->
<link rel="stylesheet" type="text/css" href="css/typography.css">
<!-- SHORTCODES ============================================= -->
<link rel="stylesheet" type="text/css" href="css/shortcodes/shortcodes.css">
<!-- STYLESHEETS ============================================= -->
<link rel="stylesheet" type="text/css" href="css/style.css">
<link class="skin" rel="stylesheet" type="text/css" href="css/color/color-1.css">
</head>
<body id="bg">
<div class="page-wraper">
<div id="loading-icon-bx"></div>
<div class="onepage"></div>
<!-- Header Top ==== -->
<header class="header rs-nav">
<div class="top-bar">
<div class="container">
<div class="row d-flex justify-content-between">
<div class="topbar-left">
<ul>
<li><a href="faq.html"><i class="fa fa-question-circle"></i>Ask a Question</a></li>
<li><a href="javascript:;"><i class="fa fa-envelope-o"></i>kyle.xavier.xy.05@gmail.com</a></li>
</ul>
</div>
<div class="topbar-right">
<ul>
<li>
<select class="header-lang-bx">
<option data-icon="flag flag-uk">English UK</option>
<option data-icon="flag flag-us">English US</option>
</select>
</li>
</ul>
</div>
</div>
</div>
</div>
<div class="sticky-header navbar-expand-lg">
<div class="menu-bar clearfix">
<div class="container clearfix">
<!-- Header Logo ==== -->
<div class="menu-logo">
<a href="index.html"><img src="images/logo.png" alt=""></a>
</div>
<!-- Mobile Nav Button ==== -->
<button class="navbar-toggler collapsed menuicon justify-content-end" type="button" data-toggle="collapse" data-target="#menuDropdown" aria-controls="menuDropdown" aria-expanded="false" aria-label="Toggle navigation">
<span></span>
<span></span>
<span></span>
</button>
<!-- Navigation Menu ==== -->
<div class="menu-links navbar-collapse collapse justify-content-start" id="menuDropdown">
<div class="menu-logo">
<a href="index.html"><img src="images/logo.png" alt=""></a>
</div>
<ul class="nav navbar-nav">
<li class="active"><a href="index.html">Home</a></li>
<li><a href="javascript:;">Pages <i class="fa fa-chevron-down"></i></a>
<ul class="sub-menu">
<li><a href="javascript:;">About<i class="fa fa-angle-right"></i></a>
<ul class="sub-menu">
<li><a href="about.html">About</a></li>
</ul>
</li>
<li><a href="javascript:;">Event<i class="fa fa-angle-right"></i></a>
<ul class="sub-menu">
<li><a href="event.html">Event</a></li>
<li><a href="events-details.html">Special Event</a></li>
</ul>
</li>
<li><a href="javascript:;">FAQ's<i class="fa fa-angle-right"></i></a>
<ul class="sub-menu">
<li><a href="faq.html">FAQ's</a></li>
</ul>
</li>
<li><a href="javascript:;">Contact Us<i class="fa fa-angle-right"></i></a>
<ul class="sub-menu">
<li><a href="contact.html">Contact Us</a></li>
</ul>
</li>
<li><a href="membership.html">Membership</a></li>
<li><a href="error-404.html">404 Page</a></li>
</ul>
</li>
<li class="add-mega-menu"><a href="javascript:;">Our Courses <i class="fa fa-chevron-down"></i></a>
<ul class="sub-menu add-menu">
<li class="add-menu-left">
<h5 class="menu-adv-title">Our Courses</h5>
<ul>
<li><a href="courses.html">Courses </a></li>
<li><a href="event.html">Upcoming Event</a></li>
<li><a href="membership.html">Membership</a></li>
</ul>
</li>
<li class="add-menu-right">
<img src="images/adv/adv.jpg" alt=""/>
</li>
</ul>
</li>
<!-- <li><a href="javascript:;">Blog <i class="fa fa-chevron-down"></i></a>
<ul class="sub-menu">
<li><a href="blog.html">Classic Blogs</a></li>
</ul>
</li> -->
</ul>
</div>
<!-- Navigation Menu END ==== -->
</div>
</div>
</div>
</header>
<!-- header END ==== -->
<!-- Content -->
<div class="page-content bg-white">
<!-- inner page banner -->
<div class="page-banner ovbl-dark" style="background-image:url(images/banner/banner1.jpg);">
<div class="container">
<div class="page-banner-entry">
<h1 class="text-white">Web Design & Development Course Details</h1>
</div>
</div>
</div>
<!-- Breadcrumb row -->
<div class="breadcrumb-row">
<div class="container">
<ul class="list-inline">
<li><a href="index.html">Home</a></li>
<li>Course Details</li>
</ul>
</div>
</div>
<!-- Breadcrumb row END -->
<!-- inner page banner END -->
<div class="content-block">
<!-- About Us -->
<div class="section-area section-sp1">
<div class="container">
<div class="row">
<div class="col-lg-8 col-md-7 col-sm-12">
<div class="courses-post">
<div class="ttr-post-media media-effect">
<a href="#"><img src="images/blog/default/thum1.jpg" alt=""></a>
</div>
<div class="ttr-post-info">
<div class="ttr-post-title ">
<h2 class="post-title">Web Design vs Web Development?</h2>
</div>
<div class="ttr-post-text">
<p>Web Design & Web Development are two different concepts where the former is what is regarded as Front-End Web Development and the latter is regarded as Back-End Web Development and they twain are the concepts that drives the frontier of the Web Technologies of the 21<sup>st</sup> Century Internet.</p>
</div>
</div>
</div>
<div class="courese-overview" id="overview">
<div class="row">
<div class="col-md-12 col-lg-5">
<ul class="course-features">
<li><i class="ti-book"></i> <span class="label">Topics</span> <span class="value">Web Design & Development</span></li>
<li><i class="ti-help-alt"></i> <span class="label">Host</span> <span class="value">CryptoKingXavier</span></li>
<li><i class="ti-time"></i> <span class="label">Location</span> <span class="value">Telegram Space</span></li>
<li><i class="ti-stats-up"></i> <span class="label">Skill level</span> <span class="value">Beginner, Intermediate & Advanced</span></li>
<li><i class="ti-smallcap"></i> <span class="label">Language</span> <span class="value">English</span></li>
<li><i class="ti-user"></i> <span class="label">Students</span> <span class="value">10</span></li>
<li><i class="ti-check-box"></i> <span class="label">Assessments</span> <span class="value">Yes</span></li>
</ul>
</div>
<div class="col-md-12 col-lg-7">
<h5 class="m-b5">Event Description</h5>
<button class="btn btn-primary btn-small"><a href="https://ckx-cs50w.vercel.app" style="color: snow; font-size: 18px;">Intro Course</a></button>
<h5 class="m-b5"><br>Event Content</h5>
<ul class="list-checked primary">
<li>Inspired By Harvard CS50W!</li>
<li>Over 30 lecture topics and 12 hours of content.</li>
<li>Live Project End to End Software Testing Training Included.</li>
<li>Learn Software Testing and Automation basics from a professional trainer from your own desk.</li>
<li>Information packed practical training starting from basics to advanced testing techniques.</li>
<li>Best suitable for beginners to advanced level users and who learn faster when demonstrated.</li>
<li>Course content designed by considering current software testing technology and the job market.</li>
<li>Practical assignments at the end of every session.</li>
<li>Practical learning experience with live project work and examples.</li>
</ul>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-5 col-sm-12 m-b30 text-center">
<div class="bg-primary text-white contact-info-bx m-b30">
<h2 class="m-b10 title-head">Contact <span>Information</span></h2>
<div class="widget widget_getintuch">
<ul>
<li><i class="ti-location-pin"></i>56 Nepa Line, Akwa-Ibom State, NG</li>
<li><i class="ti-mobile"></i>(234)-704-236-7715</li>
<li><i class="ti-email"></i>kyle.xavier.xy.05@gmail.com</li>
</ul>
</div>
<h5 class="m-t0 m-b20 text-center">Checkout Course Details</h5>
<ul class="list-inline contact-social-bx text-center">
<li><a href="https://ckx-cs50w.vercel.app" class="btn outline radius-xl"><i class="fa fa-university"></i></a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- contact area END -->
</div>
<!-- Content END-->
<!-- Footer ==== -->
<footer>
<div class="footer-top">
<div class="pt-exebar">
<div class="container">
<div class="d-flex align-items-stretch">
<div class="pt-logo mr-auto">
<a href="index.html"><img src="images/logo-white.png" alt=""/></a>
</div>
<div class="pt-btn-join">
<a href="membership.html" class="btn ">Join Now</a>
</div>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-4 col-md-12 col-sm-12 footer-col-4">
<div class="widget">
<h5 class="footer-title">Sign Up For A Newsletter</h5>
<p class="text-capitalize m-b20">Weekly Breaking news analysis and cutting edge advices on job searching.</p>
<div class="subscribe-form m-b20">
<form class="subscription-form" action="https://formspree.io/f/meqwookk" method="post">
<div class="ajax-message"></div>
<div class="input-group">
<input name="email" required="required" class="form-control" placeholder="Your Email Address" type="email">
<span class="input-group-btn">
<button name="submit" value="Submit" type="submit" class="btn"><i class="fa fa-arrow-right"></i></button>
</span>
</div>
</form>
</div>
</div>
</div>
<div class="col-12 col-lg-5 col-md-7 col-sm-12">
<div class="row">
<div class="col-4 col-lg-4 col-md-4 col-sm-4">
<div class="widget footer_widget">
<h5 class="footer-title">Company</h5>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="faq.html">FAQs</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
</div>
<div class="col-4 col-lg-4 col-md-4 col-sm-4">
<div class="widget footer_widget">
<h5 class="footer-title">Get In Touch</h5>
<ul>
<li><a href="event.html">Event</a></li>
<li><a href="mobile/EduChamp.apk">Android</a></li>
</ul>
</div>
</div>
<div class="col-4 col-lg-4 col-md-4 col-sm-4">
<div class="widget footer_widget">
<h5 class="footer-title">Courses</h5>
<ul>
<li><a href="courses.html">Courses</a></li>
<li><a href="membership.html">Membership</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="footer-bottom">
<div class="container">
<div class="row">
<div class="col-lg-12 col-md-12 col-sm-12 text-center"><a target="_blank" href="">C1PH3R-D4V3-X</a></div>
</div>
</div>
</div>
</footer>
<!-- Footer END ==== -->
<button class="back-to-top fa fa-chevron-up" ></button>
</div>
<!-- External JavaScripts -->
<script src="js/jquery.min.js"></script>
<script src="vendors/bootstrap/js/popper.min.js"></script>
<script src="vendors/bootstrap/js/bootstrap.min.js"></script>
<script src="vendors/bootstrap-select/bootstrap-select.min.js"></script>
<script src="vendors/bootstrap-touchspin/jquery.bootstrap-touchspin.js"></script>
<script src="vendors/magnific-popup/magnific-popup.js"></script>
<script src="vendors/counter/waypoints-min.js"></script>
<script src="vendors/counter/counterup.min.js"></script>
<script src="vendors/imagesloaded/imagesloaded.js"></script>
<script src="vendors/masonry/masonry.js"></script>
<script src="vendors/masonry/filter.js"></script>
<script src="vendors/owl-carousel/owl.carousel.js"></script>
<script src="js/functions.js"></script>
<script src="js/contact.js"></script>
<script src='vendors/switcher/switcher.js'></script>
</body>
</html>