[DAY 15-17] I Got My First Web Dev Certification & Started Learning Javascript
Hi everyone! Welcome back to my blog where I document the things I learned while studying to code. I also do this because it helps retain the information and concepts as it is a sort of an active recall. Over the course of days 15-17, I built projects to practice my HTML & CSS skills and finally received my first web development certificate from freecodecamp :) I constructed a ferris wheel to learn CSS animation. I modeled a penguin to explore CSS transforms. I developed a personal portfolio webpage to complete part 5 of the responsive web design certification project on FreeCodeCamp, earning my first web dev certificate :). Lastly, I created a pyramid generator to start my journey into Javacript. It’s my first programming language. While making the projects, I was able to: explore the @keyframes at-rule for CSS animation, utilizing pseudo-selector :active and transitions to add subtle and cute little penguin animations. start my journey into JavaScript, covering variable decl...