hernandanielzamora / Portfolio

MIT License
5 stars 0 forks source link

"Added and finished Work and About me sections in mobile version (Both HTML and CSS) - Linterns tests passed (Both HTML and CSS files)" #2

Closed hernandanielzamora closed 1 year ago

hernandanielzamora commented 1 year ago

Changes made in the HTML:

  • Created 'Works Sections' which contain:
  • Main project card
  • Continues with all the other project cards. All of them include a title and a description of the topic, the technology used for the project (ordered in a list fashion), also including a button at the end of each card.
  • Created and finished the 'About Me' Section which contains:
  • The title
  • A short description of myself
  • A button that will redirect the user to my Resume
  • A list of skills, languages, and frameworks. The CSS file includes:
  • Style for all the cards (Title - Description - Images - Lists of technologies used)
  • Style for all the buttons
  • Style for all the About Me sections (Title - Text - Images - Buttons)
  • Style for all the elements in the Skill, Framework, and Lenguajes list. All the CSS code is built in a responsive way.