Compare commits

..

2 commits

Author SHA1 Message Date
e84b47e502 Merge pull request 'improved a lot' (#1) from exhq/elh.gay:master into master
Reviewed-on: #1
2024-10-10 14:58:46 +02:00
amy
f4b4daba1b improved a lot 2024-10-09 14:08:12 +03:30
2 changed files with 115 additions and 35 deletions

2
.gitignore vendored
View file

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

View file

@ -1,27 +1,99 @@
--- ---
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 website="https://ashleygraves.eu/" image="https://dp.nea.moe/avatar/836177139798638592.png" title="Ashley"/> <FriendButton
<FriendButton website="https://maddie.mewmews.gay/" image="https://dp.nea.moe/avatar/165862754547138562.png" title="Maddie"/> website="https://ashleygraves.eu/"
<FriendButton website="https://f53.dev/" image=" https://dp.nea.moe/avatar/280411966126948353.png" title="F53"/> image="https://dp.nea.moe/avatar/836177139798638592.png"
<FriendButton website="https://tiramisu.gay/" image=" https://dp.nea.moe/avatar/1215758862444007465.png" title="Tiramisu"/> title="Ashley"
<FriendButton website="Https://vendicated.dev/" image=" https://dp.nea.moe/avatar/343383572805058560.png" title="Vee"/> />
<FriendButton website="https://zoey-on-github.github.io/" image=" https://dp.nea.moe/avatar/696593747353534544.png" title="Julie"/> <FriendButton
<FriendButton website="https://alphexo.dev/" image="koi.png" title="Alphexo"/> website="https://maddie.mewmews.gay/"
<FriendButton website="https://viggy.moe" image="/soda.webp" title="Creamsoda"/> image="https://dp.nea.moe/avatar/165862754547138562.png"
<FriendButton website="https://exhq.dev" image=" https://dp.nea.moe/avatar/712639419785412668.png" title="Echo"/> title="Maddie"
<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
<FriendButton website="https://dehtrashpanda.neocities.org/" image=" https://dp.nea.moe/avatar/597158211459612675.png" title="Roxanne"/> website="https://tiramisu.gay/"
<FriendButton website="https://google.com" image=" https://dp.nea.moe/avatar/558481110330507294.png" title="Rosie"/> image=" https://dp.nea.moe/avatar/1215758862444007465.png"
<FriendButton website="https://ashley0143.xyz//" image=" https://dp.nea.moe/avatar/396571938081865741.png" title="Ashley"/> title="Tiramisu"
<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
<FriendButton website="https://krstlskll69.github.io/" image=" https://dp.nea.moe/avatar/929208515883569182.png" title="Krystal"/> website="Https://vendicated.dev/"
<FriendButton website="https://catboys.zip/" image=" https://dp.nea.moe/avatar/734079736615141426.png" title="Potato"/> image=" https://dp.nea.moe/avatar/343383572805058560.png"
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>
@ -33,8 +105,14 @@ 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 { width: 5rem; } image {
width: 5rem;
}
}
.amy {
display: flex;
justify-content: center;
align-items: center;
gap: 1em;
} }
</style> </style>