A minimalist startpage designed for quick access to your favorite websites
4 | 5 |  6 | 7 | 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. 8 | 9 | ## Repository Structure 10 | 11 | - **resources**: This directory contains screenshots of the page. 12 | - **scripts**: This directory contains the scripts used in the startpage. 13 | - **static**: This directory contains the CSS and other files used in the startpage. 14 | 15 | ## Keyboard Shortcuts 16 | 17 | The following keyboard shortcuts are available on the search page: 18 | 19 | - **Escape**: Hide the settings panel. 20 | - **Alt + Space**: Focus on the search input field. 21 | - **Enter**: Execute the search. 22 | - **Ctrl + C**: Clear the search input field. 23 | 24 | ## Contribute 25 | 26 | If you want to make any change, follow these steps: 27 | 28 | 1. Open an issue to discuss the changes. 29 | 2. Fork this repository. 30 | 3. Create a new branch for your contribution: `git checkout -b your-branch-name`. 31 | 4. Make your changes. 32 | 5. Commit your changes, for example: `git commit -m 'fix: incorrect svg path'`. 33 | 6. Push your changes to your forked repository: `git push origin your-branch-name`. 34 | 7. Open a Pull Request in this repository and reference the original issue. 35 | 36 | ## License 37 | 38 | This project is licensed under the GPL-3.0 License. See the [LICENSE](LICENSE) file for more details. 39 | 40 | ## Credits 41 | 42 | - Inspired from [Fxzii Startpage](https://github.com/Fxzzi/startpage). 43 | -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |