This commit is contained in:
Ruben 2023-11-12 12:23:32 -06:00
commit 2cf5740e39
No known key found for this signature in database
3 changed files with 11 additions and 0 deletions

BIN
assets/buttons/beebles.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.4 KiB

View file

@ -202,6 +202,11 @@
<p>7.8/10, too little water</p>
<small><i><a href="https://lea.pet/@SweetCoffy" target="_blank">SweetCoffy</a></i></small>
</section>
<section class="quote">
<p>t</p>
<small><i><a href="https://moth.zone/meowcatheorange">meowcatheorange</a></i></small>
</section>
</section>
</article>
</div>
@ -213,6 +218,7 @@
<section class="buttons-area">
<section class="buttons-img">
<a href="https://hhgreggcult.neocities.org" target="_blank"><img src="/assets/buttons/hhgreggcult.png" alt="hhgregg cult"></a>
<a href="https://beebl.es" target="_blank"><img src="/assets/buttons/beebles.png" alt="Beebles"/></a>
<a href="https://archlinux.org" target="_blank"><img src="/assets/buttons/poweredbyarch.png" alt="powered by arch btw"/></a>
<img src="/assets/buttons/bestviewedwitheyes.gif" alt="best viewed with eyes"/>
<img src="/assets/buttons/yoshilore.gif" alt="Yoshi Lore"/>

View file

@ -591,6 +591,11 @@ footer > .dot {
font-size: 16px;
}
.quote:last-child {
grid-column: 1 / 3;
grid-row: 3;
}
.buttons-area {
margin-top: 1em;
text-align: center;