Logo Lanfrica

mkk2026/the-school-shop

Creator:
mkk
Host:
πŸŽ’ Official website for The School Shop β€” quality school uniforms for schools & organisations, Freetown, Sierra Leone. Hand-built static site, zero dependencies. # The School Shop **Quality school uniforms, made properly β€” Freetown, Sierra Leone πŸ‡ΈπŸ‡±** Official website for The School Shop, manufacturer and supplier of quality uniforms for schools and organisations, with worldwide shipping. **Instagram @the_school_shop_** Β· **WhatsApp** Β· **info@theschoolshop.org** --- ## Overview A fast, playful, single-page website built around The School Shop's brand identity. The logo was recreated from scratch as a scalable SVG, the colour system is derived from it, and every product photo comes from the shop's real Instagram feed. There is **no framework, no build pipeline, and no external dependency at runtime** β€” the deployed site is plain HTML, CSS and vanilla JavaScript with self-hosted fonts. It works offline, loads fast on slow connections, and can be hosted on any static host. ## Preview | Desktop | Mobile | |:---:|:---:| | | | | Product categories | Photo gallery | |:---:|:---:| | | | ## Features - 🎨 **Hand-built SVG logo** β€” vector recreation of the brand mark with the display font embedded, so it renders identically everywhere at any size - πŸ–ΌοΈ **Photo gallery with lightbox** β€” masonry layout, keyboard navigation (arrows / Esc), real product photography - πŸ—‚οΈ **Category cards** β€” shirts, trousers, skirts, shoes, accessories, bulk organisation orders and gift wrapping - πŸ“± **Fully responsive** β€” from a 360px phone to a widescreen desktop, with a collapsible mobile menu - β™Ώ **Accessible** β€” semantic landmarks, alt text on every image, visible focus states, `prefers-reduced-motion` respected, content readable without JavaScript - πŸ” **SEO-ready** β€” meta description plus `ClothingStore` JSON-LD structured data (name, address, phone, email) for rich results in Google - ⚑ **Self-hosted everything** β€” fonts (Titan One, Baloo 2) and images ship with the site; no CDNs, no trackers, no cookies ## Project structure ``` the-school-shop/ β”œβ”€β”€ index.html # Generated site β€” deploy target β”œβ”€β”€ index.template …