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
- HTML5
- CSS3
- Google Fonts
- Font Awesome Icons
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
-
Clone the repository:
git clone https://github.com/shivamora27/shivamora27.github.io.git
-
Navigate to the project folder:
cd shivamora27.github.io -
Open in browser:
- Simply double-click on
index.html, OR - Right-click
index.html→ Open with → Your Browser
- Simply double-click on
-
Clone the repository:
git clone https://github.com/shivamora27/shivamora27.github.io.git cd shivamora27.github.io -
Open in VS Code:
code . -
Install Live Server Extension:
- Go to Extensions (Ctrl+Shift+X / Cmd+Shift+X)
- Search for "Live Server" by Ritwick Dey
- Click Install
-
Run the server:
- Right-click on
index.html - Select "Open with Live Server"
- Browser will open at
http://127.0.0.1:5500
- Right-click on
-
Clone and navigate:
git clone https://github.com/shivamora27/shivamora27.github.io.git cd shivamora27.github.io -
Start Python server:
Python 3:
python -m http.server 8000
Python 2:
python -m SimpleHTTPServer 8000
-
Open browser:
http://localhost:8000
-
Install http-server globally:
npm install -g http-server
-
Clone and navigate:
git clone https://github.com/shivamora27/shivamora27.github.io.git cd shivamora27.github.io -
Start server:
http-server -p 8080
-
Open browser:
http://localhost:8080
Feel free to fork this repository and submit pull requests for any improvements!
© 2024 Shivam Patidar. All rights reserved.