vinitshahdeo / portfolio

Minimal Portfolio Template for Software Engineer using Astro and Tailwind CSS, optimized for accessibility, performance and SEO.
https://vinitshahdeo.com
MIT License
25 stars 5 forks source link

[Astro Template] Submit a New Color Theme #5

Open vinitshahdeo opened 1 month ago

vinitshahdeo commented 1 month ago

Summary

This issue is for proposing and implementing a new color theme for the portfolio. The theme should have distinct colors for the following elements:

Requirements

  1. Create a new issue (following the New Color Theme Proposal template) to propose the color scheme.
  2. The color theme should have both light and dark variants.
  3. A responsive theme switch button should be implemented to toggle between the light and dark variants.
  4. The font-family should remain unchanged; only colors will be modified.

Steps

  1. Open an issue using the New Color Theme Proposal template.

    • Describe the new color scheme for headings, body text, and background for both light and dark variants.
    • Ensure that the colors are readable and user-friendly.
  2. Submit a pull request after the issue has been reviewed and approved:

    • Fork the repository and create a new branch from main.
    • Implement the proposed theme in your branch.
    • Ensure the theme switch button works responsively.
    • Test the theme across devices for usability.
    • Make sure the theme persists across sessions (using local storage or cookies).
    • Submit a pull request to the develop branch.
    • Reference the original issue in your pull request description.
    • Assign @vinitshahdeo as reviewer

Resources

Notes

By default, the website should load in dark theme when first opened. If you need help or clarification, please comment on this issue or refer to the original proposal for guidance. Looking forward to your creative color themes!