diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/index.html | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/src/index.html b/src/index.html index 87cf010..5d3624b 100644 --- a/src/index.html +++ b/src/index.html @@ -35,7 +35,7 @@ </div> <div class="col-4 text-center"> - <a class="blog-header-logo text-light" href="/">Simulator</a> + <a class="blog-header-logo text-light" href="/">Galaxy Simulator</a> </div> <div class="col-4 text-center"> @@ -47,12 +47,11 @@ <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 (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://writeup.emile.space">Writeup</a> <a class="p-2 text-muted" href="http://code.emile.space">Code</a> + <a class="p-2 text-muted" href="http://kanboard.nbg1.emile.space">Kanban</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="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> @@ -62,7 +61,6 @@ </nav> </div> - <div class="row my-4"> <div class="col-lg-8"> <img class="img-fluid rounded" src="images/example_image_cropped_900x400.png" alt=""> |