Skip to content

This repository contains the source code for my personal portfolio website, showcasing my projects, skills, and contact information.

Notifications You must be signed in to change notification settings

YoshiroMaximus/yoshiromaximus.github.io

Repository files navigation

🌐 My Portfolio Website

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.

📑 Table of Contents

✨ Upcoming ideas:

Colors:

  • Text Color: #304c6b
  • Accent Color: #3b8beb

🚀 Projects

Check out my recent work on the Projects page. Each project includes a title, description, and relevant links.

📧 Contact

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!

🛠️ How to Edit

To edit this portfolio:

  1. Clone the repository to your local machine:

    git clone https://github.com/<username>/<username>.github.io.git
  2. 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.
  3. Customize the styles in styles.css if you want to change the look and feel of the website.

  4. Add or modify animations in scripts.js.

For more detailed instructions, visit the How to Edit page.

🌍 Deploying Changes

To deploy your changes:

  1. Stage and commit your changes:
    git add .
    git commit -m "Update portfolio"
  2. Push the changes to the main branch:
    git push origin main
  3. Your updates will be live at https://<username>.github.io shortly after.

For more details, visit the Deploying Changes page.

🤝 Contributing

If you have suggestions or find any issues, feel free to open an issue or a pull request. Contributions are welcome!

📄 License

This project is open-source and available under the MIT License.


Thank you for visiting my portfolio! 🙌