1{{ layout "layouts/base.vto" }}
2 <main class="min-h-screen text-text justify-self-center w-full lg:w-1/2 h-card">
3 <h1 class="mt-8 text-5xl text-bold text-mauve">
4 About
5 <div class="p-name p-nickname inline">
6 dish
7 </div>
8 </h1>
9
10 <h2 class="text-2xl mt-4">
11 <div class="inline p-job-title">Student</div>, Sysadmin, and UX Crafter
12 </h2>
13 <p class="text-lg mt-2">
14 Howdy! I play with computers, with an emphasis on accessible, secure, and enjoyable
15 experiences.
16 </p>
17
18 <h3 class="text-mauve text-2xl">About This Blog</h3>
19 <p class="text-"></p>
20 </main>
21{{ /layout }}