1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-19 10:55:31 -04:00

HTML5 elements and random CSS improvements

This commit is contained in:
2019-04-12 12:38:00 -04:00
parent c7e4caeadc
commit e216cf7eec
11 changed files with 189 additions and 150 deletions

View File

@@ -21,7 +21,7 @@ deploy:
script:
# build site
- rm -rf public
- hugo --gc
- hugo --gc --enableGitInfo
# upload all files
- aws s3 sync ./public s3://$S3_BUCKET_NAME --delete --region us-east-1 --cache-control "max-age=3600, public" --metadata-directive "REPLACE"

View File

@@ -8,6 +8,8 @@ disableFastRender = true
disableHugoGeneratorInject = true # don't worry, inserted manually :)
disableKinds = ["taxonomy", "taxonomyTerm"]
enableGitInfo = true
[taxonomies]
tag = ""
category = ""

View File

@@ -2,5 +2,5 @@
title = "Jake Jarvis Web & Mobile Developer in Boston, MA"
description = "I'm a full-stack web engineer and mobile developer based in Boston, Massachusetts specializing in modern JavaScript frameworks and iOS apps."
type = "home"
date = "2019-03-31"
date = "2019-04-12"
+++

View File

@@ -1,21 +1,19 @@
{{ partial "header.html" . }}
{{ partial "blog-header.html" . }}
<div id="archive">
<main id="archive">
{{ range .Data.Pages.GroupByDate "2006" }}
<div class="year">
<section class="year">
<h2>{{ .Key }}</h2>
<ul>
{{ range .Pages }}
<li class="item">
{{ range .Pages }}
<li>
<div class="date">{{ .Date.Format "Jan 2" }}</div>
<div class="title"><a href="{{ .Permalink }}">{{ .Title }}</a></div>
</li>
{{ end }}
{{ end }}
</ul>
</div>
</section>
{{ end }}
</div>
</main>
{{ partial "blog-footer.html" . }}
{{ partial "footer.html" . }}

View File

@@ -1,26 +1,26 @@
{{ partial "header.html" . }}
{{ partial "blog-header.html" . }}
<div id="single">
<div id="info">
<h1><a href="{{ .Permalink }}">{{ .Title }}</a></h1>
<div class="meta">
by <a rel="me author" href="{{ .Site.BaseURL }}" title="Jake Jarvis">Jake Jarvis</a> &middot;
{{ .Date.Format "January 2, 2006" }} &middot;
<!-- {{ if lt 1 .WordCount }}{{ .WordCount }} words{{ else }}{{ .WordCount }} word{{ end }} &middot; -->
{{ .ReadingTime }} minute read
<div class="tags">
{{ with .Params.tags }}{{ if ge (len .) 1 }}
{{ range . }}<span class="tag"><!--<a href="{{ $.Site.BaseURL }}tags/{{ . | urlize }}">-->{{ . }}<!--</a>--></span> {{ end }}
{{ end }}{{ end }}
<main id="single">
<article>
<div id="info">
<h1><a href="{{ .Permalink }}">{{ .Title }}</a></h1>
<div class="meta">
by <a rel="me author" href="{{ .Site.BaseURL }}" title="Jake Jarvis">Jake Jarvis</a> &middot;
<a href="{{ .Permalink }}">{{ .Date.Format "January 2, 2006" }}</a> &middot;
<!-- {{ if lt 1 .WordCount }}{{ .WordCount }} words{{ else }}{{ .WordCount }} word{{ end }} &middot; -->
{{ .ReadingTime }} minute read
<div class="tags">
{{ with .Params.tags }}{{ if ge (len .) 1 }}
{{ range . }}<span class="tag"><!--<a href="{{ $.Site.BaseURL }}tags/{{ . | urlize }}">-->{{ . }}<!--</a>--></span> {{ end }}
{{ end }}{{ end }}
</div>
</div>
</div>
</div>
<div id="content">
<div id="content">
{{ .Content }}
</div>
<div id="commento"></div>
</div>
</div>
<div id="commento"></div>
</article>
</main>
{{ partial "blog-footer.html" . }}
{{ partial "footer.html" . }}

View File

