Skip to content

nameer/nameer.github.io

Repository files navigation

nameer.github.io

Personal portfolio website showcasing my experience as an Associate Technical Lead specializing in machine learning systems, full-stack development, and building scalable applications.

About

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

Technologies Used

  • Frontend: HTML5, CSS3, Vanilla JavaScript
  • Styling: Custom CSS with responsive design
  • Icons: Font Awesome
  • Hosting: GitHub Pages

Local Development

View Site Locally

You can run this site locally using Python's built-in HTTP server:

Python 3.x:

python -m http.server 8000

Then open your browser and navigate to:

http://localhost:8000

Alternative: Using Other Local Servers

Using Node.js http-server:

npx http-server -p 8000

Using PHP:

php -S localhost:8000

Project Structure

nameer.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

Features

  • Responsive design that works on all devices
  • Smooth scrolling navigation
  • Interactive experience tabs
  • Dynamic content sections
  • Mobile-friendly hamburger menu
  • Optimized for performance

Deployment

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.

Contact

License

© 2026 Nameer P K. All rights reserved.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors