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

CSS tweaks to prep for blog migration

This commit is contained in:
2019-02-25 11:15:32 -05:00
parent 4b09a81d06
commit c94a11b1d0
8 changed files with 104 additions and 103 deletions

View File

@@ -1,5 +1,5 @@
{{ define "main" }}
<div itemscope itemtype="http://schema.org/Person" id="home">
<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>

View File

@@ -34,7 +34,7 @@
<link rel="preload" href="{{ "fonts/open-sans-regular.woff2" | absURL }}" as="font" type="font/woff2" crossorigin>
<link rel="dns-prefetch" href="https://stats.jarv.is">
<link rel="stylesheet" href="{{ "style.css" | absURL }}">
<link rel="author" href="https://plus.google.com/+JakeJarvis/posts">
<link rel="author" href="https://plus.google.com/+jakejarvis/posts">
<link rel="author" href="{{ "humans.txt" | absURL }}">
</head>
<body>
<body id="{{ .Type }}">