Welcome to my portfolio website! This site showcases my projects, skills, and contact information. It is hosted on GitHub Pages, and you can view it live here.
- Dark Mode Switch Animation
- Font Colors to Use Instead of Pure Black (#000000)
- Bootstrap Carousel Example
- Text Color: #304c6b
- Accent Color: #3b8beb
Check out my recent work on the Projects page. Each project includes a title, description, and relevant links.
Feel free to reach out to me through the Contact page. You can find my email address there, and I'd love to hear from you!
To edit this portfolio:
-
Clone the repository to your local machine:
git clone https://github.com/<username>/<username>.github.io.git
-
Open the relevant HTML files to update the content:
- About Me: Edit
about.html
to add your bio. - Projects: Add your projects in
projects.html
. - Contact: Update the email address in
contact.html
.
- About Me: Edit
-
Customize the styles in
styles.css
if you want to change the look and feel of the website. -
Add or modify animations in
scripts.js
.
For more detailed instructions, visit the How to Edit page.
To deploy your changes:
- Stage and commit your changes:
git add . git commit -m "Update portfolio"
- Push the changes to the
main
branch:git push origin main
- Your updates will be live at
https://<username>.github.io
shortly after.
For more details, visit the Deploying Changes page.
If you have suggestions or find any issues, feel free to open an issue or a pull request. Contributions are welcome!
This project is open-source and available under the MIT License.
Thank you for visiting my portfolio! 🙌