Skip to content

SCodeGit/Bowiri-Traditional-Council

Repository files navigation

Bowiri Traditional Council — Royal multi-page starter

Folder structure:
- index.html
- about.html
- projects.html
- leadership.html
- contact.html
- css/style.css
- js/main.js
- images/ (replace placeholders)

Deployment:
1. Create a GitHub repository named 'bowiritraditionalcouncil'
2. Upload all files (root level). Ensure index.html is in the root.
3. Enable GitHub Pages in repo Settings -> Pages -> Branch: main (or master) -> / (root)
4. Visit: https://<your-username>.github.io/bowiritraditionalcouncil/

One-command deploy (from project folder):
git init && git branch -M main && git add . && git commit -m "Initial Bowiri site" && git remote add origin https://github.com/YOUR-USERNAME/bowiritraditionalcouncil.git && git push -u origin main

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published