Compare commits
No commits in common. "de43493c31ed7b9c727eb6e3e94abe27b48a7e96" and "d877b6974a59da97a4f5e619c6b769c99a22376f" have entirely different histories.
de43493c31
...
d877b6974a
3 changed files with 2 additions and 35 deletions
|
@ -1,16 +0,0 @@
|
||||||
---
|
|
||||||
import { Image, Picture } from "astro:assets";
|
|
||||||
|
|
||||||
const { name, image, target } = Astro.props;
|
|
||||||
---
|
|
||||||
<a href={`${target}`} target="_blank"><Picture src={image} width={88} height={31} alt={`${name}`} class="flex" quality="low" decoding="async" loading="lazy" formats={['webp']} /></a>
|
|
||||||
<style>
|
|
||||||
img {
|
|
||||||
image-rendering: pixelated;
|
|
||||||
min-width: 88px;
|
|
||||||
width: 176px;
|
|
||||||
min-height: 31px;
|
|
||||||
height: 62px;
|
|
||||||
padding: 4px;
|
|
||||||
}
|
|
||||||
</style>
|
|
|
@ -1,16 +0,0 @@
|
||||||
---
|
|
||||||
import { Image, Picture } from "astro:assets";
|
|
||||||
|
|
||||||
const { name, image, target } = Astro.props;
|
|
||||||
---
|
|
||||||
<a href={`${target}`} target="_blank"><Picture src={image} width={88} height={31} alt={`${name}`} class="flex" quality="mid" decoding="async" loading="lazy" formats={['webp']} /></a>
|
|
||||||
<style>
|
|
||||||
img {
|
|
||||||
image-rendering: pixelated;
|
|
||||||
min-width: 88px;
|
|
||||||
width: 176px;
|
|
||||||
min-height: 31px;
|
|
||||||
height: 62px;
|
|
||||||
padding: 4px;
|
|
||||||
}
|
|
||||||
</style>
|
|
|
@ -5,7 +5,6 @@ import Greeting from "../components/Greeting";
|
||||||
import Social from "../components/Social.astro";
|
import Social from "../components/Social.astro";
|
||||||
import BaseLayout from "../layouts/BaseLayout.astro";
|
import BaseLayout from "../layouts/BaseLayout.astro";
|
||||||
import FriendLink from "../components/FriendLink.astro";
|
import FriendLink from "../components/FriendLink.astro";
|
||||||
import FriendLinkMid from "../components/FriendLinkMid.astro";
|
|
||||||
const pageTitle = "Aria";
|
const pageTitle = "Aria";
|
||||||
|
|
||||||
const currentDate = new Date();
|
const currentDate = new Date();
|
||||||
|
@ -92,9 +91,9 @@ const age = seconds / 31556952;
|
||||||
image="https://notnite.com/buttons/notnite.png"
|
image="https://notnite.com/buttons/notnite.png"
|
||||||
target="https://notnite.com/"
|
target="https://notnite.com/"
|
||||||
/>
|
/>
|
||||||
<FriendLinkMid
|
<FriendLink
|
||||||
name="0x5066"
|
name="0x5066"
|
||||||
image="https://erisdump.neocities.org/buttons/88x31_2.gif"
|
image="https://erisdump.neocities.org/buttons/88x31_1.gif"
|
||||||
target="https://erisdump.neocities.org"
|
target="https://erisdump.neocities.org"
|
||||||
/>
|
/>
|
||||||
<FriendLink
|
<FriendLink
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue