Branding adjustments
This commit is contained in:
@ -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 }}
|
@ -1,6 +1,7 @@
|
||||
<footer>
|
||||
<div class="container">
|
||||
<p>© {{ 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>
|
||||
|
Reference in New Issue
Block a user