Style improvements, fixed credits.
h3rald h3rald@h3rald.com
Mon, 19 Feb 2024 16:04:03 +0100
3 files changed,
7 insertions(+),
3 deletions(-)
M
assets/styles/style.css
→
assets/styles/style.css
@@ -397,7 +397,7 @@
.main-header .navlinks { text-align: left; flex-grow: 1; - margin: 0 0.5rem; + margin: 0; } .logo {@@ -625,11 +625,11 @@ padding: 1rem;
} .navlinks-secondary-row { - font-size: 0.7rem; + font-size: 12px; } .navlinks-primary-row { - font-size: 1rem; + font-size: 14px; }
M
contents/about.md
→
contents/about.md
@@ -29,5 +29,7 @@
Special thanks to the following people, who made this web site possible: * [David J. Perry](http://scholarsfonts.net), who designed the [Cardo](http://scholarsfonts.net/cardofnt.html) font used for the H3RALD logo. +* [atypo](https://www.atipofoundry.com) foundry, who designed the [Noway](https://www.atipofoundry.com/fonts/noway) font used for the text on this site. +* Philipp Nurullin, who designed the [JetBrains Mono](https://www.jetbrains.com/lp/mono/) font used for the code blocks on this site. * [Daniel Bruce](http://www.danielbruce.se/), designer of the [Entypo](http://www.entypo.com) font, used for the icons on this web site.
M
templates/_header.mustache
→
templates/_header.mustache
@@ -17,6 +17,8 @@ ·
<a href="/articles" class="navbar-link">articles</a> · <a href="/projects" class="navbar-link">projects</a> + · + <a href="/grimoire" class="navbar-link">grimoire</a> </div> </div> </header>