all repos — websitemeow @ b77b53515b341062c71c727fd2d7017b3d7b5c93

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
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
---
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>
		<section>
			<header>
				<h2>gdfgdfgdfgg</h2>
				<p>gdfgdfgdgdfrtr5dy6j6rsjs6</p>
			</header>
			<div class="content">
				<p>
					lorem imsul wahdhasidsa hasj hjsahjd hjaskhd jasdjk had ghsgduy asdg
					yuagyu gayusdg yuasgd yuag
				</p>
				<p>
					lorem imsul wahdhasidsa hasj hjsahjd hjaskhd jasdjk had ghsgduy asdg
					yuagyu gayusdg yuasgd yuag
				</p>
				<p>
					lorem imsul wahdhasidsa hasj hjsahjd hjaskhd jasdjk had ghsgduy asdg
					yuagyu gayusdg yuasgd yuag
				</p>
				<p>
					lorem imsul wahdhasidsa hasj hjsahjd hjaskhd jasdjk had ghsgduy asdg
					yuagyu gayusdg yuasgd yuag
				</p>
			</div>
		</section>
	</Fragment>
</Layout>