Personal portfolio website showcasing my experience as an Associate Technical Lead specializing in machine learning systems, full-stack development, and building scalable applications.
This repository hosts my professional portfolio site featuring:
- Professional experience and work history
- Technical skills and expertise
- Project showcase
- Contact information
Live Site: https://nameer.github.io
- Frontend: HTML5, CSS3, Vanilla JavaScript
- Styling: Custom CSS with responsive design
- Icons: Font Awesome
- Hosting: GitHub Pages
You can run this site locally using Python's built-in HTTP server:
Python 3.x:
python -m http.server 8000Then open your browser and navigate to:
http://localhost:8000
Using Node.js http-server:
npx http-server -p 8000Using PHP:
php -S localhost:8000nameer.github.io/
├── index.html # Main HTML file
├── css/
│ └── styles.css # Stylesheet
├── js/
│ └── script.js # JavaScript for interactions
├── assets/
│ └── images/ # Image assets
├── Resume.docx.pdf # Resume PDF
├── favicon files # Various favicon formats
├── site.webmanifest # PWA manifest
└── README.md # This file
- Responsive design that works on all devices
- Smooth scrolling navigation
- Interactive experience tabs
- Dynamic content sections
- Mobile-friendly hamburger menu
- Optimized for performance
This site is automatically deployed via GitHub Pages from the master branch. Any commits pushed to the master branch will automatically update the live site.
- GitHub: github.com/nameer
- LinkedIn: linkedin.com/in/pknameer
© 2026 Nameer P K. All rights reserved.