Welcome to my personal portfolio website hosted at praveeno.me.
.
├── 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
- 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
To customize this portfolio for your needs:
- Edit
index.htmlto update the content with your information - Modify
assets/css/style.cssto change colors and styling - Add your projects in the Projects section
- Add your images to
assets/images/ - Update contact information with your email
To view this site locally:
- Clone the repository
- Open
index.htmlin your web browser - Or use a local server (e.g., Python's HTTP server):
Then visit
python -m http.server 8000
http://localhost:8000
This site is automatically deployed via GitHub Pages to praveeno.me.
Any commits to the main branch will be automatically published.
© 2026 Praveen Singh. All rights reserved.