Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 1.25 KB

README.md

File metadata and controls

33 lines (21 loc) · 1.25 KB

Startpage

A minimalist startpage designed for quick access to your favorite websites

Startpage Screenshot

This is my personalized startpage, designed to be my browser homepage. It includes quick links to my favorite websites, a search bar, and a minimalist layout.

Repository Structure

  • resources: This directory contains screenshots of the page.
  • scripts: This directory contains the scripts used in the startpage.
  • static: This directory contains the CSS and other files used in the startpage.

Contribute

If you want to make any change, follow these steps:

  1. Open an issue to discuss the changes.
  2. Fork this repository.
  3. Create a new branch for your contribution: git checkout -b your-branch-name.
  4. Make your changes.
  5. Commit your changes, for example: git commit -m 'fix: incorrect svg path'.
  6. Push your changes to your forked repository: git push origin your-branch-name.
  7. Open a Pull Request in this repository and reference the original issue.

License

This project is licensed under the GPL-3.0 License. See the LICENSE file for more details.

Credits