···11{{ layout "layouts/base.vto" }}
22- <main class="min-h-screen text-text justify-self-center w-full lg:w-1/2">
33- <h1 class="mt-8 text-5xl text-bold text-mauve">hi, I'm dish</h1>
22+ <main class="min-h-screen text-text justify-self-center w-full lg:w-1/2 h-card">
33+ <h1 class="mt-8 text-5xl text-bold text-mauve">
44+ hi, I'm <span><a href="/about" rel="me" class="u-url u-uid p-name p-nickname"
55+ >dish</a></span>
66+ </h1>
47 {{# Profile picture goes here #}}
58 <div class="h-64 w-64 content-center text-center outline-2 mt-4">
69 there'll be a picture here in the future, promise!
710 </div>
88- <h2 class="text-2xl mt-4">Student, Sysadmin, and UX Crafter</h2>
1111+ <h2 class="text-2xl mt-4 p-note">Student, Sysadmin, and UX Crafter</h2>
912 <p class="text-lg mt-2">
1013 Howdy! I play with computers, with an emphasis on accessible, secure, and enjoyable
1114 experiences.
1215 </p>
1313- <!-- <div class="h-4"></div> -->
1416 <h2 class="my-8 text-2xl">Recent blog posts:</h2>
1517 <ul class="lg:w-3/4">
1618 {{ for post of search.pages("category=blog", "date", 5) }}
+1-1
src/about.md
···88Hello, I'm dish.
991010My main focuses are cybersecurity, system administration, and user experience. I enjoy building
1111-things from scratch, tinkering, and try to deeply understand the tools I work with.
1111+things from scratch, tinkering, and try to deeply understand the tools I work with. {.p-note}
12121313Currently, I'm a student at a university in the United States, working towards a Bachelor's Degree
1414in Cybersecurity.