From a64bdf6c229d6e5dcffd4bea5d9bdce2da6f8996 Mon Sep 17 00:00:00 2001 From: Joe Wroten Date: Tue, 9 Oct 2018 14:26:20 -0500 Subject: [PATCH] sped up intro, added github link --- partials/header.html | 4 ++-- partials/header/index.html | 25 ------------------------- src/app.scss | 13 ++----------- 3 files changed, 4 insertions(+), 38 deletions(-) delete mode 100644 partials/header/index.html diff --git a/partials/header.html b/partials/header.html index 8b4581f..1923550 100644 --- a/partials/header.html +++ b/partials/header.html @@ -20,11 +20,11 @@ [ joe@wroten.me ] (master) ~/portfolio
- npm run start + npm start
Starting up server, serving ./ on port: 8080 ...
- Asset served ./Resume.pdf | Blog connection established wrotenwrites.com + Asset served ./Resume.pdf | Connections established: wrotenwrites.com, github.com/sharpshark28 diff --git a/partials/header/index.html b/partials/header/index.html deleted file mode 100644 index e5a7081..0000000 --- a/partials/header/index.html +++ /dev/null @@ -1,25 +0,0 @@ - - - - - {{ title }} - - - - - - - -
-
- [ joe@wroten.me ] (master) ~/portfolio -
- npm start wow -
- Starting up server, serving ./ on port: 8080 ... -
- Resume accessible @ ./resume.pdf -
-
- -
diff --git a/src/app.scss b/src/app.scss index e71eadd..c4cdccc 100644 --- a/src/app.scss +++ b/src/app.scss @@ -375,20 +375,11 @@ video { #intro-cmd-8 { animation-delay: 3.8s; } - #intro-cmd-9 { + #intro-response-1 { animation-delay: 3.9s; } - #intro-cmd-10 { - animation-delay: 4s; - } - #intro-cmd-11 { - animation-delay: 4.1s; - } - #intro-response-1 { - animation-delay: 4.2s; - } #intro-response-2 { - animation-delay: 4.5s; + animation-delay: 4.0s; } }