-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
393 lines (339 loc) · 14.7 KB
/
index.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
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
<!DOCTYPE html>
<html lang="en">
<head>
<title>SmartCourse - Homepage</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/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>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css" integrity="sha512-KfkfwYDsLkIlwQp6LFnl8zNdLGxu9YAA1QvwINks4PhcElQSvqcyVLLD9aMhXd13uQjoXtEKNosOWaZqXgel0g==" crossorigin="anonymous" referrerpolicy="no-referrer" />
</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" class="active">Home</a>
</li>
<li>
<a href="courses" aria-label="course-page">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>
<div class="hero-wrapper">
<div class="hero-message">
<h2 class="main-title-underline">Welcome to <span>SmartCourse</span></h2>
<p>
The only website you will need to upgrade your skills and be at the forefront of a world of innovation.
</p>
<p>With instructors from different backgrounds and many years of experience, learning just became more interesting.</p>
</div>
<div class="hero-img-wrapper">
<img src="/Images/Image19.jpeg" alt="laptop picture">
</div>
<div class="hero-social-media">
<span>FOLLOW US:</span>
<a href="#"><i class="fa-brands fa-facebook"></i></a>
<a href="#"><i class="fa-brands fa-instagram"></i></a>
<a href="#"><i class="fa-brands fa-reddit"></i></a>
<a href="#"><i class="fa-brands fa-twitter"></i></a>
</div>
</div>
</div>
</div>
<main>
<section class="course-list-wrapper">
<div class="course-top-info">
<h3 class="sec-title-underline">Recently added</h3>
<a href="./courses" aria-label="courses-page">all courses<i class="fas fa-plus"></i></a>
</div>
<div class="overall-wrapper">
<div class="course-desc pattern-design">
<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="#" aria-label="pattern design course display">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 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="#" aria-label="design thinking course display">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="#" aria-label="ux/ui fundamentals course display">Explore</a>
</div>
</div>
</div>
<div class="course-bottom-info">
<a href="./courses" aria-label="courses-page">all courses<i class="fas fa-plus"></i></a>
</div>
</section>
<!--? SLIDERS -->
<section>
<div class="menu-wrapper" id="container">
<!--? SLIDER #1 -->
<button class="btn-slider" href="#">
How it works<span class="plus-sign" id="plus1"></span>
</button>
<div class="content">
<p class="terms-content cont-para root">
After completing all modules, an instructor will evaluate your
projects and give you honest feedback as well as a final grade.
Should you pass all the criterias successfully, you will be given
a certificate equivalent to a level 3 degree that you can add to
your portfolio.<br />
<br />
Each course should have an average of 3 projects to complete,
quite similar to what you would find in real life work
environment, making them perfect to give you real experience.
</p>
</div>
<!--? SLIDER #2 -->
<button class="btn-slider exp" href="#">
Benefits of joining<span class="plus-sign" id="plus2"></span>
</button>
<div class="content">
<p class="terms-content cont-para root">
When you join you are part of our great learning culture and our
aim is to provide you with all the right tools to land that dream
job. You also get: <br /><br />
- access to our discord channel <br />
- personalized one-to-one help with one of our tutors <br />
- mini daily challenges<br />
- fresh courses every month<br /><br />
If you opt for the yearly subscription you will not only have
access to all our amazing material but a lot more extras that will
be emailed to you on a weekly basis such as job interview skills
and industry contacts.
</p>
</div>
<!--? SLIDER #3 -->
<button class="btn-slider exp3 root" href="#">
Refund policy<span class="plus-sign" id="plus3"></span>
</button>
<div class="content">
<p class="terms-content cont-para root">
Should you not be satisfied with any of our courses, you are
entitled to a refund or credit towards any other course as long as
your progress hasn't exceeded 30%. This does not infringe your
consumer's rights.
</p>
</div>
</div>
</section>
</main>
<!--? 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 -->
<!--? AUTHENTICATION -->
<!--? USER SIGN-IN METHOD -->
<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>
<!--? USER REGISTRATION METHOD -->
<div class="reg-overall-wrapper" id="reg-overall-wrapper">
<div class="main-reg-wrapper" id="reg-user-wrapper">
<input
type="text"
class="reg-username user-input"
id="reg-user-name"
placeholder="enter username..."
/>
<input
type="text"
class="reg-user-email user-input"
id="reg-user-email"
placeholder="enter email..."
/>
<input type="text" class="user-password user-input" id="reg-user-password"
placeholder="enter password..."">
<button onclick="createUser()" class="reg-validate-btn" id="reg-validate-btn">
register
</button>
</div>
<div class="registered-wrapper" id="registered-wrapper">
<h2>Thank You for registering</h2>
<p id="reg-welcome-text">You are now logged-in.</p>
<!-- <button class="logout-btn" id="logout-btn" onclick="logout()">
logout
</button> -->
</div>
</div>
<!--?-------------------->
<!--? FOOTER -->
<footer>
<div class="social-media">
<div class="follow">
<p class="follow-us">follow us:</p>
<ul>
<li class="links">
<a href="#" aria-label="facebook-link"><i class="fab fa-facebook-square"></i></a>
</li>
<li class="links">
<a href="#" aria-label="instagram-link"><i class="fab fa-instagram"></i></a>
</li>
<li class="links">
<a href="#" aria-label="twitter-link"><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>
</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="https://www.gstatic.com/firebasejs/8.4.1/firebase-firestore.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 * -->