Welcome to the source code for Aditya Pandey's Portfolio — a personal website showcasing projects, skills, education, and achievements.
- Responsive Design: Mobile-friendly and modern UI.
- SEO Optimized: Meta tags, sitemap, and robots.txt included.
- Sectioned Layout: About, Skills, Education, Projects, Certifications, and Contact.
- Smooth Animations: Subtle transitions and interactive elements.
- Open Graph & Twitter Cards: Social sharing optimized.
- Automated Sitemap: GitHub Actions workflow keeps sitemap up-to-date.
- HTML5
- CSS3 (with custom styles)
- JavaScript
- GitHub Pages for hosting
- GitHub Actions for CI/CD (sitemap automation)
.
├── index.html
├── style.css
├── script.js
├── sitemap.xml
├── robots.txt
├── .github/
│ └── workflows/
│ └── sitemap.yml
└── README.md
-
Clone the repository:
git clone https://github.com/adityapandey-dev/adityapandey-dev.github.io.git
-
Open
index.htmlin your browser to view locally. -
To deploy:
Push changes to themainbranch. GitHub Pages will auto-deploy.
- Update content in
index.htmlfor your own details. - Modify styles in
style.css. - Edit or add sections as needed.
- Meta tags and sitemap are configured for search engines.
- Google Analytics and Microsoft Clarity tracking supported (see
<head>inindex.html).
Pull requests are welcome! For major changes, please open an issue first.
This project is open source and available under the MIT License.
Made with ❤️ by Aditya Pandey# AdityaPandey-Dev.github.io