add the source code link in the footer

This commit is contained in:
Camille Frantz 2023-01-22 10:45:14 -06:00
parent 1d587d1707
commit b107639fb4
No known key found for this signature in database
2 changed files with 14 additions and 4 deletions

View File

@ -64,8 +64,15 @@ body {
max-width: 340px; max-width: 340px;
display: inline-block; display: inline-block;
} }
.icon {
width: 20px;
height: 20px;
border-radius: 12px;
display: inline-block;
vertical-align: text-bottom;
}
.footer { .footer {
font-size: 0.9rem; font-size: 0.98rem;
text-align: center; text-align: center;
margin-top: 1rem; margin-top: 1rem;
} }

View File

@ -24,6 +24,9 @@
</main> </main>
<footer class="footer"> <footer class="footer">
<a href="https://fyrfli.dev/fyrfli/jsquotes"><img src="https://cdn.fyrfli.link/DashboardIcons/gitea.png"
alt="the gitea logo - a green cup with a git symbol tagged tea bag tab hanging on the front" class="icon">
Source</a> for this page <br>
&copy;<span id="jsyear"></span> Camille (<a href="https://fyrfli.dev/fyrfli" target="_blank">@fyrfli</a>) Frantz. &copy;<span id="jsyear"></span> Camille (<a href="https://fyrfli.dev/fyrfli" target="_blank">@fyrfli</a>) Frantz.
</footer> </footer>