diff options
Diffstat (limited to 'src/index.html')
-rw-r--r-- | src/index.html | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/index.html b/src/index.html index df4b1ff..c58a5df 100644 --- a/src/index.html +++ b/src/index.html @@ -44,15 +44,16 @@ <div class="nav-scroller py-1 mb-2"> <nav class="nav d-flex justify-content-between"> <a class="p-2 text-unmuted">Home</a> - <a class="p-2 text-muted" href="http://writeup.emile.space">Writeup</a> + <a class="p-2 text-muted" href="http://writeup.emile.space">Writeup (en) </a> + <a class="p-2 text-muted" href="http://writeup-de.emile.space">Writeup (de)</a> <a class="p-2 text-muted" href="http://code.emile.space">Code</a> <a class="p-2 text-muted" href="https://git.darknebu.la/plugins/pdfjs-1.4.20/web/viewer.html?file=/GalaxySimulator/Writeup/raw/lang-en/main.pdf#section.2">Generation</a> <a class="p-2 text-muted" href="https://git.darknebu.la/plugins/pdfjs-1.4.20/web/viewer.html?file=/GalaxySimulator/Writeup/raw/master/main.pdf#subsection.5.4">Database</a> - <a class="p-2 text-muted" href="#">Manager</a> + <!-- <a class="p-2 text-muted" href="#">Manager</a> --> <a class="p-2 text-muted" href="https://git.darknebu.la/plugins/pdfjs-1.4.20/web/viewer.html?file=/GalaxySimulator/Writeup/raw/lang-en/main.pdf#section.3">Simulation</a> <a class="p-2 text-muted" href="https://traefik.io">Load balancing</a> <a class="p-2 text-muted" href="https://grafana.com/">Monitoring</a> - <a class="p-2 text-muted" href="#">Visualization</a> + <a class="p-2 text-muted" href="/images/barnes-hut-full.png">Visualization</a> <a class="p-2 text-muted" href="https://twitter.com/">Social Media</a> <a class="p-2 text-muted" href="/contact">Contact</a> </nav> |