local homepage update

This commit is contained in:
admin 2025-05-11 23:29:48 -06:00
parent 917463e75e
commit 45a0ec3eec
44 changed files with 1438 additions and 178 deletions

42
.env
View File

@ -1,6 +1,6 @@
# Never share this file publicly. It contains sensitive information.
# This file is used to configure various applications and services.
# Generated by Changemaker Config Wizard on Thu 08 May 2025 03:22:28 PM MDT
# Generated by Changemaker Config Wizard on Sun 11 May 2025 10:05:17 PM MDT
# Domain Configuration
DOMAIN=test.com
@ -8,7 +8,7 @@ BASE_DOMAIN=https://test.com
# Listmonk Configuration
LISTMONK_ADMIN_USER=admin
LISTMONK_ADMIN_PASSWORD=strongpassword
LISTMONK_ADMIN_PASSWORD=@thebunker
LISTMONK_PORT=9000
LISTMONK_HOSTNAME=listmonk.test.com
@ -18,12 +18,12 @@ POSTGRES_PASSWORD=7Cl6OUA6KrJ1fQ0l/ZwJ
POSTGRES_DB=listmonk
# Monica CRM Configuration
MONICA_APP_KEY=base64:NUdzZlhaOVR5M0FEd0JNZGhEcUFZbDBFdmlHbEhUYzc=
MONICA_APP_KEY=base64:MHdHU1ovVGtVV3BDUHdqNXNudXZaa1AzdzB5Y1luTTQ=
MONICA_DB_USERNAME=monica
MONICA_DB_PASSWORD=s6ikjtkdmk3HQnTX58tO
MONICA_DB_PASSWORD=PERGF5DgEJgdxxKg5OmR
MONICA_MYSQL_DATABASE=monica
MONICA_MYSQL_USER=monica
MONICA_MYSQL_PASSWORD=s6ikjtkdmk3HQnTX58tO
MONICA_MYSQL_PASSWORD=PERGF5DgEJgdxxKg5OmR
# MkDocs Configuration
USER_ID=1000
@ -34,9 +34,9 @@ MKDOCS_PORT=4000
FLATNOTES_PUID=1000
FLATNOTES_PGID=1000
FLATNOTES_AUTH_TYPE=password
FLATNOTES_USERNAME=user
FLATNOTES_PASSWORD=changeMe!
FLATNOTES_SECRET_KEY=S1SfMQwbkxvYC+SIAJkf4v6fJ0DJWJrU
FLATNOTES_USERNAME=admin
FLATNOTES_PASSWORD=@thebunker
FLATNOTES_SECRET_KEY=TA2QZssp/Q+36YGIlkYdqkK9R682wCfc
FLATNOTES_PORT=8089
# Gitea Configuration
@ -44,8 +44,8 @@ GITEA_DB_TYPE=mysql
GITEA_DB_HOST=gitea-db:3306
GITEA_DB_NAME=gitea
GITEA_DB_USER=gitea
GITEA_DB_PASSWD=0OmqfwcnPCWbsNbg8upAQ7Zh
GITEA_DB_ROOT_PASSWORD=Ygl6RyjoJbNwOd2p9yiVc3+2
GITEA_DB_PASSWD=mdBJ8OKtHQLnbsrrKHOcabfq
GITEA_DB_ROOT_PASSWORD=MB7m9n5koGR51eSKckQzI0jh
GITEA_WEB_PORT=3030
GITEA_SSH_PORT=2225
GITEA_ROOT_URL=https://gitea.test.com
@ -66,18 +66,18 @@ CODE_SERVER_PORT=8888
USER_NAME=coder
# Cloudflare Credentials
CF_AUTH_EMAIL=[insert]
CF_API_TOKEN=[insert]
CF_ZONE_ID=[insert]
CF_TUNNEL_ID=[insert]
CF_DOMAIN=[insert]
CF_AUTH_EMAIL=admin@thebunkerops.ca
CF_API_TOKEN=redacted
CF_ZONE_ID=redacted
CF_TUNNEL_ID=redacted
CF_DOMAIN=test.com
# NocoDB Configuration
NOCODB_PORT=8090
NOCODB_JWT_SECRET=QUwWUpyZ/XjPm9sBhjkwI5X3XANFzigW
NOCODB_JWT_SECRET=G+bgOQAW8CtcFaNGGLOlNI+Yt3y4j08f
NOCODB_DB_NAME=nocodb
NOCODB_DB_USER=noco
NOCODB_DB_PASSWORD=qKd+v98CPRViaOHHV+ZJ
NOCODB_DB_PASSWORD=puStVPzzH8HK5wi5KefK
# OpenWebUI Configuration
OPEN_WEBUI_PORT=3005
@ -86,14 +86,14 @@ OPEN_WEBUI_URL=https://open-webui.test.com
# N8N Configuration
N8N_PORT=5678
N8N_HOST=n8n.test.com
N8N_ENCRYPTION_KEY=PRp6GXqr+ShtN/SEJHTKuOifEBLcaruC
N8N_USER_EMAIL=admin@example.com
N8N_USER_PASSWORD=changeMe
N8N_ENCRYPTION_KEY=PtiJxEiaCkGoKkbNjqrddo0gWTW/RYGC
N8N_USER_EMAIL=admin@thebunkerops.ca
N8N_USER_PASSWORD=@thebunker
GENERIC_TIMEZONE=UTC
# ConvertX Configuration
CONVERTX_PORT=3100
CONVERTX_JWT_SECRET=d71go1i0k1ytW37z+ongq78HlwsVdS1sqdGoxSBux3WxvH1f
CONVERTX_JWT_SECRET=BNOqzXdgchufkbsBA+s8NTHuRJcIVfOha0dSyQZz45o6ym/X
# Rocket.Chat Configuration
ROCKETCHAT_IMAGE=registry.rocket.chat/rocketchat/rocket.chat

View File

