From 4d2f57c20c859f77c417f4b7172a84a7b13519b2 Mon Sep 17 00:00:00 2001 From: Oliver Date: Fri, 27 Mar 2026 16:23:57 -0300 Subject: [PATCH] Checked AGENTS.md --- AGENTS.md | 204 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ blog.json | 74 -------------------- 2 files changed, 204 insertions(+), 74 deletions(-) create mode 100644 AGENTS.md diff --git a/AGENTS.md b/AGENTS.md new file mode 100644 index 0000000..5cce88f --- /dev/null +++ b/AGENTS.md @@ -0,0 +1,204 @@ +# AGENTS.md — NGO Landing Page + +Read this file fully before taking any action. + +--- + +## Project Context + +Single-page static landing page for an NGO ERP product. + +| Item | Detail | +|---|---| +| Pages | `index.html` — the only HTML file | +| Styling | Tailwind CSS v3 · source `src/input.css` → compiled `assets/site.css` | +| Data | `blog.json` — flat array of blog posts, loaded at runtime by inline JS | +| i18n | Inline `translations` object inside `index.html` (EN / ES / DE) | +| Blog renderer | Inline `