🔗 Live Demo: https://matthewrichards234.github.io/se_project_spots/
Spots is a front-end-only static social media-style web app where users can view posts, like them, and see a sample profile. Designed with accessibility and scalability in mind, Spots is built entirely with HTML and CSS — no JavaScript involved (yet). The layout is responsive and visually driven, closely following a custom Figma design.
@font-face
for unique branding@font-face
<li class="card">
<img src="./images/1-photo.jpg" alt="Val Thorens" class="card__image" />
<div class="card__content">
<h2 class="card__title">Val Thorens</h2>
<button class="card__like-btn"></button>
</div>
</li>
CSS** - Implemented responsive layouts with CSS Grid and media queries -
Translated a Figma design into clean, structured code - Organized styles
using modular, block-based CSS - Imported custom fonts locally using
@font-face
- Optimized the project for desktop and mobile — all without
JavaScript — ## 🚧 Planned Improvements - Add JavaScript for post
creation, like counters, and other dynamic features - Implement form
validation and modals for editing profiles or adding posts - Expand user
experience by creating a dedicated profile page - Introduce **dark mode
support** with a toggle switch