Update index.html

Small adjustment to make the name and links mine.
This commit is contained in:
deathau 2022-11-21 14:08:08 +11:00 committed by GitHub
parent 51aca14622
commit 862940cb60
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -43,7 +43,7 @@
<img class="u-photo" alt="My profile photo" src="__your_image__" />
-->
<h1>
I'm <span class="p-name">Jane Smith</span>.
I'm <span class="p-name">Gordon Pedersen</span>.
</h1>
<p class="p-note">
@ -52,14 +52,16 @@
<ul>
<!-- Replace __this_page__ with your domain -->
<li><a class="u-uid u-url" href="__this_page__">My New Website</a></li>
<li><a class="u-uid u-url" href="https://death.id.au">My New Website</a></li>
<!-- Update or remove the below links!
Replace _mygithubid_ with your GitHub username -->
<li><a class="u-url" href="https://github.com/_mygithubid_" rel="me">@_mygithubid_</a></li>
<li><a class="u-url" href="https://github.com/deathau" rel="me">@deathau</a></li>
<!-- Replace _mytwitterid_ with your Twitter username -->
<li><a class="u-url" href="https://twitter.com/_mytwitterid_" rel="me">@_mytwitterid_</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>