Skip to content

nayyarcoder/nayyarcoder.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Personal Portfolio Website

Deploy to GitHub Pages

This repository contains the source code for my personal portfolio website, showcasing my projects, skills, and professional experience.

Features

  • Responsive design
  • Project showcase
  • Skills section
  • Contact information
  • Professional experience

Technologies Used

  • HTML5
  • CSS3
  • JavaScript
  • GitHub Pages
  • Font Awesome Icons

Setup

  1. Clone the repository:
    git clone https://github.com/nayyarcoder/nayyarcoder.github.io.git
  2. Navigate to the project directory:
    cd nayyarcoder.github.io
  3. Open index.html in your browser to view the site locally

Project Structure

├── .github/
│   └── workflows/
│       └── deploy.yml      # GitHub Actions deployment workflow
├── assets/
│   ├── css/
│   │   └── main.css        # Main stylesheet
│   └── js/
│       └── main.js         # Main JavaScript file
├── .gitignore
├── .nojekyll               # Prevents GitHub Pages from using Jekyll
├── index.html              # Main HTML file
└── README.md

Deployment

The website is automatically deployed through GitHub Pages when changes are pushed to the master branch using GitHub Actions.

License

MIT License - Feel free to use this project as a template for your own portfolio.

Local Development

Simply open index.html in your web browser to view the site locally. No build process or dependencies are required.

For a better development experience with live reload, you can use a simple HTTP server:

# Using Python 3
python -m http.server 8000

# Using Node.js (if you have http-server installed)
npx http-server

# Then visit http://localhost:8000 in your browser

About

My profile page

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors