Skip to content

Latest commit

 

History

History
executable file
·
72 lines (45 loc) · 3.75 KB

log_1.md

File metadata and controls

executable file
·
72 lines (45 loc) · 3.75 KB

100 Days Of Code - Log

Day 1: November 14, 2018

Today's Progress:

  1. Add more features in a template that I am working on in Alura
  2. Finish "Basic HTML and HTML5" in FreeCodeCamp.

Thoughts: After some personal problems, I'm ashamed to start this challenge for the second time. It has been a challenge for me don't miss a day, but I will struggle to improve my knowledge in this area. Talking about what I learned: It was fantastic remember the basic concepts in little pieces of challenges. I could remember things like: Adding the version of the html page with the Doctype tag; Always use the alt attribute inside img tag; Be careful with the divisions of your website.

Useful links: Clear tag in w3schools

Day 2: November 15, 2018

Today's Progress:

  1. Correcting the position of elements in a template that I am working on in Alura. I learned more about float and clear with some exercises.

Thoughts: WoW It's pretty hard to understand everyhing about position at the beginning. I have tried manipulate elements in this way in the past but was terrible, now I fell a little more confortable to work with the float CSS property.

Useful links: Image of the template that I'm working on, Code

Day 3: November 16, 2018

Today's Progress:

  1. Learning more about fallback in CSS, importing a font and position property in CSS
  2. Add more updates in Alura project: correcting position navigation and fixing menu and footer with position=fixed.

Thoughts: I could understand so much better while I'm practing with these projects.

Useful links: Google fonts library

Day 4: November 17, 2018

Today's Progress:

  1. I finally finished the basic of HTML and CSS project in alura. All my code is on my github.
  2. I started a new course at Alura focused in good practices and advanced topics related to HTML5 and CSS3.
  3. I learned today:
  • CSS Units: rem, em and ch

Thoughts: I have some problems to merge everything into master and deleting the other branch (I'm trying to do everything in the console without interface). Besides that, I am proud of myself because I finish the first course of a front-end carrer. At the same time, I fell a little guilty because when I finish my english course I stop practing and nowadays I have some difficulties with the spelling of some words :( So...Let's learn more and more!! Step by step!

Useful links:

Day 5: November 19, 2018

Today's Progress:

  1. I was correcting again all the CSS unit in my project
  2. Correcting the space of all the elements in the index page given (try to implement good practices)

Thoughts: I am completely sleepy today, I need to study for my exams in college.

Day 6: November 22, 2018

Today's Progress:

  1. Using Clockwise Notation for margin and padding inline (It was a surprise discover this name)
  2. Using CSS selectors [attr = value]
  3. Understanding more about CSS conflict and overriding: class, id, inline styles and !important
  4. Colors Pattern (hex code and rgb)
  5. Learning about CSS variables and fallbacks

Thoughts: I finished "Introduction to Basic CSS" in FreeCodeCamp o/

Useful links: