This project is a personal resume website that showcases my skills, projects, and background. It includes sections for an "About Me" page and a list of projects with links to my GitHub repositories.
resume-website
├── index.html # Main entry point of the website
├── about.html # Contains the "About Me" section
├── projects.html # Lists projects with GitHub links
├── assets
│ ├── css
│ │ ├── main.css # Main styles for the website
│ │ └── normalize.css # CSS reset for consistent styling
│ ├── js
│ │ └── main.js # JavaScript for interactivity
│ └── fonts # Directory for custom fonts
├── images
│ └── profile.webp # Profile image for the "About Me" section
├── scripts
│ └── github-api.js # JavaScript for GitHub API interaction
└── README.md # Documentation for the project
- Responsive Design: The website is designed to be responsive and accessible on various devices.
- About Me Section: Detailed information about my background, skills, and interests.
- Projects Section: A showcase of my projects with links to both public and private GitHub repositories.
- GitHub API Integration: Fetches and displays information about my public repositories and handles authentication for private repositories.
- Clone the repository:
git clone <repository-url> - Navigate to the project directory:
cd resume-website - Open
index.htmlin your web browser to view the website.
Contributions are welcome! Please feel free to submit a pull request or open an issue for any suggestions or improvements.