Skip to content

shivamora27/shivamora27.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hi <𝚌𝚘𝚍𝚎𝚛𝚜/>! 👋 I'm Shivam Patidar

Profile views

🚀 About This Portfolio

This is my personal portfolio website showcasing my skills, experience, and projects as a DevOps Lead with expertise in cloud infrastructure, Kubernetes, and DevSecOps.

🔗 Live Site: shivamora27.github.io


🛠️ Tech Stack

  • HTML5
  • CSS3
  • Google Fonts
  • Font Awesome Icons

📁 Project Structure

shivamora27.github.io/
├── index.html          # Main HTML file
├── css/
│   └── style.css       # Stylesheet
├── images/
│   ├── cloud.png
│   ├── mountain.png
│   ├── profile1.jpg
│   └── favicon/        # Favicon files
└── README.md           # This file

🚀 How to Run Locally

Option 1: Direct Browser (Simplest)

  1. Clone the repository:

    git clone https://github.com/shivamora27/shivamora27.github.io.git
  2. Navigate to the project folder:

    cd shivamora27.github.io
  3. Open in browser:

    • Simply double-click on index.html, OR
    • Right-click index.html → Open with → Your Browser

Option 2: Using VS Code Live Server (Recommended)

  1. Clone the repository:

    git clone https://github.com/shivamora27/shivamora27.github.io.git
    cd shivamora27.github.io
  2. Open in VS Code:

    code .
  3. Install Live Server Extension:

    • Go to Extensions (Ctrl+Shift+X / Cmd+Shift+X)
    • Search for "Live Server" by Ritwick Dey
    • Click Install
  4. Run the server:

    • Right-click on index.html
    • Select "Open with Live Server"
    • Browser will open at http://127.0.0.1:5500

Option 3: Using Python HTTP Server

  1. Clone and navigate:

    git clone https://github.com/shivamora27/shivamora27.github.io.git
    cd shivamora27.github.io
  2. Start Python server:

    Python 3:

    python -m http.server 8000

    Python 2:

    python -m SimpleHTTPServer 8000
  3. Open browser:

    http://localhost:8000
    

Option 4: Using Node.js (http-server)

  1. Install http-server globally:

    npm install -g http-server
  2. Clone and navigate:

    git clone https://github.com/shivamora27/shivamora27.github.io.git
    cd shivamora27.github.io
  3. Start server:

    http-server -p 8080
  4. Open browser:

    http://localhost:8080
    

🤝 Contributing

Feel free to fork this repository and submit pull requests for any improvements!


📫 Connect With Me

GitHub LinkedIn Instagram


📄 License

© 2024 Shivam Patidar. All rights reserved.

About

Personal Portfolio

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors