diff --git a/assets/css/site.css b/assets/css/site.css index 3448fbd..ce4c645 100644 --- a/assets/css/site.css +++ b/assets/css/site.css @@ -1,5 +1,5 @@ .icon-footer { - padding: 2%; + padding: 3%; padding: 2vh; } @@ -50,7 +50,7 @@ } .code { - background-color: #161038; + background-color: #09003d; } .card-soft-link { diff --git a/assets/script/app.js b/assets/script/app.js deleted file mode 100644 index 6313f26..0000000 --- a/assets/script/app.js +++ /dev/null @@ -1,20 +0,0 @@ -var $document = $(document), - $nav = $('.navbar-top'), - navbarDef = 'bg-dark', - effect = 'fadeInDown'; - -if (window.location.pathname ==='/') { - $document.scroll(function() { - //if >100 pixels have been scrolled - if ($document.scrollTop() >= 100) { - $nav.addClass(navbarDef); - $nav.addClass(effect); //add animation effect - } else { - $nav.removeClass(navbarDef); - $nav.removeClass(effect); //add animation effect - } - }); -} else { - $nav.addClass(navbarDef); - $nav.addClass(effect); //add animation effect -} \ No newline at end of file diff --git a/views/pages/contact.ejs b/views/pages/contact.ejs index 6bc8d51..5a80ade 100644 --- a/views/pages/contact.ejs +++ b/views/pages/contact.ejs @@ -5,17 +5,15 @@ <%- include('../partials/include') %> - +
<%- include('../partials/nav') %>
-
-
+

Contact me

-

Questions? Comments? Spam?. Please email me with the below address:

-

len0rd"AT"fastmail.co.uk

-
+

Questions? Comments? Spam? Please email me with the below address:

+

len0rd"AT"fastmail.co.uk

<%- include('../partials/footer') %> diff --git a/views/pages/recipe_navigator.ejs b/views/pages/recipe_navigator.ejs index ae6df09..ebca553 100644 --- a/views/pages/recipe_navigator.ejs +++ b/views/pages/recipe_navigator.ejs @@ -6,7 +6,7 @@ - +
<%- include('../partials/nav') %>
@@ -32,6 +32,7 @@
+ <%- include('../partials/footer') %> <%- include('../partials/post_html_include') %> - -