Compare commits
No commits in common. "82e1d684ac34ff25b5629599df4722fad89567e9" and "e4da6b17950c66edc6863980129c5a1cb6f5f7e0" have entirely different histories.
82e1d684ac
...
e4da6b1795
1 changed files with 6 additions and 10 deletions
16
index.html
16
index.html
|
|
@ -40,21 +40,17 @@
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<link rel="canonical" href="https://caesarschinas.com" />
|
<link rel="pgpkey" href="https://keys.openpgp.org/vks/v1/by-fingerprint/5119C11D57D14127ACA1B6CFEAB09A2560EC3BC6" title="Caesar Schinas' PGP key" />
|
||||||
|
|
||||||
<link rel="authorization_endpoint" href="https://indieauth.com/auth" />
|
<link rel="authorization_endpoint" href="https://indieauth.com/auth">
|
||||||
<link rel="token_endpoint" href="https://tokens.indieauth.com/token" />
|
<link rel="token_endpoint" href="https://tokens.indieauth.com/token">
|
||||||
|
|
||||||
<link rel="microsub" href="https://aperture.p3k.io/microsub/739" />
|
|
||||||
<link rel="webmention" href="https://webmention.io/caesarschinas.com/webmention" />
|
|
||||||
<link rel="pingback" href="https://webmention.io/caesarschinas.com/xmlrpc" />
|
|
||||||
</head>
|
</head>
|
||||||
<body class="h-card vcard">
|
<body class="h-card vcard">
|
||||||
<header>
|
<header>
|
||||||
<picture>
|
<picture>
|
||||||
<source srcset="./images/caesar-256.webp 256w, ./images/caesar-128.webp 128w" type="image/webp" />
|
<source srcset="./images/caesar-256.webp 256w, ./images/caesar-128.webp 128w" type="image/webp" />
|
||||||
<source srcset="./images/caesar-256.jpg 256w, ./images/caesar-128.jpg 128w" type="image/jpeg" />
|
<source srcset="./images/caesar-256.jpg 256w, ./images/caesar-128.jpg 128w" type="image/jpeg" />
|
||||||
<img class="profile u-logo u-photo photo" src="./images/caesar-128.jpg" width="128" height="128" alt="" />
|
<img class="profile u-photo photo" src="./images/caesar-128.jpg" width="128" height="128" alt="" />
|
||||||
</picture>
|
</picture>
|
||||||
<h1>
|
<h1>
|
||||||
<ruby>
|
<ruby>
|
||||||
|
|
@ -68,7 +64,7 @@
|
||||||
</rt>
|
</rt>
|
||||||
</ruby>
|
</ruby>
|
||||||
</h1>
|
</h1>
|
||||||
<p class="dfn p-note">
|
<p class="dfn p-role">
|
||||||
Sailor; programmer; web developer; publisher.
|
Sailor; programmer; web developer; publisher.
|
||||||
</p>
|
</p>
|
||||||
</header>
|
</header>
|
||||||
|
|
@ -95,7 +91,7 @@
|
||||||
Check out <a rel="me" class="u-url url" href="https://keyoxide.org/hkp/5119c11d57d14127aca1b6cfeab09a2560ec3bc6">my cryptographically-verified identity proofs on Keyoxide</a>.
|
Check out <a rel="me" class="u-url url" href="https://keyoxide.org/hkp/5119c11d57d14127aca1b6cfeab09a2560ec3bc6">my cryptographically-verified identity proofs on Keyoxide</a>.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
Message me privately on Matrix, or send me encrypted email using <a rel="pgpkey" class="u-key u-url url" type="application/pgp-keys" href="https://keys.openpgp.org/vks/v1/by-fingerprint/5119C11D57D14127ACA1B6CFEAB09A2560EC3BC6">my PGP key</a>.<br />
|
Message me privately on Matrix, or send me encrypted email using <a rel="pgpkey" class="u-key u-url url" href="https://keys.openpgp.org/vks/v1/by-fingerprint/5119C11D57D14127ACA1B6CFEAB09A2560EC3BC6">my PGP key</a><!--(<code>5119C11D57D14127ACA1B6CFEAB09A2560EC3BC6</code>)-->.<br />
|
||||||
</p>
|
</p>
|
||||||
</footer>
|
</footer>
|
||||||
</section>
|
</section>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue