Skip to content
9 changes: 7 additions & 2 deletions BACKLOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
# Website backlog — what's still missing

Living checklist of open items. Everything not listed here is done and live at
<https://ethical-tech-colab.github.io/website/>. After adding any asset below,
run `npm run sync:static`, then commit + push (or ask me to).
<https://ethical-tech-colab.github.io/website/>.

Working an item means regenerating the tracked snapshot, not only editing
`src/` — see [CONTRIBUTING §4](CONTRIBUTING.md#4-regenerate-the-tracked-static-snapshot).
This applies to *any* change to the site, not just adding an asset: a content
edit that skips `npm run sync:static` leaves `static-site/` describing a
version of the site that no longer exists.

Last updated: 2026-08-05.

Expand Down
191 changes: 0 additions & 191 deletions src/app/home-carousel/page.tsx

This file was deleted.

2 changes: 1 addition & 1 deletion src/app/media/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ export default function MediaPage() {
<Reveal key={s.title}>
<article className="card-glow flex h-full flex-col rounded-2xl border border-border bg-card p-7 transition-colors hover:border-border-strong">
<p className="font-mono text-xs text-accent">{s.term}</p>
<h3 className="mt-3 font-heading text-lg uppercase leading-snug tracking-wide">
<h3 className="mt-3 font-heading text-xl uppercase leading-snug tracking-wide sm:text-2xl">
{s.title}
</h3>
<p className="mt-3 text-sm leading-relaxed text-muted">
Expand Down
Loading
Loading