-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcourses.html
345 lines (305 loc) · 13.2 KB
/
courses.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>SmartCourse - Courses Page</title>
<!-- ? META DATA -->
<meta name="author" content="Andre Ferreira" />
<!--? https://github.com/Namonaki0/SmartCourse -->
<meta name="description" content="Concept website for online courses, the content found here is for training purposes only.">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta content="text/html;charset=utf-8" http-equiv="Content-Type" />
<link rel="shortcut icon" href="#" />
<!--? STYLESHEETS -->
<link rel="stylesheet" href="CSS/courses.css" />
<link rel="stylesheet" href="CSS/course-output-modal.css" />
<link rel="stylesheet" href="CSS/index.css" />
<!-- ? FONTS -->
<link
href="https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;400;700&family=Montserrat:wght@300;400;600;700&display=swap"
rel="stylesheet"
/>
<!-- ? ICONS -->
<link
href="https://fonts.googleapis.com/icon?family=Material+Icons"
rel="stylesheet"
/>
<script
src="https://kit.fontawesome.com/c0594c7b16.js"
crossorigin="anonymous"
></script>
</head>
<body>
<header>
<nav>
<a href="index" class="logo">SC<span class="material-icons chevron"></span></a>
<span class="open-menu" tabindex="0" onkeydown="openMenu()" onclick="openMenu()">
<span class="material-icons menu"></span>
</span>
<!--? NAVIGATION -->
<ul class="navigation">
<a href="#" class="close-menu"><span class="material-icons close-menu" tabindex="0" onclick="closeMenu()">

