From 836ccd9856ee0b1eedc628290116b05daaca9c3b Mon Sep 17 00:00:00 2001 From: null Date: Mon, 11 May 2026 23:58:17 -0500 Subject: [PATCH] project setup: PROJECT.md, STRUCTURE.md, FUTURE.md, HISTORY.md, DEVELOPMENT_LOG.md --- PROJECT.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/PROJECT.md b/PROJECT.md index 3b379ac..879af37 100644 --- a/PROJECT.md +++ b/PROJECT.md @@ -6,11 +6,19 @@ Created: 2026-05-11 Status: Active ## Description -Website project for Queue North. Details TBD. +Website for Queue North Technologies — an 8x8 Certified Partner delivering UCaaS, Contact Center, deployment, and managed lifecycle support for SMB and enterprise organizations. + +## Tech Stack +- Static HTML/CSS/JS (no framework) +- Google Fonts (Inter) +- No build step — served directly ## Directory Structure -- `/home/kaspa/.openclaw/Projects/Queue-North-Website/` — Project root -- All project files live here +- `index.html` — Main page (SPA-style routing via JS) +- `main.js` — Client-side routing and interactions +- `styles.css` — All styles +- `assets/` — Images, icons, logos +- `assets/icons/` — Favicon/PWA icons ## Git - **Branch:** `dev` (working), `main` (stable)