31 lines
1008 B
Markdown
31 lines
1008 B
Markdown
# Queue North Website
|
|
|
|
## Overview
|
|
Project: Queue-North-Website
|
|
Created: 2026-05-11
|
|
Status: Active
|
|
|
|
## Description
|
|
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
|
|
- `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)
|
|
- **Remote:** `ssh://forgejo/null/Queue-North-Website.git`
|
|
|
|
## Conventions
|
|
- Follow AGENTS.md for agent dispatch protocol
|
|
- Ripley coordinates, Neo codes, Scarlett styles, Bishop verifies, Hudson secures
|
|
- All agents read STRUCTURE.md before starting tasks
|
|
- Ripley owns git — no agent touches git directly |