all repos — h3rald @ 03107b13aba78ce8967b5351f3a51eba264f3da6

The sources of https://h3rald.com

Style improvements, fixed credits.
h3rald h3rald@h3rald.com
Mon, 19 Feb 2024 16:04:03 +0100
commit

03107b13aba78ce8967b5351f3a51eba264f3da6

parent

1b87ee58bf476fe6fe3181c185fd295f66d0203f

3 files changed, 7 insertions(+), 3 deletions(-)

jump to
M assets/styles/style.cssassets/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.mdcontents/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.mustachetemplates/_header.mustache

@@ -17,6 +17,8 @@ ·

<a href="/articles" class="navbar-link">articles</a> &middot; <a href="/projects" class="navbar-link">projects</a> + &middot; + <a href="/grimoire" class="navbar-link">grimoire</a> </div> </div> </header>