@ -102,11 +102,16 @@ On a 1GB internet connection, instal time is approximately 3 minutes.
## Local Service Ports
## Local Service Ports
### Local [Homepage http://localhost:3011](http://localhost:3011)
The local homepage is configured with all of the services you can access securely on your own device.
When running Changemaker locally, you can access the services at the following ports on your server:
| Service | Local Port | Local URL |
|--------------|------------|------------------------------------------|
| Root (Nginx) | 4001 | [http://localhost:4001](http://localhost:4001) |
| Root/Website (Nginx) | 4001 | [http://localhost:4001](http://localhost:4001) |
| Homepage | 3010 | [http://localhost:3010](http://localhost:3010) |
| Excalidraw | 3333 | [http://localhost:3333](http://localhost:3333) |
| Listmonk | 9000 | [http://localhost:9000](http://localhost:9000) |
@ -126,8 +131,6 @@ When running Changemaker locally, you can access the services at the following p
| ConvertX | 3100 | [http://localhost:3100](http://localhost:3100) |
| Rocket.Chat | 3004 | [http://localhost:3004](http://localhost:3004) |
## Detailed Installation
### Ubuntu OS & Build Outs
You can deploy Changemaker on any OS using Docker however we also provide several full Ubuntu build-outs. These scripts can speed up your deployment immensely and Changemaker is developed on a like system:

View File

@ -0,0 +1,65 @@
---
# For configuration options and examples, please see:
# https://gethomepage.dev/configs/bookmarks
- Essential Tools:
- Code Server:
- abbr: CS
href: https://github.com/coder/code-server
- Flatnotes:
- abbr: FN
href: https://github.com/dullage/flatnotes
- Listmonk:
- abbr: LM
href: https://listmonk.app/docs/
- NocoDB:
- abbr: NC
href: https://docs.nocodb.com/
- Content Creation:
- MkDocs:
- abbr: MD
href: https://www.mkdocs.org/
- Excalidraw:
- abbr: EX
href: https://github.com/excalidraw/excalidraw
- Gitea:
- abbr: GT
href: https://docs.gitea.com/
- OpenWebUI:
- abbr: OW
href: https://docs.openwebui.com/
- Community & Data:
- Monica CRM:
- abbr: MC
href: https://www.monicahq.com/documentation/
- Answer:
- abbr: AS
href: https://answer.apache.org/docs/
- Ferdium:
- abbr: FD
href: https://github.com/ferdium/ferdium-app
- Rocket.Chat:
- abbr: RC
href: https://docs.rocket.chat/
- Development:
- Ollama:
- abbr: OL
href: https://github.com/ollama/ollama
- Portainer:
- abbr: PT
href: https://docs.portainer.io/
- Mini-QR:
- abbr: QR
href: https://github.com/lyqht/mini-qr
- ConvertX:
- abbr: CX
href: https://github.com/c4illin/convertx
- n8n:
- abbr: N8
href: https://docs.n8n.io/
- Github:
- abbr: GH
href: https://github.com/

View File

View File

View File

@ -0,0 +1,10 @@
---
# For configuration options and examples, please see:
# https://gethomepage.dev/configs/docker/
# my-docker:
# host: 127.0.0.1
# port: 2375
# my-docker:
# socket: /var/run/docker.sock

View File

@ -0,0 +1,2 @@
---
# sample kubernetes config

View File

View File

@ -0,0 +1,79 @@
---
# For configuration options and examples, please see:
# https://gethomepage.dev/configs/services/
- Essential Tools:
- code-server:
href: http://localhost:8888
description: VS Code in the browser
icon: code-server
- Flatnotes:
href: http://localhost:8089
description: Note-taking app - connected directly to blog
icon: flatnotes
- Listmonk:
href: http://localhost:9000
description: Newsletter & mailing list manager
icon: listmonk
- NocoDB:
href: http://localhost:8090
description: Open Source Airtable Alternative
icon: mdi-database
- Content Creation:
- MkDocs:
href: http://localhost:4000
description: Website generator & documentation
icon: mkdocs
- Excalidraw:
href: http://localhost:3333
description: Collaborative drawing tool
icon: mdi-draw-pen
- Gitea:
href: http://localhost:3030
description: Self-hosted Git service
icon: gitea
- OpenWebUI:
href: http://localhost:3005
description: UI for Ollama models
icon: mdi-robot-happy
- Community & Data:
- Monica CRM:
href: http://localhost:8085
description: Personal CRM
icon: monica
- Answer:
href: http://localhost:9080
description: Q&A platform for teams
icon: mdi-help-circle
- Ferdium:
href: http://localhost:3006
description: All-in-one messaging app
icon: ferdium
- Rocket.Chat:
href: http://localhost:3004
description: Team collaboration platform
icon: mdi-rocket
- Development:
- Ollama:
href: http://localhost:11435
description: Local AI model server
icon: ollama
- Portainer:
href: https://localhost:9444
description: Docker management UI
icon: portainer
- Mini QR:
href: http://localhost:8081
description: QR Code Generator
icon: mdi-qrcode-edit
- ConvertX:
href: http://localhost:3100
description: File conversion tool
icon: mdi-file-sync
- n8n:
href: https://localhost:5678
description: Workflow automation
icon: n8n

View File

@ -0,0 +1,42 @@
---
# For configuration options and examples, please see:
# https://gethomepage.dev/configs/settings/
title: Changemaker
description: Changemaker is a self-hosted platform for political organizing, activism, and community building.
theme: dark # or light
color: purple
background:
image: /images/background.png
blur: xs # sm, "", md, xl... see https://tailwindcss.com/docs/backdrop-blur
saturate: 100 # 0, 50, 100... see https://tailwindcss.com/docs/backdrop-saturate
brightness: 75 # 0, 50, 75... see https://tailwindcss.com/docs/backdrop-brightness
opacity: 50 # 0-100
cardBlur: xl # xs, md,
headerStyle: boxed
layout:
style: columns
columns: 4
quicklaunch:
searchDescriptions: true
hideInternetSearch: true
showSearchSuggestions: true
hideVisitURL: true
provider: duckduckgo
showStats: true
bookmarks:
showCategories: true
showIcons: true
target: _blank
columns: 4
pinned:
- Essential Tools:code-server
- Content Creation:MkDocs
- Community & Data:Monica CRM
- Development:Ollama

View File

@ -0,0 +1,39 @@
---
# For configuration options and examples, please see:
# https://gethomepage.dev/configs/info-widgets/
- resources:
cpu: true
memory: true
disk: /
- greeting:
text_size: xl
text: Localhost Website
href: http://localhost:4001
- greeting:
text_size: xl
text: changemaker
href: https://changemaker.bnkops.com
- datetime:
text_size: xl
format:
dateStyle: short
timeStyle: short
hour12: true
- search:
provider: duckduckgo
target: _blank
- openmeteo:
label: Edmonton # optional
latitude: 53.5461
longitude: -113.4938
timezone: America/Edmonton # optional
units: metric # or imperial
cache: 5 # Time in minutes to cache API responses, to stay within limits
format: # optional, Intl.NumberFormat options
maximumFractionDigits: 1

View File

@ -20,6 +20,25 @@ services:
networks:
- changemaker
homepage-changemaker-local:
image: ghcr.io/gethomepage/homepage:latest
container_name: homepage-changemaker-local
ports:
- 3011:3000
volumes:
- ./configs/homepage-local:/app/config
- ./assets/icons:/app/public/icons
- ./assets/images:/app/public/images
- /var/run/docker.sock:/var/run/docker.sock
environment:
- PUID=1000
- PGID=1000
- TZ=Etc/UTC
- HOMEPAGE_ALLOWED_HOSTS=*
restart: unless-stopped
networks:
- changemaker
# n8n - Workflow Automation Tool
n8n:
image: docker.n8n.io/n8nio/n8n
@ -201,7 +220,7 @@ services:
# MkDocs Documentation
mkdocs:
image: squidfunk/mkdocs-material
container_name: markdown-editor-mkdocs-changemaker
container_name: mkdocs-changemaker
volumes:
- ./mkdocs:/docs:rw
- ./assets/images:/docs/assets/images:rw

View File

@ -16,6 +16,7 @@ It's an essential tool within Changemaker for making quick edits to your website
## Getting Started with Code Server
### Accessing Code Server
1. **URL**: You can access Code Server locally via `http://localhost:8888/` (or your configured external URL if set up).
2. **Login**: You will be prompted for a password. This password can be found in the configuration file located at `configs/code-server/.config/code-server/config.yaml` within your main Changemaker project directory (e.g., `/home/bunker-admin/Changemaker/configs/code-server/.config/code-server/config.yaml`). You might need to access this file directly on your server or through another method for the initial password retrieval.

View File

@ -1,5 +1,8 @@
---
title: Welcome to Change Maker
template: home.html
hide:
- navigation
- toc
---

View File

@ -2,7 +2,7 @@
{% block content %}
<div class="hero-section">
<h1>Welcome to Changemaker V5</h1>
<h1>Welcome to Changemaker V5 </h1>
<p class="subtitle">Your battle-tested, lightweight, self-hosted productivity suite. Empowering you with complete control, inherent security, and true freedom of speech.</p>
<a href="#apps-showcase" class="cta-button">Explore Applications</a>
</div>

View File

@ -224,6 +224,25 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<li class="md-tabs__item">
<a href="/apps/" class="md-tabs__link">
Test
</a>
</li>
<li class="md-tabs__item">
@ -364,6 +383,28 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<li class="md-nav__item">
<a href="/apps/" class="md-nav__link">
<span class="md-ellipsis">
Test
</span>
</a>
</li>
@ -412,10 +453,10 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_3" >
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_4" >
<label class="md-nav__link" for="__nav_3" id="__nav_3_label" tabindex="0">
<label class="md-nav__link" for="__nav_4" id="__nav_4_label" tabindex="0">
@ -428,8 +469,8 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<span class="md-nav__icon md-icon"></span>
</label>
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_3_label" aria-expanded="false">
<label class="md-nav__title" for="__nav_3">
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_4_label" aria-expanded="false">
<label class="md-nav__title" for="__nav_4">
<span class="md-nav__icon md-icon"></span>
Applications
</label>
@ -447,7 +488,7 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<span class="md-ellipsis">
Overview
Test
</span>

View File

@ -260,6 +260,25 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<li class="md-tabs__item">
<a href="../" class="md-tabs__link">
Test
</a>
</li>
@ -401,6 +420,28 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<li class="md-nav__item">
<a href="../" class="md-nav__link">
<span class="md-ellipsis">
Test
</span>
</a>
</li>
@ -456,10 +497,10 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_3" checked>
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_4" checked>
<label class="md-nav__link" for="__nav_3" id="__nav_3_label" tabindex="">
<label class="md-nav__link" for="__nav_4" id="__nav_4_label" tabindex="">
@ -472,8 +513,8 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<span class="md-nav__icon md-icon"></span>
</label>
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_3_label" aria-expanded="true">
<label class="md-nav__title" for="__nav_3">
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_4_label" aria-expanded="true">
<label class="md-nav__title" for="__nav_4">
<span class="md-nav__icon md-icon"></span>
Applications
</label>
@ -491,7 +532,7 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<span class="md-ellipsis">
Overview
Test
</span>

View File

@ -260,6 +260,25 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<li class="md-tabs__item">
<a href="../" class="md-tabs__link">
Test
</a>
</li>
@ -401,6 +420,28 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<li class="md-nav__item">
<a href="../" class="md-nav__link">
<span class="md-ellipsis">
Test
</span>
</a>
</li>
@ -456,10 +497,10 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_3" checked>
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_4" checked>
<label class="md-nav__link" for="__nav_3" id="__nav_3_label" tabindex="">
<label class="md-nav__link" for="__nav_4" id="__nav_4_label" tabindex="">
@ -472,8 +513,8 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<span class="md-nav__icon md-icon"></span>
</label>
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_3_label" aria-expanded="true">
<label class="md-nav__title" for="__nav_3">
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_4_label" aria-expanded="true">
<label class="md-nav__title" for="__nav_4">
<span class="md-nav__icon md-icon"></span>
Applications
</label>
@ -491,7 +532,7 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<span class="md-ellipsis">
Overview
Test
</span>

View File

@ -260,6 +260,25 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<li class="md-tabs__item">
<a href="../" class="md-tabs__link">
Test
</a>
</li>
@ -401,6 +420,28 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<li class="md-nav__item">
<a href="../" class="md-nav__link">
<span class="md-ellipsis">
Test
</span>
</a>
</li>
@ -456,10 +497,10 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_3" checked>
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_4" checked>
<label class="md-nav__link" for="__nav_3" id="__nav_3_label" tabindex="">
<label class="md-nav__link" for="__nav_4" id="__nav_4_label" tabindex="">
@ -472,8 +513,8 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<span class="md-nav__icon md-icon"></span>
</label>
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_3_label" aria-expanded="true">
<label class="md-nav__title" for="__nav_3">
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_4_label" aria-expanded="true">
<label class="md-nav__title" for="__nav_4">
<span class="md-nav__icon md-icon"></span>
Applications
</label>
@ -491,7 +532,7 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<span class="md-ellipsis">
Overview
Test
</span>

View File

@ -260,6 +260,25 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<li class="md-tabs__item">
<a href="../" class="md-tabs__link">
Test
</a>
</li>
@ -401,6 +420,28 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<li class="md-nav__item">
<a href="../" class="md-nav__link">
<span class="md-ellipsis">
Test
</span>
</a>
</li>
@ -456,10 +497,10 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_3" checked>
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_4" checked>
<label class="md-nav__link" for="__nav_3" id="__nav_3_label" tabindex="">
<label class="md-nav__link" for="__nav_4" id="__nav_4_label" tabindex="">
@ -472,8 +513,8 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<span class="md-nav__icon md-icon"></span>
</label>
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_3_label" aria-expanded="true">
<label class="md-nav__title" for="__nav_3">
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_4_label" aria-expanded="true">
<label class="md-nav__title" for="__nav_4">
<span class="md-nav__icon md-icon"></span>
Applications
</label>
@ -491,7 +532,7 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<span class="md-ellipsis">
Overview
Test
</span>

View File

@ -260,6 +260,25 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<li class="md-tabs__item">
<a href="../" class="md-tabs__link">
Test
</a>
</li>
@ -401,6 +420,28 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<li class="md-nav__item">
<a href="../" class="md-nav__link">
<span class="md-ellipsis">
Test
</span>
</a>
</li>
@ -456,10 +497,10 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_3" checked>
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_4" checked>
<label class="md-nav__link" for="__nav_3" id="__nav_3_label" tabindex="">
<label class="md-nav__link" for="__nav_4" id="__nav_4_label" tabindex="">
@ -472,8 +513,8 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<span class="md-nav__icon md-icon"></span>
</label>
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_3_label" aria-expanded="true">
<label class="md-nav__title" for="__nav_3">
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_4_label" aria-expanded="true">
<label class="md-nav__title" for="__nav_4">
<span class="md-nav__icon md-icon"></span>
Applications
</label>
@ -491,7 +532,7 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<span class="md-ellipsis">
Overview
Test
</span>

View File

@ -260,6 +260,25 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<li class="md-tabs__item">
<a href="../" class="md-tabs__link">
Test
</a>
</li>
@ -401,6 +420,28 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<li class="md-nav__item">
<a href="../" class="md-nav__link">
<span class="md-ellipsis">
Test
</span>
</a>
</li>
@ -456,10 +497,10 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_3" checked>
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_4" checked>
<label class="md-nav__link" for="__nav_3" id="__nav_3_label" tabindex="">
<label class="md-nav__link" for="__nav_4" id="__nav_4_label" tabindex="">
@ -472,8 +513,8 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<span class="md-nav__icon md-icon"></span>
</label>
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_3_label" aria-expanded="true">
<label class="md-nav__title" for="__nav_3">
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_4_label" aria-expanded="true">
<label class="md-nav__title" for="__nav_4">
<span class="md-nav__icon md-icon"></span>
Applications
</label>
@ -491,7 +532,7 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<span class="md-ellipsis">
Overview
Test
</span>

View File

@ -260,6 +260,25 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<li class="md-tabs__item">
<a href="../" class="md-tabs__link">
Test
</a>
</li>
@ -401,6 +420,28 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<li class="md-nav__item">
<a href="../" class="md-nav__link">
<span class="md-ellipsis">
Test
</span>
</a>
</li>
@ -456,10 +497,10 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_3" checked>
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_4" checked>
<label class="md-nav__link" for="__nav_3" id="__nav_3_label" tabindex="">
<label class="md-nav__link" for="__nav_4" id="__nav_4_label" tabindex="">
@ -472,8 +513,8 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<span class="md-nav__icon md-icon"></span>
</label>
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_3_label" aria-expanded="true">
<label class="md-nav__title" for="__nav_3">
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_4_label" aria-expanded="true">
<label class="md-nav__title" for="__nav_4">
<span class="md-nav__icon md-icon"></span>
Applications
</label>
@ -491,7 +532,7 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<span class="md-ellipsis">
Overview
Test
</span>

View File

@ -15,7 +15,7 @@
<link rel="canonical" href="http://betteredmonton.org/apps/">
<link rel="prev" href="../readme/">
<link rel="prev" href="./">
<link rel="next" href="homepage/">
@ -26,7 +26,7 @@
<title>Overview - Changemaker Documentation</title>
<title>Test - Changemaker Documentation</title>
@ -65,7 +65,7 @@
<meta property="og:type" content="website" >
<meta property="og:title" content="Overview - Changemaker Documentation" >
<meta property="og:title" content="Test - Changemaker Documentation" >
<meta property="og:description" content="Demo site for Changemaker" >
@ -81,7 +81,7 @@
<meta name="twitter:card" content="summary_large_image" >
<meta name="twitter:title" content="Overview - Changemaker Documentation" >
<meta name="twitter:title" content="Test - Changemaker Documentation" >
<meta name="twitter:description" content="Demo site for Changemaker" >
@ -151,7 +151,7 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<div class="md-header__topic" data-md-component="header-topic">
<span class="md-ellipsis">
Overview
Test
</span>
</div>
@ -263,6 +263,27 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<li class="md-tabs__item md-tabs__item--active">
<a href="./" class="md-tabs__link">
Test
</a>
</li>
<li class="md-tabs__item md-tabs__item--active">
@ -405,6 +426,38 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<li class="md-nav__item md-nav__item--active">
<input class="md-nav__toggle md-toggle" type="checkbox" id="__toc">
<a href="./" class="md-nav__link md-nav__link--active">
<span class="md-ellipsis">
Test
</span>
</a>
</li>
@ -456,10 +509,10 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_3" checked>
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_4" checked>
<label class="md-nav__link" for="__nav_3" id="__nav_3_label" tabindex="">
<label class="md-nav__link" for="__nav_4" id="__nav_4_label" tabindex="">
@ -472,8 +525,8 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<span class="md-nav__icon md-icon"></span>
</label>
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_3_label" aria-expanded="true">
<label class="md-nav__title" for="__nav_3">
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_4_label" aria-expanded="true">
<label class="md-nav__title" for="__nav_4">
<span class="md-nav__icon md-icon"></span>
Applications
</label>
@ -500,7 +553,7 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<span class="md-ellipsis">
Overview
Test
</span>

View File

@ -260,6 +260,25 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<li class="md-tabs__item">
<a href="../" class="md-tabs__link">
Test
</a>
</li>
@ -401,6 +420,28 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<li class="md-nav__item">
<a href="../" class="md-nav__link">
<span class="md-ellipsis">
Test
</span>
</a>
</li>
@ -456,10 +497,10 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_3" checked>
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_4" checked>
<label class="md-nav__link" for="__nav_3" id="__nav_3_label" tabindex="">
<label class="md-nav__link" for="__nav_4" id="__nav_4_label" tabindex="">
@ -472,8 +513,8 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<span class="md-nav__icon md-icon"></span>
</label>
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_3_label" aria-expanded="true">
<label class="md-nav__title" for="__nav_3">
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_4_label" aria-expanded="true">
<label class="md-nav__title" for="__nav_4">
<span class="md-nav__icon md-icon"></span>
Applications
</label>
@ -491,7 +532,7 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<span class="md-ellipsis">
Overview
Test
</span>

View File

@ -260,6 +260,25 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<li class="md-tabs__item">
<a href="../" class="md-tabs__link">
Test
</a>
</li>
@ -401,6 +420,28 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<li class="md-nav__item">
<a href="../" class="md-nav__link">
<span class="md-ellipsis">
Test
</span>
</a>
</li>
@ -456,10 +497,10 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_3" checked>
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_4" checked>
<label class="md-nav__link" for="__nav_3" id="__nav_3_label" tabindex="">
<label class="md-nav__link" for="__nav_4" id="__nav_4_label" tabindex="">
@ -472,8 +513,8 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<span class="md-nav__icon md-icon"></span>
</label>
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_3_label" aria-expanded="true">
<label class="md-nav__title" for="__nav_3">
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_4_label" aria-expanded="true">
<label class="md-nav__title" for="__nav_4">
<span class="md-nav__icon md-icon"></span>
Applications
</label>
@ -491,7 +532,7 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<span class="md-ellipsis">
Overview
Test
</span>

View File

@ -260,6 +260,25 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<li class="md-tabs__item">
<a href="../" class="md-tabs__link">
Test
</a>
</li>
@ -401,6 +420,28 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<li class="md-nav__item">
<a href="../" class="md-nav__link">
<span class="md-ellipsis">
Test
</span>
</a>
</li>
@ -456,10 +497,10 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_3" checked>
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_4" checked>
<label class="md-nav__link" for="__nav_3" id="__nav_3_label" tabindex="">
<label class="md-nav__link" for="__nav_4" id="__nav_4_label" tabindex="">
@ -472,8 +513,8 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<span class="md-nav__icon md-icon"></span>
</label>
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_3_label" aria-expanded="true">
<label class="md-nav__title" for="__nav_3">
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_4_label" aria-expanded="true">
<label class="md-nav__title" for="__nav_4">
<span class="md-nav__icon md-icon"></span>
Applications
</label>
@ -491,7 +532,7 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<span class="md-ellipsis">
Overview
Test
</span>

View File

@ -260,6 +260,25 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<li class="md-tabs__item">
<a href="../" class="md-tabs__link">
Test
</a>
</li>
@ -401,6 +420,28 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<li class="md-nav__item">
<a href="../" class="md-nav__link">
<span class="md-ellipsis">
Test
</span>
</a>
</li>
@ -456,10 +497,10 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_3" checked>
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_4" checked>
<label class="md-nav__link" for="__nav_3" id="__nav_3_label" tabindex="">
<label class="md-nav__link" for="__nav_4" id="__nav_4_label" tabindex="">
@ -472,8 +513,8 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<span class="md-nav__icon md-icon"></span>
</label>
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_3_label" aria-expanded="true">
<label class="md-nav__title" for="__nav_3">
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_4_label" aria-expanded="true">
<label class="md-nav__title" for="__nav_4">
<span class="md-nav__icon md-icon"></span>
Applications
</label>
@ -491,7 +532,7 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<span class="md-ellipsis">
Overview
Test
</span>

View File

@ -260,6 +260,25 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<li class="md-tabs__item">
<a href="../" class="md-tabs__link">
Test
</a>
</li>
@ -401,6 +420,28 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<li class="md-nav__item">
<a href="../" class="md-nav__link">
<span class="md-ellipsis">
Test
</span>
</a>
</li>
@ -456,10 +497,10 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_3" checked>
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_4" checked>
<label class="md-nav__link" for="__nav_3" id="__nav_3_label" tabindex="">
<label class="md-nav__link" for="__nav_4" id="__nav_4_label" tabindex="">
@ -472,8 +513,8 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<span class="md-nav__icon md-icon"></span>
</label>
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_3_label" aria-expanded="true">
<label class="md-nav__title" for="__nav_3">
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_4_label" aria-expanded="true">
<label class="md-nav__title" for="__nav_4">
<span class="md-nav__icon md-icon"></span>
Applications
</label>
@ -491,7 +532,7 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<span class="md-ellipsis">
Overview
Test
</span>

View File

@ -260,6 +260,25 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<li class="md-tabs__item">
<a href="../" class="md-tabs__link">
Test
</a>
</li>
@ -401,6 +420,28 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<li class="md-nav__item">
<a href="../" class="md-nav__link">
<span class="md-ellipsis">
Test
</span>
</a>
</li>
@ -456,10 +497,10 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_3" checked>
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_4" checked>
<label class="md-nav__link" for="__nav_3" id="__nav_3_label" tabindex="">
<label class="md-nav__link" for="__nav_4" id="__nav_4_label" tabindex="">
@ -472,8 +513,8 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<span class="md-nav__icon md-icon"></span>
</label>
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_3_label" aria-expanded="true">
<label class="md-nav__title" for="__nav_3">
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_4_label" aria-expanded="true">
<label class="md-nav__title" for="__nav_4">
<span class="md-nav__icon md-icon"></span>
Applications
</label>
@ -491,7 +532,7 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<span class="md-ellipsis">
Overview
Test
</span>

View File

@ -260,6 +260,25 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<li class="md-tabs__item">
<a href="../" class="md-tabs__link">
Test
</a>
</li>
@ -401,6 +420,28 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<li class="md-nav__item">
<a href="../" class="md-nav__link">
<span class="md-ellipsis">
Test
</span>
</a>
</li>
@ -456,10 +497,10 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_3" checked>
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_4" checked>
<label class="md-nav__link" for="__nav_3" id="__nav_3_label" tabindex="">
<label class="md-nav__link" for="__nav_4" id="__nav_4_label" tabindex="">
@ -472,8 +513,8 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<span class="md-nav__icon md-icon"></span>
</label>
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_3_label" aria-expanded="true">
<label class="md-nav__title" for="__nav_3">
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_4_label" aria-expanded="true">
<label class="md-nav__title" for="__nav_4">
<span class="md-nav__icon md-icon"></span>
Applications
</label>
@ -491,7 +532,7 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<span class="md-ellipsis">
Overview
Test
</span>

View File

@ -260,6 +260,25 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<li class="md-tabs__item">
<a href="../" class="md-tabs__link">
Test
</a>
</li>
@ -401,6 +420,28 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<li class="md-nav__item">
<a href="../" class="md-nav__link">
<span class="md-ellipsis">
Test
</span>
</a>
</li>
@ -456,10 +497,10 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_3" checked>
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_4" checked>
<label class="md-nav__link" for="__nav_3" id="__nav_3_label" tabindex="">
<label class="md-nav__link" for="__nav_4" id="__nav_4_label" tabindex="">
@ -472,8 +513,8 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<span class="md-nav__icon md-icon"></span>
</label>
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_3_label" aria-expanded="true">
<label class="md-nav__title" for="__nav_3">
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_4_label" aria-expanded="true">
<label class="md-nav__title" for="__nav_4">
<span class="md-nav__icon md-icon"></span>
Applications
</label>
@ -491,7 +532,7 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<span class="md-ellipsis">
Overview
Test
</span>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 27 KiB

After

Width:  |  Height:  |  Size: 24 KiB

View File

@ -257,6 +257,25 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<li class="md-tabs__item">
<a href="../../../../../apps/" class="md-tabs__link">
Test
</a>
</li>
<li class="md-tabs__item">
@ -399,6 +418,28 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<li class="md-nav__item">
<a href="../../../../../apps/" class="md-nav__link">
<span class="md-ellipsis">
Test
</span>
</a>
</li>
@ -447,10 +488,10 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_3" >
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_4" >
<label class="md-nav__link" for="__nav_3" id="__nav_3_label" tabindex="0">
<label class="md-nav__link" for="__nav_4" id="__nav_4_label" tabindex="0">
@ -463,8 +504,8 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<span class="md-nav__icon md-icon"></span>
</label>
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_3_label" aria-expanded="false">
<label class="md-nav__title" for="__nav_3">
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_4_label" aria-expanded="false">
<label class="md-nav__title" for="__nav_4">
<span class="md-nav__icon md-icon"></span>
Applications
</label>
@ -482,7 +523,7 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<span class="md-ellipsis">
Overview
Test
</span>

View File

@ -257,6 +257,25 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<li class="md-tabs__item">
<a href="../../../apps/" class="md-tabs__link">
Test
</a>
</li>
<li class="md-tabs__item">
@ -397,6 +416,28 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<li class="md-nav__item">
<a href="../../../apps/" class="md-nav__link">
<span class="md-ellipsis">
Test
</span>
</a>
</li>
@ -445,10 +486,10 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_3" >
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_4" >
<label class="md-nav__link" for="__nav_3" id="__nav_3_label" tabindex="0">
<label class="md-nav__link" for="__nav_4" id="__nav_4_label" tabindex="0">
@ -461,8 +502,8 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<span class="md-nav__icon md-icon"></span>
</label>
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_3_label" aria-expanded="false">
<label class="md-nav__title" for="__nav_3">
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_4_label" aria-expanded="false">
<label class="md-nav__title" for="__nav_4">
<span class="md-nav__icon md-icon"></span>
Applications
</label>
@ -480,7 +521,7 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<span class="md-ellipsis">
Overview
Test
</span>

View File

@ -257,6 +257,25 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<li class="md-tabs__item">
<a href="../apps/" class="md-tabs__link">
Test
</a>
</li>
<li class="md-tabs__item">
@ -397,6 +416,28 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<li class="md-nav__item">
<a href="../apps/" class="md-nav__link">
<span class="md-ellipsis">
Test
</span>
</a>
</li>
@ -445,10 +486,10 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_3" >
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_4" >
<label class="md-nav__link" for="__nav_3" id="__nav_3_label" tabindex="0">
<label class="md-nav__link" for="__nav_4" id="__nav_4_label" tabindex="0">
@ -461,8 +502,8 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<span class="md-nav__icon md-icon"></span>
</label>
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_3_label" aria-expanded="false">
<label class="md-nav__title" for="__nav_3">
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_4_label" aria-expanded="false">
<label class="md-nav__title" for="__nav_4">
<span class="md-nav__icon md-icon"></span>
Applications
</label>
@ -480,7 +521,7 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<span class="md-ellipsis">
Overview
Test
</span>

View File

@ -261,6 +261,25 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<li class="md-tabs__item">
<a href="../../apps/" class="md-tabs__link">
Test
</a>
</li>
<li class="md-tabs__item">
@ -403,6 +422,28 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<li class="md-nav__item">
<a href="../../apps/" class="md-nav__link">
<span class="md-ellipsis">
Test
</span>
</a>
</li>
@ -451,10 +492,10 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_3" >
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_4" >
<label class="md-nav__link" for="__nav_3" id="__nav_3_label" tabindex="0">
<label class="md-nav__link" for="__nav_4" id="__nav_4_label" tabindex="0">
@ -467,8 +508,8 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<span class="md-nav__icon md-icon"></span>
</label>
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_3_label" aria-expanded="false">
<label class="md-nav__title" for="__nav_3">
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_4_label" aria-expanded="false">
<label class="md-nav__title" for="__nav_4">
<span class="md-nav__icon md-icon"></span>
Applications
</label>
@ -486,7 +527,7 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<span class="md-ellipsis">
Overview
Test
</span>

BIN
mkdocs/site/images/cat.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 MiB

View File

@ -257,6 +257,25 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<li class="md-tabs__item">
<a href="apps/" class="md-tabs__link">
Test
</a>
</li>
<li class="md-tabs__item">
@ -324,7 +343,9 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<div class="md-sidebar md-sidebar--primary" data-md-component="sidebar" data-md-type="navigation" >
<div class="md-sidebar md-sidebar--primary" data-md-component="sidebar" data-md-type="navigation" hidden>
<div class="md-sidebar__scrollwrap">
<div class="md-sidebar__inner">
@ -406,6 +427,28 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<li class="md-nav__item">
<a href="apps/" class="md-nav__link">
<span class="md-ellipsis">
Test
</span>
</a>
</li>
@ -454,10 +497,10 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_3" >
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_4" >
<label class="md-nav__link" for="__nav_3" id="__nav_3_label" tabindex="0">
<label class="md-nav__link" for="__nav_4" id="__nav_4_label" tabindex="0">
@ -470,8 +513,8 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<span class="md-nav__icon md-icon"></span>
</label>
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_3_label" aria-expanded="false">
<label class="md-nav__title" for="__nav_3">
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_4_label" aria-expanded="false">
<label class="md-nav__title" for="__nav_4">
<span class="md-nav__icon md-icon"></span>
Applications
</label>
@ -489,7 +532,7 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<span class="md-ellipsis">
Overview
Test
</span>
@ -909,7 +952,7 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<article class="md-content__inner md-typeset">
<div class="hero-section">
<h1>Welcome to Changemaker V5</h1>
<h1>Welcome to Changemaker V5 </h1>
<p class="subtitle">Your battle-tested, lightweight, self-hosted productivity suite. Empowering you with complete control, inherent security, and true freedom of speech.</p>
<a href="#apps-showcase" class="cta-button">Explore Applications</a>
</div>

View File

@ -259,6 +259,25 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<li class="md-tabs__item">
<a href="../apps/" class="md-tabs__link">
Test
</a>
</li>
<li class="md-tabs__item">
@ -401,6 +420,28 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<li class="md-nav__item">
<a href="../apps/" class="md-nav__link">
<span class="md-ellipsis">
Test
</span>
</a>
</li>
@ -449,10 +490,10 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_3" >
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_4" >
<label class="md-nav__link" for="__nav_3" id="__nav_3_label" tabindex="0">
<label class="md-nav__link" for="__nav_4" id="__nav_4_label" tabindex="0">
@ -465,8 +506,8 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<span class="md-nav__icon md-icon"></span>
</label>
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_3_label" aria-expanded="false">
<label class="md-nav__title" for="__nav_3">
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_4_label" aria-expanded="false">
<label class="md-nav__title" for="__nav_4">
<span class="md-nav__icon md-icon"></span>
Applications
</label>
@ -484,7 +525,7 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<span class="md-ellipsis">
Overview
Test
</span>

View File

@ -2,7 +2,7 @@
{% block content %}
<div class="hero-section">
<h1>Welcome to Changemaker V5</h1>
<h1>Welcome to Changemaker V5 </h1>
<p class="subtitle">Your battle-tested, lightweight, self-hosted productivity suite. Empowering you with complete control, inherent security, and true freedom of speech.</p>
<a href="#apps-showcase" class="cta-button">Explore Applications</a>
</div>

View File

@ -263,6 +263,25 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<li class="md-tabs__item">
<a href="../apps/" class="md-tabs__link">
Test
</a>
</li>
<li class="md-tabs__item">
@ -646,6 +665,28 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<li class="md-nav__item">
<a href="../apps/" class="md-nav__link">
<span class="md-ellipsis">
Test
</span>
</a>
</li>
@ -694,10 +735,10 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_3" >
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_4" >
<label class="md-nav__link" for="__nav_3" id="__nav_3_label" tabindex="0">
<label class="md-nav__link" for="__nav_4" id="__nav_4_label" tabindex="0">
@ -710,8 +751,8 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<span class="md-nav__icon md-icon"></span>
</label>
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_3_label" aria-expanded="false">
<label class="md-nav__title" for="__nav_3">
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_4_label" aria-expanded="false">
<label class="md-nav__title" for="__nav_4">
<span class="md-nav__icon md-icon"></span>
Applications
</label>
@ -729,7 +770,7 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<span class="md-ellipsis">
Overview
Test
</span>
@ -1153,7 +1194,6 @@ This is a demo site for Change Maker. <a href="https://changemaker.bnkops.com">L
<h1 id="changemaker-v5">Changemaker V5<a class="headerlink" href="#changemaker-v5" title="Permanent link">&para;</a></h1>
<p><img alt="changemaker" src="assets/images/changemaker.png" /></p>
<p>Changemaker V5 is a battle-tested, lightweight, self-hosted productivity suite which empowers you to deploy secure, locally-built websites, blogs, newsletters, &amp; forms from personal projects to full-fledged campaigns granting you complete control, inherent security, and true freedom of speech. </p>
<p>It is a project undertaken by The Bunker Operations, headquarted in Edmonton, Alberta, Canada, as to provide our community a digital campaign alternative to mainstream American systems. </p>
<hr />

View File

@ -2,94 +2,94 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>http://betteredmonton.org/</loc>
<lastmod>2025-05-11</lastmod>
<lastmod>2025-05-12</lastmod>
</url>
<url>
<loc>http://betteredmonton.org/apps/</loc>
<lastmod>2025-05-11</lastmod>
<lastmod>2025-05-12</lastmod>
</url>
<url>
<loc>http://betteredmonton.org/ollama/</loc>
<lastmod>2025-05-11</lastmod>
<lastmod>2025-05-12</lastmod>
</url>
<url>
<loc>http://betteredmonton.org/readme/</loc>
<lastmod>2025-05-11</lastmod>
<lastmod>2025-05-12</lastmod>
</url>
<url>
<loc>http://betteredmonton.org/apps/answer/</loc>
<lastmod>2025-05-11</lastmod>
<lastmod>2025-05-12</lastmod>
</url>
<url>
<loc>http://betteredmonton.org/apps/code-server/</loc>
<lastmod>2025-05-11</lastmod>
<lastmod>2025-05-12</lastmod>
</url>
<url>
<loc>http://betteredmonton.org/apps/excalidraw/</loc>
<lastmod>2025-05-11</lastmod>
<lastmod>2025-05-12</lastmod>
</url>
<url>
<loc>http://betteredmonton.org/apps/ferdium/</loc>
<lastmod>2025-05-11</lastmod>
<lastmod>2025-05-12</lastmod>
</url>
<url>
<loc>http://betteredmonton.org/apps/flatnotes/</loc>
<lastmod>2025-05-11</lastmod>
<lastmod>2025-05-12</lastmod>
</url>
<url>
<loc>http://betteredmonton.org/apps/gitea/</loc>
<lastmod>2025-05-11</lastmod>
<lastmod>2025-05-12</lastmod>
</url>
<url>
<loc>http://betteredmonton.org/apps/homepage/</loc>
<lastmod>2025-05-11</lastmod>
<lastmod>2025-05-12</lastmod>
</url>
<url>
<loc>http://betteredmonton.org/apps/listmonk/</loc>
<lastmod>2025-05-11</lastmod>
<lastmod>2025-05-12</lastmod>
</url>
<url>
<loc>http://betteredmonton.org/apps/mkdocs-material/</loc>
<lastmod>2025-05-11</lastmod>
<lastmod>2025-05-12</lastmod>
</url>
<url>
<loc>http://betteredmonton.org/apps/monica-crm/</loc>
<lastmod>2025-05-11</lastmod>
<lastmod>2025-05-12</lastmod>
</url>
<url>
<loc>http://betteredmonton.org/apps/nocodb/</loc>
<lastmod>2025-05-11</lastmod>
<lastmod>2025-05-12</lastmod>
</url>
<url>
<loc>http://betteredmonton.org/apps/ollama/</loc>
<lastmod>2025-05-11</lastmod>
<lastmod>2025-05-12</lastmod>
</url>
<url>
<loc>http://betteredmonton.org/apps/openwebui/</loc>
<lastmod>2025-05-11</lastmod>
<lastmod>2025-05-12</lastmod>
</url>
<url>
<loc>http://betteredmonton.org/apps/portainer/</loc>
<lastmod>2025-05-11</lastmod>
<lastmod>2025-05-12</lastmod>
</url>
<url>
<loc>http://betteredmonton.org/apps/rocketchat/</loc>
<lastmod>2025-05-11</lastmod>
<lastmod>2025-05-12</lastmod>
</url>
<url>
<loc>http://betteredmonton.org/blog/</loc>
<lastmod>2025-05-11</lastmod>
<lastmod>2025-05-12</lastmod>
</url>
<url>
<loc>http://betteredmonton.org/blog/2025/03/06/testing/</loc>
<lastmod>2025-05-11</lastmod>
<lastmod>2025-05-12</lastmod>
</url>
<url>
<loc>http://betteredmonton.org/guides/authoring-content/</loc>
<lastmod>2025-05-11</lastmod>
<lastmod>2025-05-12</lastmod>
</url>
<url>
<loc>http://betteredmonton.org/blog/archive/2025/</loc>
<lastmod>2025-05-11</lastmod>
<lastmod>2025-05-12</lastmod>
</url>
</urlset>

Binary file not shown.