ViewTransitions again for SPA look
This commit is contained in:
parent
aa14b2856a
commit
108e134343
10 changed files with 53 additions and 39 deletions
|
|
@ -51,7 +51,7 @@ const sshKey = await readFile("./public/ssh.pub", { encoding: "utf-8" });
|
|||
title="Gallery feed"
|
||||
/>
|
||||
</Fragment>
|
||||
<article id="homepage" class="h-card" aria-label="Homepage of Bad Manners">
|
||||
<article id="homepage" class="h-card" aria-label="Homepage of Bad Manners" transition:name="content">
|
||||
<h1 id="title-home" class="pb-4 text-3xl tracking-tight sm:text-5xl">
|
||||
Hi, I'm <b class="p-name font-medium">Bad Manners</b>!
|
||||
</h1>
|
||||
|
|
@ -251,18 +251,18 @@ const sshKey = await readFile("./public/ssh.pub", { encoding: "utf-8" });
|
|||
</li>
|
||||
<li>
|
||||
<a
|
||||
id="gmail"
|
||||
id="google"
|
||||
class="u-email contact-link group"
|
||||
href="mailto:badmanners.vore@gmail.com"
|
||||
href="mailto:google@badmanners.xyz"
|
||||
rel="me"
|
||||
aria-label="Gmail"
|
||||
title="Gmail"
|
||||
aria-label="Google"
|
||||
title="Google"
|
||||
data-tooltip
|
||||
data-clipboard="badmanners.vore@gmail.com"
|
||||
data-noun="Gmail address"
|
||||
data-clipboard="google@badmanners.xyz"
|
||||
data-noun="Google address"
|
||||
>
|
||||
<IconGoogle height="1.75rem" width="1.75rem" class="contact-icon" />
|
||||
<p class="sr-only select-none">badmanners.vore@gmail.com</p>
|
||||
<p class="sr-only select-none">google@badmanners.xyz</p>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
|
|
@ -620,5 +620,6 @@ const sshKey = await readFile("./public/ssh.pub", { encoding: "utf-8" });
|
|||
});
|
||||
};
|
||||
|
||||
document.addEventListener("astro:page-load", initIndexIcons);
|
||||
initIndexIcons();
|
||||
</script>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue