ossavemu / homepage

My very own personal website. Basically this is just a résumé.
https://ossavemu.github.io/homepage/
MIT License
0 stars 0 forks source link

Added primary content for index.html template #10

Closed ossavemu closed 1 year ago

ossavemu commented 1 year ago

This pull request is about adding the head section of the resume template to the website. It includes the following changes:

Creating a new branch named feature/head based on develop branch. Adding a main tag with a resume class and a container class to the index.html file. Adding a resumeblock class with a contact-infoheader, a contact-infosub-header, and a contact-infoblock class to the index.html file. Adding some contact info items with icons, links, and text to the index.html file. Adding an intro class with an introicon-wrapper, an introicon, and an intro_text class to the index.html file. Adding some intro text with an emoji to the index.html file. Adding a contact_info_container class with a fh class to the index.html file. Adding a contact-info__avatar class with an image source and an alt attribute to the index.html file. Connecting the styles by adding a tag and a tag inside the section of the index.html file. Committing, pushing and merging the changes into develop branch.