all repos — h3rald @ bcaaac972e9df2216a1f2c20f1c54e559d36a355

The sources of https://h3rald.com

Improved accessibility.
Cevasco, Fabio fabio.cevasco@siemens.com
Sat, 15 Dec 2018 01:18:58 +0100
commit

bcaaac972e9df2216a1f2c20f1c54e559d36a355

parent

9b91b08db8b8f5965d4c0c66542da3c6a063f5b6

M assets/styles/_dark-vars.cssassets/styles/_dark-vars.css

@@ -6,7 +6,7 @@ --scale-factor: 1.3333;

--leading: 1.5rem; --letter-spacing: 0.05em; - --link-color: #dd4242; + --link-color: #ff6868; --link-hover-color: #fe3838; --heading-text-color: #dddada;
M templates/_footer.mustachetemplates/_footer.mustache

@@ -2,28 +2,28 @@ <footer class="sidebar">

<p><span class="h3rald"></span> Web Site v9.2.0</p> <p>&copy; 2004&mdash;2018 &bull; <em>Fabio Cevasco</em></p> <ul class="inline"> - <li><a href='&#109;&#97;&#105;&#108;&#116;&#111;&#58;&#104;&#51;&#114;&#97;&#108;&#100;&#64;&#104;&#51;&#114;&#97;&#108;&#100;&#46;&#99;&#111;&#109;'> + <li><a title="email" href='&#109;&#97;&#105;&#108;&#116;&#111;&#58;&#104;&#51;&#114;&#97;&#108;&#100;&#64;&#104;&#51;&#114;&#97;&#108;&#100;&#46;&#99;&#111;&#109;'> <i class="ent ent-mail"></i> </a></li> - <li><a href="https://www.linkedin.com/in/fabiocevasco" rel="me"> + <li><a title="LinkedIn" href="https://www.linkedin.com/in/fabiocevasco" rel="me"> <i class="ent ent-linkedin"></i> </a></li> - <li><a href="http://twitter.com/h3rald" rel="me"> + <li><a title="Twitter" href="http://twitter.com/h3rald" rel="me"> <i class="ent ent-twitter"></i> </a></li> - <li><a href="http://pinboard.in/u:h3rald/" rel="me"> + <li><a title="Pinboard" href="http://pinboard.in/u:h3rald/" rel="me"> <i class="ent ent-pin"></i> </a></li> - <li><a href="http://instagram.com/h3rald/" rel="me"> + <li><a title="Instagram" href="http://instagram.com/h3rald/" rel="me"> <i class="ent ent-instagram"></i> </a></li> - <li><a href="https://github.com/h3rald" rel="me"> + <li><a title="GitHub" href="https://github.com/h3rald" rel="me"> <i class="ent ent-github"></i> </a></li> - <li><a href="https://www.flickr.com/photos/h3rald/" rel="me"> + <li><a title="Flickr" href="https://www.flickr.com/photos/h3rald/" rel="me"> <i class="ent ent-flickr"></i> </a></li> - <li><a href="http://foursquare.com/h3rald" rel="me"> + <li><a title="FourSquare" href="http://foursquare.com/h3rald" rel="me"> <i class="ent ent-foursquare"></i> </a></li> </ul>
M templates/_head.mustachetemplates/_head.mustache

@@ -5,7 +5,7 @@ <meta name="author" content="Fabio Cevasco" />

<meta name="robots" content="all, follow" /> <meta name="Revisit-After" content="2 Days" /> <meta name="description" content="H3RALD - Fabio Cevasco's Web Site" /> - <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" /> + <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="keywords" content="{{keywords}}" /> <link rel="shortcut icon" href="/favicon.png" type="image/png" /> <meta content="44.388041;9.073248" name="ICBM" />
M templates/_header.mustachetemplates/_header.mustache

@@ -1,6 +1,6 @@

<div>&rarr; <a id="theme-switcher" title="Switch to day theme">day</a></div> <header class="main-header box"> - <h1><a href="/" class="h3rald logo" alt="H3RALD">&nbsp;</a></h1> + <h1><a href="/" title="H3RALD" class="h3rald logo" alt="H3RALD">&nbsp;</a></h1> <div class="navlinks"> <a href="/archives" class="navbar-link navbar-left">articles</a> &middot;
M templates/_panels.mustachetemplates/_panels.mustache

@@ -3,19 +3,19 @@ <div class="panel-header">

featured articles </div> <div class="panel-body"> - <article id="a_randal-schwartz"> + <article> <header> <h3><a href="/articles/randal-schwartz/">A pizza with Randal Schwartz</a></h3> <p class="secondary-subtitle">Talking about open source, programming, emacs and technical writing</p> </header> </article> - <article id="a_herald-vim-color-scheme"> + <article> <header> <h3><a href="/articles/herald-vim-color-scheme/">Herald (Vim Color Scheme)</a></h3> <p class="secondary-subtitle">My very own VIM color scheme. Featuring 256, 16 and 8 color support, high readability and... pretty colors!</p> </header> </article> - <article id="a_10-programming-languages"> + <article> <header> <h3><a href="/articles/10-programming-languages/">10 programming languages worth checking out</a></h3> <p class="secondary-subtitle">A quick comparison of 10 non-mainstream programming languages</p>