Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix #104 Align footer.html #105

Merged
merged 1 commit into from
Mar 3, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 21 additions & 11 deletions qgisfeedproject/templates/layouts/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,18 @@
<div class="columns is-desktop">
<ul class="column mb-5">
<li class="is-size-5 mb-5">
<a href="{{ MAIN_WEBSITE_URL }}/product/overview/" class="footertitle text-nowrap">
Product
<a href="{{ MAIN_WEBSITE_URL }}/project/overview/" class="footertitle text-nowrap">
Project
</a>
</li>
<li class="mb-4">
<a href="{{ MAIN_WEBSITE_URL }}/product/overview/" class="has-text-white text-nowrap">
<a href="{{ MAIN_WEBSITE_URL }}/projet/overview/" class="has-text-white text-nowrap">
Overview
</a>
</li>
<li class="mb-4">
<a
href="{{ MAIN_WEBSITE_URL }}/product/case-studies/"
href="{{ MAIN_WEBSITE_URL }}/project/case-studies/"
class="has-text-white text-nowrap is-size-6"
>
Case studies
Expand All @@ -34,10 +34,15 @@
</a>
</li>
<li class="mb-4">
<a href="{{ MAIN_WEBSITE_URL }}/product/visual-changelogs" class="has-text-white text-nowrap">
<a href="{{ MAIN_WEBSITE_URL }}/project/visual-changelogs" class="has-text-white text-nowrap">
Visual Changelogs
</a>
</li>
<li class="mb-4">
<a href="https://analytics.qgis.org/" class="has-text-white text-nowrap">
QGIS Metrics
</a>
</li>
</ul>

<ul class="column mb-5">
Expand Down Expand Up @@ -67,8 +72,8 @@
</a>
</li>
<li class="mb-4">
<a href="{{ MAIN_WEBSITE_URL }}/community/members" class="has-text-white text-nowrap">
Members and Donors
<a href="{{ MAIN_WEBSITE_URL }}/community/groups" class="has-text-white text-nowrap">
Local User Groups
</a>
</li>
<li class="mb-4">
Expand Down Expand Up @@ -109,14 +114,19 @@
Reports
</a>
</li>
<li class="mb-4 mb-5">
<a href="https://hub.qgis.org/" class="has-text-white text-nowrap">
Resources Hub
</a>
</li>
<li class="mb-4 mb-5">
<a href="{{ MAIN_WEBSITE_URL }}/resources/books/" class="has-text-white text-nowrap">
Books
</a>
</li>
<li class="mb-4 mb-5">
<a href="{{ MAIN_WEBSITE_URL }}/resources/support/bug-reporting" class="has-text-white text-nowrap">
Support
<a href="{{ MAIN_WEBSITE_URL }}/resources/support/" class="has-text-white text-nowrap">
Contact and Support
</a>
</li>
<li class="mb-4">
Expand Down Expand Up @@ -148,7 +158,7 @@
</div>
</div>
<div class="column is-2-desktop">
<a href="{{ MAIN_WEBSITE_URL }}/download/">
<a href="{{ MAIN_WEBSITE_URL }}/download">
<button class="button is-primary1 is-size-5">Download</button>
</a>
</div>
Expand Down Expand Up @@ -186,4 +196,4 @@
<a href="https://github.com/qgis/qgis-feed/issues" class="column is-narrow p-0 is-size-6">Problems with this website? Report an issue here 🐙</a>
</div>
</div>
</footer>
</footer>