diff options
Diffstat (limited to 'blog/led-characterization/index.html')
-rw-r--r-- | blog/led-characterization/index.html | 23 |
1 files changed, 13 insertions, 10 deletions
diff --git a/blog/led-characterization/index.html b/blog/led-characterization/index.html index 03f6f8e..85d210d 100644 --- a/blog/led-characterization/index.html +++ b/blog/led-characterization/index.html @@ -9,16 +9,19 @@ <link rel="stylesheet" href="/style.css"> </head> <body><nav> - - <a href="/" title="Home">Home</a> - <a href="/blog/" title="Blog">Blog</a> - <a href="/projects/" title="Projects">Projects</a> - <a href="/about/" title="About">About</a> - <span class="spacer"></span> - <a href="https://git.jaseg.de/" title="cgit">cgit</a> - <a href="https://github.com/jaseg" title="Github">Github</a> - <a href="https://gitlab.com/neinseg" title="Gitlab">Gitlab</a> - <a href="https://chaos.social/jaseg" title="Mastodon">Mastodon</a> + <div class="internal"> + + <a href="/" title="Home">Home</a> + <a href="/blog/" title="Blog">Blog</a> + <a href="/projects/" title="Projects">Projects</a> + <a href="/about/" title="About">About</a> + </div> + <div class="external"> + <a href="https://git.jaseg.de/" title="cgit">cgit</a> + <a href="https://github.com/jaseg" title="Github">Github</a> + <a href="https://gitlab.com/neinseg" title="Gitlab">Gitlab</a> + <a href="https://chaos.social/jaseg" title="Mastodon">Mastodon</a> + </span> </nav> <header> |