Skip to content

nathanhu0/nathanhu0.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

7 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Nathan Hu's Personal Website

This is my personal website hosted on GitHub Pages.

πŸš€ Quick Deploy

  1. Push to GitHub:

    git add .
    git commit -m "Initial website commit"
    git push origin main
  2. Enable GitHub Pages:

    • Go to your repository settings on GitHub
    • Scroll to "Pages" section
    • Under "Source", select "Deploy from a branch"
    • Choose "main" branch and "/ (root)" folder
    • Click Save
  3. Access your site:

πŸ“ Customization

Update Personal Information

  • Edit index.html to update:
    • Your name and tagline in the hero section
    • About me content
    • Project descriptions and links
    • Skills list
    • Contact information (email, LinkedIn, etc.)

Styling

  • Modify styles.css to change:
    • Colors (update CSS variables in :root)
    • Fonts
    • Layout and spacing
    • Animations

Adding New Sections

Simply add new <section> elements in index.html following the existing pattern.

πŸ›  Local Development

To preview changes locally:

  1. Open index.html in your browser
  2. Or use a local server:
    python -m http.server 8000
    # Then visit http://localhost:8000

πŸ“„ License

Feel free to use this template for your own personal website!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •