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; } }