From 47562a2ea4bad50fc5f8363ccb4897fb31814e8f Mon Sep 17 00:00:00 2001 From: Jake Jarvis Date: Tue, 27 Nov 2018 13:05:12 -0500 Subject: [PATCH] some small wording changes --- firebase.json | 29 ++++++++++------------------- layouts/index.html | 6 +++--- static/style.css | 1 + 3 files changed, 14 insertions(+), 22 deletions(-) diff --git a/firebase.json b/firebase.json index f8291073..81f433bc 100644 --- a/firebase.json +++ b/firebase.json @@ -55,15 +55,6 @@ } ] }, - { - "source": "**/*.@(jpg|jpeg|gif|png|ico)", - "headers": [ - { - "key": "Cache-Control", - "value": "max-age=604800" - } - ] - }, { "source": "**/*.@(css|js)", "headers": [ @@ -73,6 +64,15 @@ } ] }, + { + "source": "**/*.@(jpg|jpeg|gif|png|ico|pdf|mov|mp4)", + "headers": [ + { + "key": "Cache-Control", + "value": "max-age=604800" + } + ] + }, { "source": "**/*.@(ttf|otf|woff|woff2|svg|eot)", "headers": [ @@ -87,7 +87,7 @@ "headers": [ { "key": "Cache-Control", - "value": "max-age=2628000" + "value": "max-age=0" }, { "key": "Content-Type", @@ -99,15 +99,6 @@ } ] }, - { - "source": "404.html", - "headers": [ - { - "key": "Cache-Control", - "value": "max-age=3600" - } - ] - } ] } } diff --git a/layouts/index.html b/layouts/index.html index 90fd7d8e..53540cdd 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -1,6 +1,6 @@ {{ define "main" }}
- Jake Jarvis + Photo of Jake Jarvis

Hi! I'm Jake. 👋

I'm a web and mobile developer based in Boston.

My recent focus has been on lean JavaScript frameworks like Node, React, and Angular...

@@ -16,8 +16,8 @@ news outlets.

-

You can find some of my work on GitHub or LinkedIn, my adventures on , Facebook, or Instagram, and my classic PDF resume right here.

+

You can find some of my work on GitHub or LinkedIn, my adventures on , Facebook, or Instagram, and my standard PDF resume here.

If any of this fits with what you're looking for, I'd love to hear from you via emailD36C B66F 4002 B25B, , or text!

- +
{{ end }} \ No newline at end of file diff --git a/static/style.css b/static/style.css index 611f663a..75d13ea4 100644 --- a/static/style.css +++ b/static/style.css @@ -2,6 +2,7 @@ @font-face { font-family: "Open Sans"; + font-display: fallback; font-style: normal; font-weight: 300; src: url("fonts/open-sans-light.eot");