project setup: PROJECT.md, STRUCTURE.md, FUTURE.md, HISTORY.md, DEVELOPMENT_LOG.md

This commit is contained in:
null 2026-05-11 23:58:17 -05:00
parent 0d3af33462
commit 836ccd9856
1 changed files with 11 additions and 3 deletions

View File

@ -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)