all repos — websitemeow @ 8ba8ffdaccfe5343b475a28f6894aa7a1ddf7f38

src/pages/index.astro (view raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
---
import { Layout } from "@/layouts";
---

<Layout>
	<Fragment slot="left">
		<img
			src="/kittens.jpg"
			alt="two small orange & white kittens huddled together on a white surface. there is white text overlay over each of the kittens, the first reads 'you are made of stardust', the last reads 'and i am made of dirt'. there is a date stamp in the bottom right corner, it says '04.04.2008'."
		/>
	</Fragment>
	<Fragment slot="right">
		<header class="page-head">
			<div class="title">
				<h1 class="title">vvvvvv</h1>
				<p class="pronouns">fae/faer</p>
			</div>
			<p class="subtitle">
				demifem {"{rat,cat}"}girl frontend developer thing!
			</p>
		</header>
	</Fragment>
</Layout>