1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-19 18:45:30 -04:00

full name in title for SEO even though it looks like crap 😒

This commit is contained in:
2019-01-22 13:04:43 -05:00
parent 92dd5c633d
commit 03dac6e157
2 changed files with 19 additions and 8 deletions

View File

@@ -1,7 +1,7 @@
{{ define "main" }}
<div itemscope itemtype="http://schema.org/Person" id="home">
<img itemprop="image" id="me" src="{{ "me.jpg" | absURL }}" alt="Photo of Jake Jarvis" title="Photo of Jake Jarvis">
<h1>Hi! I'm Jake. <span id="wave">&#x1F44B;<!--&#x1F3FB;--></span></h1>
<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>
<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> stacks with 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 proficient 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>
@@ -21,7 +21,7 @@
<div id="footer">
<div id="blog"><a href="https://jake.wordpress.com/" title="Jake Jarvis&#39;s Blog on WordPress" id="wordpress" target="_blank" rel="noopener">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; 1999 &ndash;</a> {{ now.Format "2006"}} <a itemprop="url" rel="author" href="https://jarv.is/" title="Jake Jarvis"><span itemprop="name">Jake Jarvis</span></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 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; 1999 &ndash;</a> {{ now.Format "2006"}} <a itemprop="url" rel="author" href="https://jarv.is/" 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>
{{ end }}

View File

@@ -204,7 +204,7 @@ body {
font-family: "Open Sans", sans-serif;
font-weight: 300;
font-size: 24px;
line-height: 1.5;
line-height: 1.5em;
}
a {
@@ -257,20 +257,31 @@ div#home sup {
@media screen and (max-width: 800px) {
body {
font-size: 18px;
font-size: 16px;
}
div#home img#me {
width: 80px;
height: 80px;
width: 75px;
height: 75px;
padding: 2px;
}
div#home h1 {
font-size: 130%;
font-size: 1.35em;
}
div#home h2 {
font-size: 100%;
font-size: 1.1em;
line-height: 1.4em;
}
div#home p {
font-size: 1.1em;
line-height: 1.5em;
}
div#home span#wave {
font-size: 16px;
}
div#home div#footer div#panda {