From a0d02e87c4d75e08b450973a6e6fb6028a3f77fc Mon Sep 17 00:00:00 2001 From: Nye Evans Date: Fri, 18 Jun 2021 16:44:06 +0100 Subject: [PATCH] moves scripts to dedicated folder --- index.html | 4 ++-- pages/CVPage.css | 3 ++- {pages => scripts}/autoScroll.js | 0 {pages => scripts}/gallery.js | 0 {pages => scripts}/siteTitle.js | 0 5 files changed, 4 insertions(+), 3 deletions(-) rename {pages => scripts}/autoScroll.js (100%) rename {pages => scripts}/gallery.js (100%) rename {pages => scripts}/siteTitle.js (100%) diff --git a/index.html b/index.html index 689ca35..a57eb28 100644 --- a/index.html +++ b/index.html @@ -7,8 +7,8 @@ - - + + Nye Evans Portfolio diff --git a/pages/CVPage.css b/pages/CVPage.css index 7154885..167dcc2 100644 --- a/pages/CVPage.css +++ b/pages/CVPage.css @@ -10,7 +10,8 @@ body{ color: #ffd256; font-family: "roboto"; background-color: #181818; - + + line-height: 1.3; } h1{ diff --git a/pages/autoScroll.js b/scripts/autoScroll.js similarity index 100% rename from pages/autoScroll.js rename to scripts/autoScroll.js diff --git a/pages/gallery.js b/scripts/gallery.js similarity index 100% rename from pages/gallery.js rename to scripts/gallery.js diff --git a/pages/siteTitle.js b/scripts/siteTitle.js similarity index 100% rename from pages/siteTitle.js rename to scripts/siteTitle.js