diff --git a/additionalScripts.js b/additionalScripts.js new file mode 100644 index 0000000..30a3f14 --- /dev/null +++ b/additionalScripts.js @@ -0,0 +1,4 @@ +$(function(){ + var navMain = $(".navbar-collapse"); + navMain.on("click","a:not([data-toggle])",null,function(){navMain.collapse('hide');}); +}); \ No newline at end of file diff --git a/index.html b/index.html index 66215a2..3ddc02c 100644 --- a/index.html +++ b/index.html @@ -34,11 +34,9 @@
@@ -209,5 +204,6 @@ integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous" > + diff --git a/styles.css b/styles.css index d85f2c4..375dd45 100644 --- a/styles.css +++ b/styles.css @@ -1,5 +1,5 @@ .above-the-fold { - min-height: 100vh; + min-height: 95vh; background-image: url("img/devOsan_noLogo.png"); background-size: cover; background-repeat: no-repeat; @@ -58,6 +58,19 @@ h1 { font-size: 5em; } +h1.devOsan{ + text-shadow: 2px 2px 6px #AAFFAA; +} + +a.devOsan{ + text-shadow: 0px 0px 2px #AAFFAA; + color:black; +} + +h4.devOsan{ + text-shadow: 1px 1px 3px white; +} + h4 { font-size: 1.8em; }