Improved a11y and SEO
This commit is contained in:
parent
651054e65f
commit
d4e8eb7dd8
10 changed files with 237 additions and 215 deletions
|
|
@ -17,6 +17,7 @@ import { SUBSCRIBESTAR_ENABLED } from "@data/subscribestar";
|
|||
<BaseLayout pageTitle="My work">
|
||||
<Fragment slot="head">
|
||||
<meta property="og:description" content="The things I've made." />
|
||||
<meta name="description" content="Information about the stories, game, and more that I've created." />
|
||||
<link
|
||||
rel="alternate"
|
||||
type="application/rss+xml"
|
||||
|
|
@ -33,7 +34,7 @@ import { SUBSCRIBESTAR_ENABLED } from "@data/subscribestar";
|
|||
<article aria-labelledby="title-my-work" class="sm:px-5 md:px-6">
|
||||
<h1 id="title-my-work" class="text-2xl sm:text-3xl">My work</h1>
|
||||
<section>
|
||||
<p class="mb-4 mt-5 text-justify indent-6 sm:mb-3 sm:mt-6 sm:px-5 sm:indent-12">
|
||||
<p class="mb-4 mt-5 text-left indent-6 sm:mb-3 sm:mt-6 sm:px-5 sm:indent-12">
|
||||
I've been a lurker in the furry vore community for a long time before I decided to start writing
|
||||
<a
|
||||
class="text-link transition-colors motion-reduce:transition-none"
|
||||
|
|
@ -50,7 +51,7 @@ import { SUBSCRIBESTAR_ENABLED } from "@data/subscribestar";
|
|||
>, including exotic ones. My content is all tagged with the appropriate content warnings, so if you enjoy safe
|
||||
vore, chances are that you'll find something in my gallery that is right up your alley.
|
||||
</p>
|
||||
<p class="my-4 text-justify indent-6 sm:mb-3 sm:mt-6 sm:px-5 sm:indent-12">
|
||||
<p class="my-4 text-left indent-6 sm:mb-3 sm:mt-6 sm:px-5 sm:indent-12">
|
||||
I've also made a game called
|
||||
<a
|
||||
class="text-link transition-colors motion-reduce:transition-none"
|
||||
|
|
@ -71,7 +72,7 @@ import { SUBSCRIBESTAR_ENABLED } from "@data/subscribestar";
|
|||
>
|
||||
Crossing Over by Bad Manners
|
||||
</iframe>
|
||||
<p class="my-4 text-justify indent-6 sm:mt-6 sm:px-5 sm:indent-12">
|
||||
<p class="my-4 text-left indent-6 sm:mt-6 sm:px-5 sm:indent-12">
|
||||
You can find my galleries through any of the links below. Aside from the first link, these also include some of
|
||||
the art that I got from others (commissions, gifts, etc.).
|
||||
</p>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue