-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
454 lines (382 loc) · 17.9 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
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
<!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,user-scalable=no">
<!--META TAGS-->
<meta name="author" content="Dário silva">
<meta name="description" content="NON-STOP is a e-Learning platform and community">
<meta name="keywords" content="e-learning, courses, free courses, Development, Programming, learning, learn">
<meta name="og:type" content="service">
<!--STYLESHEET-->
<link rel="stylesheet" href="style.css">
<!--SCROLL REVEAL SCRIPT-->
<script src="https://unpkg.com/scrollreveal"></script>
<!--WEBPAGE TITLE-->
<title>NON-STOP</title>
</head>
<body>
<!--NAV-->
<section class="nav-section">
<div class="logo">
<div class="non-stop-logo">
<h2>NON-STOP</h2>
</div>
</div>
<!--MENU OPTIONS-->
<nav class="nav-bar">
<ul class="navbar-list-items">
<a href="index.html#home">
<li class="list-item">HOME</li>
</a>
<a href="certificates.html" rel="noopener noreferrer">
<li class="list-item">CERTIFICATES</li>
</a>
<a href="courses.html" rel="noopener noreferrer">
<li class="list-item">COURSES</li>
</a>
<a href="developers.html" rel="noopener noreferrer">
<li class="list-item">DEVELOPERS</li>
</a>
</ul>
</nav>
<!--LOGIN BUTTON-->
<button class="login-button nav-button button">
<a href="https://non-stop-login.vercel.app" target="_blank" rel="external noreferrer noopener">LOGIN</a>
</button>
<!--MOBILE MENU-->
<div class="mobile-menu" id="mobile-menu">
<div class="close-btn">
<img class="menu-icons" id="close-menu" src="assets/icons-png/mobile-menu-icons/close-menu-icon.png" alt="CLOSE MENU" onclick="closeNav()">
</div>
<div class="menu-options">
<ul>
<a href="#home">
<li>HOME</li>
</a>
<a href="certificates.html">
<li>CERTIFICATES</li>
</a>
<a href="courses.html">
<li>COURSES</li>
</a>
<a href="developers.html">
<li>DEVELOPERS</li>
</a>
<a href="https://nonstop-login.vercel.app" rel="noopener noreferrer">
<li>LOGIN</li>
</a>
</ul>
</div>
</div>
<div class="menu-icon">
<img class="menu-icons" id="open-menu" src="assets/icons-png/mobile-menu-icons/menu-icon.png" alt="OPEN MENU" onclick="openNav()">
</div>
</section>
<!--HEADER-->
<section class="header section header-section" id="home">
<div class="header-text bg-text">
<h1 class="large-text">
prepair <br>
your coffee and <br>
let's start ! <br>
</h1>
<button class="text-button button">
enroll now !
</button>
</div>
<div class="header-illustration illustration-box">
<img class="illustration" src="assets/illustrations/man-working.png" alt="MAN WORKING IN COMPUTER ILLUSTRATION">
</div>
</section>
<!--MAIN-->
<main>
<!--TEACHERS-->
<!--TITLE-->
<div class="title section-title">
<h1>
meet the bests in the business
</h1>
</div>
<section class="teacher-section section">
<!--TEXT-->
<div class="teachers-text bg-text">
<h1 class="large-text " id="teacher-name">
fully capacitaded <br>
teachers to help you <br>
achieve your goals.<br>
</h1>
<p class="medium-text" id="teacher-area">
they are commited to push you to the <br>
limit and get the best of your capabilities <br>
for you to become a better developer or a <br>
better engenieer. You learn with them and <br>
they learn with you, because no one knows <br>
everything. so sit thight and let's learn. <br>
</p>
<button class="text-button button" id="know-teacher">
get to know them
</button>
</div>
<!--TEACHERS PHOTOS-->
<div class="teachers-photos">
<img src="assets/teachers-images/octavia-bratton.svg" alt="TEACHER OCTAVIA PHOTO" class="teacher-img" id="bratton">
<img src="assets/teachers-images/alexandra-koening.svg" alt="TEACHER ALEXANDRA PHOTO" class="teacher-img" id="koening">
<img src="assets/teachers-images/virgil-pittman.svg" alt="TEACHER VIRGIL PHOTO" class="teacher-img" id="pittman">
<img src="assets/teachers-images/orlando-grooms.svg" alt="TEACHER ORLANDO PHOTO" class="teacher-img" id="grooms">
<img src="assets/teachers-images/adria-torrence.svg" alt="TEACHER ADRIA PHOTO" class="teacher-img" id="torrence">
<img src="assets/teachers-images/dexter-towns.svg" alt="TEACHER DEXTER PHOTO" class="teacher-img" id="towns">
<img src="assets/teachers-images/valery-miner.svg" alt="TEACHER VALERY PHOTO" class="teacher-img" id="miner">
<img src="assets/teachers-images/scot-dove.svg" alt="TEACHER SCOT PHOTO" class="teacher-img"
id="dove">
<img src="assets/teachers-images/leesa-connor.svg" alt="TEACHER LEESA PHOTO" class="teacher-img" id="connor">
</div>
</section>
<!--BUILD YOUR CAREER-->
<!--TITLE-->
<div class="title section-title">
<h1>
start building your future
</h1>
</div>
<section class="build-career-section section">
<div class="build-career-illustration illustration-box">
<img src="assets/illustrations/man-in-headset-using-computer.png" alt="MAN IN HEADSET USING COMPUTER ILLUSTRATION" class="illustration">
</div>
<!--TEXT-->
<div class="build-career-text bg-text">
<h1 class="large-text ">
build your career <br>
from the start and <br>
go to professional.<br>
</h1>
<p class="medium-text">
if you have zero experienxe i the area non- <br>
stop it's the right place for you, and if you're a <br>
very experient person, non-atop it's also the<br>
right place for you to improve yourself, and<br>
gain more experience, here, you can build a<br>
a cereer from the satrt, and we'll ble glad to<br>
make part of it. <br>
</p>
<button class="text-button button">
let's start now !
</button>
</div>
</section>
<!--HOW DO WE WORK-->
<!--TITLE-->
<div class="title section-title">
<h1>
how do we work
</h1>
</div>
<section class="how-we-work-section section">
<!--TEXT-->
<div class="how-we-work-text bg-text">
<h1 class="large-text ">
our courses are <br>
for you and for <br>
everyone else.<br>
</h1>
<p class="medium-text">
we support the ideia that knowledge<br>
must be shared with everyone, because<br>
we are in constant development, constantly<br>
growing, so it's very important that everyone<br>
has the capability to face this using<br>
technology, and be capable of help and so, be helped.<br>
</p>
<button class="text-button button">
our politcs
</button>
</div>
<div class="side-info">
<div class="courses-info info">
<img class="icon" src="assets/icons-png/how-we-work-icons/knowledge-share-icon.png" alt="SHARING KNOWLEDGE ICON">
<p>all courses are <strong class="highlight">free</strong></p>
</div>
<div class="github-info info">
<img class="icon" src="assets/icons-png/how-we-work-icons/github-icon.png" alt="GITHUB ICON">
<p>all files available on <strong class="highlight">github</strong></p>
</div>
<div class="youtube-info info">
<img class="icon" src="assets/icons-png/how-we-work-icons/youtube-icon.png" alt="SHARING KNOWLEDGE ICON">
<p>find us on <strong class="highlight">youtube</strong></p>
</div>
<div class="sharing-info info">
<img class="icon" src="assets/icons-png/how-we-work-icons/share-icon.png" alt="SHARE ICON">
<p>you can <strong class="highlight">share</strong> our courses</p>
</div>
</div>
</section>
<!--COMMUNITY SECTION-->
<section class="community-section section">
<div class="blue-background">
<img src="assets/illustrations/business-man-lying-with-computer.png" alt="MAN LYIND USING COMPUTER" class="illustration">
<div class="side-text bg-text">
<h1>a healthy community <br>
can open many doors<br>
and helps you to make<br>
new friends.</h1>
</div>
</div>
<div class="circle-icons">
<div class="circle-box">
<div class="healthy circle" id="healthy">
<img src="assets/icons-png/community-icons/healthy-icon.png" alt="HEALTHY ICON" class="icon">
</div>
<p id="healthy-p">healthy</p>
</div>
<div class="circle-box">
<div class="gender circle" id="gender">
<img src="assets/icons-png/community-icons/gender-icon.png" alt="BOTH GENDER ICON" class="icon">
</div>
<p id="gender-p">everyone</p>
</div>
<div class="circle-box">
<div class="dev circle" id="dev">
<img src="assets/icons-png/community-icons/developer-person-icon.png" alt="DEVELOPER PERSON ICON" class="icon">
</div>
<p id="dev-p">developers</p>
</div>
<div class="circle-box">
<div class="open circle" id="open">
<img src="assets/icons-png/community-icons/open-source-icon.png" alt="LOCK ICON" class="icon">
</div>
<p id="open-source-p">open source</p>
</div>
<div class="circle-box">
<div class="programmers circle" id="programmers">
<img src="assets/icons-png/community-icons/programming-icon.png" alt="PROGRAMMING ICON" class="icon">
</div>
<p id="programming-p">programming</p>
</div>
<div class="circle-box">
<div class="safe circle" id="safe">
<img src="assets/icons-png/community-icons/safe-icon.png" alt="SAFE ICON" class="icon">
</div>
<p id="safe-p">safe place</p>
</div>
</div>
<div class="displayed-text">
<h4 id="displayed-text" class="animated"></h4>
</div>
</section>
<!--COURSES-->
<!--TITLE-->
<div class="title section-title">
<h1>
the time is now !
</h1>
</div>
<section class="courses-section section">
<!--TEXT-->
<div class="courses-text bg-text">
<h1 class="large-text ">
start your courses<br>
today, and start to<br>
gain new skills.<br>
</h1>
<p class="medium-text">
now is time for you to improve your<br>
skills and gain new ones. Start building your<br>
future and career, just choose an area<br>
and press start.<br>
</p>
<button class="text-button button">
see the courses
</button>
</div>
<!--IMAGE-->
<div class="side-image">
<img src="assets/device-images/webpage.png" alt="WEBPAGE WITH COURSE">
</div>
</section>
</main>
<!--FOOTER-->
<a href="#home" class="b-button">
<button class="button bottom-button">
back to top
</button>
</a>
<footer>
<!--NON-STOP LOGO-->
<div class="logo">
<div class="non-stop-logo">
<h2>NON-STOP</h2>
</div>
<h1>NON-STOP INC</h1>
</div>
<!--LINKS-->
<div class="link-list">
<!--LEFT-->
<div class="external left">
<ul>
<li>
<a href="courses.html" target="_blank">NON-STOP COURSES</a>
<img src="assets/icons-png/footer-icon/link-icon.png" alt="EXTERNAL LINK ICON" class="link-icon">
</li>
<li>
<a href="#" target="_blank">COMMUNITY</a>
<img src="assets/icons-png/footer-icon/link-icon.png" alt="EXTERNAL LINK ICON" class="link-icon">
</li>
<li>
<a href="#" target="_blank">PARTNERS</a>
<img src="assets/icons-png/footer-icon/link-icon.png" alt="EXTERNAL LINK ICON" class="link-icon">
</li>
<li>
<a href="#" target="_blank">FOR DEVELOPERS</a>
<img src="assets/icons-png/footer-icon/link-icon.png" alt="EXTERNAL LINK ICON" class="link-icon">
</li>
<li>
<a href="#" target="_blank">FOR PROGRAMMERS</a>
<img src="assets/icons-png/footer-icon/link-icon.png" alt="EXTERNAL LINK ICON" class="link-icon">
</li>
</ul>
</div>
<!--CENTER-->
<div class="external center">
<ul>
<li>
<a href="https://dribbble.com/DevDario" rel="noopener noreferrer" target="_blank">DRIBBBLE PROFILE</a>
<img src="assets/icons-png/footer-icon/link-icon.png" alt="EXTERNAL LINK ICON" class="link-icon">
</li>
<li>
<a href="https://instagram.com/devdariojs" rel="noopener noreferrer" target="_blank">INSTAGRAM PROFILE</a>
<img src="assets/icons-png/footer-icon/link-icon.png" alt="EXTERNAL LINK ICON" class="link-icon">
</li>
<li>
<a href="web.facebook.com/" rel="noopener noreferrer" target="_blank">FACEBOOK PROFILE</a>
<img src="assets/icons-png/footer-icon/link-icon.png" alt="EXTERNAL LINK ICON" class="link-icon">
</li>
<li>
<a href="https://github.com/DevDario" rel="noopener noreferrer" target="_blank">GITHUB PROFILE</a>
<img src="assets/icons-png/footer-icon/link-icon.png" alt="EXTERNAL LINK ICON" class="link-icon">
</li>
<li>
<a href="#" target="_blank">FIND TEACHERS</a>
<img src="assets/icons-png/footer-icon/link-icon.png" alt="EXTERNAL LINK ICON" class="link-icon">
</li>
</ul>
</div>
<!--RIGHT-->
<div class=" external center">
<ul>
<li>
<a href="#" target="_blank">REFERALS</a>
<img src="assets/icons-png/footer-icon/link-icon.png" alt="EXTERNAL LINK ICON" class="link-icon">
</li>
<li>
<a href="#" target="_blank">TEACHER'S TEST</a>
<img src="assets/icons-png/footer-icon/link-icon.png" alt="EXTERNAL LINK ICON" class="link-icon">
</li>
</ul>
</div>
</div>
</footer>
<!--JAVASCRIPT-->
<script src="main.js"></script>
</body>
</html>