Skip to content

IsNullSoftworks/simple-web-brd-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simple-web-brd-example

The marketing homepage for isnull, a small software studio.

A deliberately minimal project: a fully static front end (HTML + CSS + JS) with no dependencies and no build step — just files served by nginx in Docker. It doubles as the simplest possible target for the QA platform's isolated test environments (clone, docker compose up, drive the running site).

Run locally

docker compose up --build
# open http://localhost:8080

Structure

file purpose
index.html the single-page site
styles.css dark theme + layout
app.js mobile nav, reveal-on-scroll, year stamp
Dockerfile nginx serving the static files
docker-compose.yml one service on port 8080

About

isnull — minimal static marketing homepage (HTML/CSS/JS served by nginx via Docker Compose). Simplest dogfood target for the QA platform's isolated test environments + BRD features.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors