death.id.au/index.html
Gordon Pedersen b3be60d760
added invisible acct u-url
to adjust my bridgy fed username
2022-11-29 11:44:53 +11:00

61 lines
2.4 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="mobile-web-app-capable" content="yes" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="authorization_endpoint" href="https://indieauth.com/auth">
<link rel="token_endpoint" href="https://tokens.indieauth.com/token">
<link rel="webmention" href="https://webmention.io/death.id.au/webmention" />
<link rel="pingback" href="https://webmention.io/death.id.au/xmlrpc" />
<!-- To use social readers via microsub, follow these steps.
(Details: https://indieweb.org/Microsub#Getting_Started)
1. After publishing this to your domain, sign in to https://aperture.p3k.io/login with your domain
2. You will see a <link> tag displayed on your dashboard that looks like:
<link rel="microsub" href="https://aperture.p3k.io/microsub/000">
3. Copy that <link> tag and paste it after this HTML comment.
4. Publish the updated page!
-->
<title>My New Website</title>
<style>
@media (prefers-color-scheme: dark) {
html { background-color: #111111; color: #fbfbfb; }
a { color: #ca8465; }
}
body {
line-height: 1.6;
font-family: system-ui, -apple-system, BlinkMacSystemFont, Roboto, Helvetica, Arial, sans-serif;
text-align: center;
margin: 1rem auto;
min-height: 90vh;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
img.u-photo { border-radius: 50%; }
ul { padding: 0; list-style: none; }
</style>
</head>
<body>
<!-- Reference for representative h-card properties: https://microformats.org/wiki/h-card -->
<main class="h-card" rel="author">
<img class="u-photo" alt="My profile photo" src="avatar-tt@800.png" />
<h1>
I'm <span class="p-name">Gordon Pedersen</span>.
</h1>
<p class="p-note">
...and I am a human on the Internet.
</p>
<ul>
<li><a class="u-uid u-url" href="https://death.id.au">My New Website</a><a class="u-url" href="acct:death.au@death.id.au"></a></li>
<li><a class="u-url" href="https://github.com/deathau" rel="me">@deathau</a></li>
<li><a class="u-url" href="https://twitter.com/death_au" rel="me">@death_au</a></li>
<li><a class="u-url" href="https://pkm.social/@death_au" rel="me">@death_au@pkm.social</a></li>
</ul>
</main>
</body>
</html>