Compare commits
2 Commits
c9321145f3
...
26ea26753f
Author | SHA1 | Date | |
---|---|---|---|
26ea26753f | |||
d2f99c51ea |
@ -4,76 +4,76 @@
|
||||
|
||||
- Essential Tools:
|
||||
- code-server:
|
||||
href: https://code-server.betteredmonton.org
|
||||
href: https://code-server.bnkops.com
|
||||
description: VS Code in the browser
|
||||
icon: code-server
|
||||
- Flatnotes:
|
||||
href: https://flatnotes.betteredmonton.org
|
||||
href: https://flatnotes.bnkops.com
|
||||
description: Note-taking app - connected directly to blog
|
||||
icon: flatnotes
|
||||
- Listmonk:
|
||||
href: https://listmonk.betteredmonton.org
|
||||
href: https://listmonk.bnkops.com
|
||||
description: Newsletter & mailing list manager
|
||||
icon: listmonk
|
||||
- NocoDB:
|
||||
href: https://nocodb.betteredmonton.org
|
||||
href: https://nocodb.bnkops.com
|
||||
description: Open Source Airtable Alternative
|
||||
icon: mdi-database
|
||||
|
||||
- Content Creation:
|
||||
- MkDocs:
|
||||
href: https://live.betteredmonton.org
|
||||
href: https://live.bnkops.com
|
||||
description: Website generator & documentation
|
||||
icon: mkdocs
|
||||
- Excalidraw:
|
||||
href: https://excalidraw.betteredmonton.org
|
||||
href: https://excalidraw.bnkops.com
|
||||
description: Collaborative drawing tool
|
||||
icon: mdi-draw-pen
|
||||
- Gitea:
|
||||
href: https://gitea.betteredmonton.org
|
||||
href: https://gitea.bnkops.com
|
||||
description: Self-hosted Git service
|
||||
icon: gitea
|
||||
- OpenWebUI:
|
||||
href: https://open-webui.betteredmonton.org
|
||||
href: https://open-webui.bnkops.com
|
||||
description: UI for Ollama models
|
||||
icon: mdi-robot-happy
|
||||
|
||||
- Community & Data:
|
||||
- Monica CRM:
|
||||
href: https://monica.betteredmonton.org
|
||||
href: https://monica.bnkops.com
|
||||
description: Personal CRM
|
||||
icon: monica
|
||||
- Answer:
|
||||
href: https://answer.betteredmonton.org
|
||||
href: https://answer.bnkops.com
|
||||
description: Q&A platform for teams
|
||||
icon: mdi-help-circle
|
||||
- Ferdium:
|
||||
href: https://ferdium.betteredmonton.org
|
||||
href: https://ferdium.bnkops.com
|
||||
description: All-in-one messaging app
|
||||
icon: ferdium
|
||||
- Rocket.Chat:
|
||||
href: https://rocket.betteredmonton.org
|
||||
href: https://rocket.bnkops.com
|
||||
description: Team collaboration platform
|
||||
icon: mdi-rocket
|
||||
|
||||
- Development:
|
||||
- Ollama:
|
||||
href: https://ollama.betteredmonton.org
|
||||
href: https://ollama.bnkops.com
|
||||
description: Local AI model server
|
||||
icon: ollama
|
||||
- Portainer:
|
||||
href: https://portainer.betteredmonton.org
|
||||
href: https://portainer.bnkops.com
|
||||
description: Docker management UI
|
||||
icon: portainer
|
||||
- Mini QR:
|
||||
href: https://mini-qr.betteredmonton.org
|
||||
href: https://mini-qr.bnkops.com
|
||||
description: QR Code Generator
|
||||
icon: mdi-qrcode-edit
|
||||
- ConvertX:
|
||||
href: https://convertx.betteredmonton.org
|
||||
href: https://convertx.bnkops.com
|
||||
description: File conversion tool
|
||||
icon: mdi-file-sync
|
||||
- n8n:
|
||||
href: https://n8n.betteredmonton.org
|
||||
href: https://n8n.bnkops.com
|
||||
description: Workflow automation
|
||||
icon: n8n
|
||||
|
@ -9,8 +9,8 @@
|
||||
|
||||
- greeting:
|
||||
text_size: xl
|
||||
text: betteredmonton
|
||||
href: https://betteredmonton.org
|
||||
text: bnkops.com
|
||||
href: https://bnkops.com
|
||||
|
||||
- datetime:
|
||||
text_size: xl
|
||||
|
@ -306,13 +306,6 @@ services:
|
||||
ollama:
|
||||
image: ollama/ollama
|
||||
container_name: ollama-changemaker
|
||||
deploy:
|
||||
resources:
|
||||
reservations:
|
||||
devices:
|
||||
- driver: nvidia
|
||||
count: all
|
||||
capabilities: [gpu]
|
||||
volumes:
|
||||
- ollama:/root/.ollama
|
||||
ports:
|
||||
|
@ -67,7 +67,7 @@ docker compose up -d</code></pre>
|
||||
<h3><span class="material-icons" style="vertical-align: bottom; margin-right: 8px;">dashboard</span>Homepage</h3>
|
||||
<p>Main dashboard for Changemaker V5. Your central command center for all services.</p>
|
||||
</div>
|
||||
<a href="{{ 'apps/homepage/' | url }}" class="button">Learn More</a>
|
||||
<a href="/cm/apps/homepage.md" class="button">Learn More</a>
|
||||
</div>
|
||||
|
||||
<div class="app-card">
|
||||
@ -75,7 +75,7 @@ docker compose up -d</code></pre>
|
||||
<h3><span class="material-icons" style="vertical-align: bottom; margin-right: 8px;">code</span>Code Server</h3>
|
||||
<p>Visual Studio Code in your browser. Develop and edit code from any device.</p>
|
||||
</div>
|
||||
<a href="{{ 'apps/code-server/' | url }}" class="button">Learn More</a>
|
||||
<a href="/cm/apps/code-server.md" class="button">Learn More</a>
|
||||
</div>
|
||||
|
||||
<div class="app-card">
|
||||
@ -83,7 +83,7 @@ docker compose up -d</code></pre>
|
||||
<h3><span class="material-icons" style="vertical-align: bottom; margin-right: 8px;">edit_note</span>Flatnotes</h3>
|
||||
<p>Simple, markdown-based note-taking, directly connected to your blog.</p>
|
||||
</div>
|
||||
<a href="{{ 'apps/flatnotes/' | url }}" class="button">Learn More</a>
|
||||
<a href="/cm/apps/flatnotes.md" class="button">Learn More</a>
|
||||
</div>
|
||||
|
||||
<div class="app-card">
|
||||
@ -91,7 +91,7 @@ docker compose up -d</code></pre>
|
||||
<h3><span class="material-icons" style="vertical-align: bottom; margin-right: 8px;">mail</span>Listmonk</h3>
|
||||
<p>Self-hosted newsletter and mailing list manager for full control over campaigns.</p>
|
||||
</div>
|
||||
<a href="{{ 'apps/listmonk/' | url }}" class="button">Learn More</a>
|
||||
<a href="/cm/apps/listmonk.md" class="button">Learn More</a>
|
||||
</div>
|
||||
|
||||
<div class="app-card">
|
||||
@ -99,7 +99,7 @@ docker compose up -d</code></pre>
|
||||
<h3><span class="material-icons" style="vertical-align: bottom; margin-right: 8px;">table_chart</span>NocoDB</h3>
|
||||
<p>Open Source Airtable Alternative. Turn any database into a smart spreadsheet.</p>
|
||||
</div>
|
||||
<a href="{{ 'apps/nocodb/' | url }}" class="button">Learn More</a>
|
||||
<a href="/cm/apps/nocodb.md" class="button">Learn More</a>
|
||||
</div>
|
||||
|
||||
<div class="app-card">
|
||||
@ -107,7 +107,7 @@ docker compose up -d</code></pre>
|
||||
<h3><span class="material-icons" style="vertical-align: bottom; margin-right: 8px;">question_answer</span>Answer</h3>
|
||||
<p>Self-hosted Q&A platform for teams to share knowledge internally.</p>
|
||||
</div>
|
||||
<a href="{{ 'apps/answer/' | url }}" class="button">Learn More</a>
|
||||
<a href="/cm/apps/answer.md" class="button">Learn More</a>
|
||||
</div>
|
||||
|
||||
<div class="app-card">
|
||||
@ -115,7 +115,7 @@ docker compose up -d</code></pre>
|
||||
<h3><span class="material-icons" style="vertical-align: bottom; margin-right: 8px;">draw</span>Excalidraw</h3>
|
||||
<p>Virtual whiteboard for sketching and collaborative diagramming.</p>
|
||||
</div>
|
||||
<a href="{{ 'apps/excalidraw/' | url }}" class="button">Learn More</a>
|
||||
<a href="/cm/apps/excalidraw.md" class="button">Learn More</a>
|
||||
</div>
|
||||
|
||||
<div class="app-card">
|
||||
@ -123,7 +123,7 @@ docker compose up -d</code></pre>
|
||||
<h3><span class="material-icons" style="vertical-align: bottom; margin-right: 8px;">apps</span>Ferdium</h3>
|
||||
<p>All-in-one desktop app that helps you organize multiple social media services in one place.</p>
|
||||
</div>
|
||||
<a href="{{ 'apps/ferdium/' | url }}" class="button">Learn More</a>
|
||||
<a href="/cm/apps/ferdium.md" class="button">Learn More</a>
|
||||
</div>
|
||||
|
||||
<div class="app-card">
|
||||
@ -131,7 +131,7 @@ docker compose up -d</code></pre>
|
||||
<h3><span class="material-icons" style="vertical-align: bottom; margin-right: 8px;">source</span>Gitea</h3>
|
||||
<p>Lightweight, self-hosted Git service for managing repositories and collaboration.</p>
|
||||
</div>
|
||||
<a href="{{ 'apps/gitea/' | url }}" class="button">Learn More</a>
|
||||
<a href="/cm/apps/gitea.md" class="button">Learn More</a>
|
||||
</div>
|
||||
|
||||
<div class="app-card">
|
||||
@ -139,7 +139,7 @@ docker compose up -d</code></pre>
|
||||
<h3><span class="material-icons" style="vertical-align: bottom; margin-right: 8px;">article</span>MkDocs Material</h3>
|
||||
<p>Create beautiful documentation sites with Markdown (like this one!).</p>
|
||||
</div>
|
||||
<a href="{{ 'apps/mkdocs-material/' | url }}" class="button">Learn More</a>
|
||||
<a href="/cm/apps/mkdocs-material.md" class="button">Learn More</a>
|
||||
</div>
|
||||
|
||||
<div class="app-card">
|
||||
@ -147,7 +147,7 @@ docker compose up -d</code></pre>
|
||||
<h3><span class="material-icons" style="vertical-align: bottom; margin-right: 8px;">people</span>Monica CRM</h3>
|
||||
<p>Personal relationship management system to organize interactions with your contacts.</p>
|
||||
</div>
|
||||
<a href="{{ 'apps/monica-crm/' | url }}" class="button">Learn More</a>
|
||||
<a href="/cm/apps/monica-crm.md" class="button">Learn More</a>
|
||||
</div>
|
||||
|
||||
<div class="app-card">
|
||||
@ -155,7 +155,7 @@ docker compose up -d</code></pre>
|
||||
<h3><span class="material-icons" style="vertical-align: bottom; margin-right: 8px;">integration_instructions</span>n8n</h3>
|
||||
<p>Workflow automation tool that connects various apps and services together.</p>
|
||||
</div>
|
||||
<a href="{{ 'apps/n8n/' | url }}" class="button">Learn More</a>
|
||||
<a href="/cm/apps/n8n.md" class="button">Learn More</a>
|
||||
</div>
|
||||
|
||||
<div class="app-card">
|
||||
@ -163,7 +163,7 @@ docker compose up -d</code></pre>
|
||||
<h3><span class="material-icons" style="vertical-align: bottom; margin-right: 8px;">smart_toy</span>Ollama</h3>
|
||||
<p>Run open-source large language models locally for AI-powered assistance.</p>
|
||||
</div>
|
||||
<a href="{{ 'apps/ollama/' | url }}" class="button">Learn More</a>
|
||||
<a href="/cm/apps/ollama.md" class="button">Learn More</a>
|
||||
</div>
|
||||
|
||||
<div class="app-card">
|
||||
@ -171,7 +171,7 @@ docker compose up -d</code></pre>
|
||||
<h3><span class="material-icons" style="vertical-align: bottom; margin-right: 8px;">chat</span>OpenWebUI</h3>
|
||||
<p>Web interface for interacting with your Ollama AI models.</p>
|
||||
</div>
|
||||
<a href="{{ 'apps/openwebui/' | url }}" class="button">Learn More</a>
|
||||
<a href="/cm/apps/openwebui.md" class="button">Learn More</a>
|
||||
</div>
|
||||
|
||||
<div class="app-card">
|
||||
@ -179,7 +179,7 @@ docker compose up -d</code></pre>
|
||||
<h3><span class="material-icons" style="vertical-align: bottom; margin-right: 8px;">sailing</span>Portainer</h3>
|
||||
<p>Container management platform that simplifies deploying and managing Docker environments.</p>
|
||||
</div>
|
||||
<a href="{{ 'apps/portainer/' | url }}" class="button">Learn More</a>
|
||||
<a href="/cm/apps/portainer.md" class="button">Learn More</a>
|
||||
</div>
|
||||
|
||||
<div class="app-card">
|
||||
@ -187,7 +187,7 @@ docker compose up -d</code></pre>
|
||||
<h3><span class="material-icons" style="vertical-align: bottom; margin-right: 8px;">forum</span>Rocket.Chat</h3>
|
||||
<p>Self-hosted team communication platform with real-time chat and collaboration.</p>
|
||||
</div>
|
||||
<a href="{{ 'apps/rocketchat/' | url }}" class="button">Learn More</a>
|
||||
<a href="/cm/apps/rocketchat.md" class="button">Learn More</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -1,4 +1,4 @@
|
||||
{% extends "base.html" %} {% block extrahead %} {% endblock %} {% block announce %}
|
||||
<a href="https://homepage.betteredmonton.org" class="login-button">Login</a>
|
||||
<a href="https://homepage.bnkops.com" class="login-button">Login</a>
|
||||
New website! Heck yeah!
|
||||
{% endblock %} {% block scripts %} {{ super() }} {% endblock %}
|
@ -84,7 +84,7 @@
|
||||
<div class="md-banner__inner md-grid md-typeset">
|
||||
|
||||
|
||||
<a href="https://homepage.betteredmonton.org" class="login-button">Login</a>
|
||||
<a href="https://homepage.bnkops.com" class="login-button">Login</a>
|
||||
New website! Heck yeah!
|
||||
|
||||
</div>
|
||||
|
@ -112,7 +112,7 @@
|
||||
<div class="md-banner__inner md-grid md-typeset">
|
||||
|
||||
|
||||
<a href="https://homepage.betteredmonton.org" class="login-button">Login</a>
|
||||
<a href="https://homepage.bnkops.com" class="login-button">Login</a>
|
||||
New website! Heck yeah!
|
||||
|
||||
</div>
|
||||
|
@ -121,7 +121,7 @@
|
||||
<div class="md-banner__inner md-grid md-typeset">
|
||||
|
||||
|
||||
<a href="https://homepage.betteredmonton.org" class="login-button">Login</a>
|
||||
<a href="https://homepage.bnkops.com" class="login-button">Login</a>
|
||||
New website! Heck yeah!
|
||||
|
||||
</div>
|
||||
|
@ -121,7 +121,7 @@
|
||||
<div class="md-banner__inner md-grid md-typeset">
|
||||
|
||||
|
||||
<a href="https://homepage.betteredmonton.org" class="login-button">Login</a>
|
||||
<a href="https://homepage.bnkops.com" class="login-button">Login</a>
|
||||
New website! Heck yeah!
|
||||
|
||||
</div>
|
||||
|
@ -121,7 +121,7 @@
|
||||
<div class="md-banner__inner md-grid md-typeset">
|
||||
|
||||
|
||||
<a href="https://homepage.betteredmonton.org" class="login-button">Login</a>
|
||||
<a href="https://homepage.bnkops.com" class="login-button">Login</a>
|
||||
New website! Heck yeah!
|
||||
|
||||
</div>
|
||||
|
@ -121,7 +121,7 @@
|
||||
<div class="md-banner__inner md-grid md-typeset">
|
||||
|
||||
|
||||
<a href="https://homepage.betteredmonton.org" class="login-button">Login</a>
|
||||
<a href="https://homepage.bnkops.com" class="login-button">Login</a>
|
||||
New website! Heck yeah!
|
||||
|
||||
</div>
|
||||
|
@ -121,7 +121,7 @@
|
||||
<div class="md-banner__inner md-grid md-typeset">
|
||||
|
||||
|
||||
<a href="https://homepage.betteredmonton.org" class="login-button">Login</a>
|
||||
<a href="https://homepage.bnkops.com" class="login-button">Login</a>
|
||||
New website! Heck yeah!
|
||||
|
||||
</div>
|
||||
|
@ -121,7 +121,7 @@
|
||||
<div class="md-banner__inner md-grid md-typeset">
|
||||
|
||||
|
||||
<a href="https://homepage.betteredmonton.org" class="login-button">Login</a>
|
||||
<a href="https://homepage.bnkops.com" class="login-button">Login</a>
|
||||
New website! Heck yeah!
|
||||
|
||||
</div>
|
||||
|
@ -121,7 +121,7 @@
|
||||
<div class="md-banner__inner md-grid md-typeset">
|
||||
|
||||
|
||||
<a href="https://homepage.betteredmonton.org" class="login-button">Login</a>
|
||||
<a href="https://homepage.bnkops.com" class="login-button">Login</a>
|
||||
New website! Heck yeah!
|
||||
|
||||
</div>
|
||||
|
@ -121,7 +121,7 @@
|
||||
<div class="md-banner__inner md-grid md-typeset">
|
||||
|
||||
|
||||
<a href="https://homepage.betteredmonton.org" class="login-button">Login</a>
|
||||
<a href="https://homepage.bnkops.com" class="login-button">Login</a>
|
||||
New website! Heck yeah!
|
||||
|
||||
</div>
|
||||
|
@ -121,7 +121,7 @@
|
||||
<div class="md-banner__inner md-grid md-typeset">
|
||||
|
||||
|
||||
<a href="https://homepage.betteredmonton.org" class="login-button">Login</a>
|
||||
<a href="https://homepage.bnkops.com" class="login-button">Login</a>
|
||||
New website! Heck yeah!
|
||||
|
||||
</div>
|
||||
|
@ -121,7 +121,7 @@
|
||||
<div class="md-banner__inner md-grid md-typeset">
|
||||
|
||||
|
||||
<a href="https://homepage.betteredmonton.org" class="login-button">Login</a>
|
||||
<a href="https://homepage.bnkops.com" class="login-button">Login</a>
|
||||
New website! Heck yeah!
|
||||
|
||||
</div>
|
||||
|
@ -121,7 +121,7 @@
|
||||
<div class="md-banner__inner md-grid md-typeset">
|
||||
|
||||
|
||||
<a href="https://homepage.betteredmonton.org" class="login-button">Login</a>
|
||||
<a href="https://homepage.bnkops.com" class="login-button">Login</a>
|
||||
New website! Heck yeah!
|
||||
|
||||
</div>
|
||||
|
@ -121,7 +121,7 @@
|
||||
<div class="md-banner__inner md-grid md-typeset">
|
||||
|
||||
|
||||
<a href="https://homepage.betteredmonton.org" class="login-button">Login</a>
|
||||
<a href="https://homepage.bnkops.com" class="login-button">Login</a>
|
||||
New website! Heck yeah!
|
||||
|
||||
</div>
|
||||
|
@ -121,7 +121,7 @@
|
||||
<div class="md-banner__inner md-grid md-typeset">
|
||||
|
||||
|
||||
<a href="https://homepage.betteredmonton.org" class="login-button">Login</a>
|
||||
<a href="https://homepage.bnkops.com" class="login-button">Login</a>
|
||||
New website! Heck yeah!
|
||||
|
||||
</div>
|
||||
|
@ -121,7 +121,7 @@
|
||||
<div class="md-banner__inner md-grid md-typeset">
|
||||
|
||||
|
||||
<a href="https://homepage.betteredmonton.org" class="login-button">Login</a>
|
||||
<a href="https://homepage.bnkops.com" class="login-button">Login</a>
|
||||
New website! Heck yeah!
|
||||
|
||||
</div>
|
||||
|
@ -121,7 +121,7 @@
|
||||
<div class="md-banner__inner md-grid md-typeset">
|
||||
|
||||
|
||||
<a href="https://homepage.betteredmonton.org" class="login-button">Login</a>
|
||||
<a href="https://homepage.bnkops.com" class="login-button">Login</a>
|
||||
New website! Heck yeah!
|
||||
|
||||
</div>
|
||||
|
@ -121,7 +121,7 @@
|
||||
<div class="md-banner__inner md-grid md-typeset">
|
||||
|
||||
|
||||
<a href="https://homepage.betteredmonton.org" class="login-button">Login</a>
|
||||
<a href="https://homepage.bnkops.com" class="login-button">Login</a>
|
||||
New website! Heck yeah!
|
||||
|
||||
</div>
|
||||
|
@ -116,7 +116,7 @@
|
||||
<div class="md-banner__inner md-grid md-typeset">
|
||||
|
||||
|
||||
<a href="https://homepage.betteredmonton.org" class="login-button">Login</a>
|
||||
<a href="https://homepage.bnkops.com" class="login-button">Login</a>
|
||||
New website! Heck yeah!
|
||||
|
||||
</div>
|
||||
|
@ -121,7 +121,7 @@
|
||||
<div class="md-banner__inner md-grid md-typeset">
|
||||
|
||||
|
||||
<a href="https://homepage.betteredmonton.org" class="login-button">Login</a>
|
||||
<a href="https://homepage.bnkops.com" class="login-button">Login</a>
|
||||
New website! Heck yeah!
|
||||
|
||||
</div>
|
||||
|
@ -121,7 +121,7 @@
|
||||
<div class="md-banner__inner md-grid md-typeset">
|
||||
|
||||
|
||||
<a href="https://homepage.betteredmonton.org" class="login-button">Login</a>
|
||||
<a href="https://homepage.bnkops.com" class="login-button">Login</a>
|
||||
New website! Heck yeah!
|
||||
|
||||
</div>
|
||||
|
@ -121,7 +121,7 @@
|
||||
<div class="md-banner__inner md-grid md-typeset">
|
||||
|
||||
|
||||
<a href="https://homepage.betteredmonton.org" class="login-button">Login</a>
|
||||
<a href="https://homepage.bnkops.com" class="login-button">Login</a>
|
||||
New website! Heck yeah!
|
||||
|
||||
</div>
|
||||
|
@ -121,7 +121,7 @@
|
||||
<div class="md-banner__inner md-grid md-typeset">
|
||||
|
||||
|
||||
<a href="https://homepage.betteredmonton.org" class="login-button">Login</a>
|
||||
<a href="https://homepage.bnkops.com" class="login-button">Login</a>
|
||||
New website! Heck yeah!
|
||||
|
||||
</div>
|
||||
|
@ -121,7 +121,7 @@
|
||||
<div class="md-banner__inner md-grid md-typeset">
|
||||
|
||||
|
||||
<a href="https://homepage.betteredmonton.org" class="login-button">Login</a>
|
||||
<a href="https://homepage.bnkops.com" class="login-button">Login</a>
|
||||
New website! Heck yeah!
|
||||
|
||||
</div>
|
||||
|
@ -121,7 +121,7 @@
|
||||
<div class="md-banner__inner md-grid md-typeset">
|
||||
|
||||
|
||||
<a href="https://homepage.betteredmonton.org" class="login-button">Login</a>
|
||||
<a href="https://homepage.bnkops.com" class="login-button">Login</a>
|
||||
New website! Heck yeah!
|
||||
|
||||
</div>
|
||||
|
@ -121,7 +121,7 @@
|
||||
<div class="md-banner__inner md-grid md-typeset">
|
||||
|
||||
|
||||
<a href="https://homepage.betteredmonton.org" class="login-button">Login</a>
|
||||
<a href="https://homepage.bnkops.com" class="login-button">Login</a>
|
||||
New website! Heck yeah!
|
||||
|
||||
</div>
|
||||
|
@ -121,7 +121,7 @@
|
||||
<div class="md-banner__inner md-grid md-typeset">
|
||||
|
||||
|
||||
<a href="https://homepage.betteredmonton.org" class="login-button">Login</a>
|
||||
<a href="https://homepage.bnkops.com" class="login-button">Login</a>
|
||||
New website! Heck yeah!
|
||||
|
||||
</div>
|
||||
|
@ -121,7 +121,7 @@
|
||||
<div class="md-banner__inner md-grid md-typeset">
|
||||
|
||||
|
||||
<a href="https://homepage.betteredmonton.org" class="login-button">Login</a>
|
||||
<a href="https://homepage.bnkops.com" class="login-button">Login</a>
|
||||
New website! Heck yeah!
|
||||
|
||||
</div>
|
||||
|
@ -121,7 +121,7 @@
|
||||
<div class="md-banner__inner md-grid md-typeset">
|
||||
|
||||
|
||||
<a href="https://homepage.betteredmonton.org" class="login-button">Login</a>
|
||||
<a href="https://homepage.bnkops.com" class="login-button">Login</a>
|
||||
New website! Heck yeah!
|
||||
|
||||
</div>
|
||||
|
@ -121,7 +121,7 @@
|
||||
<div class="md-banner__inner md-grid md-typeset">
|
||||
|
||||
|
||||
<a href="https://homepage.betteredmonton.org" class="login-button">Login</a>
|
||||
<a href="https://homepage.bnkops.com" class="login-button">Login</a>
|
||||
New website! Heck yeah!
|
||||
|
||||
</div>
|
||||
|
@ -121,7 +121,7 @@
|
||||
<div class="md-banner__inner md-grid md-typeset">
|
||||
|
||||
|
||||
<a href="https://homepage.betteredmonton.org" class="login-button">Login</a>
|
||||
<a href="https://homepage.bnkops.com" class="login-button">Login</a>
|
||||
New website! Heck yeah!
|
||||
|
||||
</div>
|
||||
|
@ -121,7 +121,7 @@
|
||||
<div class="md-banner__inner md-grid md-typeset">
|
||||
|
||||
|
||||
<a href="https://homepage.betteredmonton.org" class="login-button">Login</a>
|
||||
<a href="https://homepage.bnkops.com" class="login-button">Login</a>
|
||||
New website! Heck yeah!
|
||||
|
||||
</div>
|
||||
|
@ -121,7 +121,7 @@
|
||||
<div class="md-banner__inner md-grid md-typeset">
|
||||
|
||||
|
||||
<a href="https://homepage.betteredmonton.org" class="login-button">Login</a>
|
||||
<a href="https://homepage.bnkops.com" class="login-button">Login</a>
|
||||
New website! Heck yeah!
|
||||
|
||||
</div>
|
||||
|
@ -121,7 +121,7 @@
|
||||
<div class="md-banner__inner md-grid md-typeset">
|
||||
|
||||
|
||||
<a href="https://homepage.betteredmonton.org" class="login-button">Login</a>
|
||||
<a href="https://homepage.bnkops.com" class="login-button">Login</a>
|
||||
New website! Heck yeah!
|
||||
|
||||
</div>
|
||||
|
@ -121,7 +121,7 @@
|
||||
<div class="md-banner__inner md-grid md-typeset">
|
||||
|
||||
|
||||
<a href="https://homepage.betteredmonton.org" class="login-button">Login</a>
|
||||
<a href="https://homepage.bnkops.com" class="login-button">Login</a>
|
||||
New website! Heck yeah!
|
||||
|
||||
</div>
|
||||
|
@ -121,7 +121,7 @@
|
||||
<div class="md-banner__inner md-grid md-typeset">
|
||||
|
||||
|
||||
<a href="https://homepage.betteredmonton.org" class="login-button">Login</a>
|
||||
<a href="https://homepage.bnkops.com" class="login-button">Login</a>
|
||||
New website! Heck yeah!
|
||||
|
||||
</div>
|
||||
|
@ -116,7 +116,7 @@
|
||||
<div class="md-banner__inner md-grid md-typeset">
|
||||
|
||||
|
||||
<a href="https://homepage.betteredmonton.org" class="login-button">Login</a>
|
||||
<a href="https://homepage.bnkops.com" class="login-button">Login</a>
|
||||
New website! Heck yeah!
|
||||
|
||||
</div>
|
||||
|
@ -116,7 +116,7 @@
|
||||
<div class="md-banner__inner md-grid md-typeset">
|
||||
|
||||
|
||||
<a href="https://homepage.betteredmonton.org" class="login-button">Login</a>
|
||||
<a href="https://homepage.bnkops.com" class="login-button">Login</a>
|
||||
New website! Heck yeah!
|
||||
|
||||
</div>
|
||||
|
@ -116,7 +116,7 @@
|
||||
<div class="md-banner__inner md-grid md-typeset">
|
||||
|
||||
|
||||
<a href="https://homepage.betteredmonton.org" class="login-button">Login</a>
|
||||
<a href="https://homepage.bnkops.com" class="login-button">Login</a>
|
||||
New website! Heck yeah!
|
||||
|
||||
</div>
|
||||
|
@ -116,7 +116,7 @@
|
||||
<div class="md-banner__inner md-grid md-typeset">
|
||||
|
||||
|
||||
<a href="https://homepage.betteredmonton.org" class="login-button">Login</a>
|
||||
<a href="https://homepage.bnkops.com" class="login-button">Login</a>
|
||||
New website! Heck yeah!
|
||||
|
||||
</div>
|
||||
|
@ -116,7 +116,7 @@
|
||||
<div class="md-banner__inner md-grid md-typeset">
|
||||
|
||||
|
||||
<a href="https://homepage.betteredmonton.org" class="login-button">Login</a>
|
||||
<a href="https://homepage.bnkops.com" class="login-button">Login</a>
|
||||
New website! Heck yeah!
|
||||
|
||||
</div>
|
||||
|
@ -116,7 +116,7 @@
|
||||
<div class="md-banner__inner md-grid md-typeset">
|
||||
|
||||
|
||||
<a href="https://homepage.betteredmonton.org" class="login-button">Login</a>
|
||||
<a href="https://homepage.bnkops.com" class="login-button">Login</a>
|
||||
New website! Heck yeah!
|
||||
|
||||
</div>
|
||||
|
@ -116,7 +116,7 @@
|
||||
<div class="md-banner__inner md-grid md-typeset">
|
||||
|
||||
|
||||
<a href="https://homepage.betteredmonton.org" class="login-button">Login</a>
|
||||
<a href="https://homepage.bnkops.com" class="login-button">Login</a>
|
||||
New website! Heck yeah!
|
||||
|
||||
</div>
|
||||
|
@ -116,7 +116,7 @@
|
||||
<div class="md-banner__inner md-grid md-typeset">
|
||||
|
||||
|
||||
<a href="https://homepage.betteredmonton.org" class="login-button">Login</a>
|
||||
<a href="https://homepage.bnkops.com" class="login-button">Login</a>
|
||||
New website! Heck yeah!
|
||||
|
||||
</div>
|
||||
|
@ -116,7 +116,7 @@
|
||||
<div class="md-banner__inner md-grid md-typeset">
|
||||
|
||||
|
||||
<a href="https://homepage.betteredmonton.org" class="login-button">Login</a>
|
||||
<a href="https://homepage.bnkops.com" class="login-button">Login</a>
|
||||
New website! Heck yeah!
|
||||
|
||||
</div>
|
||||
|
@ -116,7 +116,7 @@
|
||||
<div class="md-banner__inner md-grid md-typeset">
|
||||
|
||||
|
||||
<a href="https://homepage.betteredmonton.org" class="login-button">Login</a>
|
||||
<a href="https://homepage.bnkops.com" class="login-button">Login</a>
|
||||
New website! Heck yeah!
|
||||
|
||||
</div>
|
||||
|
@ -116,7 +116,7 @@
|
||||
<div class="md-banner__inner md-grid md-typeset">
|
||||
|
||||
|
||||
<a href="https://homepage.betteredmonton.org" class="login-button">Login</a>
|
||||
<a href="https://homepage.bnkops.com" class="login-button">Login</a>
|
||||
New website! Heck yeah!
|
||||
|
||||
</div>
|
||||
|
@ -116,7 +116,7 @@
|
||||
<div class="md-banner__inner md-grid md-typeset">
|
||||
|
||||
|
||||
<a href="https://homepage.betteredmonton.org" class="login-button">Login</a>
|
||||
<a href="https://homepage.bnkops.com" class="login-button">Login</a>
|
||||
New website! Heck yeah!
|
||||
|
||||
</div>
|
||||
|
@ -116,7 +116,7 @@
|
||||
<div class="md-banner__inner md-grid md-typeset">
|
||||
|
||||
|
||||
<a href="https://homepage.betteredmonton.org" class="login-button">Login</a>
|
||||
<a href="https://homepage.bnkops.com" class="login-button">Login</a>
|
||||
New website! Heck yeah!
|
||||
|
||||
</div>
|
||||
|
@ -121,7 +121,7 @@
|
||||
<div class="md-banner__inner md-grid md-typeset">
|
||||
|
||||
|
||||
<a href="https://homepage.betteredmonton.org" class="login-button">Login</a>
|
||||
<a href="https://homepage.bnkops.com" class="login-button">Login</a>
|
||||
New website! Heck yeah!
|
||||
|
||||
</div>
|
||||
|
@ -121,7 +121,7 @@
|
||||
<div class="md-banner__inner md-grid md-typeset">
|
||||
|
||||
|
||||
<a href="https://homepage.betteredmonton.org" class="login-button">Login</a>
|
||||
<a href="https://homepage.bnkops.com" class="login-button">Login</a>
|
||||
New website! Heck yeah!
|
||||
|
||||
</div>
|
||||
|
@ -121,7 +121,7 @@
|
||||
<div class="md-banner__inner md-grid md-typeset">
|
||||
|
||||
|
||||
<a href="https://homepage.betteredmonton.org" class="login-button">Login</a>
|
||||
<a href="https://homepage.bnkops.com" class="login-button">Login</a>
|
||||
New website! Heck yeah!
|
||||
|
||||
</div>
|
||||
|
@ -121,7 +121,7 @@
|
||||
<div class="md-banner__inner md-grid md-typeset">
|
||||
|
||||
|
||||
<a href="https://homepage.betteredmonton.org" class="login-button">Login</a>
|
||||
<a href="https://homepage.bnkops.com" class="login-button">Login</a>
|
||||
New website! Heck yeah!
|
||||
|
||||
</div>
|
||||
|
@ -121,7 +121,7 @@
|
||||
<div class="md-banner__inner md-grid md-typeset">
|
||||
|
||||
|
||||
<a href="https://homepage.betteredmonton.org" class="login-button">Login</a>
|
||||
<a href="https://homepage.bnkops.com" class="login-button">Login</a>
|
||||
New website! Heck yeah!
|
||||
|
||||
</div>
|
||||
|
@ -121,7 +121,7 @@
|
||||
<div class="md-banner__inner md-grid md-typeset">
|
||||
|
||||
|
||||
<a href="https://homepage.betteredmonton.org" class="login-button">Login</a>
|
||||
<a href="https://homepage.bnkops.com" class="login-button">Login</a>
|
||||
New website! Heck yeah!
|
||||
|
||||
</div>
|
||||
|
@ -121,7 +121,7 @@
|
||||
<div class="md-banner__inner md-grid md-typeset">
|
||||
|
||||
|
||||
<a href="https://homepage.betteredmonton.org" class="login-button">Login</a>
|
||||
<a href="https://homepage.bnkops.com" class="login-button">Login</a>
|
||||
New website! Heck yeah!
|
||||
|
||||
</div>
|
||||
|
@ -116,7 +116,7 @@
|
||||
<div class="md-banner__inner md-grid md-typeset">
|
||||
|
||||
|
||||
<a href="https://homepage.betteredmonton.org" class="login-button">Login</a>
|
||||
<a href="https://homepage.bnkops.com" class="login-button">Login</a>
|
||||
New website! Heck yeah!
|
||||
|
||||
</div>
|
||||
|
@ -121,7 +121,7 @@
|
||||
<div class="md-banner__inner md-grid md-typeset">
|
||||
|
||||
|
||||
<a href="https://homepage.betteredmonton.org" class="login-button">Login</a>
|
||||
<a href="https://homepage.bnkops.com" class="login-button">Login</a>
|
||||
New website! Heck yeah!
|
||||
|
||||
</div>
|
||||
|
@ -116,7 +116,7 @@
|
||||
<div class="md-banner__inner md-grid md-typeset">
|
||||
|
||||
|
||||
<a href="https://homepage.betteredmonton.org" class="login-button">Login</a>
|
||||
<a href="https://homepage.bnkops.com" class="login-button">Login</a>
|
||||
New website! Heck yeah!
|
||||
|
||||
</div>
|
||||
|
@ -117,7 +117,7 @@
|
||||
<div class="md-banner__inner md-grid md-typeset">
|
||||
|
||||
|
||||
<a href="https://homepage.betteredmonton.org" class="login-button">Login</a>
|
||||
<a href="https://homepage.bnkops.com" class="login-button">Login</a>
|
||||
New website! Heck yeah!
|
||||
|
||||
</div>
|
||||
|
@ -116,7 +116,7 @@
|
||||
<div class="md-banner__inner md-grid md-typeset">
|
||||
|
||||
|
||||
<a href="https://homepage.betteredmonton.org" class="login-button">Login</a>
|
||||
<a href="https://homepage.bnkops.com" class="login-button">Login</a>
|
||||
New website! Heck yeah!
|
||||
|
||||
</div>
|
||||
|
@ -116,7 +116,7 @@
|
||||
<div class="md-banner__inner md-grid md-typeset">
|
||||
|
||||
|
||||
<a href="https://homepage.betteredmonton.org" class="login-button">Login</a>
|
||||
<a href="https://homepage.bnkops.com" class="login-button">Login</a>
|
||||
New website! Heck yeah!
|
||||
|
||||
</div>
|
||||
|
@ -121,7 +121,7 @@
|
||||
<div class="md-banner__inner md-grid md-typeset">
|
||||
|
||||
|
||||
<a href="https://homepage.betteredmonton.org" class="login-button">Login</a>
|
||||
<a href="https://homepage.bnkops.com" class="login-button">Login</a>
|
||||
New website! Heck yeah!
|
||||
|
||||
</div>
|
||||
|
@ -121,7 +121,7 @@
|
||||
<div class="md-banner__inner md-grid md-typeset">
|
||||
|
||||
|
||||
<a href="https://homepage.betteredmonton.org" class="login-button">Login</a>
|
||||
<a href="https://homepage.bnkops.com" class="login-button">Login</a>
|
||||
New website! Heck yeah!
|
||||
|
||||
</div>
|
||||
|
@ -121,7 +121,7 @@
|
||||
<div class="md-banner__inner md-grid md-typeset">
|
||||
|
||||
|
||||
<a href="https://homepage.betteredmonton.org" class="login-button">Login</a>
|
||||
<a href="https://homepage.bnkops.com" class="login-button">Login</a>
|
||||
New website! Heck yeah!
|
||||
|
||||
</div>
|
||||
|
@ -121,7 +121,7 @@
|
||||
<div class="md-banner__inner md-grid md-typeset">
|
||||
|
||||
|
||||
<a href="https://homepage.betteredmonton.org" class="login-button">Login</a>
|
||||
<a href="https://homepage.bnkops.com" class="login-button">Login</a>
|
||||
New website! Heck yeah!
|
||||
|
||||
</div>
|
||||
|
@ -121,7 +121,7 @@
|
||||
<div class="md-banner__inner md-grid md-typeset">
|
||||
|
||||
|
||||
<a href="https://homepage.betteredmonton.org" class="login-button">Login</a>
|
||||
<a href="https://homepage.bnkops.com" class="login-button">Login</a>
|
||||
New website! Heck yeah!
|
||||
|
||||
</div>
|
||||
|
@ -121,7 +121,7 @@
|
||||
<div class="md-banner__inner md-grid md-typeset">
|
||||
|
||||
|
||||
<a href="https://homepage.betteredmonton.org" class="login-button">Login</a>
|
||||
<a href="https://homepage.bnkops.com" class="login-button">Login</a>
|
||||
New website! Heck yeah!
|
||||
|
||||
</div>
|
||||
|
@ -121,7 +121,7 @@
|
||||
<div class="md-banner__inner md-grid md-typeset">
|
||||
|
||||
|
||||
<a href="https://homepage.betteredmonton.org" class="login-button">Login</a>
|
||||
<a href="https://homepage.bnkops.com" class="login-button">Login</a>
|
||||
New website! Heck yeah!
|
||||
|
||||
</div>
|
||||
|
@ -121,7 +121,7 @@
|
||||
<div class="md-banner__inner md-grid md-typeset">
|
||||
|
||||
|
||||
<a href="https://homepage.betteredmonton.org" class="login-button">Login</a>
|
||||
<a href="https://homepage.bnkops.com" class="login-button">Login</a>
|
||||
New website! Heck yeah!
|
||||
|
||||
</div>
|
||||
|
@ -121,7 +121,7 @@
|
||||
<div class="md-banner__inner md-grid md-typeset">
|
||||
|
||||
|
||||
<a href="https://homepage.betteredmonton.org" class="login-button">Login</a>
|
||||
<a href="https://homepage.bnkops.com" class="login-button">Login</a>
|
||||
New website! Heck yeah!
|
||||
|
||||
</div>
|
||||
|
@ -121,7 +121,7 @@
|
||||
<div class="md-banner__inner md-grid md-typeset">
|
||||
|
||||
|
||||
<a href="https://homepage.betteredmonton.org" class="login-button">Login</a>
|
||||
<a href="https://homepage.bnkops.com" class="login-button">Login</a>
|
||||
New website! Heck yeah!
|
||||
|
||||
</div>
|
||||
|
@ -121,7 +121,7 @@
|
||||
<div class="md-banner__inner md-grid md-typeset">
|
||||
|
||||
|
||||
<a href="https://homepage.betteredmonton.org" class="login-button">Login</a>
|
||||
<a href="https://homepage.bnkops.com" class="login-button">Login</a>
|
||||
New website! Heck yeah!
|
||||
|
||||
</div>
|
||||
|
@ -116,7 +116,7 @@
|
||||
<div class="md-banner__inner md-grid md-typeset">
|
||||
|
||||
|
||||
<a href="https://homepage.betteredmonton.org" class="login-button">Login</a>
|
||||
<a href="https://homepage.bnkops.com" class="login-button">Login</a>
|
||||
New website! Heck yeah!
|
||||
|
||||
</div>
|
||||
|
@ -121,7 +121,7 @@
|
||||
<div class="md-banner__inner md-grid md-typeset">
|
||||
|
||||
|
||||
<a href="https://homepage.betteredmonton.org" class="login-button">Login</a>
|
||||
<a href="https://homepage.bnkops.com" class="login-button">Login</a>
|
||||
New website! Heck yeah!
|
||||
|
||||
</div>
|
||||
|
@ -121,7 +121,7 @@
|
||||
<div class="md-banner__inner md-grid md-typeset">
|
||||
|
||||
|
||||
<a href="https://homepage.betteredmonton.org" class="login-button">Login</a>
|
||||
<a href="https://homepage.bnkops.com" class="login-button">Login</a>
|
||||
New website! Heck yeah!
|
||||
|
||||
</div>
|
||||
|
@ -121,7 +121,7 @@
|
||||
<div class="md-banner__inner md-grid md-typeset">
|
||||
|
||||
|
||||
<a href="https://homepage.betteredmonton.org" class="login-button">Login</a>
|
||||
<a href="https://homepage.bnkops.com" class="login-button">Login</a>
|
||||
New website! Heck yeah!
|
||||
|
||||
</div>
|
||||
|
@ -121,7 +121,7 @@
|
||||
<div class="md-banner__inner md-grid md-typeset">
|
||||
|
||||
|
||||
<a href="https://homepage.betteredmonton.org" class="login-button">Login</a>
|
||||
<a href="https://homepage.bnkops.com" class="login-button">Login</a>
|
||||
New website! Heck yeah!
|
||||
|
||||
</div>
|
||||
|
@ -121,7 +121,7 @@
|
||||
<div class="md-banner__inner md-grid md-typeset">
|
||||
|
||||
|
||||
<a href="https://homepage.betteredmonton.org" class="login-button">Login</a>
|
||||
<a href="https://homepage.bnkops.com" class="login-button">Login</a>
|
||||
New website! Heck yeah!
|
||||
|
||||
</div>
|
||||
|
@ -121,7 +121,7 @@
|
||||
<div class="md-banner__inner md-grid md-typeset">
|
||||
|
||||
|
||||
<a href="https://homepage.betteredmonton.org" class="login-button">Login</a>
|
||||
<a href="https://homepage.bnkops.com" class="login-button">Login</a>
|
||||
New website! Heck yeah!
|
||||
|
||||
</div>
|
||||
|
@ -121,7 +121,7 @@
|
||||
<div class="md-banner__inner md-grid md-typeset">
|
||||
|
||||
|
||||
<a href="https://homepage.betteredmonton.org" class="login-button">Login</a>
|
||||
<a href="https://homepage.bnkops.com" class="login-button">Login</a>
|
||||
New website! Heck yeah!
|
||||
|
||||
</div>
|
||||
|
@ -121,7 +121,7 @@
|
||||
<div class="md-banner__inner md-grid md-typeset">
|
||||
|
||||
|
||||
<a href="https://homepage.betteredmonton.org" class="login-button">Login</a>
|
||||
<a href="https://homepage.bnkops.com" class="login-button">Login</a>
|
||||
New website! Heck yeah!
|
||||
|
||||
</div>
|
||||
|
@ -116,7 +116,7 @@
|
||||
<div class="md-banner__inner md-grid md-typeset">
|
||||
|
||||
|
||||
<a href="https://homepage.betteredmonton.org" class="login-button">Login</a>
|
||||
<a href="https://homepage.bnkops.com" class="login-button">Login</a>
|
||||
New website! Heck yeah!
|
||||
|
||||
</div>
|
||||
|
@ -121,7 +121,7 @@
|
||||
<div class="md-banner__inner md-grid md-typeset">
|
||||
|
||||
|
||||
<a href="https://homepage.betteredmonton.org" class="login-button">Login</a>
|
||||
<a href="https://homepage.bnkops.com" class="login-button">Login</a>
|
||||
New website! Heck yeah!
|
||||
|
||||
</div>
|
||||
|
@ -121,7 +121,7 @@
|
||||
<div class="md-banner__inner md-grid md-typeset">
|
||||
|
||||
|
||||
<a href="https://homepage.betteredmonton.org" class="login-button">Login</a>
|
||||
<a href="https://homepage.bnkops.com" class="login-button">Login</a>
|
||||
New website! Heck yeah!
|
||||
|
||||
</div>
|
||||
|
@ -116,7 +116,7 @@
|
||||
<div class="md-banner__inner md-grid md-typeset">
|
||||
|
||||
|
||||
<a href="https://homepage.betteredmonton.org" class="login-button">Login</a>
|
||||
<a href="https://homepage.bnkops.com" class="login-button">Login</a>
|
||||
New website! Heck yeah!
|
||||
|
||||
</div>
|
||||
|
@ -121,7 +121,7 @@
|
||||
<div class="md-banner__inner md-grid md-typeset">
|
||||
|
||||
|
||||
<a href="https://homepage.betteredmonton.org" class="login-button">Login</a>
|
||||
<a href="https://homepage.bnkops.com" class="login-button">Login</a>
|
||||
New website! Heck yeah!
|
||||
|
||||
</div>
|
||||
|
@ -121,7 +121,7 @@
|
||||
<div class="md-banner__inner md-grid md-typeset">
|
||||
|
||||
|
||||
<a href="https://homepage.betteredmonton.org" class="login-button">Login</a>
|
||||
<a href="https://homepage.bnkops.com" class="login-button">Login</a>
|
||||
New website! Heck yeah!
|
||||
|
||||
</div>
|
||||
|
@ -121,7 +121,7 @@
|
||||
<div class="md-banner__inner md-grid md-typeset">
|
||||
|
||||
|
||||
<a href="https://homepage.betteredmonton.org" class="login-button">Login</a>
|
||||
<a href="https://homepage.bnkops.com" class="login-button">Login</a>
|
||||
New website! Heck yeah!
|
||||
|
||||
</div>
|
||||
|
@ -121,7 +121,7 @@
|
||||
<div class="md-banner__inner md-grid md-typeset">
|
||||
|
||||
|
||||
<a href="https://homepage.betteredmonton.org" class="login-button">Login</a>
|
||||
<a href="https://homepage.bnkops.com" class="login-button">Login</a>
|
||||
New website! Heck yeah!
|
||||
|
||||
</div>
|
||||
|
@ -121,7 +121,7 @@
|
||||
<div class="md-banner__inner md-grid md-typeset">
|
||||
|
||||
|
||||
<a href="https://homepage.betteredmonton.org" class="login-button">Login</a>
|
||||
<a href="https://homepage.bnkops.com" class="login-button">Login</a>
|
||||
New website! Heck yeah!
|
||||
|
||||
</div>
|
||||
|
@ -116,7 +116,7 @@
|
||||
<div class="md-banner__inner md-grid md-typeset">
|
||||
|
||||
|
||||
<a href="https://homepage.betteredmonton.org" class="login-button">Login</a>
|
||||
<a href="https://homepage.bnkops.com" class="login-button">Login</a>
|
||||
New website! Heck yeah!
|
||||
|
||||
</div>
|
||||
|
@ -121,7 +121,7 @@
|
||||
<div class="md-banner__inner md-grid md-typeset">
|
||||
|
||||
|
||||
<a href="https://homepage.betteredmonton.org" class="login-button">Login</a>
|
||||
<a href="https://homepage.bnkops.com" class="login-button">Login</a>
|
||||
New website! Heck yeah!
|
||||
|
||||
</div>
|
||||
|
@ -121,7 +121,7 @@
|
||||
<div class="md-banner__inner md-grid md-typeset">
|
||||
|
||||
|
||||
<a href="https://homepage.betteredmonton.org" class="login-button">Login</a>
|
||||
<a href="https://homepage.bnkops.com" class="login-button">Login</a>
|
||||
New website! Heck yeah!
|
||||
|
||||
</div>
|
||||
|
@ -121,7 +121,7 @@
|
||||
<div class="md-banner__inner md-grid md-typeset">
|
||||
|
||||
|
||||
<a href="https://homepage.betteredmonton.org" class="login-button">Login</a>
|
||||
<a href="https://homepage.bnkops.com" class="login-button">Login</a>
|
||||
New website! Heck yeah!
|
||||
|
||||
</div>
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user