Skip to content

fabcity/makeforvenezuela

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

makeforvenezuela

Static emergency-response page — Cosas que sirven · Venezuela (ttw.fab.city/venezuela). Single self-contained file: no build step, no dependencies, no network calls. Just index.html.


Deploy to GitHub Pages

Option A — GitHub web UI (no terminal)

  1. Create the repo: github.com → the fabcity org → New repository → name makeforvenezuela, Public, leave "Add a README" unchecked.
  2. Add the file: on the empty repo page → uploading an existing file → drag in index.htmlCommit changes.
  3. Turn on Pages: repo Settings → PagesSource: Deploy from a branchBranch: main / /(root)Save.
  4. Wait ~1 minute. Live at: https://fabcity.github.io/makeforvenezuela/

Option B — terminal (git + GitHub CLI)

# from the folder containing index.html
git init && git add index.html && git commit -m "Cosas que sirven · Venezuela"
gh repo create fabcity/makeforvenezuela --public --source=. --push
# enable Pages on main / root
gh api -X POST repos/fabcity/makeforvenezuela/pages -f 'source[branch]=main' -f 'source[path]=/'

Live at https://fabcity.github.io/makeforvenezuela/ within a minute or two.


Pointing ttw.fab.city/venezuela at it

ttw.fab.city is on Cloudflare. You're replacing the existing Worker. Two clean ways:

  • Keep the path /venezuela: add a Cloudflare rule (Worker route or Redirect/Rewrite) that serves /venezuela from fabcity.github.io/makeforvenezuela/. This preserves the exact URL ttw.fab.city/venezuela.
  • Use a subdomain: add a CNAME file to the repo (e.g. makeforvenezuela.fab.city), set the matching DNS record in Cloudflare (CNAME → fabcity.github.io, DNS only / grey cloud), then GitHub serves it directly.

Tell me which you want and I'll prep the exact Cloudflare config + CNAME file.


Editing later

  • All copy is Spanish in the HTML (works with JS off). Fill the en / id tables at the foot of the <script> to enable the language switch.
  • Replace every href="#" (report buttons, downloads, archive links, forms) with real URLs/files.
  • WhatsApp group links and the FUNVISIS source are already live.
  • Footer contact: tomas@fab.city.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages