project setup: PROJECT.md, STRUCTURE.md, FUTURE.md, HISTORY.md, DEVELOPMENT_LOG.md
This commit is contained in:
parent
0d3af33462
commit
836ccd9856
14
PROJECT.md
14
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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue