modified menus; added source code
This commit is contained in:
parent
c04f6c8301
commit
6aa76dd52a
37 changed files with 947 additions and 1080 deletions
|
@ -7,32 +7,32 @@
|
|||
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
|
||||
<link rel="stylesheet" href="https://vrifox.cc/vrifox.cc_hugo/scss/_default/single.css" type="text/css" media="screen" />
|
||||
<link rel="stylesheet" href="https://vrifox.cc/scss/_default/single.css" type="text/css" media="screen" />
|
||||
|
||||
<link rel="icon" type="image/png" href="/vrifox.cc_hugo/favicon.png">
|
||||
<link rel="icon" type="image/png" href="/favicon.png">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<nav>
|
||||
<div class="container">
|
||||
<section class="website-name">
|
||||
<a href="https://vrifox.cc/vrifox.cc_hugo/">Vrifox</a>
|
||||
<a href="https://vrifox.cc/">Vrifox</a>
|
||||
</section>
|
||||
<section class="website-nav">
|
||||
<ul>
|
||||
|
||||
|
||||
<li>
|
||||
<a href="/vrifox.cc_hugo/blog">
|
||||
<a href="/blog">
|
||||
|
||||
<span>Blog</span>
|
||||
<span>blog</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="/vrifox.cc_hugo/projects">
|
||||
<a href="/projects">
|
||||
|
||||
<span>Projects</span>
|
||||
<span>projects</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
@ -41,7 +41,7 @@
|
|||
<li>
|
||||
<a href="https://social.anoxinon.de/@vrifox">
|
||||
|
||||
<span>Mastodon</span>
|
||||
<span>mastodon</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
@ -62,7 +62,7 @@
|
|||
</p>
|
||||
<h1 class="title">A »new« graphic for Natenoms blog</h1>
|
||||
|
||||
<img src="/vrifox.cc_hugo/upload/2020/08/fahrradteile-v2-1.png">
|
||||
<img src="/upload/2020/08/fahrradteile-v2-1.png">
|
||||
|
||||
<p>I did make a new iteration of this graphic for <a href="https://blog.natenom.com/">Natenoms Blog</a>.</p>
|
||||
|
||||
|
@ -71,9 +71,9 @@
|
|||
|
||||
<ul class="tags">
|
||||
|
||||
<li> <a href="/vrifox.cc_hugo/tags/graphic">graphic</a> </li>
|
||||
<li> <a href="/tags/graphic">graphic</a> </li>
|
||||
|
||||
<li> <a href="/vrifox.cc_hugo/tags/natenom">natenom</a> </li>
|
||||
<li> <a href="/tags/natenom">natenom</a> </li>
|
||||
|
||||
</ul>
|
||||
|
||||
|
@ -83,13 +83,13 @@
|
|||
<section class="section-articles">
|
||||
|
||||
|
||||
<a href="https://vrifox.cc/vrifox.cc_hugo/blog/2020/my-new-hugo-page/">
|
||||
<a href="https://vrifox.cc/blog/2020/my-new-hugo-page/">
|
||||
<article>
|
||||
<h1>My New Hugo Page</h1>
|
||||
<p class="meta" title="9 Sep 2020, 19:59 CEST"><span class="date">9 September 2020</span> <span class="author">by Vrifox</span></p>
|
||||
<h1>My new hugo page</h1>
|
||||
<p class="meta" title="20 Sep 2020, 20:51 CEST"><span class="date">20 September 2020</span> <span class="author">by Vrifox</span></p>
|
||||
|
||||
|
||||
<img src="/vrifox.cc_hugo/upload/2020/09/vrifox.cc-2020-09.png">
|
||||
<img src="/upload/2020/09/vrifox.cc-2020-09.png">
|
||||
|
||||
</article>
|
||||
</a>
|
||||
|
@ -101,32 +101,23 @@
|
|||
<footer>
|
||||
<div class="container">
|
||||
<section class="website-version">
|
||||
<span>version 2020-09</span>
|
||||
<span>version 2020-09-20</span>
|
||||
</section>
|
||||
<section class="website-subnav">
|
||||
<ul>
|
||||
|
||||
|
||||
<li>
|
||||
<a href="/vrifox.cc_hugo/blog">
|
||||
<a href="https://vrifox.cc/vrifox.cc_hugo/blog/index.xml">
|
||||
|
||||
<span>Blog</span>
|
||||
<span>feed (rss)</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="/vrifox.cc_hugo/projects">
|
||||
<a href="https://git.vrifox.cc/vrifox/cursors">
|
||||
|
||||
<span>Projects</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li>|</li>
|
||||
|
||||
<li>
|
||||
<a href="https://social.anoxinon.de/@vrifox">
|
||||
|
||||
<span>Mastodon</span>
|
||||
<span>source code</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue