forked from elh/elh.gay
added maddie to friends, added possum.city
This commit is contained in:
parent
df5bd21969
commit
8e15c1d790
4 changed files with 367 additions and 495 deletions
843
package-lock.json
generated
843
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -10,9 +10,9 @@
|
|||
"astro": "astro"
|
||||
},
|
||||
"dependencies": {
|
||||
"@astrojs/check": "^0.7.0",
|
||||
"@astrojs/svelte": "^5.6.0",
|
||||
"astro": "^4.11.5",
|
||||
"@astrojs/check": "^0.9.2",
|
||||
"@astrojs/svelte": "^5.7.0",
|
||||
"astro": "^4.13.1",
|
||||
"svelte": "^4.2.18",
|
||||
"typescript": "^5.4.5"
|
||||
}
|
||||
|
|
|
@ -5,6 +5,7 @@ import FriendButton from "../components/Friendbutton.astro"
|
|||
<h2>Friends Sites!</h2>
|
||||
<span class="friends">
|
||||
<FriendButton website="https://ashleygraves.eu/" image="https://dp.nea.moe/avatar/836177139798638592.png" title="Ashley"/>
|
||||
<FriendButton website="https://maddie.mewmews.gay/" image="https://dp.nea.moe/avatar/165862754547138562.png" title="Maddie"/>
|
||||
<FriendButton website=" https://pandaptable.moe" image="/nemmy.gif" title="Nemmy"/>
|
||||
<FriendButton website="https://tiramisu.gay/" image=" https://dp.nea.moe/avatar/1215758862444007465.png" title="Tiramisu"/>
|
||||
<FriendButton website="Https://vendicated.dev/" image=" https://dp.nea.moe/avatar/343383572805058560.png" title="Vee"/>
|
||||
|
@ -26,6 +27,8 @@ import FriendButton from "../components/Friendbutton.astro"
|
|||
<style>
|
||||
.friends {
|
||||
margin: 0.5rem;
|
||||
margin-left: 10rem;
|
||||
margin-right: 10rem;
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
justify-content: center;
|
||||
|
|
|
@ -7,9 +7,17 @@ import Socialsbutton from "../components/socialsbutton.astro"
|
|||
<a><img width=40rem class="socialimage" title="" src="/discord.svg"></a>
|
||||
|
||||
<span class="Button">
|
||||
<Socialsbutton link="https://discord.com/users/334833943838720000" text="elh.gay" />
|
||||
<Socialsbutton link="https://discord.com/users/334833943838720000" text="twinkcord" />
|
||||
</span>
|
||||
</div>
|
||||
<div class="social">
|
||||
Possum.city
|
||||
<a><img width=40rem class="socialimage" src="https://cdn.possum.city/logo.svg"></a>
|
||||
|
||||
<span class="Button">
|
||||
<Socialsbutton link="https://possum.city/@Rasis" text="@Rasis" />
|
||||
</span>
|
||||
</div>
|
||||
<div class="social">
|
||||
Telegram
|
||||
<a><img width=40rem class="socialimage" title="" src="/telegram.svg"></a>
|
||||
|
|
Loading…
Reference in a new issue