</span></a>
<li>
<a href="index" aria-label="homepage">Home</a>
</li>
<li>
<a href="courses" aria-label="course-page" class="active">Courses</a>
</li>
<li>
<a href="testimonials" aria-label="testimonials-page">Testimonials</a>
</li>
<div class="sign-in-wrapper">
<a href="#auth-overall-wrapper" id="sign-in-btn" class="sign-in">Sign-in</a>
</div>
</ul>
</nav>
<span class="user-log-in-message"></span>
</header>
<!--? FEATURED COURSE -->
<main class="courses-main">
<div class="featured-course-wrap-courses">
<div class="featured-course-img-wrapper">
<img src="Images/Image7.jpg" alt="javascript screen" />
</div>
<div class="featured-course-inner">
<p>Featured Course</p>
<h2 class="main-title-underline">JavaScript Bootcamp</h2>
<div class="description-wrapper">
<p>
The most comprehensive JS course you will find online. Everything
you need to know to get you hired is emphasized here. Join now and
take advantage of the 30% launch discount.
</p>
<div id="counter"></div>
<a class="explore-btn javascript-bootcamp" href="#">Explore<i class="fas fa-plus"></i></a>
</div>
</div>
</div>
</main>
<!--? FILTER COURSE -->
<div class="filter-course-wrapper">
<form action="" class="filter-course" id="filter-course">
<input type="text" onkeyup="filterCourse()" placeholder="filter courses..." class="filter-user-input">
<button class="course-filter-btn"><span class="material-icons">
</span></button>
</form>
</div>
<!--? COURSE LIST -->
<section class="course-list-wrapper design">
<div class="overall-wrapper">
<div class="course-desc">
<img src="Images/Image1.jpeg" loading="lazy" alt="pattern design picture"/>
<div class="course-info">
<h4>Pattern design</h4>
<p>
The most comprehensive course on how to create the best looking patterns for your web and mobile applications. Highly rated by the best in the business.
</p>
<div class="course-bottom-details">
<p><span>Led by: </span>Anthony Jenkins</p>
<p><span>Enlisted: </span>624 people</p>
</div>
<a class="cta-course-page pattern-design" href="#">Explore</a>
</div>
</div>
<div class="course-desc">
<img src="Images/Image2.jpg" loading="lazy" alt="design thinking picture"/>
<div class="course-info">
<h4>Design thinking</h4>
<p>
From conception to prototyping and everything else you need to know about the design for web applications. Dive deep into what is essential.
</p>
<div class="course-bottom-details">
<p><span>Led by: </span>Mark Rogers</p>
<p><span>Enlisted: </span>522 people</p>
</div>
<a class="cta-course-page design-thinking" href="#">Explore</a>
</div>
</div>
<div class="course-desc">
<img src="Images/Image3.jpeg" loading="lazy" alt="ux-ui fundamentals picture"/>
<div class="course-info">
<h4>UX/UI fundamentals</h4>
<p>
Get familiarized with all the important terminology when it comes to UX/UI and learn about key concepts such as 'user journey' and 'empathy'.
</p>
<div class="course-bottom-details">
<p><span>Led by: </span>Pablo Francisco</p>
<p><span>Enlisted: </span>972 people</p>
</div>
<a class="cta-course-page ux-ui-fundamentals" href="#">Explore</a>
</div>
</div>
<div class="course-desc" id="cs-course">
<img src="Images/Image4.jpeg" loading="lazy" alt="python bootcamp picture"/>
<div class="course-info">
<h4>Python Bootcamp</h4>
<p>
One of the most interesting and diverse language you can learn. This bootcamp will teach the most important core concepts and implementations for your future projects.
</p>
<div class="course-bottom-details">
<p><span>Led by: </span>Robert Stevens</p>
<p><span>Enlisted: </span>1634 people</p>
</div>
<a class="cta-course-page python-bootcamp" href="#">Explore</a>
</div>
</div>
<div class="course-desc" id="cs-course">
<img src="Images/Image5.jpg" loading="lazy" alt="computer science picture"/>
<div class="course-info">
<h4>Computer Science</h4>
<p>
Get to know the ins and outs of your computer by diving deep into our CS course. It will provide you with invaluable knowledge and make sure you are left with great confidence.
</p>
<div class="course-bottom-details">
<p><span>Led by: </span>Amelia Borges</p>
<p><span>Enlisted: </span>2652 people</p>
</div>
<a class="cta-course-page computer-science" href="#">Explore</a>
</div>
</div>
<div class="course-desc" id="cs-course">
<img src="Images/Image6.jpeg" loading="lazy" alt="html and css bootcamp picture"/>
<div class="course-info">
<h4>HTML & CSS Bootcamp</h4>
<p>
Go from an absolute beginner to a pro by creating visually pleasing webpages in this project based course. Leave your "footprint" in the vast world that is Web Development. See you inside.
</p>
<div class="course-bottom-details">
<p><span>Led by: </span>Kevin Powell</p>
<p class="enlisted"><span>Enlisted: </span>10239 people</p>
</div>
<a class="cta-course-page html-css-bootcamp" href="#">Explore</a>
</div>
</div>
</div>
</section>
<!--? COURSE MODAL OUTPUT -->
<div id="course-output-wrapper">
<div class="img-wrapper">
<span class="material-icons close-btn">close</span>
<img class="course-img" src="Images/Image1.jpeg" alt="course-image" />
<div class="course-description-wrapper">
<h4>COURSE NAME</h4>
<p>
Lorem ipsum dolor sit amet consectetur adipisicing elit. Illum
beatae eligendi aliquid maiores optio minus repellendus illo alias
modi possimus.
</p>
<div class="bottom-details">
<p>instructor: <span></span></p>
<p><span></span> enrolled</p>
<p><span></span></p>
</div>
</div>
</div>
<div class="course-classes-wrapper">
<ul class="course-classes">
<li class="classVideo">
<span class="material-icons play-btn">play_circle</span
><span>01. </span>Intro - course overview. <span></span>
</li>
<li class="classVideo">
<span class="material-icons play-btn">play_circle</span
><span>02. </span>Basic concepts. <span></span>
</li>
<li class="classVideo">
<span class="material-icons play-btn">play_circle</span
><span>03. </span>Planning and creating a structure.<span></span>
</li>
<li class="classVideo">
<span class="material-icons play-btn">play_circle</span
><span>04. </span>Not getting overwhelmed.<span></span>
</li>
<li class="classVideo">
<span class="material-icons play-btn">play_circle</span
><span>05. </span>User-first conceptualization.<span></span>
</li>
<li class="classVideo">
<span class="material-icons play-btn">play_circle</span
><span>06. </span>Crucial concepts for future projects.<span></span>
</li>
<li class="classVideo">
<span class="material-icons play-btn">play_circle</span
><span>07. </span>Slowly implementing what we know.<span></span>
</li>
<li class="classVideo">
<span class="material-icons play-btn">play_circle</span
><span>08. </span>Project #1.<span></span>
</li>
<li class="classVideo"><span class="material-icons play-btn">play_circle</span><span>09. </span>More essential concepts.<span></span></li>
<li class="classVideo"><span class="material-icons play-btn">play_circle</span><span>10. </span>Project #2.<span></span></li>
<li class="classVideo"><span class="material-icons play-btn">play_circle</span><span>11. </span>Project #3.<span></span></li>
<li class="classVideo"><span class="material-icons play-btn">play_circle</span><span>12. </span>Summary and what's next.<span></span></li>
</ul>
</div>
</div>
<!--? COURSE MODAL OUTPUT -->
<footer>
<div class="social-media">
<div class="follow">
<p class="follow-us">follow us:</p>
<ul>
<li class="links">
<a href="#"><i class="fab fa-facebook-square"></i></a>
</li>
<li class="links">
<a href="#"><i class="fab fa-instagram"></i></a>
</li>
<li class="links">
<a href="#"><i class="fab fa-twitter"></i></a>
</li>
</ul>
</div>
<div class="menu-wrapper-content">
<ul>
<li><a href="howitworks">How it works</a></li>
<li><a href="benefits">Benefits of joining</a></li>
<li><a href="refundpolicy">Refund policy</a></li>
</ul>
</div>
<div class="bottom-links-wrap">
<div class="bottom-links">
<a href="terms" class="bottom-link">Terms & Agreements</a>
<a href="legal" class="bottom-link">Legal</a>
<a href="subscribe" class="bottom-link" id="subscription">Subscribe</a>
</div>
<p>SmartCourse™ all rights reserved 2021</p>
</div>
</div>
<!--? AUTHENTICATION -->
<div class="auth-overall-wrapper" id="auth-overall-wrapper">
<div class="main-auth-wrapper" id="auth-wrapper">
<input
type="text"
class="user-email user-input"
id="user-email"
placeholder="enter email..."
/>
<input type="text" class="user-password user-input" id="user-password"
placeholder="enter password..."">
<button onclick="userAuth()" class="validate-btn" id="validate-btn">
confirm
</button>
<p class="no-account">don't have an account? <a class="no-account-span" id="no-account-span" href="#" onclick="">register here</a></p>
</div>
<div class="logged-in-wrapper" id="logged-in-wrapper">
<h2>Welcome</h2>
<p id="welcome-text">You are now logged in.</p>
<button class="logout-btn" id="logout-btn" onclick="logout()">
logout
</button>
</div>
</div>
</footer>
<script src="https://www.gstatic.com/firebasejs/8.4.1/firebase-app.js"></script>
<script src="https://www.gstatic.com/firebasejs/8.4.1/firebase-auth.js"></script>
<script src="JS/filterCourse.js"></script>
<script src="JS/countdownPromo.js"></script>
<script src="JS/featuredCourse.js"></script>
<script src="JS/courseTemplate.js"></script>
<script src="JS/authentication.js"></script>
<script src="JS/index.js"></script>
</body>
</html>
<!-- * designed and developed by Andre Ferreira @ www.andreferreiradev.com * -->