STUFF
This commit is contained in:
parent
01f671f2fb
commit
8e50fb3271
8 changed files with 185 additions and 12 deletions
21
App/src/Components/ContactRow.astro
Normal file
21
App/src/Components/ContactRow.astro
Normal file
|
@ -0,0 +1,21 @@
|
|||
---
|
||||
|
||||
---
|
||||
|
||||
<div>
|
||||
<span><a href="https://matrix.to/#/@chococake:ale.pet">Matrix/</a></span>
|
||||
<span><a href="https://app.revolt.chat/">Revolt/</a></span>
|
||||
<span><a href="https://lea.pet/@StrawberryCreamCake">Fediverse/</a></span>
|
||||
<span><a href="https://catgirl.pub/u/SubWoofer">Threadiverse/</a></span>
|
||||
</div>
|
||||
|
||||
<style>
|
||||
span {
|
||||
padding: 2px;
|
||||
padding-right: 5px;
|
||||
}
|
||||
a {
|
||||
text-decoration: none;
|
||||
color: #ffb86c;
|
||||
}
|
||||
</style>
|
23
App/src/Components/FriendsRow.astro
Normal file
23
App/src/Components/FriendsRow.astro
Normal file
|
@ -0,0 +1,23 @@
|
|||
---
|
||||
|
||||
---
|
||||
|
||||
<div>
|
||||
<span><a href="https://matthil.de/">Mat/</a></span>
|
||||
<span><a href="http://mayu.space/">Mayu/</a></span>
|
||||
<span><a href="https://dd86k.space/">DD/</a></span>
|
||||
<span><a href="https://kiyoshi.games/">Kiyo/</a></span>
|
||||
<span><a href="https://github.com/PricedOx">Wiki/</a></span>
|
||||
<span><a href="https://reimu.info/">Mari/</a></span>
|
||||
</div>
|
||||
|
||||
<style>
|
||||
span {
|
||||
padding: 2px;
|
||||
padding-right: 5px;
|
||||
}
|
||||
a {
|
||||
text-decoration: none;
|
||||
color: #ffb86c;
|
||||
}
|
||||
</style>
|
20
App/src/Components/SubPagesRow.astro
Normal file
20
App/src/Components/SubPagesRow.astro
Normal file
|
@ -0,0 +1,20 @@
|
|||
---
|
||||
|
||||
---
|
||||
|
||||
<div>
|
||||
<span><a href="/">Home/</a></span>
|
||||
<span><a href="/blog">Blog/</a></span>
|
||||
<span><a href="https://git.ale.pet/ale/CakeyWebsite">GitRepo/</a></span>
|
||||
</div>
|
||||
|
||||
<style>
|
||||
span {
|
||||
padding: 2px;
|
||||
padding-right: 5px;
|
||||
}
|
||||
a {
|
||||
text-decoration: none;
|
||||
color: #ffb86c;
|
||||
}
|
||||
</style>
|
Loading…
Add table
Add a link
Reference in a new issue