From eac24fbca6d99d1a99fcd7e9df28ae427f2cf92b Mon Sep 17 00:00:00 2001 From: Bridge Node 7 Release Controller <291729790+Bridge-Node-7@users.noreply.github.com> Date: Wed, 5 Aug 2026 00:56:48 -0700 Subject: [PATCH] Release Bridge Node 7 website foundation v1.0.1 --- .github/workflows/validate-site.yml | 23 ++ .gitignore | 7 + .well-known/security.txt | 5 + 404.html | 34 ++- README.md | 34 ++- RIGHTS.md | 5 + SECURITY.md | 9 + assets/images/social-preview.png | Bin 0 -> 107952 bytes docs/VISUAL_CONTRACT.md | 43 ++++ index.html | 29 ++- materials/index.html | 46 ++-- privacy/index.html | 67 ++++++ readiness/index.html | 57 ++--- scripts/validate_site.py | 347 ++++++++++++++++++++++++++++ sitemap.xml | 1 + 15 files changed, 624 insertions(+), 83 deletions(-) create mode 100644 .github/workflows/validate-site.yml create mode 100644 .gitignore create mode 100644 .well-known/security.txt create mode 100644 RIGHTS.md create mode 100644 SECURITY.md create mode 100644 assets/images/social-preview.png create mode 100644 docs/VISUAL_CONTRACT.md create mode 100644 privacy/index.html create mode 100644 scripts/validate_site.py diff --git a/.github/workflows/validate-site.yml b/.github/workflows/validate-site.yml new file mode 100644 index 0000000..3a7e863 --- /dev/null +++ b/.github/workflows/validate-site.yml @@ -0,0 +1,23 @@ +name: Validate site + +on: + pull_request: + push: + branches: [main] + +permissions: + contents: read + +jobs: + validate: + runs-on: ubuntu-latest + steps: + - name: Check out repository + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 + - name: Validate high-fidelity static site + env: + PYTHONPYCACHEPREFIX: ${{ runner.temp }}/pycache + run: | + python3 -m py_compile scripts/validate_site.py + python3 scripts/validate_site.py + git diff --check diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6ee8417 --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +__pycache__/ +*.py[cod] +.DS_Store +Thumbs.db +*.tmp +*.bak +*.swp diff --git a/.well-known/security.txt b/.well-known/security.txt new file mode 100644 index 0000000..b0a1b94 --- /dev/null +++ b/.well-known/security.txt @@ -0,0 +1,5 @@ +Contact: mailto:contact@bridgenode7.com?subject=Bridge%20Node%207%20Security%20Report +Expires: 2027-08-04T23:59:59Z +Canonical: https://bridgenode7.com/.well-known/security.txt +Policy: https://github.com/Bridge-Node-7/bridge-node-7.github.io/security/policy +Preferred-Languages: en diff --git a/404.html b/404.html index 2c11915..b61e66c 100644 --- a/404.html +++ b/404.html @@ -1,26 +1,22 @@ - -
404 · Beyond the current map
This path sits beyond the current public map.