1

Add a little foot note

This commit is contained in:
Evan Pratten 2020-07-26 15:51:56 -04:00
parent 9965e164a3
commit 0334d05061
No known key found for this signature in database
GPG Key ID: 93AC7B3D071356D3
3 changed files with 12 additions and 1 deletions

View File

@ -1,6 +1,9 @@
<br><br> <br><br>
<div class="foot-info center">
Made by Evan Pratten | <a href="/feed.xml">RSS</a> | <a href="https://status.retrylife.ca">API Status</a>
</div>
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" <script src="https://code.jquery.com/jquery-3.3.1.slim.min.js"
integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo"

View File

@ -17,10 +17,10 @@
<div class="inner-content-container home-content container"> <div class="inner-content-container home-content container">
{{content}} {{content}}
</div> </div>
</div> </div>
</div> </div>
{% include footer.html %} {% include footer.html %}

View File

@ -26,4 +26,12 @@
img{ img{
max-width:100%; max-width:100%;
}
.center{
text-align: center;
}
.foot-info a {
color: var(--color-dark-purple);
} }