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:
@@ -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">👋<!--🏻--></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&fs=1&showinfo=1&rel=0&iv_load_policy=3" title=""Boston Accent Trailer - Late Night with Seth Meyers" on YouTube" id="boston" target="_blank" rel="noopener noreferrer nofollow"><span itemprop="homeLocation">Boston</span></a>.</h2>
|
||||
|
@@ -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 }}">
|
Reference in New Issue
Block a user