In this project I will structuring my portfolio. This will involve a description about my skills as well as links to my social media platforms for people to get in touch with, as well as my GitHub page for reference.
Language:
- HTML
- CSS
Framework/Libraries:
- font awesome
Mandatory requirements for a PASS
-
Static front end project: Write custom HTML5 and CSS3 code to create a website of at least 3 pages, or (if using a single scrolling page), at least 3 separate page areas.
-
Information Architecture: Incorporate a main navigation menu and structured layout (you might want to use Bootstrap to accomplish this).
-
Documentation: Write a README.md file for your project that explains what the project does and the value that it provides to its users.
-
Version Control: Use Git & GitHub for version control.
-
Attribution: Maintain clear separation between code written by you and code from external sources (e.g. libraries or tutorials). Attribute any code from external sources to its source via comments above the code and (for larger dependencies) in the README.
-
Deployment: Deploy the final version of your code to a hosting platform such as GitHub Pages. Previous
- The project will have a header section.
- Header Section should have a Heading element.
- Inside header element there should be a nav element with links to different sections of the site
- Below the Header element there should be a main element.
- The Main element should have three section elements each with its own id attribute; #welcome, #project and #contact.
- #welcome section should introduce the viewer about the project.
- #project section should showcase 2 or more projects.
- #contact section should have 2 or more external links
- And Lastly, there should be a footer element to seal the project.