|
| 1 | +# Simple Bytes Website |
| 2 | + |
| 3 | +A minimalist website showcasing digital tools with a focus on simplicity and usability. |
| 4 | + |
| 5 | +## Features |
| 6 | + |
| 7 | +- Clean, minimalist design |
| 8 | +- Dark/Light mode toggle with system preference detection |
| 9 | +- Responsive layout |
| 10 | +- No external dependencies |
| 11 | + |
| 12 | +## File Structure |
| 13 | + |
| 14 | +``` |
| 15 | +/ |
| 16 | +├── index.html # Main HTML file |
| 17 | +├── styles.css # Stylesheet |
| 18 | +├── script.js # JavaScript functionality |
| 19 | +├── svg/ |
| 20 | +│ ├── logo.svg # Site logo |
| 21 | +│ ├── sun-icon.svg # Light mode icon |
| 22 | +│ ├── moon-icon.svg # Dark mode icon |
| 23 | +│ └── og-image.png # Social media preview image |
| 24 | +└── README.md # This file |
| 25 | +``` |
| 26 | + |
| 27 | +## Development |
| 28 | + |
| 29 | +This website is a collection of simple bytes - the old school way. It uses vanilla HTML, CSS, and JavaScript. No build process or dependencies required. |
| 30 | + |
| 31 | +### CSS Structure |
| 32 | +- Variables for theming |
| 33 | +- Mobile-first responsive design |
| 34 | +- Component-based organization |
| 35 | +- BEM-inspired naming convention |
| 36 | + |
| 37 | +### JavaScript Features |
| 38 | +- Dark mode toggle with local storage |
| 39 | +- System theme preference detection |
| 40 | +- Smooth animations |
| 41 | + |
| 42 | +## SEO |
| 43 | + |
| 44 | +The site includes comprehensive meta tags for SEO and social media sharing, including: |
| 45 | +- Open Graph meta tags |
| 46 | +- Twitter Card meta tags |
| 47 | +- Structured data for search engines |
| 48 | +- Semantic HTML structure |
| 49 | + |
| 50 | +## Browser Support |
| 51 | + |
| 52 | +Tested and supported in: |
| 53 | +- Chrome (latest) |
| 54 | +- Firefox (latest) |
| 55 | +- Safari (latest) |
| 56 | +- Edge (latest) |
| 57 | + |
| 58 | +## Performance |
| 59 | + |
| 60 | +- Minimal CSS and JavaScript |
| 61 | +- Optimized SVG icons |
| 62 | +- No external dependencies |
| 63 | +- Lighthouse score: 100/100 |
| 64 | + |
| 65 | +## License |
| 66 | + |
| 67 | +© 2024 [Simple Bytes](https://www.simplebytes.com), a [Meome](https://www.meome.com/?ref=simplebytes) company. All rights reserved. |
0 commit comments