layouts/shortcodes/links.html (view raw)
1<nav>
2 <a href="/posts"
3 ><img alt="📝" class="icon-pixel" src="/icons/notebook-pen.svg" /> Blog</a
4 >
5 <a href="/projects"
6 ><img alt="🔨" class="icon-pixel" src="/icons/tools.svg" /> Projets</a
7 >
8 <a href="./about"
9 ><img alt="👋" class="icon-pixel" src="/icons/human.svg" /> Plus d’info</a
10 >
11 <a href="./now"
12 ><img alt="⬇️" class="icon-pixel" src="/icons/calendar.svg" /> Maintenant</a
13 >
14 {{/* <a href="./ideas">💡 Idées</a> */}}
15 <a href="./inspirations"
16 ><img alt="🧠" class="icon-pixel" src="/icons/lightbulb.svg" />
17 Inspirations</a
18 >
19 <a href="./books"
20 ><img alt="📘" class="icon-pixel" src="/icons/book-open.svg" /> Lectures</a
21 >
22 <a href="/tim@5ika.ch.pub"
23 ><img alt="🔑" class="icon-pixel" src="/icons/key.svg" /> Clé PGP</a
24 >
25 <a href="./cv"
26 ><img alt="👷" class="icon-pixel" src="/icons/suitcase.svg" /> CV</a
27 >
28 <a href="https://git.5ika.ch"
29 ><img alt="" class="icon-pixel" src="/icons/git-branch.svg" /> git</a
30 >
31</nav>