forked from w3schools-test/w3schools-test.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
498 lines (409 loc) · 22.1 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
<!DOCTYPE html>
<html>
<title>Git Tutorial Guestbook</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lato">
<style>
html,body,h1,h2,h3,h4 {font-family:"Lato", sans-serif}
.w3-tag {height:15px;width:15px;padding:0;margin-top:6px;cursor:pointer}
</style>
<body>
<!-- Content -->
<div class="w3-content" style="max-width:1920px;margin-top:40px;margin-bottom:40px">
<div class="w3-panel">
<h1><b>GIT TUTORIAL GUESTBOOK</b></h1>
</div>
<!-- Slideshow -->
<div class="w3-container">
<div class="w3-display-container">
<img src="img_guestbook_wall.jpg" alt="Image from Nicolas Dmítrichev via unsplash.com" style="width:100%">
<div class="w3-display-topleft w3-container w3-padding-32">
<span class="w3-white w3-padding-large w3-animate-bottom">Share your message with the community</span>
</div>
</div>
</div>
<!-- Grid -->
<div class="w3-row w3-container">
<div class="w3-center w3-padding-64">
<span class="w3-xlarge w3-bottombar w3-border-dark-grey w3-padding-16">What is This?</span>
</div>
<div class="w3-col l3 m6 w3-light-grey w3-container w3-padding-16">
<h3>Learn</h3>
<p>Learn how to use Git and GitHub from our <a href="https://www.w3schools.com/git/default.asp" title="w3schools.com Git Tutorial" target="_blank" class="w3-hover-text-green">Git Tutorial</a>.</p>
</div>
<div class="w3-col l3 m6 w3-grey w3-container w3-padding-16">
<h3>Change</h3>
<p>Fork and Clone this <a href="https://github.com/w3schools-test/w3schools-test.github.io" title="Guestbook Git Repository" target="_blank" class="w3-hover-text-green">GitHub repository</a>, to your local Git or GitHub account.</p>
</div>
<div class="w3-col l3 m6 w3-dark-grey w3-container w3-padding-16">
<h3>Collaborate</h3>
<p>Add a message, following the guidelines from the <a href="https://github.com/w3schools-test/w3schools-test.github.io" title="Guestbook Git Repository" target="_blank" class="w3-hover-text-green">README.md</a>.</p>
</div>
<div class="w3-col l3 m6 w3-black w3-container w3-padding-16">
<h3>Contribute</h3>
<p>Add a <a href="https://github.com/w3schools-test/w3schools-test.github.io/pulls" title="GitHub Pull Request" target="_blank" class="w3-hover-text-green">pull request</a>, and see if your change gets approved and added below!</p>
</div>
</div>
<!-- Grid -->
<div class="w3-row-padding" id="about">
<div class="w3-center w3-padding-64">
<span class="w3-xlarge w3-bottombar w3-border-dark-grey w3-padding-16">Leave A Message</span>
</div>
<!-- Insert your message below here -->
<div class="w3-panel w3-leftbar w3-light-grey">
<p class="w3-xlarge w3-serif"><i>We're living in a world where no one's innocent, but at least we try...</i></p>
<p>Unknown</p>
</div>
<div class="w3-panel w3-leftbar w3-light-grey">
<p class="w3-xlarge w3-serif"><i>"Learning Git is fun"</i></p>
<p>K-pi</p>
</div>
<div class="w3-panel w3-leftbar w3-light-grey">
<p class="w3-xlarge w3-serif"><i>This is my first fork. If you're reading this, don't give up. I only have this to say.</i></p>
<p>FacuA0</p>
</div>
<div class="w3-panel w3-leftbar w3-light-grey" style="background: linear-gradient(to bottom left, #ff9a9e , #fad0c4);position:relative">
<p class="w3-xlarge Helvetica"><b>gogogo ahead again</b></p>
<p style="font-family:cursive">MinhThanh</p>
</div>
<div class="w3-panel w3-leftbar w3-light-grey" style="background: linear-gradient(to bottom left, #ff9a9e , #fad0c4);position:relative">
<p class="w3-xlarge Helvetica"><b>Smile. Not for anyone else, but for yourself.</b><br>Stay Safe and Healthy :)</p>
<p style="font-family:cursive">-Gaurav Garg</p>
</div>
<div class="w3-panel w3-leftbar w3-light-grey">
<p class="w3-xlarge w3-serif"><i>"Thanks for all the tutorials! :)"</i></p>
<p>Agustinms</p>
</div>
<div class="w3-panel w3-lefbar w3-light-grey">
<p class="w3-xlarge w3-serif"><b>Sky</b> is the <b>limit</b></p>
<p>Hafiz</p>
</div>
<div class="w3-panel w3-leftbar w3-light-grey">
<p class="w3-xlarge w3-serif"><i>KELOKEEEE</i></p>
<p>KouD</p>
</div>
<div class="w3-panel w3-leftbar w3-light-grey">
<p class="w3-xlarge w3-serif"><i>"Wow keep up the good work guys! Thanks for everything."</i></p>
<p>Akeem</p>
</div>
<div class="w3-panel w3-leftbar w3-light-grey">
<p class="w3-xlarge w3-serif"><i>"Thank You w3schools"</i></p>
<p>khunsai</p>
</div>
<div class="w3-panel w3-leftbar w3-light-grey">
<p class="w3-xlarge w3-serif"><i>"Let's make this world better guys"</i></p>
<p>Tanjona R.</p>
</div>
<div class="w3-panel w3-leftbar w3-light-grey">
<p class="w3-xlarge w3-serif"><i>"I learned so much things thanks to 'w3schools'"</i></p>
<p>Don T</p>
</div>
<div class="w3-panel w3-leftbar w3-light-grey">
<p class="w3-xlarge w3-serif"><i>"Thank You w3schools for the knowledge"</i></p>
<p>Tomson</p>
</div>
<div class="w3-panel w3-leftbar w3-light-grey">
<p class="w3-xlarge w3-serif"><i>"Thank You w3schools"</i></p>
<p>ssakib4050</p>
</div>
<div class="w3-panel w3-leftbar w3-light-grey">
<p class="w3-xlarge w3-serif"><i>"Muchas gracias w3schools"</i></p>
<p>Isabel From Spain</p>
</div>
<div class="w3-panel w3-leftbar w3-light-grey">
<p class="w3-xlarge w3-serif"><i>Thank you, [email protected] for your many years friendly entry point to new technologies and ideas!</i></p>
</div>
<div class="w3-panel w3-leftbar w3-light-grey">
<p class="w3-xlarge w3-serif"><i>"Comfortable t-shirt"</i></p>
<p>MC Igu</p>
</div>
<div class="w3-panel w3-leftbar w3-light-grey">
<p class="w3-xlarge w3-serif"><q>Thank you W3 Schools</q></p>
<p>R. Ali</p>
</div>
<div class="w3-panel w3-leftbar w3-light-grey">
<p class="w3-xlarge w3-serif"><q>Challenges are what make life interesting and overcoming them is what makes life meaningful.</q></p>
<p>Joshua J. Marine</p>
</div>
<div class="w3-panel w3-leftbar w3-light-grey">
<p class="w3-xlarge w3-serif"><q>Headache or not, I'm gonna do this! 😎</q></p>
<p>theKomer</p>
</div>
<div class="w3-panel w3-leftbar w3-light-grey">
<p class="w3-xlarge w3-serif"><i>"The Future Is Now, <del>Old Man</del> Everybody"</i></p>
<p>lleks</p>
</div>
<div class="w3-panel w3-leftbar w3-light-grey">
<p class="w3-xlarge w3-serif"><i>"The ability to write clean, useful code coupled with being able to work
collaboratively in a team will open opportunities for one across borders in today's digital world."</i></p>
<p>Ugogineering</p>
</div>
<div class="w3-panel w3-leftbar w3-light-grey">
<p class="w3-xlarge w3-serif"><i>"Let's sit down and learn coding"</i></p>
<p>Khai Hoan Pham</p>
</div>
<div class="w3-panel w3-leftbar w3-light-grey">
<p class="w3-xlarge w3-serif">
<strong>"... <br>For whatever we lose (like a you or a me)<br>it's always ourselves we find in the sea"</strong>
</p>
<p>E. E. Cummings</p>
</div>
<div class="w3-panel w3-leftbar w3-light-grey">
<p>Thank you W3Schools team for this tutorial ,I love your website , it is the best ,and hello from Morocco to all coders around the world</p>
</div>
<div class="w3-panel w3-leftbar w3-light-grey">
<p class="w3-xlarge w3-serif"><i>"Hello World!"</i></p>
<p>Roman Yusupov</p>
</div>
<!-- Example message -->
<div class="w3-panel w3-leftbar w3-light-grey">
<p class="w3-xlarge w3-serif"><i>"Arise,awake and don't stop until the goal is reached."</i></p>
<p>Swami Vivekananda</p>
</div>
<div class="w3-panel w3-leftbar w3-light-grey">
<p class="w3-xlarge w3-serif"><i>“Coding is the language of the future, and every girl should learn it. As I've learned from watching girls grow and learn in our classrooms, coding is fun, collaborative and creative.”
</i></p>
<p> Reshma Saujani</p>
</div>
<div class="w3-panel w3-leftbar w3-light-grey">
<p class="w3-xlarge w3-serif"><i>"Make it as simple as possible, but not simpler."</i></p>
<p>Albert Einstein</p>
</div>
<div class="w3-panel w3-leftbar w3-light-grey">
<p class="w3-xlarge w3-serif"><i>"And so the geek inherited the earth."</i></p>
<p> Edward Snowden</p>
</div>
<div class="w3-panel w3-leftbar w3-light-grey">
<p class="w3-xlarge w3-serif"><i>"Hello World"</i></p>
<p></p>
</div>
<div class="w3-panel w3-leftbar w3-light-grey">
<p class="w3-xlarge w3-serif"><i>"Don't let that time go wasted"</i></p>
<p>Vaishnav Shyam</p>
</div>
<div class="w3-panel w3-leftbar w3-light-grey">
<p class="w3-xlarge w3-serif"><i>"Why do people look for problems where there aren't any"</i></p>
<p>SiXeD</p>
</div>
<div class="w3-panel w3-leftbar w3-sand">
<p class="w3-xxlarge w3-serif"><i>"Hacerlo simple es posible, pero no más simple."</i></p>
<p> Albert Einstein</p>
<p>Desde España</p>
</div>
<div class="w3-panel w3-leftbar w3-light-grey">
<p class="w3-xlarge w3-serif">
<i>"Go Beyond Yourself."</i></p>
<p>Hossain</p>
</div>
<div class="w3-panel w3-leftbar w3-light-grey">
<p class="w3-xlarge w3-serif"><i>"Chaque homme doit inventer son chemin."</i></p>
<p>Jean-Paul Sartre</p>
</div>
<div class="w3-panel w3-leftbar w3-light-grey">
<p class="w3-xlarge w3-serif"><i>"If I can do this, then there's hope for everyone."</i></p>
<p>Stu1902</p>
</div>
<div class="w3-panel w3-leftbar w3-light-grey">
<p class="w3-xlarge w3-serif"><i>"Talk is cheap. Show me the code."</i></p>
<p>Linus Torvalds</p>
</div>
<div class="w3-panel w3-leftbar w3-light-grey">
<p class="w3-xlarge w3-serif"><i>"I Got 99 Problems, But Writing Code Ain’t One."</i></p>
<p>Unknown</p>
</div>
<div class="w3-panel w3-leftbar w3-light-grey">
<p class="w3-xlarge w3-serif"><i>" 1.Make it work, 2.Make it right, 3.Make it fast. "</i></p>
<p>Kent Beck</p>
</div>
<div class="w3-panel w3-leftbar w3-light-grey">
<p class="w3-xlarge w3-serif"><i>"SENAI Taguatinga Curso de JAVA turma QUA.209.019"</i></p>
<p>Luiz Felipe from Brazil</p>
</div>
<div class="w3-panel w3-leftbar w3-light-grey">
<p class="w3-xlarge w3-serif"><i>"Life itself is hard, but we got to find a way to navigate"</i></p>
<p>passyEche</p>
</div>
<div class="w3-panel w3-leftbar w3-light-grey">
<p class="w3-xlarge w3-serif"><i>"Love is the will to extend one's self for the purpose of nurturing one's own or another's spiritual growth. We do not have to love. We choose to love."</i></p>
<p>M. Scott Peck</p>
</div>
<div class="w3-panel w3-leftbar w3-light-grey">
<p class="w3-xlarge w3-serif"><i>"I'm not afraid of falling, because I'm born to rise.</i></p>
<p>Kushang Shah</p>
</div>
<p> Hello its me albertojmarun </p>
<p> Hello, I'm come from VietNam </p>
<p>Greetings from harrydev</p>
<div class="w3-panel w3-leftbar w3-light-grey">
<p class="w3-xlarge w3-serif"><i>"Don't wish it EASIER, Wish you were BETTER."</i></p>
<p>Jim Rohn</p>
</div>
<div class="w3-panel w3-leftbar w3-light-grey">
<p class="w3-xlarge w3-serif"><i>"I am the ultimate hide and seek champion."</i></p>
<p><code>;</code>semicolon</p>
</div>
<div class="w3-panel w3-leftbar w3-light-grey">
<p class="w3-xlarge w3-serif"><i>"All we have to decide is what to do with the time that is given to us."</i></p>
<p>Gandalf</p>
</div>
<div class="w3-panel w3-leftbar w3-light-grey">
<p class="w3-xlarge w3-serif">Thanks for sharing your knowledge with us!</p>
<p>Gabit from Argentina</p>
</div>
<div>
<p>In my small journey through life, I discovered that the fear of failure has kept a lot of persons form starting. This as little as it may seems is a major barrier to greatness and success.</p>
<p>As a begining programmer many have told me that programming is for genuises, but i keep motivating myself daily with a quote that says;
<blockquote> "Nothing is impossible to a man that believes"</blockquote>
<blockquote>"You can achieve anything you set your heart to if your can discipline yourself to pay the price for it"</blockquote>
</p>
</div>
<div class="w3-panel w3-leftbar w3-light-grey">
<p class="w3-xlarge w3-serif">Thanks for your great tutorials that help me a lot!</p>
<p>Souleymane from France</p>
</div>
<div class="w3-panel w3-leftbar w3-light-grey">
<p class="w3-xlarge w3-serif">Great things are done by a series of small things brought together</p>
<p>Hari From India</p>
</div>
<div class="w3-panel w3-leftbar w3-light-grey">
<p>Your courses are soooo amazing. Can you make a tutorial on data structures and algorithms?</p>
<p>Michael from Nigeria</p>
<p class="w3-xlarge w3-serif">Thanks a lot W3Schools <p>SG from India</p>
</div>
<div class="w3-panel w3-leftbar w3-light-grey">
<p class="w3-xlarge w3-serif">I am learning from W3Schools, and they are great. Thanks for that. </p>
<blockquote>Never Settle</blockquote>
<p>Harsh From India</p>
</div>
<div class="w3-panel w3-leftbar w3-light-grey">
<p>Muchas gracias </p>
<p>Isabel from Spain</p>
<p class="w3-xlarge w3-serif">Thanks a lot W3Schools <p>SG from India</p>
</div>
<div class="w3-panel w3-leftbar w3-light-grey">
<p class="w3-xlarge w3-serif">I'm micun, learning git from W3Schools.</p>
<blockquote>Keep going.</blockquote>
<p>With love from Croatia</p>
</div>
<div class="w3-panel w3-leftbar w3-light-grey">
<p class="w3-xlarge w3-serif">These tutorials are the best, infinite thanks W3schools' team</p>
<p>J.Seb From Chile</p>
</div>
<div class="w3-panel w3-leftbar w3-light-grey">
<p class="w3-xlarge w3-serif"><i>"whats good homeboy"</i></p>
<p>Emperor Palpatine</p>
</div>
<div class="w3-panel w3-leftbar w3-light-grey">
<p class="w3-xlarge w3-serif">Hi, I started my tech journey with w3schools and it's been a wondeful, exciting experience. </p>
<p>Thanks for all you do at w3schools</p>
<p>Hengage From Nigeria</p>
</div>
<div class="w3-panel w3-leftbar w3-light-grey">
<p class="w3-xlarge w3-serif">completing W3Schools Git tutorial</p>
<p>Yinghan from Singapore</p>
</div>
<div class="w3-panel" style="background: linear-gradient(to right,#D80C5E,#600BB4);position:relative">
<div style="position:absolute;left: 0px;top: 0px;bottom: 0px;width: 6px;background: linear-gradient(to bottom, orangered,yellow,skyblue);"></div>
<div style="position:relative;">
<div style="border: 1px solid black;position: absolute;width: 50px;height: 50px;top:5px;left:20px;background: rgba(0,0,0,0.5)"></div>
<div style="border: 1px solid black;position: absolute;width: 50px;height: 50px;top:30px;left:50px;;background: rgba(0,0,0,0.4)"></div>
<div style="border-style: solid hidden hidden hidden; border-width: 1px;position: absolute;width: 39px;height: 39px;transform: rotate(40deg);left: 52px;top: 13px;"></div>
<div style="border-style: hidden hidden solid hidden; border-width: 1px;position: absolute;width: 39px;height: 39px;transform: rotate(40deg);left: 27px;top: 33px"></div>
<div style="border-style: solid hidden hidden hidden; border-width: 1px;position: absolute;width: 39px;height: 39px;transform: rotate(40deg);left: 4px;top: 14px"></div>
<div style="border-style: hidden hidden solid hidden; border-width: 1px;position: absolute;width: 39px;height: 39px;transform: rotate(40deg);left: 78px;top: 33px"></div>
</div>
<p class="w3-xlarge w3-serif" style="color:white;margin-top: 80px;font-style: italic">La novedades, cambian el ambiente de trabajo y da lugar a nuevas oportunidades.</p>
<p style="color:white;font-style: italic;">Miguel desde Perú</p>
</div>
<div class="w3-panel w3-leftbar w3-light-grey">
<p class="w3-xlarge w3-serif">Thanks for helpful tutorials. Also thanks for adding Kotlin series :)</p>
<p>Abhay</p>
</div>
<div class="w3-panel w3-leftbar w3-light-green">
<p class="w3-xlarge w3-serif"><i>"Thank you for good knowledge, I'm glad to have such a good website."</i></p>
<p>Eigkivz</p>
</div>
<div class="w3-panel w3-leftbar w3-light-grey">
<p class="w3-xlarge w3-serif">pleasant experience with w3school</p>
<p>Sashish</p>
</div>
<div class="w3-panel w3-leftbar w3-light-grey" style="background-color: #222 !important;">
<p class="w3-xlarge w3-serif" style="filter: url(#flames); font-weight: bold; color: #eaeaea;">Thank you w3s for this course and the other ones as well! You guys are changing a lot of people's life 😄</p>
<p style="color: #eee">Daniel M. from Brazil</p>
<svg height="0" width="0" >
<filter id="flames" >
<feFlood flood-color="#aa4400" result="COLOR"></feFlood>
<feTurbulence seed="1" numOctaves="4" baseFrequency="0.08"result="NOISE_MAP">
<animate attributeName="baseFrequency" values="0.08; 0.05; 0.08" dur="30s" repeatCount="indefinite"/>
</feTurbulence>
<feGaussianBlur stdDeviation="0.5" in="SourceAlpha" result="BLUR_TEXT"/>
<feDisplacementMap
in="BLUR_TEXT" in2="NOISE_MAP" xChannelSelector="R" yChannelSelector="R" scale="15" result="BLACK_FLAMES"/>
<feComposite in="COLOR" in2="BLACK_FLAMES" operator="in" result="COLORED_FLAMES"/>
<feMerge>
<feMergeNode in="COLORED_FLAMES"></feMergeNode>
<feMergeNode in="SourceGraphic"></feMergeNode>
</feMerge>
</filter>
</svg>
</div>
<div class="w3-panel" style="background: linear-gradient(to bottom right,#d5d80c,#1036dd, red);position:relative">
<div style="position:absolute;left: 0px;top: 0px;bottom: 0px;width: 6px;background: linear-gradient(to bottom, rgb(238, 255, 0),rgb(4, 0, 255),rgb(212, 35, 35));"></div>
<p class="w3-xlarge w3-serif" style="color:white;margin-top: 50px;">A Great Work, beat all things. God bless you.</p>
<marquee behavior="scroll" direction="left" style="color:white;font-style: italic;"> Eduardo Mejias Avila; with Love ❣ from Venezuela 💪 😎 @AvilaPro</marquee>
</div>
<div class="w3-panel" style="background: linear-gradient(to right, orangered, yellow);position:relative">
<div style="position:absolute;left: 0px;top: 0px;bottom: 0px;width: 6px;background: linear-gradient(to bottom, orangered,yellow,skyblue);"></div>
<div style="position:relative;">
<div style="border: 1px solid black;position: absolute;width: 50px;height: 50px;top:5px;left:20px;background: rgba(0,0,0,0.5)"></div>
<div style="border: 1px solid black;position: absolute;width: 50px;height: 50px;top:30px;left:50px;;background: rgba(0,0,0,0.4)"></div>
<div style="border-style: solid hidden hidden hidden; border-width: 1px;position: absolute;width: 39px;height: 39px;transform: rotate(40deg);left: 52px;top: 13px;"></div>
<div style="border-style: hidden hidden solid hidden; border-width: 1px;position: absolute;width: 39px;height: 39px;transform: rotate(40deg);left: 27px;top: 33px"></div>
<div style="border-style: solid hidden hidden hidden; border-width: 1px;position: absolute;width: 39px;height: 39px;transform: rotate(40deg);left: 4px;top: 14px"></div>
<div style="border-style: hidden hidden solid hidden; border-width: 1px;position: absolute;width: 39px;height: 39px;transform: rotate(40deg);left: 78px;top: 33px"></div>
</div>
<p class="w3-xlarge w3-serif" style="color:white;margin-top: 80px;font-style: italic">If you want to shine like the Sun, first burn like the Sun</p>
<p style="color:white;font-style: italic;">Anonymous</p>
</div>
<div class="w3-panel w3-leftbar w3-light-grey">
<p class="w3-xlarge w3-serif">I had learned alot from <b>w3schools</b> Thanks for that. </p>
<p>Ahmed from NIGERIA </p>
</div>
<div class="w3-panel w3-leftbar w3-light-grey">
<p class="w3-xlarge w3-serif"><i>"the most important thing in coding is to have fun doing it."</i></p>
<p class="w3-xlarge w3-serif"><i>"& remember to kow your limits and try to break it everytime you stuck in something."</i></p>
<p>mahmoud bebars</p>
</div>
<p>thanks fogr giving chsdfsd</p>
<div class="w3-panel w3-leftbar w3-light-grey">
<p class="w3-xlarge w3-serif"><i>Thank you W3Schools, you are a beacon of light in my coding journey. </i></p>
<p>EliMullan</p>
</div>
<div class="w3-panel w3-leftbar w3-light-grey">
<p class="w3-xlarge w3-serif"><i>Thank you W3Schools for all these tutorials and exercises. Learnt alot of stuff from this!</i></p>
<p>Ish_1022</p>
</div>
<div class="w3-panel w3-leftbar w3-light-grey">
<p class="w3-xlarge w3-serif"><i>Thank you W3Schools for Git journey. </i></p>
<p>EliMullan</p>
</div>
<div class="w3-panel w3-leftbar w3-light-grey">
<p class="w3-xlarge w3-serif"><i>What have in your hand, Just do it, Don't put the things on Time. Time can flip any Time </i></p>
<p>Sackumar</p>
</div>
<div class="w3-panel w3-leftbar w3-light-blue">
<p class="w3-xlarge w3-serif"><i>"Great Resource for Git and Github Tutorial you made my life easier w3schools"</i></p>
<p>Rahul Pulagam From India</p>
</div>
<!-- End user messages -->
</div>
</div>
<!-- Footer -->
<footer class="w3-container w3-padding-32 w3-light-grey w3-center">
<a href="#" class="w3-button w3-black w3-margin">To the top</a>
<p>Powered by <a href="https://www.w3schools.com/w3css/default.asp" title="W3.CSS" target="_blank" class="w3-hover-text-green">w3.css</a></p>
</footer>
</body>
</html>