-
Notifications
You must be signed in to change notification settings - Fork 28
/
index.html
549 lines (520 loc) · 18.8 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
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
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
<!DOCTYPE html>
<html lang="en">
<head>
<title>HTML and CSS Static Website Template</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="HTML and CSS Static Website template, the template used only Google fonts, fontawesome, plain HTML and CSS.">
<meta name="keywords" content="HTML, CSS, HTML and CSS Website, Static Website, HTML and CSS website template">
<meta name="author" content="Asabeneh Yetayeh">
<link rel="apple-touch-icon" sizes="180x180" href="./assets/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="./assets/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="./assets/favicon/favicon-16x16.png">
<link
rel="stylesheet"
href="https://use.fontawesome.com/releases/v5.3.1/css/all.css"
integrity="sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU"
crossorigin="anonymous"
/>
<link
href="https://fonts.googleapis.com/css2?family=Aldrich&family=Francois+One&family=Inconsolata:wght@300;400;600;900&family=Karla:wght@300;400;500;600;800&family=Lato:wght@300;400;900&family=Lora:wght@400;500;600;700&family=Merriweather:wght@300;400;700;900&family=Montserrat:wght@200;300;400;500;600;700;900&family=Nunito:wght@200;300;400;600;700;900&family=Open+Sans:wght@400;600;700;800&family=Oswald:wght@300;400;500;600;700&family=Poppins:wght@100;200;300;400;500;600;700;900&family=Proza+Libre:wght@400;500;600;700;800&family=Raleway:wght@200;300;400;600;900&family=Roboto+Slab:wght@200;300;400;500;600;700;800;900&family=Roboto:wght@100;300;400;500;700;900&family=Space+Mono:ital,wght@0,400;0,700;1,400;1,700&family=Work+Sans:wght@200;400;500;600;700;900&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="./assets/css/common.css" />
<link rel="stylesheet" href="./assets/css/header.css" />
<link rel="stylesheet" href="./assets/css/footer.css" />
<link rel="stylesheet" href="./assets/css/testimonials.css" />
</head>
<body>
<!-- HEADER SECTION -->
<header>
<h1 class="title-1">
<span class="washera">Washera</span>
<span class="academy">Academy</span>
</h1>
<nav>
<ul class="menu">
<li class="nav-list">
<a class="nav-link active" href="./index.html">HOME</a>
</li>
<li class="nav-list">
<a class="nav-link" href="./pages/about.html">About</a>
</li>
<li class="nav-list">
<a class="nav-link" href="./pages/projects.html">Projects</a>
</li>
<li class="nav-list">
<a class="nav-link" href="./pages/contacts.html">Contacts</a>
</li>
<li class="nav-list">
<a class="nav-link" href="./pages/testimonials.html"
>Testimonials</a
>
</li>
</ul>
</nav>
<div class="up-arrow-wrapper">
<a href="#down"> <i class="fas fa-solid fa-chevron-down"></i></i></a>
</div>
</header>
<!----- MAIN ----->
<main id="up">
<section >
<article>
<h2 class="section-title"><i class="fas fa-solid fa-list-ul"></i>Introduction</h2>
<p>Technologies you should learn to be a web developer:</p>
<ul>
<li class="list">
<a href="#html">HTML</a>
</li>
<li class="list">
<a href="#css">CSS</a>
</li>
<li class="list">
<a href="#javascript">JavaScript</a>
</li>
<li class="list">
<a href="#typescript">TypeScript</a>
</li>
<li class="list">
<a href="#react">React</a>
</li>
<li class="list">
<a href="#redux">Redux</a>
</li>
</ul>
</article>
</section>
<section id="html">
<article>
<h2 class="section-title"><i class="fab fa-brands fa-html5"></i> Introduction to HTML</h2>
<p>
Lorem ipsum dolor sit, amet consectetur adipisicing elit. Sed, ipsa
assumenda soluta, tenetur aspernatur ab deleniti quisquam
praesentium quo modi fuga aliquid. Amet vitae accusamus tempore
possimus. Deleniti, ut quas? Reprehenderit facere pariatur et
voluptas nostrum temporibus iusto sed, rem assumenda, eligendi,
sapiente ea officia nam ab soluta accusamus! Blanditiis corporis
aperiam dolorem iure ducimus. Nulla saepe illo quod et. Saepe esse
officia, vel pariatur ipsa temporibus tempore reprehenderit
distinctio eum consequatur corporis eius illo, inventore incidunt
praesentium natus facilis nihil placeat perspiciatis alias dolorum
quod enim, voluptatem delectus. Sed.
</p>
<img
src=".//assets/images/html.png"
alt="HTML Logo"
width="250"
/>
<h3>HTML References:</h3>
<ul>
<li>
<a
href="https://www.w3schools.com/html/default.asp"
target="_blank"
>W3Schools</a
>
</li>
<li>
<a
href="https://github.com/Asabeneh/30-Days-Of-HTML"
target="_blank"
>30DaysOfHTML</a
>
</li>
<li>
<a href="http://html5doctor.com/" target="_blank">HTML5Doctor</a>
</li>
<li>
<a
href="https://developer.mozilla.org/en-US/docs/Web/HTML"
target="_blank"
>Mozilla HTML</a
>
</li>
</ul>
</article>
</section>
<section id="css">
<article>
<h2 class="section-title"> <i class="fab fa-css3-alt"></i>Introduction to CSS</h2>
<p>
Lorem, ipsum dolor sit amet consectetur adipisicing elit. Quod
reiciendis quisquam sapiente dignissimos distinctio, magnam ea
eveniet non vel nihil ullam odit culpa voluptatum? Odit libero
tempore architecto nihil dicta? Obcaecati, facilis placeat impedit
cupiditate reprehenderit ipsam a aut et itaque aspernatur pariatur
at numquam suscipit excepturi optio esse cum earum. Voluptatum rerum
repellendus voluptate hic ipsam impedit, autem earum! Unde vitae,
doloremque, quia quibusdam laboriosam repellendus nam expedita non
vero, quidem provident ducimus praesentium cum quisquam possimus
totam minima tenetur dolores maxime optio? Dolorem ea excepturi
quibusdam placeat cum?
</p>
<img
src=".//assets/images/css_logo.png"
alt="CSS Logo"
width="250"
/>
<h3>HTML References:</h3>
<ul>
<li>
<a
href="https://www.w3schools.com/css/default.asp"
target="_blank"
>W3Schools</a
>
</li>
<li>
<a
href="https://developer.mozilla.org/en-US/docs/Web/CSS"
target="_blank"
>Mozilla CSS</a
>
</li>
</ul>
</article>
</section>
<section id="javascript">
<article>
<h2 class="section-title"> <i class="fab fa-js"></i> Introduction to JavaScript</h2>
<p>
Lorem ipsum dolor, sit amet consectetur adipisicing elit. Odio
voluptates eveniet eum id repellat similique dolore, inventore animi
dolores, deleniti eos nulla maiores illo. Maxime aspernatur officiis
laborum rerum odit! Eius officiis explicabo sunt qui, error a
dolorum eveniet placeat temporibus consectetur tenetur, enim earum
nulla doloremque, maiores molestias? Cupiditate, sint ducimus rem
iusto id exercitationem possimus recusandae error fugiat.
</p>
<img
src=".//assets/images/js_logo.png"
alt="JavaScript Logo"
width="250"
/>
<ul>
<li>
<a
href="https://www.w3schools.com/javascript/default.asp"
target="_blank"
>W3Schools</a
>
</li>
<li>
<a
href="https://github.com/Asabeneh/30-Days-Of-JavaScript"
target="_blank"
>30-DaysOfJavaScript</a
>
</li>
<li>
<a
href="https://developer.mozilla.org/en-US/docs/Web/javascript"
target="_blank"
>Mozilla JavaScript</a
>
</li>
</ul>
</article>
</section>
<section id="typescript">
<article>
<h2 class="section-title">Introduction to TypeScript</h2>
<p>
Lorem ipsum dolor, sit amet consectetur adipisicing elit. Odio
voluptates eveniet eum id repellat similique dolore, inventore animi
dolores, deleniti eos nulla maiores illo. Maxime aspernatur officiis
laborum rerum odit! Eius officiis explicabo sunt qui, error a
dolorum eveniet placeat temporibus consectetur tenetur, enim earum
nulla doloremque, maiores molestias? Cupiditate, sint ducimus rem
iusto id exercitationem possimus recusandae error fugiat.
</p>
<img
src="https://upload.wikimedia.org/wikipedia/commons/thumb/4/4c/Typescript_logo_2020.svg/1024px-Typescript_logo_2020.svg.png"
alt="TypeScript Logo"
width="250"
/>
<ul>
<li>
<a
href="https://www.w3schools.com/javascript/default.asp"
target="_blank"
>W3Schools</a
>
</li>
<li>
<a
href="https://github.com/Asabeneh/30-Days-Of-JavaScript"
target="_blank"
>30-DaysOfJavaScript</a
>
</li>
<li>
<a
href="https://developer.mozilla.org/en-US/docs/Web/javascript"
target="_blank"
>Mozilla JavaScript</a
>
</li>
</ul>
</article>
</section>
<section id="react">
<article>
<h2 class="section-title"> <i class="fab fa-brands fa-react"></i>Introduction to React</h2>
<p>
Lorem ipsum dolor sit, amet consectetur adipisicing elit. Quisquam
laboriosam, quasi natus porro illo optio dignissimos deleniti
repudiandae a eos perspiciatis nihil dolores praesentium ipsum
architecto inventore repellat, sit itaque! Tempora, voluptate
recusandae soluta maiores suscipit totam porro accusamus deleniti
alias cum atque et explicabo repellendus reprehenderit
necessitatibus aperiam temporibus animi harum neque maxime corrupti
aut nihil! Possimus, fugit beatae.
</p>
<img
src=".//assets/images/react_logo.png"
alt="Rect Logo"
width="250"
/>
<ul>
<li>
<a
href="https://github.com/Asabeneh/30-Days-Of-React"
target="_blank"
>30-DaysOfReact</a
>
</li>
</ul>
</article>
</section>
<section id="redux">
<article>
<h2 class="section-title">Introduction to Redux</h2>
<p>
Lorem ipsum dolor sit, amet consectetur adipisicing elit. Quisquam
laboriosam, quasi natus porro illo optio dignissimos deleniti
repudiandae a eos perspiciatis nihil dolores praesentium ipsum
architecto inventore repellat, sit itaque! Tempora, voluptate
recusandae soluta maiores suscipit totam porro accusamus deleniti
alias cum atque et explicabo repellendus reprehenderit
necessitatibus aperiam temporibus animi harum neque maxime corrupti
aut nihil! Possimus, fugit beatae.
</p>
</article>
</section>
<section>
<article>
<h2> <i class="fas fa-podcast"></i>Podcasts about Web development</h2>
<h3>Podcast 1: About HTML</h3>
<audio controls>
<source
src=".//assets/audios/audio_1.mp3"
type="audio/mpeg"
/>
Your browser does not support the audio element.
</audio>
<h3>Podcast 2: About CSS</h3>
<audio controls>
<source
src=".//assets/audios/audio_2.mp3"
type="audio/mpeg"
/>
Your browser does not support the audio element.
</audio>
<h3>Podcast 3: About JavaScript</h3>
<audio controls>
<source
src=".//assets/audios/audio_3.mp3"
type="audio/mpeg"
/>
Your browser does not support the audio element.
</audio>
</article>
</section>
<section>
<article>
<h2><i class="fab fa-brands fa-youtube"></i>YouTube lesson about wew</h2>
<iframe
title="Lesson about web programming-introduction"
width="80%"
height="600px"
src="https://www.youtube.com/embed/2nYqCru0x-4?autoplay=1&mute=1"
></iframe>
</article>
<article>
<h2>Some video lessons</h2>
<video controls width="80%" height="80%">
<source
src=".//assets/videos/js-project.mp4"
type="video/mp4"
/>
</video>
</article>
</section>
<section class="section countries">
<article>
<h2>The ten most populated nations:</h2>
<ol>
<li>China</li>
<li>India</li>
<li>USA</li>
<li>Indonesia</li>
<li>Pakistan</li>
<li>Brazil</li>
<li>Bangladesh</li>
<li>Russia</li>
<li>Mexico</li>
</ol>
</article>
</section>
<!--
HTML Table
-->
<section>
<article>
<h2>HTML Tables</h2>
<p>My students</p>
<table>
<thead>
<tr>
<th>id</th>
<th>Name</th>
<th>Gender</th>
<th>Age</th>
<th>Country</th>
</tr>
</thead>
<tr>
<td>1</td>
<td>John</td>
<td>Male</td>
<td>21</td>
<td>Sweden</td>
<tr>
<td>2</td>
<td>Joanna</td>
<td>Female</td>
<td>19</td>
<td>Finland</td>
</tr>
<tr>
<td>3</td>
<td>Marta</td>
<td>Female</td>
<td>21</td>
<td>Denmark</td>
</tr>
</table>
</article>
</section>
<section>
<article>
<h2>HTML Entities</h2>
<p>Symbols that can be created using HTML tag</p>
Copyright symbol: © <br />
Register symbol; ®
<!--
HTML Formatting elements
-->
<div>
<h2>Formating</h2>
<p>
<strong>HTML</strong> and <strong>CSS</strong> are very essential
in <strong>Web Development</strong>. There is no a website without
an HTML. Therefore <em>every</em> web developer should start from
HTML and learn <mark>HTML</mark> very well.
</p>
</div>
<p>Let us see the compositoin of water molecule:</p>
H<sub>2</sub> + O<sub>2</sub> = H<sub>2</sub>O
<p>Let make a quadratic equation</p>
x<sup>2</sup> + 6x + 9 = 0
<p>
i <br />
love <br />
going to <br />
school
</p>
<pre>
when it shines
go out for sun tan
because there is no time
to stay at home
</pre
>
<p>
In HTML we many tags for instane <code>h2, p, img, a, div</code>
</p>
<p>
Press <kbd>Ctrl</kbd><kbd> <kbd> +</kbd> <kbd>SHIFT</kbd>+ </kbd
><kbd>i</kbd> to open the browser console
</p>
<pre>
<var>
const gravity = 9.81;
let mass = 75;
const weight = mass * gravity;
console.log(weight)
const PI = 3.14;
const r = 10;
areaOfCircle = PI * r ** 2;
console.log(areaOfCircle)
</var>
</pre>
</article>
<article>
<h2>Blocking and Non-blocing element</h2>
<h3>I am h3 tag and I am a blocking element</h3>
<p>I am p tag and I am blocking element too</p>
<span>I am span and I am a blocking element</span>
<span>I am span 2 and I am not blocking element</span>
<h2 style="border: 2px solid gray">h2</h2>
<h3 style="border: 2px solid gray">h3</h3>
<p style="border: 2px solid gray">p</p>
</article>
</section>
</main>
<!--Footer Section -->
<footer id="down">
<div class="down-arrow-wrapper">
<a href="#up">
<i class="fas fa-solid fa-chevron-up"></i>
</a>
</div>
<div class="footer-socials">
<a href="https://github.com/Asabeneh" target="_blank"
><i class="fab fa-github-square"></i
></a>
<a href="https://www.linkedin.com/in/asabeneh/" target="_blank"
><i class="fab fa-linkedin"></i
></a>
<a href="https://twitter.com/Asabeneh" target="_blank">
<i class="fab fa-twitter-square"></i>
</a>
</div>
<div class="copy-right">
<small
>Copyright © 2022 | Asabeneh Yetayeh | All rights are
reserved!</small
>
</div>
</footer>
<!--
JavaScript HTML tag
-->
<script>
/* console.log(
"This is a JavaScript tag and it will printed on the console"
);
const gravity = 9.81;
let mass = 75;
const weight = mass * gravity;
console.log("The weight of the person is ", weight);
const PI = 3.14;
const r = 10;
areaOfCircle = PI * r ** 2;
console.log(areaOfCircle); */
</script>
</body>
</html>