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
12
index.html
12
index.html
|
@ -43,7 +43,7 @@
|
||||||
<img class="u-photo" alt="My profile photo" src="__your_image__" />
|
<img class="u-photo" alt="My profile photo" src="__your_image__" />
|
||||||
-->
|
-->
|
||||||
<h1>
|
<h1>
|
||||||
I'm <span class="p-name">Jane Smith</span>.
|
I'm <span class="p-name">Gordon Pedersen</span>.
|
||||||
</h1>
|
</h1>
|
||||||
|
|
||||||
<p class="p-note">
|
<p class="p-note">
|
||||||
|
@ -52,16 +52,18 @@
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<!-- Replace __this_page__ with your domain -->
|
<!-- 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!
|
<!-- Update or remove the below links!
|
||||||
Replace _mygithubid_ with your GitHub username -->
|
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 -->
|
<!-- 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>
|
</ul>
|
||||||
</main>
|
</main>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in a new issue