Skip to content

amazonsingh/amazonsingh.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Personal Portfolio Website

Welcome to my personal portfolio website hosted at praveeno.me.

Project Structure

.
├── index.html          # Main HTML file
├── assets/
│   ├── css/
│   │   └── style.css   # Main stylesheet
│   ├── js/
│   │   └── main.js     # Main JavaScript file
│   └── images/         # Images directory
├── pages/              # Additional pages (if needed)
├── CNAME               # Custom domain configuration
├── .gitignore          # Git ignore file
└── README.md           # This file

Features

  • Responsive design that works on all devices
  • Modern, clean UI with smooth scrolling navigation
  • Sections for About, Projects, and Contact
  • Easy to customize and extend

Customization

To customize this portfolio for your needs:

  1. Edit index.html to update the content with your information
  2. Modify assets/css/style.css to change colors and styling
  3. Add your projects in the Projects section
  4. Add your images to assets/images/
  5. Update contact information with your email

Local Development

To view this site locally:

  1. Clone the repository
  2. Open index.html in your web browser
  3. Or use a local server (e.g., Python's HTTP server):
    python -m http.server 8000
    Then visit http://localhost:8000

Deployment

This site is automatically deployed via GitHub Pages to praveeno.me.

Any commits to the main branch will be automatically published.

License

© 2026 Praveen Singh. All rights reserved.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors