This project is a simple, single-page CV (Curriculum Vitae) created using only HTML. It is designed to showcase essential personal, educational, and professional information in a clean and straightforward format.
-
Static HTML Structure: Pure HTML used to create a basic CV layout.
-
Clean and Readable: Organized sections for easy readability.
-
Beginner-Friendly: Aimed at helping beginners understand the basics of HTML structure.
The project consists of a single HTML file:
- index.html: Contains all the HTML code for the CV.
The CV is divided into the following sections:
-
Header
-
Skills
-
Education
-
Personal Projects
-
Social Media
Consider adding the following features to enhance the project:
-
Styling with CSS for better aesthetics.
-
Interactivity with JavaScript.
-
Responsiveness for mobile devices using CSS media queries.