1<?php include("config.php"); ?> 2 3<style> 4.mf-card { 5 padding: 1em 1em 1.5em 1em; 6 border: 1px solid #9999ff; 7} 8 9.mf-card > .u-photo { 10 width: 100px; 11 float: left; 12 padding-right: 1rem; 13} 14 15address { 16 font-style: normal; 17 display: inline; 18} 19</style> 20 21<div class="h-card mf-card"> 22 <img class="u-photo" src="assets/images/hcard.png" loading="lazy" alt="selfie of me holding up my camcorder and covering half my face with it as i look into the view finder. the image is black and white, dithered, and covered in spotted half tones"> 23 <a class="p-name u-url u-uid" rel="author" href="https://girlonthemoon.xyz/">kat</a> <span aria-hidden="true">|</span> 24 <address> 25 <a class="u-email" href="mailto:witnesslachesis@disroot.org">contact</a> 26 </address> 27 <p class="p-note"> 28 a girl on the moon. <span class="u-pronoun">she</span>/<span class="u-pronoun">her</span> pronouns. based in the <span class="p-country-name">United States</span>. fan of idols, music, comics, computers, and much more. 29 </p> 30</div> 31 32<div class="access-hidden"> 33 <div class="proofs"> 34 <dl> 35 <dt><a href="https://lachesis.proven.lol/">proofs.lol</a></dt> 36 <dd>provenf68641</dd> 37 <dt>PGP</dt> 38 <dd><a href="assets/misc/pgp.txt" class="u-key" rel="pgpkey">key</a></dd> 39 <dt>keyoxide</dt> 40 <dd><code>dig +short girlonthemoon.xyz TXT</code></dd> 41 </dl> 42 </div> 43</div>