A modern, responsive website for Pureride, your trusted bicycle service and repair solution. Built with clean, semantic HTML5, modern CSS3, and vanilla JavaScript.
- Responsive Design: Seamlessly adapts to all device sizes
- Modern UI/UX: Clean, intuitive interface with smooth animations
- Performance Optimized: Fast loading with optimized assets
- Accessibility Focused: WCAG compliant design principles
- Cross-Browser Compatible: Works on all modern browsers
- HTML5
- CSS3 (with CSS Variables)
- Vanilla JavaScript
- Material Icons
- Inter Font Family
pureride/
├── index.html
├── styles/
│ ├── style.css
│ ├── header.css
│ ├── hero.css
│ └── font.css
├── fonts/
│ ├── inter-v18-latin-regular.woff2
│ └── inter-v18-latin-700.woff2
├── script.js
└── README.md
-
Clone the repository
git clone https://github.com/Cubepad/pureride.git
-
Navigate to project directory
cd pureride
-
Start a local server
# Using Python 3 python -m http.server 8000 # OR using Node.js npx serve
-
Open in browser
http://localhost:8000
Color Name | Hex Code | Usage |
---|---|---|
Primary | #005EE3 |
Main accent color, CTAs |
Secondary | #24348B |
Secondary elements |
Background | #FAFBFD |
Page background |
Pure White | #FFFFFF |
Cards, containers |
Text Gray | #374151 |
Body text |
Dark Gray | #1F2937 |
Headings |
- Chrome (latest)
- Firefox (latest)
- Safari (latest)
- Edge (latest)
- Mobile browsers
- Basic understanding of HTML, CSS, and JavaScript
- A modern code editor (VS Code recommended)
- Basic knowledge of Git
- Use 2 spaces for indentation
- Follow BEM methodology for CSS classes
- Keep JavaScript functions small and focused
- Comment complex logic and CSS calculations
- Fork the repository
- Create a new branch
- Make your changes
- Submit a pull request
This project is licensed under the MIT License - see the LICENSE file for details.
For any queries regarding the website or service:
- Email: davideniola108@gmail.com
- Inter font by Rasmus Andersson
- Material Icons by Google
- All our amazing contributors
Made with ❤️ by David Olaniyan