This is the repository for my personal website, showcasing my professional experience and achievements.
- Modern, responsive design
- Professional profile showcase
- Experience and achievements section
- Contact information
- Smooth scrolling and animations
- Clone this repository:
git clone <your-repository-url>
- Open the project folder:
cd <repository-name>
- Open
index.html
in your web browser to view the website locally.
- Create a new repository on GitHub
- Push your code to the repository:
git init
git add .
git commit -m "Initial commit"
git branch -M main
git remote add origin <your-repository-url>
git push -u origin main
- Go to your repository settings on GitHub
- Scroll down to the "GitHub Pages" section
- Select the "main" branch as the source
- Your website will be published at
https://<username>.github.io/<repository-name>
- Update the profile image: Replace
profile-photo.jpeg
with your own photo - Modify content: Edit the text in
index.html
- Change styles: Modify
styles.css
to update the design - Add features: Enhance
script.js
with additional functionality
- HTML5
- CSS3
- JavaScript
- Font Awesome Icons
- Google Fonts (Poppins)