From: Oscar J. Rodriguez B Date: Thu, 19 Mar 2020 02:06:46 +0000 (-0400) Subject: Major changes in the navbar and start of a parallax X-Git-Url: https://git.josue.xyz/?p=josuexyz%2F.git;a=commitdiff_plain;h=0caa9e344e0c24df276232f123cc918da8823492;hp=e697cc21ff658d51a76493b1ada0e88d63bf2e11 Major changes in the navbar and start of a parallax --- diff --git a/.sass-cache/3600c47a08c2197cc637dd36a45d04b0e52f855e/style.scssc b/.sass-cache/3600c47a08c2197cc637dd36a45d04b0e52f855e/style.scssc index 87ebc19..bc92a72 100644 Binary files a/.sass-cache/3600c47a08c2197cc637dd36a45d04b0e52f855e/style.scssc and b/.sass-cache/3600c47a08c2197cc637dd36a45d04b0e52f855e/style.scssc differ diff --git a/bin/www b/bin/www index 4707b68..96123e6 100755 --- a/bin/www +++ b/bin/www @@ -12,7 +12,7 @@ var http = require('http'); * Get port from environment and store in Express. */ -var port = normalizePort(process.env.PORT || '80'); +var port = normalizePort(process.env.PORT || '3000'); app.set('port', port); /** diff --git a/partials/header.ejs b/partials/header.ejs index 943603e..cae5c88 100644 --- a/partials/header.ejs +++ b/partials/header.ejs @@ -1,12 +1,7 @@