Skip to content

koktosen/hamp-12Mar26

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Digital Shield — Private Security Briefing (12 Mar 26)

Static HTML landing page for the Digital Shield private security briefing event (Hampton, 12 March 2026).

Contents

  • index.html — Main page (served at site root on Netlify)
  • hampton-event-12mar26.html — Same content, named copy
  • assets/ — Favicon and hero banner image

No build step or dependencies. Uses Google Fonts (loaded from CDN).

Deploy on Netlify

  1. Push this repo to GitHub: koktosen/hamp-12Mar26
  2. In Netlify: Add new siteImport an existing project → choose GitHub and koktosen/hamp-12Mar26
  3. Netlify will use the repo root as publish directory (no build command). Click Deploy.

Your site will be live at https://<random>.netlify.app (you can set a custom domain later).

Run locally

Open index.html in a browser, or use a simple server:

# Python
python3 -m http.server 8000

# Node (npx)
npx serve .

Then visit http://localhost:8000.

Push to GitHub

From the project folder, run:

git init
git add .
git commit -m "Initial commit: Digital Shield briefing page + Netlify config"
git branch -M main
git remote add origin https://github.com/koktosen/hamp-12Mar26.git
git push -u origin main

If the repo already has content (e.g. a README created on GitHub), use:

git pull origin main --allow-unrelated-histories
# resolve any conflicts, then:
git push -u origin main

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages