Update index.html
Small adjustment to make the name and links mine.
This commit is contained in:
parent
51aca14622
commit
862940cb60
1 changed files with 7 additions and 5 deletions
10
index.html
10
index.html
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue