Skip to content

Repository files navigation

Resume Website

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.

Project Structure

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

Features

  • 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.

Setup Instructions

  1. Clone the repository:
    git clone <repository-url>
    
  2. Navigate to the project directory:
    cd resume-website
    
  3. Open index.html in your web browser to view the website.

Contributing

Contributions are welcome! Please feel free to submit a pull request or open an issue for any suggestions or improvements.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages