-
Notifications
You must be signed in to change notification settings - Fork 1
/
course.html
527 lines (490 loc) · 19.8 KB
/
course.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
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
<!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" />
<title>My Course | Cloud</title>
<link rel="stylesheet" href="css/all.min.css" />
<link rel="stylesheet" href="css/style.css" />
<meta
name="description"
content="The cloud site, is a site to display the books that I read in an organized manner and also offer the courses that I have because I learn programming, especially programming websites"
/>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Cairo:wght@200;300;400;600;700;900&display=swap"
rel="stylesheet"
/>
</head>
<body>
<section class="loader">
<span style="--i: 0"></span>
<span style="--i: 1"></span>
<span style="--i: 2"></span>
<span style="--i: 3"></span>
<span style="--i: 4"></span>
<span style="--i: 5"></span>
<span style="--i: 6"></span>
</section>
<header class="navbar">
<div class="card">
<div class="logo"><a href="index.html">Cloud</a></div>
<div class="link">
<i id="ico" class="fas fa-bars"></i>
<ul id="ul">
<li><a href="book.html">Books</a></li>
<li><a href="course.html">Course</a></li>
<li><a href="articles.html">Articles</a></li>
</ul>
</div>
</div>
</header>
<section class="course">
<div class="card">
<h2 class="titlePage">This Is Where My Courses Are Displayed</h2>
<h2>HTML - Elzero <i class="fas fa-angle-down"></i></h2>
<div class="step">
<h3>Week 1 - HTML</h3>
<ul>
<li>#01 – Introduction and What I Need To Learn ?</li>
<li>#02 – Elements and Browser</li>
<li>#03 – First Project And First Page</li>
<li>#04 – Head And Nested Elements</li>
<li>#05 – Comments and Use Cases</li>
<li>#06 – Doctype And Standard And Quirks Mode</li>
<li>#07 – Headings And Use Cases</li>
<li>#08 – Syntax And Tests</li>
<li>#09 – Paragraph Element</li>
<li>#10 – Elements Attributes</li>
<li>#11 – Formatting Elements</li>
<li>#12 – Links – Anchor Tag</li>
<li>#13 – Image And Deal With Path</li>
<li>#14 – Lists – UL, OL, DL</li>
</ul>
</div>
<div class="step">
<h3>Week 2 - HTML</h3>
<ul>
<li>#15 – Table</li>
<li>#16 – Span And Break And Horizontal Rule</li>
<li>#17 – Div and How To Use</li>
<li>#18 – HTML Entities</li>
<li>#19 – Semantic Elements</li>
<li>#20 – Layout With Div And Classes</li>
<li>#21 – Layout With Semantic Elements</li>
<li>#22 – Audio</li>
<li>#23 – Video</li>
<li>#24 – Form Part 1 – Input Types And Label</li>
<li>#25 – Form Part 2 – Required, Placeholder, Value</li>
<li>#26 – Form Part 3 – Action, Name, Method</li>
<li>#27 – Form Part 4 – Hidden, Reset, Color, Range, Number</li>
</ul>
</div>
<div class="step">
<h3>Week 3 - HTML</h3>
<ul>
<li>#28 – Form Part 5 – ReadOnly, Disabled, Autofocus</li>
<li>#29 – Form Part 6 – Radio And Checkbox</li>
<li>#30 – Form Part 7 – Select and Textarea</li>
<li>#31 – Form Part 8 – File, Search, URL, Time</li>
<li>#32 – Form Part 9 – Data List, Novalidate, Target</li>
<li>#33 – Blockquote, Wbr, Bdi, Button</li>
<li>#34 – iFrame, Pre, Code</li>
<li>#35 – Accessibility Intro</li>
<li>#36 – ARIA And Screen Readers</li>
<li>#37 – The End What To Do</li>
</ul>
</div>
</div>
</section>
<!-- -->
<section class="course">
<div class="card">
<h2>CSS - Elzero <i class="fas fa-angle-down"></i></h2>
<div class="step">
<h3>Week 1 - CSS</h3>
<ul>
<li>#01 – Introduction and What I Need To Learn ?</li>
<li>#02 – Your First Project And Syntax</li>
<li>#03 – Elememt Styling</li>
<li>#04 – Name Conventions And Rules</li>
<li>#05 – Background – Color, Image, Repeat</li>
<li>#06 – Background – Attachment, Position, Size</li>
<li>#07 – Padding</li>
<li>#08 – Margin</li>
<li>#09 – Border</li>
<li>#10 – Outline</li>
<li>#11 – Display – Block, Inline-Block, Inline</li>
<li>#12 – Element Visibility And Use Cases</li>
</ul>
</div>
<div class="step">
<h3>Week 2 - CSS</h3>
<ul>
<li>#13 – Group Multiple Selectors</li>
<li>#14 – Nesting</li>
<li>#15 – Dimensions – Width And Height</li>
<li>#16 – Overflow – Overflow-X And Overflow-Y</li>
<li>#17 – Text – Color And Shadow</li>
<li>#18 – Text – Alignment</li>
<li>#19 – Text – Decoration And Transform</li>
<li>#20 – Text – Spacing</li>
<li>#21 – Text – Overflow And Use Cases</li>
<li>#22 – Inheritance</li>
<li>#23 – Typography – Font Family</li>
<li>#24 – Typography – Font Size And CSS Units</li>
<li>#25 – Typography – Font Style And Variant And Weight</li>
<li>#26 – Mouse Cursor</li>
</ul>
</div>
<div class="step">
<h3>Week 3 - CSS</h3>
<ul>
<li>#27 – Float And Clear</li>
<li>#28 – Master The CSS Calculation</li>
<li>#29 – Opacity</li>
<li>#30 – Position</li>
<li>#31 – Z-Index</li>
<li>#32 – List Styling</li>
<li>#33 – Table Styling</li>
</ul>
</div>
<div class="step">
<h3>Week 4 - CSS</h3>
<ul>
<li>#34 – Pseudo Classes</li>
<li>#35 – Pseudo Elements – First Letter, First Line, Selection</li>
<li>#36 – Pseudo Elements – Before, After, Content</li>
<li>#37 – Pseudo Elements – Content Trainings</li>
<li>#38 – Vendor Prefixes</li>
<li>#39 – Border Radius</li>
<li>#40 – Box Shadows And Example</li>
<li>#41 – The Box Model And Box Sizing</li>
</ul>
</div>
<div class="step">
<h3>Week 5 - CSS</h3>
<ul>
<li>#42 – Transition</li>
<li>#43 – !Important Declaration And Use Cases</li>
<li>#44 – The Margin Collapse</li>
<li>#45 – CSS Variables And Trainings</li>
<li>#46 – Flex Box – Parent – Direction, Wrap, Flow</li>
<li>#47 – Flex Box – Parent – Justify Content</li>
<li>#48 – Flex Box – Parent – Align Items</li>
<li>#49 – Flex Box – Parent – Align Content</li>
<li>#50 – Flex Box – Child – Grow, Shrink, Order</li>
<li>#51 – Flex Box – Child – Flex Basis, Flex Shorthand</li>
<li>#52 – Flex Box – Child – Align Self, Games, Task</li>
<li>#53 – Finish The Flex Froggy Game</li>
</ul>
</div>
<div class="step">
<h3>Week 6 - CSS</h3>
<ul>
<li>#54 – Filters</li>
<li>#55 – Gradients</li>
<li>#56 – Pointer Events And Caret Color</li>
<li>#57 – Grid – Parent – Template Columns</li>
<li>#58 – Grid – Parent – Template Rows And Gap</li>
<li>#59 – Grid – Parent – Justify Content And Align Content</li>
<li>#60 – Grid – Parent – Complete Layout With Template Areas</li>
<li>#61 – Grid – Child – Grid Column And Grid Row</li>
<li>#62 – Grid – Child – Grid Area And Trainings</li>
<li>#63 – Grid – Min, Max And Auto Fill</li>
<li>#64 – Finish The Grid Garden Game</li>
</ul>
</div>
<div class="step">
<h3>Week 7 - CSS</h3>
<ul>
<li>#65 – 2D Transform – Scale</li>
<li>#66 – 2D Transform – Rotate</li>
<li>#67 – 2D Transform – Translate</li>
<li>#68 – 2D Transform – Skew</li>
<li>#69 – 2D Transform – Matrix</li>
<li>#70 – Transform Origin</li>
<li>#71 – 3D Transform – Rotate</li>
<li>
#72 – 3D Transform – Translate, Perspective, Perspective Origin
</li>
<li>#73 – 3D Transform – Backface Visibility And Flip Product</li>
</ul>
</div>
<div class="step">
<h3>Week 8 - CSS</h3>
<ul>
<li>#74 – Animation – KeyFrames, Name, Duration</li>
<li>
#75 – Animation – Iteration Count, Timing Function, Spinner
Loading
</li>
<li>#76 – Animation – Direction, Fill Mode, Play State, Delay</li>
<li>#77 – Up And Down Loading Animation Training</li>
<li>#78 – CSS Selectors Reference Part 1</li>
<li>#79 – CSS Selectors Reference Part 2</li>
<li>#80 – CSS Selectors Reference Part 3</li>
<li>#81 – CSS Selectors Reference Part 4</li>
<li>#82 – CSS Selectors Reference Part 5</li>
<li>#83 – Media Queries And Responsive Designs Intro</li>
<li>#84 – Media Queries And Responsive Designs Standards</li>
<li>#85 – Media Queries And Responsive Designs Practice</li>
<li>#86 – Create Your Framework</li>
<li>#87 – CSS Global Values</li>
<li>#88 – The End And How To Master CSS</li>
</ul>
</div>
</div>
</section>
<!-- -->
<section class="course">
<div class="card">
<h2>SASS - Elzero <i class="fas fa-angle-down"></i></h2>
<div class="step">
<h3>Week 1 - SASS</h3>
<ul>
<li>#01 - Introduction and What is Sass</li>
<li>#02 - The Needed Tools</li>
<li>#03 - Syntax and How to Install Sass</li>
<li>#04 - Compile Style With All Methods</li>
<li>#05 - Variables</li>
</ul>
</div>
<div class="step">
<h3>Week 2 - SASS</h3>
<ul>
<li>#06 - Working in Action</li>
<li>#07 - Nesting</li>
<li>#08 - Math and Operators</li>
<li>#09 - Extend</li>
<li>#10 - Placeholder Selector</li>
<li>#11 - Import</li>
<li>#12 - Mixin</li>
</ul>
</div>
<div class="step">
<h3>Week 3 - SASS</h3>
<ul>
<li>#13 - If Else Conditions</li>
<li>#14 - For Loop</li>
<li>#15 - Create Simple Grid System</li>
<li>#16 - Each</li>
<li>#17 - Each With Multiple Assignments</li>
<li>#18 - Each With Map</li>
</ul>
</div>
<div class="step">
<h3>Week 4 - SASS</h3>
<ul>
<li>#19 - While Loop</li>
<li>#20 - Training and Advanced Info</li>
<li>#21 - Functions</li>
<li>#22 - Output Style Options</li>
<li>#23 - Using Koala & Course Outro</li>
</ul>
</div>
</div>
</section>
<!-- -->
<section class="course">
<div class="card">
<h2>JavaScript - Elzero <i class="fas fa-angle-down"></i></h2>
<div class="step">
<h3>Week 1 - JavaScript</h3>
<ul>
<li>#001 - Introduction And What Is JavaScript</li>
<li>#002 - How To Study The Course</li>
<li>#003 - Setting Up Environment And Tools</li>
<li>#004 - Work With Chrome Developer Tools</li>
<li>#005 - Where To Put The Code</li>
<li>#006 - Comments And Bad Practice</li>
<li>#007 - Output To Screen</li>
<li>#008 - Console Methods And Styling And Web API</li>
<li>#009 - What Is ECMAScript</li>
</ul>
</div>
<div class="step">
<h3>Week 2 - JavaScript</h3>
<ul>
<li>#010 - Data Types And typeof Operator</li>
<li>#011 - Variables Introduction</li>
<li>#012 - Identifiers Name Conventions And Rules</li>
<li>#013 - Var, Let, Const Compare</li>
<li>#014 - String Syntax And Characters Escape Sequences</li>
<li>#015 - Concatenation</li>
<li>#016 - Template Literals (Template Strings)</li>
<li>#017 - Variable And Concatenation Challenge</li>
</ul>
</div>
<div class="step">
<h3>Week 3 - JavaScript</h3>
<ul>
<li>#018 - Arithmetic Operators</li>
<li>#019 - Unary Plus And Negation Operators</li>
<li>#020 - Type Coercion</li>
<li>#021 - Assignment Operators</li>
<li>#022 - Operators Challenges</li>
</ul>
</div>
<div class="step">
<h3>Week 4 - JavaScript</h3>
<ul>
<li>#023 - Number</li>
<li>#024 - Number Methods</li>
<li>#025 - Math Object</li>
<li>#026 - Number Challenge</li>
<li>#027 - String Methods Part 1</li>
<li>#028 - String Methods Part 2</li>
<li>#029 - String Methods Part 3</li>
<li>#030 - String Challenge</li>
</ul>
</div>
<div class="step">
<h3>Week 5 - JavaScript</h3>
<ul>
<li>#031 - Comparison Operators</li>
<li>#032 - Logical Operators</li>
<li>#033 - If Conditions</li>
<li>#034 - Nested If Conditions</li>
<li>#035 - Conditional Ternary Operator</li>
<li>#036 - Nullish Coalescing Operator & Logical Or</li>
<li>#037 - If Condition Challenge</li>
<li>#038 - Switch Statement</li>
<li>#039 - Switch And If Condition Challenge</li>
</ul>
</div>
<div class="step">
<h3>Week 6 - JavaScript</h3>
<ul>
<li>#040 - Array Big Introduction</li>
<li>#041 - Using Length With Array</li>
<li>#042 - Add And Remove From Array</li>
<li>#043 - Searching Array</li>
<li>#044 - Sorting Array</li>
<li>#045 - Slicing Array</li>
<li>#046 - Joining Arrays</li>
<li>#047 - Array Challenge</li>
</ul>
</div>
<div class="step">
<h3>Week 7 - JavaScript</h3>
<ul>
<li>#048 - Loop – For and The Concept Of Loop</li>
<li>#049 - Loop On Sequences</li>
<li>#050 - Nested Loops And Trainings</li>
<li>#051 - Loop Control – Break, Continue, Label</li>
<li>#052 - Loop For – Advanced Example</li>
<li>#053 - Practice – Add Products To Page</li>
<li>#054 - Loop – While</li>
<li>#055 - Loop – Do, While</li>
<li>#056 - Loop Challenge</li>
</ul>
</div>
<div class="step">
<h3>Week 8 - JavaScript</h3>
<ul>
<li>#057 - Function Intro And Basic Usage</li>
<li>#058 - Function Advanced Example</li>
<li>#059 - Function Return Statement And Use Cases</li>
<li>#060 - Function Default Parameters</li>
<li>#061 - Function Rest Parameters</li>
<li>#062 - Practice – Ultimate Function</li>
<li>#063 - Random Arguments Function Challenge</li>
</ul>
</div>
<div class="step">
<h3>Week 9 - JavaScript</h3>
<ul>
<li>#064 - Anonymous Function and Use Cases</li>
<li>#065 - Return Nested Function</li>
<li>#066 - Arrow Function Syntax</li>
<li>#067 - Scope – Global And Local</li>
<li>#068 - Scope – Block</li>
<li>#069 - Scope – Lexical (Static)</li>
<li>#070 - Arrow Function Challenge</li>
</ul>
</div>
<div class="step">
<h3>Week 10 - JavaScript</h3>
<ul>
<li>#071 - Higher Order Functions – Map</li>
<li>#072 - Higher Order Functions – Map Practice</li>
<li>#073 - Higher Order Functions – Filter</li>
<li>#074 - Higher Order Functions – Filter Practice</li>
<li>#075 - Higher Order Functions – Reduce</li>
<li>#076 - Higher Order Functions – Reduce Practice</li>
<li>#077 - Higher Order Functions – ForEach And Practice</li>
<li>#078 - Higher Order Functions Challenge</li>
</ul>
</div>
<div class="step">
<h3>Week 11 - JavaScript</h3>
<ul>
<li>#079 - Object Introduction</li>
<li>#080 - Dot Notation vs Bracket Notation</li>
<li>#081 - Nested Object and Advanced Trainings</li>
<li>#082 - Create Object With New Keyboard</li>
<li>#083 - This Keyword</li>
<li>#084 - Create Object With Create Method</li>
<li>#085 - Create Object With Assign Method</li>
</ul>
</div>
<div class="step">
<h3>Week 12 - JavaScript</h3>
<ul>
<li>#086 - What Is DOM And Select Elements</li>
<li>#087 - Get Set Elements Content And Attributes</li>
<li>#088 - Check Attributes And Examples</li>
<li>#089 - Create And Append Elements</li>
<li>#090 - Product With Title And Description Practice</li>
<li>#091 - Deal With Children's</li>
<li>#092 - DOM Events</li>
<li>#093 - Validate Form And Prevent Default</li>
</ul>
</div>
<div class="step">
<h3>Week 13 - JavaScript</h3>
<ul>
<li>#094 - Event Simulation - Click Focus Blur</li>
<li>#095 - Class List Object And Methods</li>
<li>#096 - CSS Styling And Stylesheets</li>
<li>#097 - Before, After, Prepend, Append, Remove</li>
<li>#098 - DOM Traversing</li>
<li>#099 - DOM Cloning</li>
<li>#100 - AddEventListener</li>
<li>#101 - DOM Challenge</li>
</ul>
</div>
<div class="step">
<h3>Week 14 - JavaScript</h3>
<ul>
<li>#102 - What Is BOM ?</li>
<li>#103 - Alert, Confirm, Prompt</li>
<li>#104 - setTimeout and clearTimeout</li>
<li>#105 - setInterval and clearInterval</li>
<li>#106 - Window Location Object</li>
<li>#107 - Window Open And Close</li>
<li>#108 - Window History Object</li>
<li>#109 - Scroll, ScrollTo, ScrollBy, Focus, Print, Stop</li>
<li>#110 - Scroll To Top Using ScrollY</li>
</ul>
</div>
</div>
</section>
<footer class="footer">
<div class="card">
<div class="text-center">Made With ❤ By Marwan</div>
</div>
</footer>
<!-- -->
<div class="top" id="top">
<div class="card">
<i class="fas fa-angle-double-up"></i>
</div>
</div>
<script src="js/load.js"></script>
<script src="js/script.js"></script>
</body>
</html>