site updates

This commit is contained in:
2025-05-14 16:49:16 -06:00
parent 54da9c8e33
commit c9321145f3
184 changed files with 158470 additions and 589 deletions

View File

@@ -4,6 +4,11 @@
<div class="page-layout">
<div class="home-container">
<div class="home-content">
<div class="logo-container">
<a href="https://bnkops.com">
<img src="../assets/images/logo-color.png" alt="BNKops Logo" class="main-logo">
</a></a>
</div>
<h1>Welcome to The BNKops Archive 📚</h1>
<p>Your resource hub for community-powered technology and organizing</p>
<p>A curated collection of documentation, guides, and resources from The Bunker Operations.</p>
@@ -62,7 +67,6 @@
<p>Documentation, guides, and resources to help build and maintain your digital campaigns and community infrastructure.</p>
<div class="community-profile">
<img src="../assets/bnkops-logo.png" alt="BNKops Logo" class="community-photo">
<div class="community-info">
<strong>The Bunker Operations</strong>
</div>

View File

@@ -1,4 +1,4 @@
{% extends "base.html" %} {% block extrahead %} {% endblock %} {% block announce %}
<a href="https://homepage.betteredmonton.org" class="login-button">Login</a>
Changemaker Archive. <a href="https://changemaker.bnkops.com">Learn more</a>
New website! Heck yeah!
{% endblock %} {% block scripts %} {{ super() }} {% endblock %}