It is my personal website or portfolio hosted with GitHub Pages,built to showcase my latest work and my details in this website.
- Responsive Website
- Attractive UI
- Fullscreen mode
- Cross platform
📦
├─ .nojekyll
├─ LICENSE
├─ README.md
├─ css
│ └─ style.css
├─ images
│ └─ all images
├─ index.html
├─ js
│ └─ myweb.js
└─ navbar.html
You can install the project with 2 method
-
By using Zip method.
- Download the project in zip format using "Download Zip " option.
- Save it in folder and run
index.html
file.
-
Using git.
- clone the repository using command
git clone https://github.com/SubramanyaKS/SubramanyaKS.github.io.git
- run the
index.html
file
- clone the repository using command
The website is deployed in Github Pages.
you can refer this page. for more details about deployment
if you want to contribute to this project.
- Fork the repository
- Create a new branch (any name except main and master)
git checkout -b xyz
- Make changes and commit your changes.
git commit -m "Changes in xyz"
- Push the changes to new branch.
git push origin xyz
- Open a pull request
The website is hosted on github pages.click on below link to view.
This project is under the MIT license. you can check the details in LICENSE.md
file
If you have any feedback, please reach out to me at email
If you like this don't forget to ⭐ the repository.
Thank You for visiting Have a nice day 😊