Edit home page
This commit is contained in:
parent
0d17816378
commit
0376296cdd
|
@ -29,7 +29,8 @@ Examples for writing 'backward compatible' h-card markup available at https://mi
|
|||
<p>📙 <a href="/resources/" >You can browse my recommended resources</a>. 📙</p>
|
||||
<h2>Elsewhere</h2>
|
||||
<p>📚 <a href="https://ethan.yoois.me/" >I created a personal wiki</a>. 📚</p>
|
||||
<p>📌 <a rel="me" href="{{ .Site.Params.authorMastodon }}" >I use Mastodon, a federated alternative to Twitter</a>. 📌</p>
|
||||
<p>📌 <a rel="me" href="{{ .Site.Params.authorLinkedIn }}" >I have a LinkedIn profile</a>. 📌</p>
|
||||
<p>🎬 <a rel="me" href="{{ .Site.Params.authorLetterboxd }}" >I use Letterboxd, "the social network for film lovers."</a>. 🎬</p>
|
||||
<p>🙌 This website is a member of <a href="https://512kb.club/"><b>The 512KB Club</b></a> and <a href="https://nojs.club/"><b>The NoJS Club</b></a>! 🙌</p>
|
||||
</div>
|
||||
</main>
|
||||
|
@ -38,7 +39,7 @@ Examples for writing 'backward compatible' h-card markup available at https://mi
|
|||
<div class="center">
|
||||
<a class="link-000" href="https://ForTheBadge.com/"><img src="/img/built-with-love.svg" alt="This site was built with love, using Git and Hugo." title="I also used Git and Hugo." /></a>
|
||||
<a class="link-000" href="{{ .Site.Params.license }}"><img src="/img/CC-BY-SA.svg" alt="Original content by {{ .Site.Params.author }} is licensed under {{ .Site.Copyright }}" title="{{ .Site.Params.copyrightMessage }}" /></a>
|
||||
<p><b><a class="u-email email" rel="me" href="mailto:{{ .Site.Params.authorEmail }}">Contact me</a>. <a href="{{ .Site.Params.authorLetterboxd }} " >Letterboxd</a>. <a href="{{ .Site.Params.authorLinkedIn }} " >LinkedIn</a>. <a href="/privacy/" >Privacy</a>. <a rel="pgpkey" href="/ethan.asc.txt">Public key</a> <a href="https://keyoxide.org/{{ .Site.Params.authorEmail }}">(Keyoxide)</a>.</b></p>
|
||||
<p><b><a class="u-email email" rel="me" href="mailto:{{ .Site.Params.authorEmail }}">Contact me</a>. <a href="/privacy/" >Privacy</a>. <a rel="pgpkey" href="/ethan.asc.txt">Public key</a> <a href="https://keyoxide.org/{{ .Site.Params.authorEmail }}">(Keyoxide)</a>.</b></p>
|
||||
|
||||
<p>🖥 <a href="/cloudflare/" ><i>Where is this website hosted?</i></a> 🖥</p>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue