fix menu, added a few direct links

This commit is contained in:
Yann Esposito (Yogsototh) 2020-02-21 10:27:51 +00:00
parent 457b084efe
commit fa7911f91f
Signed by untrusted user who does not match committer: yogsototh
GPG Key ID: 7B19A4C650D59646
5 changed files with 14 additions and 4 deletions

View File

@ -37,7 +37,11 @@
'("<a href=\"/index.html\">Home</a>"
"<a href=\"/archive.html\">Posts</a>"
"<a href=\"/slides.html\">Slides</a>"
"<a href=\"/about-me.html\">About</a>")
"<a href=\"/about-me.html\">About</a>
<span class=\"details\">
(<a href=\"https://gitea.esy.fun/yogsototh\">code</a>
<a href=\"https://espial.esy.fun/u:yogsototh\">bookmarks</a>
<a href=\"https://espial.esy.fun/u:yogsototh/notes\">notes</a>)</span>")
lst)
" | ")
"</nav>"))

Binary file not shown.

View File

@ -41,7 +41,7 @@ So I'll answer, it can just take a lot of time.
- *email*: @@html: <a href="&#109;&#97;&#105;&#x6C;&#116;&#111;&#x3A;&#x79;&#x61;&#x6E;&#x6E;&#64;&#x65;&#x73;&#112;&#x6F;&#x73;&#105;&#x74;&#x6F;&#x2E;&#x68;&#x6F;&#x73;&#x74;">&#x59;&#x61;&#x6E;&#x6E;&#x20;&#x45;&#x73;&#x70;&#x6F;&#115;&#x69;&#116;&#x6F; &lt;&#x79;&#x61;&#x6E;&#x6E;&#64;&#x65;&#x73;&#112;&#x6F;&#x73;&#105;&#x74;&#x6F;&#x2E;&#x68;&#x6F;&#x73;&#x74;&gt;</a>@@
Self hosted services:
| programs | [[https://gitlab.esy.fun/yogsototh][gitlab]] |
| programs | [[https://gitea.esy.fun/yogsototh][gitea]] |
| bookmarks | [[https://espial.esy.fun/u:yogsototh][espial public bookmarks]] |
| notes/microblog | [[https://espial.esy.fun/u:yogsototh/notes][espial public notes]] |

View File

@ -178,8 +178,9 @@ nav {
display: block;
padding: 10px 0;
}
nav > a {
margin-right: 10px;
nav .details {
font-weight: normal;
font-size: .8em;
}
/* org mode ids and classes */

View File

@ -13,6 +13,11 @@
<a href="/archive.html">Posts</a> |
<a href="/slides.html">Slides</a> |
<a href="/about-me.html">About</a>
<span class="details">
(<a href="https://gitea.esy.fun/yogsototh">code</a>
<a href="https://espial.esy.fun/u:yogsototh">bookmarks</a>
<a href="https://espial.esy.fun/u:yogsototh/notes">notes</a>)
</span>
</nav>@@
#+INCLUDE: ../logo-svg.org