mirror of
https://github.com/zyllian/webdog.git
synced 2025-01-18 03:32:21 -08:00
add footer and transbian badge
This commit is contained in:
parent
f20c6c1fd2
commit
0abc713a75
3 changed files with 27 additions and 0 deletions
BIN
site/root/badges/transbian.png
Normal file
BIN
site/root/badges/transbian.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 823 B |
|
@ -6,6 +6,8 @@ body {
|
|||
background-color: var(--bg-color);
|
||||
color: var(--text-color);
|
||||
height: 100vh;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
header.main-header {
|
||||
|
@ -45,6 +47,14 @@ a {
|
|||
}
|
||||
}
|
||||
|
||||
hr {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
footer#footer {
|
||||
margin: 8px;
|
||||
}
|
||||
|
||||
abbr {
|
||||
cursor: help;
|
||||
}
|
||||
|
@ -195,6 +205,10 @@ abbr {
|
|||
float: right;
|
||||
}
|
||||
|
||||
.flex-spacer {
|
||||
flex-grow: 1;
|
||||
}
|
||||
|
||||
#pet-counter {
|
||||
position: fixed;
|
||||
bottom: 4px;
|
||||
|
|
|
@ -36,6 +36,19 @@
|
|||
</main>
|
||||
</div>
|
||||
|
||||
<div class="flex-spacer"></div>
|
||||
<hr />
|
||||
<footer id="footer">
|
||||
bark bark awruff :3
|
||||
|
||||
<div class="badges">
|
||||
{{#*inline "badge"}}
|
||||
<a href="{{url}}"><img src="/badges/{{badge}}" alt="{{alt}}"></a>
|
||||
{{/inline}}
|
||||
{{> badge badge="transbian.png" url="https://badge.les.bi" alt="transgender and lesbian flags"}}
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
<div id="pet-counter">
|
||||
<noscript>enable js to pet me :3</noscript>
|
||||
<div class="internal">
|
||||
|
|
Loading…
Add table
Reference in a new issue