@@ -1,12 +1,14 @@
{{ partial "header.html" . }}
<div itemscope itemtype="http://schema.org/Person">
<img itemprop="image" id="me" src="{{ "me.jpg" | absURL }}" alt="Photo of Jake Jarvis" title="Photo of Jake Jarvis">
<h1>Hi! I'm <span itemprop="name">Jake Jarvis</span>. <span id="wave">&#x1F44B;<!--&#x1F3FB;--></span></h1>
<h2 itemprop="description">I'm a <span itemprop="jobTitle">web and mobile developer</span> based in <a href="https://www.youtube-nocookie.com/embed/rLwbzGyC6t4?hl=en&amp;fs=1&amp;showinfo=1&amp;rel=0&amp;iv_load_policy=3" title="&quot;Boston Accent Trailer - Late Night with Seth Meyers&quot; on YouTube" id="boston" target="_blank" rel="noopener noreferrer nofollow"><span itemprop="homeLocation">Boston</span></a>.</h2>
<main itemscope itemtype="http://schema.org/Person">
<header>
<img itemprop="image" id="me" src="{{ "me.jpg" | absURL }}" alt="Photo of Jake Jarvis" title="Photo of Jake Jarvis">
<h1>Hi! I'm <span itemprop="name">Jake Jarvis</span>. <span id="wave">&#x1F44B;<!--&#x1F3FB;--></span></h1>
<h2 itemprop="description">I'm a <span itemprop="jobTitle">web and mobile developer</span> based in <a href="https://www.youtube-nocookie.com/embed/rLwbzGyC6t4?hl=en&amp;fs=1&amp;showinfo=1&amp;rel=0&amp;iv_load_policy=3" title="&quot;Boston Accent Trailer - Late Night with Seth Meyers&quot; on YouTube" id="boston" target="_blank" rel="noopener noreferrer nofollow"><span itemprop="homeLocation">Boston</span></a>.</h2>
</header>
<p>My recent focus has been on <a href="https://nodejs.org/en/" title="Node.js Official Website" id="node" target="_blank" rel="noopener noreferrer nofollow">Node</a>, <a href="https://expressjs.com/" title="Express Official Website" id="express" target="_blank" rel="noopener noreferrer nofollow">Express</a>, and <a href="https://www.mongodb.com/blog/post/the-modern-application-stack-part-1-introducing-the-mean-stack" title="&quot;Introducing The MEAN Stack&quot; on MongoDB" id="mongo" target="_blank" rel="noopener noreferrer nofollow">MongoDB</a> stacks behind modern <a href="https://stackoverflow.blog/2018/01/11/brutal-lifecycle-javascript-frameworks/" title="&quot;The Brutal Lifecycle of JavaScript Frameworks&quot; by Ian Allen" id="javascript" target="_blank" rel="noopener noreferrer nofollow">JavaScript frameworks</a> like <a href="https://reactjs.org/" title="React Official Website" id="react" target="_blank" rel="noopener noreferrer nofollow">React</a>, <a href="https://angular.io/" title="Angular Official Website" id="angular" target="_blank" rel="noopener noreferrer nofollow">Angular</a>, and <a href="https://vuejs.org/" title="Vue.js Official Website" id="vue" target="_blank" rel="noopener noreferrer nofollow">Vue</a>...</p>
<p>...but I'm fluent in classics like <a href="https://www.quora.com/Will-PHP-die-in-2018/answer/John-Morris-67" title="&quot;Will PHP die in 2018?&quot; on Quora" id="php" target="_blank" rel="noopener noreferrer nofollow">PHP</a>, <a href="https://www.ruby-lang.org/en/" title="Ruby Official Website" id="ruby" target="_blank" rel="noopener noreferrer nofollow">Ruby</a>, <a href="https://go.java/index.html" title="Java Official Website" id="java" target="_blank" rel="noopener noreferrer nofollow">Java</a>, <a href="https://isocpp.org/" title="Standard C++ Official Website" id="cpp" target="_blank" rel="noopener noreferrer nofollow">C++</a>, and <a href="https://www.python.org/" title="Python Official Website" id="python" target="_blank" rel="noopener noreferrer nofollow">Python</a> as well.</p>
<p>Whenever possible, I also prioritize my experience with <a href="https://bugcrowd.com/jakejarvis" title="Jake Jarvis on Bugcrowd" id="infosec" target="_blank" rel="me noopener noreferrer">information security</a>, <a href="https://martinfowler.com/articles/serverless.html" title="&quot;Serverless Architectures&quot; by Mike Roberts" id="server" target="_blank" rel="noopener noreferrer nofollow">server<span id="serverless">(less)</span> architecture</a>, <a href="https://github.com/kamranahmedse/developer-roadmap/blob/67a72aab113e79c11e292ada394606f079f6a263/images/devops.png" title="&quot;DevOps Roadmap&quot; by Kamran Ahmed" id="devops" target="_blank" rel="noopener noreferrer nofollow">efficient DevOps &amp; CI</a>, and the <a href="https://www.digitalocean.com/community/tutorials/the-docker-ecosystem-an-overview-of-containerization" title="&quot;The Docker Ecosystem: An Overview of Containerization&quot; on DigitalOcean" id="containerization" target="_blank" rel="noopener noreferrer nofollow">containerization of everything</a>.</p>
<p>I fell <a href="{{ "y2k/" | absURL }}" title="My Terrible, Horrible, No Good, Very Bad First Website" id="y2k" target="_blank" rel="noopener nofollow">in love with front-end web development <span id="shh">(don't judge)</span></a> back when my only source of income was <span id="fairy">the Tooth Fairy</span>.</p>
<p>I fell <a href="{{ "y2k/" | absURL }}" title="My Terrible, Horrible, No Good, Very Bad First Website" id="y2k" target="_blank" rel="noopener nofollow">in love with front-end web development <span id="shh">(don't judge!)</span></a> back when my only source of income was <span id="fairy">the Tooth Fairy</span>.</p>
<p>Since then, my side projects
<a href="https://tuftsdaily.com/news/2012/04/06/student-designs-iphone-joeytracker-app/" title="&quot;Student designs iPhone JoeyTracker app&quot; on The Tufts Daily" id="news-1" target="_blank" rel="noopener noreferrer nofollow">have</a> <!-- https://archive.fo/LZ3y0 --> <!-- /daily.pdf -->
<a href="{{ "leo.mp4" | absURL }}" title="Powncer segment on The Lab with Leo Laporte (G4techTV)" id="news-2" target="_blank" rel="noopener">been</a> <!-- https://player.vimeo.com/video/224336631?dnt=1 -->
@@ -17,11 +19,11 @@
<a href="https://gigaom.com/2009/10/06/fresh-faces-in-tech-10-kid-entrepreneurs-to-watch/6/" title="&quot;Fresh Faces in Tech: 10 Kid Entrepreneurs to Watch&quot; on Gigaom" id="news-7" target="_blank" rel="noopener noreferrer nofollow">outlets</a>.
</p>
<p>You can find some of my work on <a href="https://github.com/jakejarvis" title="Jake Jarvis on GitHub" id="github" target="_blank" rel="me noopener noreferrer">GitHub</a> or <a href="https://www.linkedin.com/in/jakejarvis/" title="Jake Jarvis on LinkedIn" id="linkedin" target="_blank" rel="me noopener noreferrer">LinkedIn</a>, my adventures on <a href="https://twitter.com/jakejarvis" title="Jake Jarvis on Twitter" class="twitter" target="_blank" rel="me noopener noreferrer">Twitter</a>, <a href="https://www.facebook.com/jakejarvis" title="Jake Jarvis on Facebook" id="facebook" target="_blank" rel="me noopener noreferrer">Facebook</a>, <a href="https://www.instagram.com/jakejarvis/" title="Jake Jarvis on Instagram" id="instagram" target="_blank" rel="me noopener noreferrer">Instagram</a>, or <a href="https://mastodon.social/@jakejarvis" title="Jake Jarvis on Mastodon" id="mastodon" target="_blank" rel="me noopener noreferrer">Mastodon</a>, and my standard <a href="{{ "resume.pdf" | absURL }}" title="View PDF Resume" id="resume" target="_blank" rel="noopener">PDF resume here</a>.</p>
<p>If any of this fits with what you're looking for, I'd love to hear from you via <a itemprop="email" href="&#x6D;&#x61;&#x69;&#x6C;&#x74;&#x6F;&#x3A;&#x6A;&#x61;&#x6B;&#x65;&#x40;&#x6A;&#x61;&#x72;&#x76;&#x2E;&#x69;&#x73;" title="Send Email" id="email">email</a> <sup><a href="https://keybase.io/jakejarvis/pgp_keys.asc?fingerprint=87fb4b6006dd1beb3ed47fabd36cb66f4002b25b" title="Jake Jarvis&#39;s Public Key on Keybase" id="pgp" target="_blank" rel="noopener noreferrer nofollow">D36C B66F 4002 B25B</a></sup>, <a href="https://twitter.com/messages/compose?recipient_id=229769022" title="Send Direct Message on Twitter" class="twitter" target="_blank" rel="noopener noreferrer nofollow">DM</a>, or <a href="sms:+1-908-444-6655" title="Send SMS: +1 (908) 444-6655" id="sms">text</a>!</p>
<div id="footer">
<p>If any of this fits with what you're looking for, I'd love to hear from you via <a itemprop="email" href="&#x6D;&#x61;&#x69;&#x6C;&#x74;&#x6F;&#x3A;&#x6A;&#x61;&#x6B;&#x65;&#x40;&#x6A;&#x61;&#x72;&#x76;&#x2E;&#x69;&#x73;" title="Send Email" id="email">email</a><sup>&nbsp;<a href="https://keybase.io/jakejarvis/pgp_keys.asc?fingerprint=87fb4b6006dd1beb3ed47fabd36cb66f4002b25b" title="Jake Jarvis&#39;s Public Key on Keybase" id="pgp" target="_blank" rel="noopener noreferrer nofollow">D36C B66F 4002 B25B</a></sup>, <a href="https://twitter.com/messages/compose?recipient_id=229769022" title="Send Direct Message on Twitter" class="twitter" target="_blank" rel="noopener noreferrer nofollow">DM</a>, or <a href="sms:+1-908-444-6655" title="Send SMS: +1 (908) 444-6655" id="sms">text</a>!</p>
<footer>
<div id="blog"><a href="{{ "notes/" | absURL }}" title="Jake Jarvis&#39;s Blog" rel="me">Read more at my blog...</a></div>
<div id="panda"><a href="https://nationalzoo.si.edu/webcams/panda-cam#maincontent" title="Live Panda Party!" target="_blank" rel="noopener noreferrer nofollow"><span>&#x1F43C;</span></a></div>
<div id="info"><span id="copyright"><a href="https://web.archive.org/web/20010501000000*/jakejarvis.com" title="View Old Versions on Wayback Machine" id="wayback" target="_blank" rel="noopener noreferrer nofollow">&copy; 2001 &ndash;</a> {{ now.Format "2006" }} <a itemprop="url" rel="me author" href="{{ .Site.BaseURL }}" title="Jake Jarvis">Jake Jarvis</a>.</span> <a href="https://git.jarv.is/jake/jarv.is" title="View Source Code Repository" id="source" target="_blank" rel="noopener">View source.</a></div>
</div>
</div>
</footer>
</main>
{{ partial "footer.html" . }}

View File

@@ -1,6 +1,6 @@
<div id="footer">
<footer>
<div id="copyright"><a href="https://web.archive.org/web/20010501000000*/jakejarvis.com" title="View Old Versions on Wayback Machine" id="wayback" target="_blank" rel="noopener noreferrer nofollow">&copy; 2001 &ndash;</a> {{ now.Format "2006" }} <a rel="me author" href="{{ .Site.BaseURL }}" title="Jake Jarvis">Jake Jarvis</a>.</div>
<div id="panda"><a href="https://nationalzoo.si.edu/webcams/panda-cam#maincontent" title="Live Panda Party!" target="_blank" rel="noopener noreferrer nofollow"><span>&#x1F43C;</span></a></div>
<div id="poweredby"><a href="https://github.com/gohugoio/hugo" title="Hugo on GitHub" id="hugo" target="_blank" rel="noopener noreferrer nofollow">Powered by Hugo.</a> <a href="https://git.jarv.is/jake/jarv.is" title="View Source Code Repository" id="source" target="_blank" rel="noopener">View source.</a></div>
</div>
</footer>
{{ if .IsPage }}<script async defer src="https://commento.jarv.is/js/commento.js"></script>{{ end }}

View File

@@ -1,4 +1,4 @@
<div id="header">
<header>
{{ if eq .Kind "page" }}<a href="{{ "notes/" | absURL }}" id="more" title="More Posts">&laquo; More Posts</a>{{ else }}<a href="{{ .Site.BaseURL }}" id="more" title="Return Home">&laquo; Return Home</a>{{ end }}
<a href="{{ .Site.BaseURL }}" id="logo" title="Jake Jarvis">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 96 144.1">
@@ -13,4 +13,4 @@
<polygon fill="#009cdf" points="19.2 110.9 38.4 99.8 38.4 77.6 19.2 88.7 19.2 110.9 19.2 110.9"/>
</svg>
</a>
</div>
</header>

View File

@@ -15,3 +15,6 @@
</script>
</body>
</html>
{{ printf "<!-- Build Date: %s-->" hugo.BuildDate | safeHTML }}
{{ printf "<!-- Commit Hash: %s-->" .Hugo.CommitHash | safeHTML }}

View File

@@ -3,7 +3,7 @@
<html lang="en">
<head>
<meta charset="utf-8">
{{ .Hugo.Generator }}
{{ hugo.Generator }}
<title>{{ .Title }}{{ if not .IsHome }} &ndash; {{ .Site.Title }}{{ end }} &#x1f468;&#x200d;&#x1f4bb;</title>
<meta name="description" content="{{ if .Description }}{{ .Description }}{{ else }}{{ .Site.Params.description }}{{ end }}">
<meta name="viewport" content="width=device-width, initial-scale=1">

View File

@@ -4,7 +4,7 @@ body {
width: 100%;
height: 100%;
margin: 0;
color: #000000;
color: #202020;
font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
"Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans",
"Droid Sans", "Helvetica Neue", sans-serif,
@@ -21,8 +21,8 @@ body {
a {
background-color: transparent;
text-decoration: none;
border-bottom: 1px dashed transparent;
transition: border-color 0.15s linear;
border-bottom: 1px solid transparent;
transition: border-color 0.08s linear;
}
@@ -41,7 +41,7 @@ body#home img#me {
float: right;
margin: 0 0 20px 20px;
padding: 4px;
border: 1px solid #dddddd;
border: 1px solid #ddd;
width: 160px;
height: 160px;
}
@@ -80,6 +80,8 @@ body#home sup {
@media screen and (max-width: 800px) {
body#home {
font-size: 16px;
margin-top: 10px;
margin-bottom: 10px;
}
body#home img#me {
@@ -103,24 +105,24 @@ body#home sup {
margin: 12px 0;
}
body#home div#footer div#panda {
body#home footer div#panda {
display: none;
}
body#home div#footer div#blog, body#home div#footer div#info {
body#home footer div#blog, body#home footer div#info {
width: 50% !important;
line-height: 20px !important;
}
body#home div#footer div#info {
body#home footer div#info {
font-size: 0.7em !important;
}
body#home div#footer div#blog {
font-size: 0.9em !important;
body#home footer div#blog {
font-size: 1em !important;
}
body#home div#footer div#info span#copyright::after {
body#home footer div#info span#copyright::after {
content: "\A";
white-space: pre;
}
@@ -133,7 +135,8 @@ body#home a#boston {
color: #fb4d42;
}
body#home a#boston:hover {
border-color: #fb4d42;
border-color: #fb4d42; /* First color for hex alpha (#RRGGBBAA) backwards compatibility: */
border-color: #fb4d4260; /* https://meyerweb.com/eric/thoughts/2019/04/01/color-me-face1e55/ */
}
body#home a#javascript {
@@ -141,6 +144,7 @@ body#home a#javascript {
}
body#home a#javascript:hover {
border-color: #f48024;
border-color: #f4802460;
}
body#home a#node {
@@ -148,6 +152,7 @@ body#home a#node {
}
body#home a#node:hover {
border-color: #6fbc4e;
border-color: #6fbc4e60;
}
body#home a#express {
@@ -155,6 +160,7 @@ body#home a#express {
}
body#home a#express:hover {
border-color: #259dff;
border-color: #259dff60;
}
body#home a#mongo {
@@ -162,6 +168,7 @@ body#home a#mongo {
}
body#home a#mongo:hover {
border-color: #13aa52;
border-color: #13aa5260;
}
body#home a#react {
@@ -169,6 +176,7 @@ body#home a#react {
}
body#home a#react:hover {
border-color: #61dafb;
border-color: #61dafb60;
}
body#home a#angular {
@@ -176,6 +184,7 @@ body#home a#angular {
}
body#home a#angular:hover {
border-color: #c3002f;
border-color: #c3002f60;
}
body#home a#vue {
@@ -183,6 +192,7 @@ body#home a#vue {
}
body#home a#vue:hover {
border-color: #486491;
border-color: #48649160;
}
body#home a#java {
@@ -190,6 +200,7 @@ body#home a#java {
}
body#home a#java:hover {
border-color: #ab6311;
border-color: #ab631160;
}
body#home a#cpp {
@@ -197,13 +208,15 @@ body#home a#cpp {
}
body#home a#cpp:hover {
border-color: #865fc5;
border-color: #865fc560;
}
body#home a#python {
color: #f3bb12;
color: #efb60b;
}
body#home a#python:hover {
border-color: #f3bb12;
border-color: #efb60b;
border-color: #efb60b60;
}
body#home a#php {
@@ -211,6 +224,7 @@ body#home a#php {
}
body#home a#php:hover {
border-color: #8892bf;
border-color: #8892bf60;
}
body#home a#ruby {
@@ -218,6 +232,7 @@ body#home a#ruby {
}
body#home a#ruby:hover {
border-color: #d34135;
border-color: #d3413560;
}
body#home a#infosec {
@@ -225,6 +240,7 @@ body#home a#infosec {
}
body#home a#infosec:hover {
border-color: #00b81a;
border-color: #00b81a60;
}
body#home a#server {
@@ -232,6 +248,7 @@ body#home a#server {
}
body#home a#server:hover {
border-color: #0098ec;
border-color: #0098ec60;
}
body#home a#server span#serverless {
color: #87cef7;
@@ -242,6 +259,7 @@ body#home a#devops {
}
body#home a#devops:hover {
border-color: #ff6200;
border-color: #ff620060;
}
body#home a#containerization {
@@ -249,6 +267,7 @@ body#home a#containerization {
}
body#home a#containerization:hover {
border-color: #c48f49;
border-color: #c48f4960;
}
body#home a#y2k {
@@ -256,13 +275,14 @@ body#home a#y2k {
}
body#home a#y2k:hover {
border-color: #ffa900;
border-color: #ffa90060;
}
body#home a#y2k span#shh {
color: #aaaaaa;
color: #9e9e9e;
}
body#home span#fairy {
color: #fd5da8;
color: #f23e93;
}
body#home span#fairy:hover {
cursor: url(data:image/svg+xml;utf8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMiIgc3R5bGU9ImZvbnQtc2l6ZToxNnB4Ij48dGV4dCB5PSIxOCI+8J+nmjwvdGV4dD48L3N2Zz4=), default !important;
@@ -273,6 +293,7 @@ body#home a#github {
}
body#home a#github:hover {
border-color: #8d4eff;
border-color: #8d4eff60;
}
body#home a#linkedin {
@@ -280,6 +301,7 @@ body#home a#linkedin {
}
body#home a#linkedin:hover {
border-color: #0073b1;
border-color: #0073b160;
}
body#home a#facebook {
@@ -287,6 +309,7 @@ body#home a#facebook {
}
body#home a#facebook:hover {
border-color: #4267b2;
border-color: #4267b260;
}
body#home a.twitter {
@@ -294,6 +317,7 @@ body#home a.twitter {
}
body#home a.twitter:hover {
border-color: #00acee;
border-color: #00acee60;
}
body#home a#instagram {
@@ -301,6 +325,7 @@ body#home a#instagram {
}
body#home a#instagram:hover {
border-color: #a37754;
border-color: #a3775460;
}
body#home a#mastodon {
@@ -308,6 +333,7 @@ body#home a#mastodon {
}
body#home a#mastodon:hover {
border-color: #6d8ca7;
border-color: #6d8ca760;
}
body#home a#news-1 {
@@ -315,6 +341,7 @@ body#home a#news-1 {
}
body#home a#news-1:hover {
border-color: #ff1b1b;
border-color: #ff1b1b60;
}
body#home a#news-2 {
@@ -322,13 +349,15 @@ body#home a#news-2 {
}
body#home a#news-2:hover {
border-color: #f78200;
border-color: #f7820060;
}
body#home a#news-3 {
color: #ffc30c;
color: #f2b702;
}
body#home a#news-3:hover {
border-color: #ffc30c;
border-color: #f2b702;
border-color: #f2b70260;
}
body#home a#news-4 {
@@ -336,6 +365,7 @@ body#home a#news-4 {
}
body#home a#news-4:hover {
border-color: #5ebd3e;
border-color: #5ebd3e60;
}
body#home a#news-5 {
@@ -343,6 +373,7 @@ body#home a#news-5 {
}
body#home a#news-5:hover {
border-color: #009cdf;
border-color: #009cdf60;
}
body#home a#news-6 {
@@ -350,6 +381,7 @@ body#home a#news-6 {
}
body#home a#news-6:hover {
border-color: #3e49bb;
border-color: #3e49bb60;
}
body#home a#news-7 {
@@ -357,6 +389,7 @@ body#home a#news-7 {
}
body#home a#news-7:hover {
border-color: #973999;
border-color: #97399960;
}
body#home a#resume {
@@ -364,6 +397,7 @@ body#home a#resume {
}
body#home a#resume:hover {
border-color: #d54b3d;
border-color: #d54b3d60;
}
body#home a#email {
@@ -371,14 +405,15 @@ body#home a#email {
}
body#home a#email:hover {
border-color: #de0c0c;
border-color: #de0c0c60;
}
body#home a#pgp {
color: #777777;
margin-left: -2px;
}
body#home a#pgp:hover {
border-color: #777777;
border-color: #77777760;
}
body#home a#sms {
@@ -386,60 +421,62 @@ body#home a#sms {
}
body#home a#sms:hover {
border-color: #6fcc01;
border-color: #6fcc0160;
}
/* Footer */
body#home div#footer {
body#home footer {
margin: 0;
height: 40px;
}
body#home div#footer div {
body#home footer div {
float: left;
vertical-align: middle;
line-height: 40px;
height: 100%;
}
body#home div#footer div#blog {
body#home footer div#blog {
width: 40%;
text-align: left;
font-size: 0.75em;
font-size: 0.9em;
}
body#home div#footer div#blog a {
body#home footer div#blog a {
color: #0077a7;
}
body#home div#footer div#blog a:hover {
body#home footer div#blog a:hover {
border-color: #0077a7;
border-color: #0077a760;
}
body#home div#footer div#panda {
body#home footer div#panda {
width: 20%;
text-align: center;
font-size: 1em;
}
body#home div#footer div#panda span {
body#home footer div#panda span {
text-align: center;
width: 12px;
}
body#home div#footer div#info {
body#home footer div#info {
width: 40%;
font-size: 0.5em;
color: #666666;
font-size: 0.55em;
color: #666;
text-align: right;
}
body#home div#footer div#info a {
color: #666666;
body#home footer div#info a {
color: #666;
}
body#home div#footer div#info a#source {
border-bottom: 1px solid #dddddd;
body#home footer div#info a#source {
border-bottom: 1px solid #ddd;
}
@@ -476,14 +513,11 @@ body#notes {
}
body#notes a {
color: #0077a7;
background-color: transparent;
text-decoration: none;
border-bottom: 1px dashed transparent;
transition: border-color 0.15s linear;
color: #036e9b;
}
body#notes a:hover {
border-color: #0077a7;
border-color: #036e9b;
border-color: #036e9b60;
}
@@ -494,44 +528,44 @@ body#notes a:hover {
padding: 20px !important;
}
body#notes, body#notes div#single {
body#notes, body#notes main#single article {
width: 100%;
max-width: 100%;
box-sizing: border-box;
}
body#notes div#header {
body#notes header {
margin-top: 0px !important;
margin-bottom: 20px !important;
}
body#notes div#header a#logo img, body#notes div#header a#logo svg {
body#notes header a#logo img, body#notes header a#logo svg {
height: 75px !important;
width: 50px !important;
}
body#notes div#footer {
body#notes footer {
margin-bottom: 30px !important;
}
body#notes div#footer div#panda {
body#notes footer div#panda {
display: none;
}
body#notes div#footer div#copyright, body#notes div#footer div#poweredby {
body#notes footer div#copyright, body#notes footer div#poweredby {
width: 50% !important;
line-height: 20px !important;
font-size: 14px !important;
line-height: 1.8em !important;
}
body#notes div#footer div#poweredby a#hugo::after {
body#notes footer div#poweredby a#hugo::after {
content: "\A";
white-space: pre;
}
body#notes div#single div.meta {
font-size: 15px !important;
body#notes main#single article div.meta {
font-size: 14px !important;
}
body#notes div#content code {
@@ -542,25 +576,25 @@ body#notes a:hover {
/* Header */
body#notes div#header {
body#notes header {
font-size: 16px;
margin-top: 20px;
margin-bottom: 40px;
}
body#notes div#header a#more {
body#notes header a#more {
border: none;
font-size: 18px;
font-weight: 400;
}
body#notes div#header a#logo {
body#notes header a#logo {
border: none;
margin: 20px auto;
display: block;
}
body#notes div#header a#logo img, body#notes div#header a#logo svg {
body#notes header a#logo img, body#notes header a#logo svg {
height: 150px;
width: 100px;
margin: 0 auto;
@@ -571,8 +605,8 @@ body#notes div#header a#logo img, body#notes div#header a#logo svg {
/* Footer */
body#notes div#footer {
border-top: 1px solid #cccccc;
body#notes footer {
border-top: 1px solid #ccc;
height: 40px;
font-size: 24px;
padding-top: 16px;
@@ -580,43 +614,43 @@ body#notes div#footer {
margin-bottom: 20px;
}
body#notes div#footer a {
color: #666666;
body#notes footer a {
color: #666;
border: none;
}
body#notes div#footer div {
body#notes footer div {
float: left;
vertical-align: middle;
line-height: 40px;
height: 100%;
}
body#notes div#footer div#copyright, body#notes div#footer div#poweredby {
body#notes footer div#copyright, body#notes footer div#poweredby {
width: 40%;
font-size: 0.5em;
color: #666666;
font-size: 0.55em;
color: #666;
}
body#notes div#footer div#copyright {
body#notes footer div#copyright {
text-align: left;
}
body#notes div#footer div#poweredby {
body#notes footer div#poweredby {
text-align: right;
}
body#notes div#footer div#poweredby a#source {
border-bottom: 1px solid #dddddd;
body#notes footer div#poweredby a#source {
border-bottom: 1px solid #ddd;
}
body#notes div#footer div#panda {
body#notes footer div#panda {
width: 20%;
text-align: center;
font-size: 1em;
}
body#notes div#footer div#panda span {
body#notes footer div#panda span {
text-align: center;
width: 12px;
}
@@ -624,16 +658,16 @@ body#notes div#footer div#panda span {
/* Single Post */
body#notes div#single div#content, body#notes div#single div#content p {
body#notes main#single article div#content, body#notes main#single article div#content p {
line-height: 1.7;
object-fit: contain;
}
body#notes div#single div#info {
body#notes main#single article div#info {
text-align: center;
}
body#notes div#single h1 {
body#notes main#single article h1 {
margin-top: 0;
margin-bottom: 20px;
color: #222;
@@ -641,78 +675,78 @@ body#notes div#single h1 {
line-height: 1.4em;
}
body#notes div#single h1 a {
body#notes main#single article h1 a {
color: #222;
border: none;
}
body#notes div#single h2 {
body#notes main#single article h2 {
margin-top: 20px;
margin-bottom: 10px;
font-weight: normal;
font-size: 24px;
line-height: 1.5em;
color: #111;
color: #222;
}
body#notes div#single div.meta {
body#notes main#single article div.meta {
margin: -5px 0 0 0;
color: #666666;
color: #666;
font-size: 13px;
line-height: 1.5em;
letter-spacing: 1px;
}
body#notes div#single div.meta a {
color: #666666;
body#notes main#single article div.meta a {
color: #666;
border: none;
}
body#notes div#single div.meta div.tags {
body#notes main#single article div.meta div.tags {
text-transform: uppercase;
line-height: 1.5em;
letter-spacing: 2px;
margin-top: 5px;
}
body#notes div#single div.meta div.tags span.tag {
color: #666666;
body#notes main#single article div.meta div.tags span.tag {
color: #666;
border: none;
margin: 0 7px;
}
body#notes div#single div.meta div.tags span.tag a {
color: #666666;
body#notes main#single article div.meta div.tags span.tag a {
color: #666;
border: none;
}
body#notes div#single div#content img {
body#notes main#single article div#content img {
max-width: 100%;
margin: 0 auto;
display: block;
object-fit: scale-down;
}
body#notes div#single div#content img + em {
body#notes main#single article div#content img + em {
display: block;
text-align: center;
font-size: 15px;
color: #555555;
color: #555;
margin-top: 5px;
}
body#notes div#single div#content blockquote {
body#notes main#single article div#content blockquote {
border-left: 6px solid #0087be;
margin-left: 6px;
padding-left: 15px;
}
body#notes div#single div#content code {
body#notes main#single article div#content code {
font-family: monospace;
background: #f4f4f4;
padding: 0.2em;
border: 1px solid #cccccc;
border: 1px solid #ccc;
font-size: 16px;
}
body#notes div#single div#content pre code {
body#notes main#single article div#content pre code {
padding: 1em 1.5em;
line-height: 1.6;
page-break-inside: avoid;
@@ -724,20 +758,20 @@ body#notes div#single div#content pre code {
object-fit: scale-down;
}
body#notes div#single div#content hr {
body#notes main#single article div#content hr {
width: 60%;
margin: 10px auto;
border: 1px solid #ccc;
}
body#notes div#single div#content div.embed.video-player {
body#notes main#single article div#content div.embed.video-player {
position: relative;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
}
body#notes div#single div#content div.embed.video-player iframe.youtube-player {
body#notes main#single article div#content div.embed.video-player iframe.youtube-player {
position: absolute;
top: 0;
left: 0;
@@ -748,22 +782,22 @@ body#notes div#single div#content div.embed.video-player iframe.youtube-player {
display: inline-block;
}
body#notes div#single div#commento {
border-top: 1px solid #cccccc;
body#notes main#single article div#commento {
border-top: 1px solid #ccc;
padding-top: 20px;
margin-top: 20px;
}
body#notes div#single div#commento a.commento-name {
body#notes main#single article div#commento a.commento-name {
max-width: none !important;
border: none;
}
body#notes div#single div#commento div.commento-logged-container {
body#notes main#single article div#commento div.commento-logged-container {
display: block !important;
}
body#notes div#single div#commento div#commento-footer {
body#notes main#single article div#commento div#commento-footer {
display: none;
}
@@ -771,34 +805,34 @@ body#notes div#single div#commento div#commento-footer {
/* Archive List */
body#notes div#archive div.year ul {
body#notes main#archive section.year ul {
list-style-type: none;
padding-left: 0;
display: block;
}
body#notes div#archive div.year ul li::after {
body#notes main#archive section.year li::after {
content: '';
display: block;
clear: both;
}
body#notes div#archive div.year ul li:last-child {
body#notes main#archive section.year li:last-child {
margin-bottom: 20px;
}
body#notes div#archive div.year ul li+li {
body#notes main#archive section.year li+li {
padding-top: 20px;
}
body#notes div#archive div.year div.date {
body#notes main#archive section.year div.date {
float: left;
color: #666666;
color: #666;
width: 100px;
font-weight: 400;
}
body#notes div#archive div.year div.title {
body#notes main#archive section.year div.title {
float: left;
width: calc(100% - 100px);
}
@@ -815,12 +849,12 @@ body#error {
padding: 0;
}
body#error div#message {
background: #ffffff;
background: #fff;
max-width: 400px;
margin: 100px auto 16px;
padding: 16px 32px;
border-radius: 4px;
box-shadow: 0 1px 3px #e0e0e0, 0 1px 2px #888888;
box-shadow: 0 1px 3px #e0e0e0, 0 1px 2px #888;
}
body#error div#message h1 {
margin: 16px 0;
@@ -837,7 +871,7 @@ body#error div#message a {
}
@media (max-width: 600px) {
body#error, body#error div#message {
background: #ffffff;
background: #fff;
margin-top: 16px;
box-shadow: none;
}