-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
574 lines (522 loc) · 16.3 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
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
<!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>100DaysOfCode</title>
</head>
<body>
<h1>100 Days Of Code log</h1>
<h2>51 FreeCodeCamp</h2>
<date>Day 51: March 12, 2019 - Tuesday</date>
<h3>Today's Progress:</h3>
<ul>
<li>Built Random Quote Machine on FCC.</li>
</ul>
<h3>Link(s) to work:</h3>
<ul>
<li><a href="https://codepen.io/o_rvalho/full/rRzxmr">Random Quote Machine on Codepen</a></li>
</ul>
<h2>50 FreeCodeCamp</h2>
<date>Day 50: March 11, 2019 - Monday</date>
<h3>Today's Progress:</h3>
<ul>
<li>Completed 'React and Redux' section on FCC.</li>
</ul>
<h3>Link(s) to work:</h3>
<ul>
<li><a href="https://www.freecodecamp.org/orvalho">My FCC Code Portfolio</a></li>
</ul>
<h2>49 FreeCodeCamp</h2>
<date>Day 49: March 10, 2019 - Sunday</date>
<h3>Today's Progress:</h3>
<ul>
<li>Completed 'Redux' section on FCC.</li>
</ul>
<h3>Link(s) to work:</h3>
<ul>
<li><a href="https://www.freecodecamp.org/orvalho">My FCC Code Portfolio</a></li>
</ul>
<h2>48 FreeCodeCamp</h2>
<date>Day 48: March 9, 2019 - Saturday</date>
<h3>Today's Progress:</h3>
<ul>
<li>Studied 'Redux' section on FCC.</li>
</ul>
<h3>Link(s) to work:</h3>
<ul>
<li><a href="https://www.freecodecamp.org/orvalho">My FCC Code Portfolio</a></li>
</ul>
<h2>47 FreeCodeCamp</h2>
<date>Day 47: March 8, 2019 - Friday</date>
<h3>Today's Progress:</h3>
<ul>
<li>Completed 'React' section on FCC.</li>
</ul>
<h3>Link(s) to work:</h3>
<ul>
<li><a href="https://www.freecodecamp.org/orvalho">My FCC Code Portfolio</a></li>
</ul>
<h2>46 FreeCodeCamp</h2>
<date>Day 46: March 7, 2019 - Thursday</date>
<h3>Today's Progress:</h3>
<ul>
<li>Continued to study 'React' section on FCC.</li>
</ul>
<h3>Link(s) to work:</h3>
<ul>
<li><a href="https://www.freecodecamp.org/orvalho">My FCC Code Portfolio</a></li>
</ul>
<h2>45 FreeCodeCamp</h2>
<date>Day 45: March 6, 2019 - Wednesday</date>
<h3>Today's Progress:</h3>
<ul>
<li>Studied 'React' section on FCC.</li>
</ul>
<h3>Link(s) to work:</h3>
<ul>
<li><a href="https://www.freecodecamp.org/orvalho">My FCC Code Portfolio</a></li>
</ul>
<h2>44 FreeCodeCamp</h2>
<date>Day 44: March 5, 2019 - Tuesday</date>
<h3>Today's Progress:</h3>
<ul>
<li>Completed 'jQuery' section on FCC.</li>
</ul>
<h3>Link(s) to work:</h3>
<ul>
<li><a href="https://www.freecodecamp.org/orvalho">My FCC Code Portfolio</a></li>
</ul>
<h2>43 FreeCodeCamp</h2>
<date>Day 43: March 4, 2019 - Monday</date>
<h3>Today's Progress:</h3>
<ul>
<li>Completed 'Bootstrap' section on FCC.</li>
</ul>
<h3>Link(s) to work:</h3>
<ul>
<li><a href="https://www.freecodecamp.org/orvalho">My FCC Code Portfolio</a></li>
</ul>
<h2>42 FreeCodeCamp</h2>
<date>Day 42: March 3, 2019 - Sunday</date>
<h3>Today's Progress:</h3>
<ul>
<li>Completed 'Sass' section on FCC.</li>
</ul>
<h3>Link(s) to work:</h3>
<ul>
<li><a href="https://www.freecodecamp.org/orvalho">My FCC Code Portfolio</a></li>
</ul>
<h2>41 FreeCodeCamp</h2>
<date>Day 41: March 2, 2019 - Saturday</date>
<h3>Today's Progress:</h3>
<ul>
<li>Got Javascript Algorithms And Data Structures certificate on FCC.</li>
</ul>
<h3>Link(s) to work:</h3>
<ul>
<li><a href="https://www.freecodecamp.org/orvalho">My FCC Code Portfolio</a></li>
</ul>
<h2>40. FreeCodeCamp</h2>
<date>Day 40: March 1, 2019 - Friday</date>
<h3>Today's Progress:</h3>
<ul>
<li>Completed 'Intermediate Algorithm Scripting' section on FCC.</li>
</ul>
<h3>Link(s) to work:</h3>
<ul>
<li><a href="https://www.freecodecamp.org/orvalho">My FCC Code Portfolio</a></li>
</ul>
<h2>39. FreeCodeCamp</h2>
<date>Day 39: February 28, 2019 - Thursday</date>
<h3>Today's Progress:</h3>
<ul>
<li>Completed one of the JavaScript Algorithms and Data Structures Projects on FCC.</li>
</ul>
<h3>Link(s) to work:</h3>
<ul>
<li><a href="https://www.freecodecamp.org/orvalho">My FCC Code Portfolio</a></li>
</ul>
<h2>38. FreeCodeCamp</h2>
<date>Day 38: February 27, 2019 - Wednesday</date>
<h3>Today's Progress:</h3>
<ul>
<li>Solved 5 more challenges from 'Intermediate Algorithm Scripting' section on FCC.</li>
</ul>
<h3>Link(s) to work:</h3>
<ul>
<li><a href="https://www.freecodecamp.org/orvalho">My FCC Code Portfolio</a></li>
</ul>
<h2>37. FreeCodeCamp</h2>
<date>Day 37: February 26, 2019 - Tuesday</date>
<h3>Today's Progress:</h3>
<ul>
<li>Solved 5 challenges from 'Intermediate Algorithm Scripting' section on FCC.</li>
</ul>
<h3>Link(s) to work:</h3>
<ul>
<li><a href="https://www.freecodecamp.org/orvalho">My FCC Code Portfolio</a></li>
</ul>
<h2>36. FreeCodeCamp</h2>
<date>Day 36: February 25, 2019 - Monday</date>
<h3>Today's Progress:</h3>
<ul>
<li>Today completed 3 out of 5 JavaScript Algorithms and Data Structures Projects on FCC.</li>
</ul>
<h3>Link(s) to work:</h3>
<ul>
<li><a href="https://www.freecodecamp.org/orvalho">My FCC Code Portfolio</a></li>
</ul>
<h2>35. FreeCodeCamp</h2>
<date>Day 35: February 24, 2019 - Sunday</date>
<h3>Today's Progress:</h3>
<ul>
<li>Completed 'Functional Programming' section on FCC.</li>
</ul>
<h3>Link(s) to work:</h3>
<ul>
<li><a href="https://www.freecodecamp.org/orvalho">My FCC Code Portfolio</a></li>
</ul>
<h2>34. FreeCodeCamp</h2>
<date>Day 34: February 23, 2019 - Saturday</date>
<h3>Today's Progress:</h3>
<ul>
<li>Studied 'Functional Programming' section on FCC.</li>
</ul>
<h3>Link(s) to work:</h3>
<ul>
<li><a href="https://www.freecodecamp.org/orvalho">My FCC Code Portfolio</a></li>
</ul>
<h2>33. FreeCodeCamp</h2>
<date>Day 33: February 22, 2019 - Friday</date>
<h3>Today's Progress:</h3>
<ul>
<li>Solved couple challenges from 'Intermediate Algorithm Scripting' section on FCC.</li>
</ul>
<h3>Link(s) to work:</h3>
<ul>
<li><a href="https://www.freecodecamp.org/orvalho">My FCC Code Portfolio</a></li>
</ul>
<h2>32. FreeCodeCamp</h2>
<date>Day 32: February 21, 2019 - Thursday</date>
<h3>Today's Progress:</h3>
<ul>
<li>Studied 'Functional Programming' section on FCC.</li>
</ul>
<h3>Link(s) to work:</h3>
<ul>
<li><a href="https://www.freecodecamp.org/orvalho">My FCC Code Portfolio</a></li>
</ul>
<h2>31. FreeCodeCamp</h2>
<date>Day 31: February 20, 2019 - Wednesday</date>
<h3>Today's Progress:</h3>
<ul>
<li>Completed 'Object Oriented Programming' section on FCC.</li>
</ul>
<h3>Link(s) to work:</h3>
<ul>
<li><a href="https://www.freecodecamp.org/orvalho">My FCC Code Portfolio</a></li>
</ul>
<h2>30. FreeCodeCamp</h2>
<date>Day 30: February 19, 2019 - Tuesday</date>
<h3>Today's Progress:</h3>
<ul>
<li>Solved couple more challenges from 'Intermediate Algorithm Scripting' section on FCC.</li>
</ul>
<h3>Link(s) to work:</h3>
<ul>
<li><a href="https://www.freecodecamp.org/orvalho">My FCC Code Portfolio</a></li>
</ul>
<h2>29. FreeCodeCamp</h2>
<date>Day 29: February 18, 2019 - Monday</date>
<h3>Today's Progress:</h3>
<ul>
<li>Solved couple challenges from 'Intermediate Algorithm Scripting' section on FCC.</li>
</ul>
<h3>Link(s) to work:</h3>
<ul>
<li><a href="https://www.freecodecamp.org/orvalho">My FCC Code Portfolio</a></li>
</ul>
<h2>28. FreeCodeCamp</h2>
<date>Day 28: February 17, 2019 - Sunday</date>
<h3>Today's Progress:</h3>
<ul>
<li>Completed 'ES6' section on FCC.</li>
</ul>
<h3>Link(s) to work:</h3>
<ul>
<li><a href="https://www.freecodecamp.org/orvalho">My FCC Code Portfolio</a></li>
</ul>
<h2>27. Square drawing</h2>
<date>Day 27: February 16, 2019 - Saturday</date>
<h3>Today's Progress:</h3>
<ul>
<li>Studied ES6 section on FCC.</li>
</ul>
<h3>Link(s) to work:</h3>
<ul>
<li><a href="https://www.freecodecamp.org/orvalho">My FCC Code Portfolio</a></li>
</ul>
<h2>26. Square drawing</h2>
<date>Day 26: February 15, 2019 - Friday</date>
<h3>Today's Progress:</h3>
<ul>
<li>Made Square drawing.</li>
</ul>
<h3>Link(s) to work:</h3>
<ul>
<li><a href="https://orvalho.github.io/square/">Square drawing</a></li>
</ul>
<h2>25. Valentine's Day drawing</h2>
<date>Day 25: February 14, 2019 - Thursday</date>
<h3>Today's Progress:</h3>
<ul>
<li>Made Valentine's Day drawing.</li>
</ul>
<h3>Link(s) to work:</h3>
<ul>
<li><a href="https://orvalho.github.io/penguin/">Valentine's Day drawing - penguin</a></li>
</ul>
<h2>24. FreeCodeCamp - Personal Portfolio Webpage & Responsive Web Design Certificate</h2>
<date>Day 24: February 13, 2019 - Wednesday</date>
<h3>Today's Progress:</h3>
<ul>
<li>Built Personal Portfolio Webpage on FCC.</li>
<li>Got Responsive Web Design Certificate on FCC.</li>
</ul>
<h3>Link(s) to work:</h3>
<ul>
<li><a href="https://orvalho.github.io/FCC-personal-portfolio/">Personal Portfolio Webpage</a></li>
</ul>
<h2>23. FreeCodeCamp</h2>
<date>Day 23: February 12, 2019 - Tuesday</date>
<h3>Today's Progress:</h3>
<ul>
<li>Started to build Personal Portfolio Webpage on FCC.</li>
</ul>
<h2>22. FreeCodeCamp - Technical Documentation Page</h2>
<date>Day 22: February 11, 2019 - Monday</date>
<h3>Today's Progress:</h3>
<ul>
<li>Built Technical Documentation Page on FCC.</li>
</ul>
<h3>Link(s) to work:</h3>
<ul>
<li><a href="https://orvalho.github.io/FCC-technical-documentation-page/">Technical Documentation Page</a></li>
</ul>
<h2>21. FreeCodeCamp - Product Landing Page</h2>
<date>Day 21: February 10, 2019 - Sunday</date>
<h3>Today's Progress:</h3>
<ul>
<li>Built Product Landing Page on FCC.</li>
</ul>
<h3>Link(s) to work:</h3>
<ul>
<li><a href="https://orvalho.github.io/FCC-product-landing-page/">Product Landing Page</a></li>
</ul>
<h2>20. FreeCodeCamp</h2>
<date>Day 20: February 9, 2019 - Saturday</date>
<h3>Today's Progress:</h3>
<ul>
<li>Started to build Product Landing Page on FCC.</li>
</ul>
<h2>19. FreeCodeCamp - Tribute Page</h2>
<date>Day 19: February 8, 2019 - Friday</date>
<h3>Today's Progress:</h3>
<ul>
<li>Built Tribute Page on FCC.</li>
</ul>
<h3>Link(s) to work:</h3>
<ul>
<li><a href="https://orvalho.github.io/FCC-Tribute-Page/">Tribute Page</a></li>
</ul>
<h2>18. FreeCodeCamp</h2>
<date>Day 18: February 7, 2019 - Thursday</date>
<h3>Today's Progress:</h3>
<ul>
<li>Completed 'CSS Grid' section on FCC.</li>
<li>Completed <a href="http://cssgridgarden.com/">Grid Garden tutorial/game</a>.</li>
</ul>
<h3>Link(s) to work:</h3>
<ul>
<li><a href="https://www.freecodecamp.org/orvalho">My FCC Code Portfolio</a></li>
</ul>
<h2>17. FreeCodeCamp - Survey Form</h2>
<date>Day 17: February 6, 2019 - Wednesday</date>
<h3>Today's Progress:</h3>
<ul>
<li>Built Survey Form on FCC.</li>
</ul>
<h3>Link(s) to work:</h3>
<ul>
<li><a href="https://orvalho.github.io/FCC-Survey-Form/">Survey Form</a></li>
</ul>
<h2>16. FreeCodeCamp</h2>
<date>Day 16: February 5, 2019 - Tuesday</date>
<h3>Today's Progress:</h3>
<ul>
<li>Started building Survey Form on FCC.</li>
</ul>
<h2>15. Flexbox</h2>
<date>Day 15: February 4, 2019 - Monday</date>
<h3>Today's Progress:</h3>
<ul>
<li>Completed <a href="http://www.flexboxdefense.com/">Flexbox Defense tutorial/game</a>.</li>
</ul>
<h2>14. FreeCodeCamp</h2>
<date>Day 14: February 3, 2019 - Sunday</date>
<h3>Today's Progress:</h3>
<ul>
<li>Completed 'Applied Visual Design' section on FCC.</li>
</ul>
<h3>Link(s) to work:</h3>
<ul>
<li><a href="https://www.freecodecamp.org/orvalho">My FCC Code Portfolio</a></li>
</ul>
<h2>13. FreeCodeCamp</h2>
<date>Day 13: February 2, 2019 - Saturday</date>
<h3>Today's Progress:</h3>
<ul>
<li>Completed 'CSS Flexbox' section on FCC.</li>
<li>Completed <a href="http://flexboxfroggy.com">Flexbox Froggy tutorial/game</a>.</li>
</ul>
<h3>Link(s) to work:</h3>
<ul>
<li><a href="https://www.freecodecamp.org/orvalho">My FCC Code Portfolio</a></li>
</ul>
<h2>12. FreeCodeCamp</h2>
<date>Day 12: February 1, 2019 - Friday</date>
<h3>Today's Progress:</h3>
<ul>
<li>Completed 'Applied Accessibility' section on FCC.</li>
</ul>
<h3>Link(s) to work:</h3>
<ul>
<li><a href="https://www.freecodecamp.org/orvalho">My FCC Code Portfolio</a></li>
</ul>
<h2>11. FreeCodeCamp</h2>
<date>Day 11: January 31, 2019 - Thursday</date>
<h3>Today's Progress:</h3>
<ul>
<li>Completed 'Responsive Web Design Principles' section on FCC.</li>
</ul>
<h3>Link(s) to work:</h3>
<ul>
<li><a href="https://www.freecodecamp.org/orvalho">My FCC Code Portfolio</a></li>
</ul>
<h2>10. FreeCodeCamp</h2>
<date>Day 10: January 30, 2019 - Wednesday</date>
<h3>Today's Progress:</h3>
<ul>
<li>Completed 'Basic CSS' section on FCC.</li>
</ul>
<h3>Link(s) to work:</h3>
<ul>
<li><a href="https://www.freecodecamp.org/orvalho">My FCC Code Portfolio</a></li>
</ul>
<h2>9. FreeCodeCamp</h2>
<date>Day 9: January 29, 2019 - Tuesday</date>
<h3>Today's Progress:</h3>
<ul>
<li>Completed 'Basic HTML and HTML5' section on FCC.</li>
</ul>
<h3>Link(s) to work:</h3>
<ul>
<li><a href="https://www.freecodecamp.org/orvalho">My FCC Code Portfolio</a></li>
</ul>
<h2>8. FreeCodeCamp</h2>
<date>Day 8: January 28, 2019 - Monday</date>
<h3>Today's Progress:</h3>
<ul>
<li>Completed 'Regular Expressions' section on FCC.</li>
</ul>
<h3>Link(s) to work:</h3>
<ul>
<li><a href="https://www.freecodecamp.org/orvalho">My FCC Code Portfolio</a></li>
</ul>
<h2>7. RegEx</h2>
<date>Day 7: January 27, 2019 - Sunday</date>
<h3>Today's Progress:</h3>
<ul>
<li>Studied regEx.</li>
</ul>
<h3>Thoughts:</h3>
<ul>
<li>Need to find some good tutorials on regEx.</li>
</ul>
<h2>6. FreeCodeCamp</h2>
<date>Day 6: January 26, 2019 - Saturday</date>
<h3>Today's Progress:</h3>
<ul>
<li>Completed 'Basic Algorithm Scripting' section on FCC.</li>
</ul>
<h3>Link(s) to work:</h3>
<ul>
<li><a href="https://www.freecodecamp.org/orvalho">My FCC Code Portfolio</a></li>
</ul>
<h2>5. FreeCodeCamp</h2>
<date>Day 5: January 25, 2019 - Friday</date>
<h3>Today's Progress:</h3>
<ul>
<li>Worked on FCC.</li>
</ul>
<h3>Link(s) to work:</h3>
<ul>
<li><a href="https://www.freecodecamp.org/orvalho">My FCC Code Portfolio</a></li>
</ul>
<h2>4. Breakout game</h2>
<date>Day 4: January 24, 2019 - Thursday</date>
<h3>Today's Progress:</h3>
<ul>
<li>Finished Breakout game.</li>
</ul>
<h3>Thoughts:</h3>
<ul>
<li>Decided to finish projects that I have started and quitted. One down, few more to go.</li>
</ul>
<h3>Link(s) to work:</h3>
<ul>
<li><a href="https://orvalho.github.io/breakout-game/">My Breakout game</a></li>
</ul>
<h2>3. FreeCodeCamp</h2>
<date>Day 3: January 23, 2019 - Wednesday</date>
<h3>Today's Progress:</h3>
<ul>
<li>I completed Basic Data Structures and Debugging sections on FCC.</li>
</ul>
<h3>Link(s) to work:</h3>
<ul>
<li><a href="https://www.freecodecamp.org/orvalho">My FCC Code Portfolio</a></li>
</ul>
<h2>2. FreeCodeCamp</h2>
<date>Day 2: January 22, 2019 - Tuesday</date>
<h3>Today's Progress:</h3>
<ul>
<li>I completed Basic JavaScript section on FCC, took some notes.</li>
</ul>
<h3>Thoughts:</h3>
<ul>
<li>Gonna continue to work through FCC challenges.</li>
</ul>
<h3>Link(s) to work:</h3>
<ul>
<li><a href="https://www.freecodecamp.org/orvalho">My FCC Code Portfolio</a></li>
</ul>
<h2>1. FreeCodeCamp</h2>
<date>Day 1: January 21, 2019 - Monday</date>
<h3>Today's Progress:</h3>
<ul>
<li>FCC Code Challenges (finished 70% of Basic JavaScript section from Javascript Algorithms And Data Structures Certification)</li>
</ul>
<h3>Thoughts:</h3>
<ul>
<li>I am excited to start the <a href="https://www.100daysofcode.com/">#100DaysOfCode</a> challenge.
I want to get serious about learning to code and hope that this challenge will help me become consistent in my learning.</li>
</ul>
<h3>Link(s) to work:</h3>
<ul>
<li><a href="https://www.freecodecamp.org/orvalho">My FCC Code Portfolio</a></li>
</ul>
</body>
</html>