This project is a landing page for a bookmark manager browser extension. It provides a clean and simple interface to promote downloading the extension for different browsers such as Chrome, Firefox, and Opera. It includes sections like features, frequently asked questions, and a contact form.
Frontend
- HTML5
- CSS3 (with variables and media queries)
- SCSS (compiled to CSS)
- Tailwind CSS (used in the third branch)
- Semantic structure using
roleandaria-*attributes - Accessible navigation adapted for mobile devices
Choose a folder where you want to clone the repository.
Clone the repository:
git clone https://github.com/Copellius/sprint1Enter the project directory:
cd sprint1Fetch all available branches:
git fetch --allSwitch to the desired branch:
git checkout feature/vanilla-implementationgit checkout feature/sass-implementationgit checkout feature/tailwind-implementationOpen the index.html file in your browser.