This project aims to create a responsive portfolio website using HTML and CSS to showcase my work as a web developer.
The main objective of this project is to build a responsive portfolio website with the following key features:
- A homepage with a short introduction and links to your work examples.
- An about page providing key information about you, your skills, and the tools or programming languages you use.
- A section displaying your work examples.
- A contact section, either as a section on each page or in a separate contact page.
To ensure the success of this project, it must meet the following features and technical requirements:
- The website must consist of at least 3 interconnected HTML pages.
- It should use one external CSS file for all styles.
- CSS variables or a CSS preprocessor should be used.
- No external CSS libraries that you didn't write yourself.
- The website's code must be hosted in a Git repository on GitHub.
- The website can be deployed on a server (recommended but not mandatory).
- All code must be valid, including HTML files that pass validation on the Markup Validation Service.
- Colors used need to pass the AA Accessibility Guidelines.
- The website should work on the latest versions of major browsers.
- It should be responsive, working on all screen sizes, from 1920px to 320px in width.
- It should be accessible through keyboard, mouse, and touch inputs.