Skip to content

Commit

Permalink
Add footer
Browse files Browse the repository at this point in the history
  • Loading branch information
lukefretwell committed Nov 22, 2024
1 parent 5e85ae2 commit 12eecad
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
4 changes: 2 additions & 2 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -201,8 +201,8 @@ h1, h2, h3, .btn {
line-height: inherit;
}

.lead, .small {
font-family: "Public Sans Thin", sans-serif !important;
body, .lead, .small {
font-family: "Public Sans Light", sans-serif !important;
}

.btn-outline-primary, a.btn-outline-primary, a.btn-outline-primary:visited {
Expand Down
16 changes: 14 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -146,10 +146,12 @@ <h2>About OCOs</h2>
<source src="assets/audio/oco.mp3" type="audio/mp3" />
</audio>
</div>
<p class="small mt-3">(powered by Google NotebookLM)</p>
<p class="small mt-3">
<small>(powered by Google NotebookLM)</small>
</p>
</div>
</div>
<div class="row mt-5">
<div class="row border-bottom pb-5 mb-5">
<div class="col-12 col-sm-12 col-md-12 col-lg-12 col-xl-12">
<h2>Go OCO</h2>
<p class="lead fs-4">Learn how we can help you build an open civic organization.</p>
Expand All @@ -167,6 +169,16 @@ <h2>Go OCO</h2>
<a href="https://forms.gle/R3MXHJzbYL272gkW9" class="btn btn-outline-primary mt-2 btn-lg py-2 px-3">Contact us</a>
</div>
</div>
<div class="row mt-5">
<div class="col-12 col-sm-12 col-md-12 col-lg-12 col-xl-12">
<p class="">
<small>A
<a href="https://govfresh.com" class="text-white">GovFresh</a>
project
</small>
</p>
</div>
</div>
</div>
</main>
<script
Expand Down

0 comments on commit 12eecad

Please sign in to comment.