This is a personal portfolio website built to showcase my skills, projects, and background. I created this project as part of a challenge to learn and practice my HTML and CSS skills.
This portfolio includes the following sections, as required by the project guidelines:
a) About Me: A brief introduction to myself, my passions, and my motivations. b) Educational Background: Details about my education, including a link to download my CV. c) Programming Languages: A list of the programming languages I am familiar with. d) Interests: A look into what excites me about the world of technology. e) Projects: Links to some of my personal projects with short descriptions. f) Contact Me: A simple contact form for collaborators or employers to get in touch.
HTML: Used for the structure and content of the web page. CSS: Used for styling, including colours, fonts, and layout.
To view this project, simply visit the GitHub Pages link (which we'll set up soon). Alternatively, you can clone the repository to your local machine and open the index.html file in your web browser.
This project provided a valuable opportunity to gain hands-on experience with core web development technologies. I particularly enjoyed learning how to:
a) Structure a complete website using HTML. b) Use CSS to apply a consistent visual style. c)Connect different files together (index.html and style.css). d) Use Git and GitHub to manage my code and share it with the world.