Skip to content

Commit 5c4988d

Browse files
committed
day 60 to day 52 completed
1 parent a7338d7 commit 5c4988d

File tree

10 files changed

+146
-0
lines changed

10 files changed

+146
-0
lines changed

img/day-52.jpg

647 KB
Loading

img/day-53.jpg

62.1 KB
Loading

img/day-54.jpg

124 KB
Loading

img/day-55.jpg

69.7 KB
Loading

img/day-56.jpg

21.1 KB
Loading

img/day-57.jpg

40.9 KB
Loading

img/day-58.jpg

49.8 KB
Loading

img/day-59.jpg

86.3 KB
Loading

img/day-60.jpg

46.3 KB
Loading

index.html

Lines changed: 146 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -599,6 +599,152 @@ <h3 class="day-title">Day: 61 Learned: 3 hours</h3>
599599
<img src="./img/day-61.jpg" alt="day-61" />
600600
</div>
601601
</article>
602+
603+
<article class="day">
604+
<h3 class="day-title">Day: 60 Learned: 3.25 hours</h3>
605+
<p class="day-p">
606+
* Last 60 days or 2 months every single day I worked on
607+
#webdevelopment and learned a lot. <br />
608+
609+
* Today I learned: <br />
610+
- Event Bubbling and Delegation <br />
611+
- Local and Session Storage <br />
612+
- And Some Youtube Video About JS
613+
</p>
614+
<div class="day-img">
615+
<img src="./img/day-60.jpg" alt="day-60" />
616+
</div>
617+
</article>
618+
619+
<article class="day">
620+
<h3 class="day-title">Day: 59 Learned: 3.30 hours</h3>
621+
<p class="day-p">
622+
* Today I learned: <br />
623+
- Event Listeners <br />
624+
- The Event Object <br />
625+
- Mouse Events <br />
626+
- Keyboard Input Event <br />
627+
- And so on
628+
</p>
629+
<div class="day-img">
630+
<img src="./img/day-59.jpg" alt="day-59" />
631+
</div>
632+
</article>
633+
634+
<article class="day">
635+
<h3 class="day-title">Day: 58 Learned: 4 hours</h3>
636+
<p class="day-p">
637+
* Today I have learned: <br />
638+
- Traversing The DOM <br />
639+
- Creating Elements <br />
640+
- Removing Replacing Elements <br />
641+
<br />
642+
--- And so on
643+
</p>
644+
<div class="day-img">
645+
<img src="./img/day-58.jpg" alt="day-58" />
646+
</div>
647+
</article>
648+
649+
<article class="day">
650+
<h3 class="day-title">Day: 57 Learned: 6.30 hours</h3>
651+
<p class="day-p">
652+
* Today I started learning DOM manipulation. <br />
653+
654+
* Today I have Covered: <br />
655+
- Examining The Document Object <br />
656+
- DOM Selectors For Single Elements <br />
657+
- DOM Selectors For Multiple Elements
658+
</p>
659+
<div class="day-img">
660+
<img src="./img/day-57.jpg" alt="day-57" />
661+
</div>
662+
</article>
663+
664+
<article class="day">
665+
<h3 class="day-title">Day: 56 Learned: 6 hours</h3>
666+
<p class="day-p">
667+
* I made a Neomorphism webpage. I like this type of design. <br />
668+
<a target="_blank" href="https://neomorphism-1.netlify.com "
669+
>PageLink</a
670+
>
671+
<a target="_blank" href="https://youtu.be/zKJCUrh5H6k"
672+
>Youtube Full Tutorial</a
673+
>
674+
<br />
675+
<br />
676+
677+
* Reviewed #javascript fundamentals. Which I learned before.
678+
</p>
679+
<div class="day-img">
680+
<img src="./img/day-56.jpg" alt="day-56" />
681+
</div>
682+
</article>
683+
684+
<article class="day">
685+
<h3 class="day-title">Day: 55 Learned: 7.05 hours</h3>
686+
<p class="day-p">
687+
* Today I Learned: <br />
688+
- Function Declarations and Expressions <br />
689+
- General Loops. (I like Loops so much)<br />
690+
- Some Special Window Objects <br />
691+
- Block Scope With let and const
692+
</p>
693+
<div class="day-img">
694+
<img src="./img/day-55.jpg" alt="day-55" />
695+
</div>
696+
</article>
697+
698+
<article class="day">
699+
<h3 class="day-title">Day: 54 Learned: 6 hours</h3>
700+
<p class="day-p">
701+
* Today I covered: Arrays and Array Methods, Object Literals, Dates
702+
and Times, If Else Statements, Switches, Comparison Operators, and
703+
so on.
704+
<br />
705+
C programming experience helping me a lot to learning #javascript
706+
</p>
707+
<div class="day-img">
708+
<img src="./img/day-54.jpg" alt="day-54" />
709+
</div>
710+
</article>
711+
712+
<article class="day">
713+
<h3 class="day-title">Day: 53 Learned: 7.10 hours</h3>
714+
<p class="day-p">
715+
* Today I learned: <br />
716+
- Data Types <br />
717+
- Type Conversion <br />
718+
- Numbers, The Math Object <br />
719+
- String Methods, Concatenation <br />
720+
- Template Literals
721+
</p>
722+
<div class="day-img">
723+
<img src="./img/day-53.jpg" alt="day-53" />
724+
</div>
725+
</article>
726+
727+
<article class="day">
728+
<h3 class="day-title">Day: 52 Worked: 5.10 hours</h3>
729+
<p class="day-p">
730+
* (Bomcom-apps) web project fulfill completed. It was really hard
731+
work. It takes 31.50+ hours in 4 days. Now I'm happy. <br />
732+
Website:
733+
<a target="_blank" href="https://bomcom.netlify.app"
734+
>bomcom.netlify.app</a
735+
>
736+
<br />
737+
Full video:
738+
<a target="_blank" href="https://youtu.be/4OkI1VtzUEE"
739+
>Making video</a
740+
>
741+
<br />
742+
* Learning #javascript variable
743+
</p>
744+
<div class="day-img">
745+
<img src="./img/day-52.jpg" alt="day-52" />
746+
</div>
747+
</article>
602748
</div>
603749
</section>
604750
</body>

0 commit comments

Comments
 (0)