Branding adjustments

This commit is contained in:
Nathan Schneider
2025-04-09 17:02:19 -06:00
parent 57204e9a67
commit 8d54875c6d
5 changed files with 11 additions and 24 deletions

View File

@ -10,17 +10,5 @@
<div class="content">
{{ .Content }}
</div>
<div class="stages-overview">
<h2>The Dispute Resolution Process</h2>
<div class="stages-grid">
{{ range $.Site.Data.stages.stages }}
<div class="stage-card">
<h3>{{ .title }}</h3>
<p>{{ .description }}</p>
</div>
{{ end }}
</div>
</div>
</div>
{{ end }}

View File

@ -1,6 +1,7 @@
<footer>
<div class="container">
<p>&copy; {{ now.Format "2006" }} Community Dispute Protocol Builder. All rights reserved.</p>
<p>Built with <a href="https://gohugo.io/" target="_blank">Hugo</a></p>
<p>A project of the <a href="https://www.colorado.edu/lab/medlab/">Media Economies Design Lab</a><br />
<a href="https://creativecommons.org/licenses/by/4.0/">Creative Commons BY 4.0</a><br />
<a href="https://git.medlab.host/dispute-protocol/builder-prototype">Source code</p>
</div>
</footer>
</footer>