Compare commits

..

No commits in common. "e84b47e502baec8f39560e7ee57aa4f7c98bab59" and "c3b17f0dea282463a00e7485fc2e7f32ee05be27" have entirely different histories.

2 changed files with 35 additions and 115 deletions

2
.gitignore vendored
View file

@ -22,5 +22,3 @@ pnpm-debug.log*
# jetbrains setting folder # jetbrains setting folder
.idea/ .idea/
pnpm-lock.yaml
#god forbid someone runs pnpm i

View file

@ -1,99 +1,27 @@
--- ---
import FriendButton from "../components/Friendbutton.astro"; import FriendButton from "../components/Friendbutton.astro"
--- ---
<section id="Friends"> <section id="Friends">
<h2>Friends Sites!</h2> <h2>Friends Sites!</h2>
<h5 class="amy">
this person owns me ->> <FriendButton
website="https://exhq.dev"
image=" https://dp.nea.moe/avatar/712639419785412668.png"
title="Echo"
/>
</h5>
<br>
<span class="friends"> <span class="friends">
<FriendButton <FriendButton website="https://ashleygraves.eu/" image="https://dp.nea.moe/avatar/836177139798638592.png" title="Ashley"/>
website="https://ashleygraves.eu/" <FriendButton website="https://maddie.mewmews.gay/" image="https://dp.nea.moe/avatar/165862754547138562.png" title="Maddie"/>
image="https://dp.nea.moe/avatar/836177139798638592.png" <FriendButton website="https://f53.dev/" image=" https://dp.nea.moe/avatar/280411966126948353.png" title="F53"/>
title="Ashley" <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"/>
<FriendButton <FriendButton website="https://zoey-on-github.github.io/" image=" https://dp.nea.moe/avatar/696593747353534544.png" title="Julie"/>
website="https://maddie.mewmews.gay/" <FriendButton website="https://alphexo.dev/" image="koi.png" title="Alphexo"/>
image="https://dp.nea.moe/avatar/165862754547138562.png" <FriendButton website="https://viggy.moe" image="/soda.webp" title="Creamsoda"/>
title="Maddie" <FriendButton website="https://exhq.dev" image=" https://dp.nea.moe/avatar/712639419785412668.png" title="Echo"/>
/> <FriendButton website="https://instellate.xyz/" image=" https://dp.nea.moe/avatar/565197576026980365.png" title="Instellate"/>
<FriendButton <FriendButton website="https://blahai.gay/" image=" https://dp.nea.moe/avatar/381494697073573899.png" title="Blahai"/>
website="https://tiramisu.gay/" <FriendButton website="https://dehtrashpanda.neocities.org/" image=" https://dp.nea.moe/avatar/597158211459612675.png" title="Roxanne"/>
image=" https://dp.nea.moe/avatar/1215758862444007465.png" <FriendButton website="https://google.com" image=" https://dp.nea.moe/avatar/558481110330507294.png" title="Rosie"/>
title="Tiramisu" <FriendButton website="https://ashley0143.xyz//" image=" https://dp.nea.moe/avatar/396571938081865741.png" title="Ashley"/>
/> <FriendButton website="https://rozbrajacz.futbol/" image=" https://dp.nea.moe/avatar/455435762981273630.png" title="Rozbrajacz"/>
<FriendButton <FriendButton website="https://byeoon.github.io//" image=" https://dp.nea.moe/avatar/1167275288036655133.png" title="Byeoon"/>
website="Https://vendicated.dev/" <FriendButton website="https://krstlskll69.github.io/" image=" https://dp.nea.moe/avatar/929208515883569182.png" title="Krystal"/>
image=" https://dp.nea.moe/avatar/343383572805058560.png" <FriendButton website="https://catboys.zip/" image=" https://dp.nea.moe/avatar/734079736615141426.png" title="Potato"/>
title="Vee"
/>
<FriendButton
website="https://zoey-on-github.github.io/"
image=" https://dp.nea.moe/avatar/696593747353534544.png"
title="Julie"
/>
<FriendButton
website="https://alphexo.dev/"
image="koi.png"
title="Alphexo"
/>
<FriendButton
website="https://viggy.moe"
image="/soda.webp"
title="Creamsoda"
/>
<FriendButton
website="https://instellate.xyz/"
image=" https://dp.nea.moe/avatar/565197576026980365.png"
title="Instellate"
/>
<FriendButton
website="https://blahai.gay/"
image=" https://dp.nea.moe/avatar/381494697073573899.png"
title="Blahai"
/>
<FriendButton
website="https://dehtrashpanda.neocities.org/"
image=" https://dp.nea.moe/avatar/597158211459612675.png"
title="Roxanne"
/>
<FriendButton
website="https://google.com"
image=" https://dp.nea.moe/avatar/558481110330507294.png"
title="Rosie"
/>
<FriendButton
website="https://ashley0143.xyz//"
image=" https://dp.nea.moe/avatar/396571938081865741.png"
title="Ashley"
/>
<FriendButton
website="https://rozbrajacz.futbol/"
image=" https://dp.nea.moe/avatar/455435762981273630.png"
title="Rozbrajacz"
/>
<FriendButton
website="https://byeoon.github.io//"
image=" https://dp.nea.moe/avatar/1167275288036655133.png"
title="Byeoon"
/>
<FriendButton
website="https://krstlskll69.github.io/"
image=" https://dp.nea.moe/avatar/929208515883569182.png"
title="Krystal"
/>
<FriendButton
website="https://catboys.zip/"
image=" https://dp.nea.moe/avatar/734079736615141426.png"
title="Potato"
/>
</span> </span>
</section> </section>
<style> <style>
@ -105,14 +33,8 @@ import FriendButton from "../components/Friendbutton.astro";
flex-wrap: wrap; flex-wrap: wrap;
justify-content: center; justify-content: center;
gap: 0.5rem; gap: 0.5rem;
image { image { width: 5rem; }
width: 5rem;
}
}
.amy {
display: flex;
justify-content: center;
align-items: center;
gap: 1em;
} }
</style> </style>