mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-07-03 17:26:37 -04:00
hugo tweaks
This commit is contained in:
0
archetypes/.gitkeep
Normal file
0
archetypes/.gitkeep
Normal file
@ -4,8 +4,6 @@ title = "Jake Jarvis"
|
||||
|
||||
disableKinds = ["taxonomy","taxonomyTerm","sitemap","RSS"]
|
||||
|
||||
|
||||
|
||||
[taxonomies]
|
||||
tag = ""
|
||||
category = ""
|
||||
|
0
content/.gitkeep
Normal file
0
content/.gitkeep
Normal file
6
content/post/first-post.md
Normal file
6
content/post/first-post.md
Normal file
@ -0,0 +1,6 @@
|
||||
---
|
||||
title: "First Post"
|
||||
date: 2018-04-28T15:17:14-04:00
|
||||
draft: true
|
||||
---
|
||||
|
0
data/.gitkeep
Normal file
0
data/.gitkeep
Normal file
0
layouts/.gitkeep
Normal file
0
layouts/.gitkeep
Normal file
@ -1,16 +1,16 @@
|
||||
{{ partial "header.html" . }}
|
||||
<div id="container">
|
||||
<img id="me" src="me.jpg" alt="Jake Jarvis" title="Jake Jarvis">
|
||||
<img id="me" src="{{ "me.jpg" | absURL }}" alt="Jake Jarvis" title="Jake Jarvis">
|
||||
<h1>Hello! I'm Jake. <span id="wave">👋<!--🏻--></span></h1>
|
||||
<h2>I'm a web and mobile developer based in <a href="https://www.urbandictionary.com/define.php?term=Boston" id="boston" target="_blank" rel="noopener noreferrer nofollow">Boston</a>.</h2>
|
||||
<p>I strive to find clean solutions to messy problems.</p>
|
||||
<p>My recent focus has been on lean <a href="https://stackoverflow.blog/2018/01/11/brutal-lifecycle-javascript-frameworks/" id="javascript" target="_blank" rel="noopener noreferrer nofollow">JavaScript frameworks</a> like <a href="https://nodejs.org/en/" id="node" target="_blank" rel="noopener noreferrer nofollow">Node</a>, <a href="https://reactjs.org/" id="react" target="_blank" rel="noopener noreferrer nofollow">React</a>, and <a href="https://angular.io/" id="angular" target="_blank" rel="noopener noreferrer nofollow">Angular</a>...</p>
|
||||
<p>...but I'm also proficient in classics like <a href="https://www.quora.com/Will-PHP-die-in-2018" id="php" target="_blank" rel="noopener noreferrer nofollow">PHP</a>, <a href="https://www.ruby-lang.org/en/" id="ruby" target="_blank" rel="noopener noreferrer nofollow">Ruby</a>, <a href="https://go.java/index.html" id="java" target="_blank" rel="noopener noreferrer nofollow">Java</a>, and <a href="https://en.wikipedia.org/wiki/C%2B%2B" id="cpp" target="_blank" rel="noopener noreferrer nofollow">C++</a>.</p>
|
||||
<p>You can find some of my work on <a href="https://github.com/jakejarvis" id="github" target="_blank" rel="noopener noreferrer nofollow">GitHub</a> or <a href="https://www.linkedin.com/in/jakejarvis/" id="linkedin" target="_blank" rel="noopener noreferrer nofollow">LinkedIn</a>, my adventures on <a href="https://twitter.com/jakejarvis" class="twitter" target="_blank" rel="noopener noreferrer nofollow">Twitter</a>, <a href="https://www.facebook.com/jakejarvis" id="facebook" target="_blank" rel="noopener noreferrer nofollow">Facebook</a>, or <a href="https://www.instagram.com/jakejarvis/" id="instagram" target="_blank" rel="noopener noreferrer nofollow">Instagram</a>, and my classic PDF resume <a href="resume.pdf" id="resume">right here</a>.</p>
|
||||
<p>I fell <a href="y2k/" id="y2k" target="_blank" rel="noopener noreferrer">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>You can find some of my work on <a href="https://github.com/jakejarvis" id="github" target="_blank" rel="noopener noreferrer nofollow">GitHub</a> or <a href="https://www.linkedin.com/in/jakejarvis/" id="linkedin" target="_blank" rel="noopener noreferrer nofollow">LinkedIn</a>, my adventures on <a href="https://twitter.com/jakejarvis" class="twitter" target="_blank" rel="noopener noreferrer nofollow">Twitter</a>, <a href="https://www.facebook.com/jakejarvis" id="facebook" target="_blank" rel="noopener noreferrer nofollow">Facebook</a>, or <a href="https://www.instagram.com/jakejarvis/" id="instagram" target="_blank" rel="noopener noreferrer nofollow">Instagram</a>, and my classic PDF resume <a href="{{ "resume.pdf" | absURL }}" id="resume">right here</a>.</p>
|
||||
<p>I fell <a href="{{ "y2k/" | absURL }}" id="y2k" target="_blank" rel="noopener noreferrer">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/" id="news-1" target="_blank" rel="noopener noreferrer nofollow">have</a> <!-- https://archive.fo/LZ3y0 -->
|
||||
<a href="powncer.mov" id="news-2">been</a>
|
||||
<a href="{{ "powncer.mov" | absURL }}" id="news-2">been</a>
|
||||
<a href="http://money.cnn.com/2007/06/01/technology/facebookplatform.fortune/index.htm" id="news-3" target="_blank" rel="noopener noreferrer nofollow">featured</a> <!-- https://archive.fo/Juzjc -->
|
||||
<a href="http://adage.com/article/small-agency-diary/client-ceo-s-son/116723/" id="news-4" target="_blank" rel="noopener noreferrer nofollow">in</a> <!-- https://archive.fo/Hzuyx -->
|
||||
<a href="https://www.cnet.com/news/three-music-video-search-tools/" id="news-5" target="_blank" rel="noopener noreferrer nofollow">various</a> <!-- https://archive.fo/KoKwg -->
|
||||
|
@ -1,5 +1,5 @@
|
||||
<!DOCTYPE html>
|
||||
{{"<!--\n ,,, ,,,\n ;' ^; ;' ',\n ; s$$$$$s ;\n , ss$$$$$$$ss ,'\n ;$$$$$$$$$$$$$$$$\n $$$$$$$$$$$$$$$$$$ Hello friend. :)\n $$$$$'''$$$'''$$$$$$\n $$$$$ p'$$$'q $$$$$ https://jarv.is/humans.txt\n $$$$ .$$$$$. $$$$\n $$$$$$$$$$$$$$$$$\n '$$$$'*'$$$$'\n '$$.$$'\n-->" | safeHTML}}
|
||||
{{"<!--\n ,,, ,,,\n ;\" ^; ;\" \",\n ; s$$$$$s ;\n , ss$$$$$$$ss ,\"\n ;$$$$$$$$$$$$$$$$\n $$$$$$$$$$$$$$$$$$ Hello friend. :)\n $$$$$\"\"\"$$$\"\"\"$$$$$$\n $$$$$ p\"$$$\"q $$$$$ https://jarv.is/humans.txt\n $$$$ .$$$$$. $$$$\n $$$$$$$$$$$$$$$$$\n \"$$$$\"*\"$$$$\"\n \"$$.$$\"\n-->" | safeHTML}}
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
@ -9,28 +9,28 @@
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta property="og:title" content="Jake Jarvis — Web & Mobile Developer in Boston, MA">
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:url" content="https://jarv.is/">
|
||||
<meta property="og:url" content="{{ .Permalink }}">
|
||||
<meta property="og:description" content="I'm a 26-year-old web and mobile entrepreneur living in Boston, Massachusetts.">
|
||||
<meta property="og:image" content="https://jarv.is/me.jpg">
|
||||
<meta property="og:image" content="{{ "me.jpg" | absURL }}">
|
||||
<meta property="fb:admins" content="1329090853">
|
||||
<meta property="twitter:account_id" content="229769022">
|
||||
<meta name="twitter:card" content="summary">
|
||||
<meta name="twitter:creator" content="@jakejarvis">
|
||||
<meta name="twitter:title" content="Jake Jarvis — Web & Mobile Developer in Boston, MA">
|
||||
<meta name="twitter:url" content="https://jarv.is/">
|
||||
<meta name="twitter:url" content="{{ .Permalink }}">
|
||||
<meta name="twitter:description" content="I'm a 26-year-old web and mobile entrepreneur living in Boston, Massachusetts.">
|
||||
<meta name="twitter:image" content="https://jarv.is/me.jpg">
|
||||
<link rel="canonical" href="https://jarv.is/">
|
||||
<link rel="icon" type="image/png" href="favicon-128.png" sizes="128x128">
|
||||
<link rel="icon" type="image/png" href="favicon-96.png" sizes="96x96">
|
||||
<link rel="icon" type="image/png" href="favicon-64.png" sizes="64x64">
|
||||
<link rel="icon" type="image/png" href="favicon-48.png" sizes="48x48">
|
||||
<link rel="icon" type="image/png" href="favicon-32.png" sizes="32x32">
|
||||
<link rel="icon" type="image/png" href="favicon-16.png" sizes="16x16">
|
||||
<link rel="shortcut icon" href="favicon.ico">
|
||||
<link rel="preload" href="fonts/open-sans-light.woff2" as="font" type="font/woff2" crossorigin>
|
||||
<link rel="stylesheet" href="style.css">
|
||||
<meta name="twitter:image" content="{{ "me.jpg" | absURL }}">
|
||||
<link rel="canonical" href="{{ .Permalink }}">
|
||||
<link rel="icon" type="image/png" href="{{ "favicon-128.png" | absURL }}" sizes="128x128">
|
||||
<link rel="icon" type="image/png" href="{{ "favicon-96.png" | absURL }}" sizes="96x96">
|
||||
<link rel="icon" type="image/png" href="{{ "favicon-64.png" | absURL }}" sizes="64x64">
|
||||
<link rel="icon" type="image/png" href="{{ "favicon-48.png" | absURL }}" sizes="48x48">
|
||||
<link rel="icon" type="image/png" href="{{ "favicon-32.png" | absURL }}" sizes="32x32">
|
||||
<link rel="icon" type="image/png" href="{{ "favicon-16.png" | absURL }}" sizes="16x16">
|
||||
<link rel="shortcut icon" href="{{ "favicon.ico" | absURL }}">
|
||||
<link rel="preload" href="{{ "fonts/open-sans-light.woff2" | absURL }}" as="font" type="font/woff2" crossorigin>
|
||||
<link rel="stylesheet" href="{{ "style.css" | absURL }}">
|
||||
<link rel="author" href="https://plus.google.com/+JakeJarvis/posts">
|
||||
<link rel="author" href="humans.txt">
|
||||
<link rel="author" href="{{ "humans.txt" | absURL }}">
|
||||
</head>
|
||||
<body>
|
0
static/.gitkeep
Normal file
0
static/.gitkeep
Normal file
Reference in New Issue
Block a user