forked from zero-to-mastery/HTML-project
-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
411 lines (407 loc) Β· 14.7 KB
/
about.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>The Web Developer 2021</title>
<link rel="icon" href="resources\images\logo.png" />
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.7.2/animate.min.css"
/>
<link
rel="stylesheet"
href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css"
integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO"
crossorigin="anonymous"
/>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.7.2/animate.min.css"
/>
<link
href="https://fonts.googleapis.com/css?family=Lora|Montserrat&display=swap"
rel="stylesheet"
/>
<link
href="https://fonts.googleapis.com/css?family=Lora|Montserrat&display=swap"
rel="stylesheet"
/>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/css/all.min.css"
/>
<link rel="stylesheet" href="resources/style/style.css" />
<link rel="stylesheet" href="resources/style/about-page.css" />
<!-- Dark Mode -->
<link rel='stylesheet' type='text/css' href='resources/style/themeToggle.css'>
<script src='resources/scripts/themeToggle.js' defer></script>
<!-- /Dark Mode -->
</head>
<body>
<!-- navbar -->
<nav class="navbar navbar-expand-lg navbar-light bg-light fixed-top">
<a class="navbar-brand" href="index.html"
><img src="resources/images/logo.png" alt=""
/></a>
<button
class="navbar-toggler"
type="button"
data-toggle="collapse"
data-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mr-auto">
<li class="nav-item">
<a class="nav-link" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link active-link" href="about.html">About</a>
</li>
<li class="nav-item register-link">
<a class="nav-link" href="instructor.html">Instructor</a>
</li>
<li class="nav-item register-link">
<a class="nav-link" href="register.html">Sign Up</a>
</li>
<li class="nav-item register-link">
<a class="nav-link" href="contributersProfile.html">Contributors</a>
</li>
</ul>
</div>
<div class='theme-toggle-container'>
<span class='theme-toggle-text'>Light Mode</span>
<label class='theme-toggle'>
<input id='theme-toggle-switch' type='checkbox'>
<span class='slider round'></span>
</label>
</div>
<a class="nav-link ml-md-auto" href="beyondztm.html"
>Beyond Zero to Mastery <i class="fas fa-arrow-right"></i></a
>
</nav>
<div class="animated bounce">
<div class="container-fluid about-container">
<h1 class="animated bounce">The Complete Web Developer in 2021: ZTM</h1>
<h2 class="animated bounce">Course Content</h2>
<ul class="list-group list-group-flush">
<li class="list-group-item dropDown">
Introduction
<div class="dropDownContent">
<small>
In this section, you will be introduced with the course content
and to the community.
</small>
</div>
</li>
<li class="list-group-item dropDown">
How The Internet Works
<div class="dropDownContent">
<small>
You'll learn how the internet works, inspect the Google, and
what is the work of a developer.
</small>
</div>
</li>
<li class="list-group-item dropDown">
History Of The Web
<div class="dropDownContent">
<small>
You'll start from the history and get introduced with HTML, CSS
and Javascript.
</small>
</div>
</li>
<li class="list-group-item dropDown">
HTML 5
<div class="dropDownContent">
<small>
You'll be learning the basic concepts of HTML such as tags, self
closing tags, anchor tags.
</small>
</div>
</li>
<li class="list-group-item dropDown">
Advanced HTML 5
<div class="dropDownContent">
<small>
You'll be learning advanced concepts such as submitting forms.
</small>
</div>
</li>
<li class="list-group-item dropDown">
CSS
<div class="dropDownContent">
<small>
You'll get to know about CSS and some of the basics in CSS.
</small>
</div>
</li>
<li class="list-group-item dropDown">
Advanced CSS
<div class="dropDownContent">
<small>
You'll get to know some advanced concepts such as animations.
</small>
</div>
</li>
<li class="list-group-item dropDown">
Bootstrap 4, Templates, And Building Your Startup Landing Page
<div class="dropDownContent">
<small>
You'll learn to use bootstrap in your projects to make it look
awesome.
</small>
</div>
</li>
<li class="list-group-item dropDown">
CSS Grid + CSS Layout
<div class="dropDownContent">
<small>
You'll learn one of the latest features of CSS known as CSS
grid.
</small>
</div>
</li>
<li class="list-group-item dropDown">
Career Of A Web Developer
<div class="dropDownContent">
<small>
You'll know about the recent techs and how to cover your lack of
experience.
</small>
</div>
</li>
<li class="list-group-item dropDown">
Javascript
<div class="dropDownContent">
<small>
You'll get to know the power of Javascript and implement your
new power in a project.
</small>
</div>
</li>
<li class="list-group-item dropDown">
DOM Manipulation
<div class="dropDownContent">
<small>
You will learn what DOM is and how to manipulate it in order to
create some cool websites.
</small>
</div>
</li>
<li class="list-group-item dropDown">
Advanced Javascript
<div class="dropDownContent">
<small>
You'll learn some advanced concepts in javascripts such as
currying, composing etc.
</small>
</div>
</li>
<li class="list-group-item dropDown">
ECMA Script Concepts
<div class="dropDownContent">
<small>
Latest Javascript trends with concepts ranging from ES5, ES6 to ES9 & ES10.
</small>
</div>
</li>
<li class="list-group-item dropDown">
Command Line
<div class="dropDownContent">
<small>
You'll learn to use terminal/command prompt for the web
development.
</small>
</div>
</li>
<li class="list-group-item dropDown">
Developer Environment
<div class="dropDownContent">
<small>
You'll configure your editor to make it look like a pro.
</small>
</div>
</li>
<li class="list-group-item dropDown">
Git + Github + Open Source Projects
<div class="dropDownContent">
<small>
You'll learn to contribute to an open source project by learning
Git.
</small>
</div>
</li>
<li class="list-group-item dropDown">
A Day In The Life Of A Developer
<div class="dropDownContent">
<small> A typical day of a developer. </small>
</div>
</li>
<li class="list-group-item dropDown">
NPM + NPM Scripts
<div class="dropDownContent">
<small>
You'll get to know about NPM and how to setup NPM.
</small>
</div>
</li>
<li class="list-group-item dropDown">
React.js + Redux
<div class="dropDownContent">
<small>
You'll learn one of the upcoming technology known as React and
Redux.
</small>
</div>
</li>
<li class="list-group-item dropDown">
HTTP/JSON/AJAX + Asynchronous Javascript
<div class="dropDownContent">
<small>
You'll get hands on in one of the important features of ES8.
</small>
</div>
</li>
<li class="list-group-item dropDown">
Backend Introduction
<div class="dropDownContent">
<small> You'll be introduced with the backend. </small>
</div>
</li>
<li class="list-group-item dropDown">
APIs
<div class="dropDownContent">
<small>
You'll be introduced with APIs and an optional exercise to
explore more of it.
</small>
</div>
</li>
<li class="list-group-item dropDown">
FINAL PROJECT: SmartBrain Front-End
<div class="dropDownContent">
<small>
This is an ultimate part where you'll build the frontend for
your final project.
</small>
</div>
</li>
<li class="list-group-item dropDown">
Node.js + Express.js
<div class="dropDownContent">
<small> You'll get to know about Node and Express. </small>
</div>
</li>
<li class="list-group-item dropDown">
FINAL PROJECT: SmartBrain Back-End -- Server
<div class="dropDownContent">
<small> You'll build the backend for your final project. </small>
</div>
</li>
<li class="list-group-item dropDown">
Databases
<div class="dropDownContent">
<small> You'll learn about the databases. </small>
</div>
</li>
<li class="list-group-item dropDown">
FINAL PROJECT: SmartBrain Back-End -- Database
<div class="dropDownContent">
<small>
You'll confiure your final project with the database you have
learned in this course.
</small>
</div>
</li>
<li class="list-group-item dropDown">
Production + Deployment
<div class="dropDownContent">
<small> Finally, deployment. </small>
</div>
</li>
<li class="list-group-item dropDown">
Where To Go From Here?
<div class="dropDownContent">
<small> Personalized Advice from the Instructor! </small>
</div>
</li>
<li class="list-group-item dropDown">
Bonus:Extra Bits
<div class="dropDownContent">
<small> Ask Me Anything videos by the Instructor! </small>
</div>
</li>
<li class="list-group-item dropDown">
Extra: For Windows Users
<div class="dropDownContent">
<small> Learn about installation guide for Windows users. </small>
</div>
</li>
<li class="list-group-item dropDown">
Extras
<div class="dropDownContent">
<small> A Special Thank You Gift! </small>
</div>
</li>
<h5 style="display:flex; justify-content:center;"><a href="https://www.udemy.com/course/the-complete-web-developer-zero-to-mastery/" target="_blank">Find the course here</a></h5>
</ul>
</div>
<div class="container-fluid footer-container">
<div
class="a2a_kit a2a_kit_size_32 a2a_default_style"
style="line-height: 32px"
>
<h5>
If you enjoyed the course like I did, share it so more people can
enjoy it!
</h5>
<div class="buttons">
<a class="a2a_button_facebook"
><i class="fab fa-facebook fa-2x"></i
></a>
<a class="a2a_button_twitter"
><i class="fab fa-twitter fa-2x"></i
></a>
<a class="a2a_button_email"
><i class="fas fa-envelope-square fa-2x"></i
></a>
<a class="a2a_button_whatsapp"
><i class="fab fa-whatsapp fa-2x"></i
></a>
</div>
</div>
<div id="credits">Made by Tatyana K. © All rights reserved ;)</div>
</div>
</div>
<script
src="https://code.jquery.com/jquery-3.3.1.slim.min.js"
integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo"
crossorigin="anonymous"
></script>
<script
src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js"
integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49"
crossorigin="anonymous"
></script>
<script
src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js"
integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy"
crossorigin="anonymous"
></script>
<script
src="https://code.jquery.com/jquery-3.4.1.min.js"
integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo="
crossorigin="anonymous"
></script>
<script type="text/javascript" src="resources/scripts/script.js"></script>
<script async src="https://static.addtoany.com/menu/page.js"></script>
</body>
</html>