Merge pull request 'improved a lot' (#1) from exhq/elh.gay:master into master
Reviewed-on: #1
This commit is contained in:
commit
e84b47e502
2 changed files with 115 additions and 35 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -22,3 +22,5 @@ pnpm-debug.log*
|
|||
|
||||
# jetbrains setting folder
|
||||
.idea/
|
||||
pnpm-lock.yaml
|
||||
#god forbid someone runs pnpm i
|
|
@ -1,40 +1,118 @@
|
|||
---
|
||||
import FriendButton from "../components/Friendbutton.astro"
|
||||
import FriendButton from "../components/Friendbutton.astro";
|
||||
---
|
||||
|
||||
<section id="Friends">
|
||||
<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://f53.dev/" image=" https://dp.nea.moe/avatar/280411966126948353.png" title="F53"/>
|
||||
<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 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://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 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>
|
||||
<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">
|
||||
<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://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
|
||||
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>
|
||||
</section>
|
||||
<style>
|
||||
.friends {
|
||||
margin: 0.5rem;
|
||||
margin-left: 10rem;
|
||||
margin-right: 10rem;
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
justify-content: center;
|
||||
gap: 0.5rem;
|
||||
image { width: 5rem; }
|
||||
|
||||
}
|
||||
|
||||
</style>
|
||||
.friends {
|
||||
margin: 0.5rem;
|
||||
margin-left: 10rem;
|
||||
margin-right: 10rem;
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
justify-content: center;
|
||||
gap: 0.5rem;
|
||||
image {
|
||||
width: 5rem;
|
||||
}
|
||||
}
|
||||
.amy {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
gap: 1em;
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Reference in a new issue