A minimalist startpage designed for quick access to your favorite websites
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.
- 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.
If you want to make any change, follow these steps:
- Open an issue to discuss the changes.
- Fork this repository.
- Create a new branch for your contribution:
git checkout -b your-branch-name
. - Make your changes.
- Commit your changes, for example:
git commit -m 'fix: incorrect svg path'
. - Push your changes to your forked repository:
git push origin your-branch-name
. - Open a Pull Request in this repository and reference the original issue.
This project is licensed under the GPL-3.0 License. See the LICENSE file for more details.
- Inspired from Fxzii Startpage.