diff --git a/additionalScripts.js b/additionalScripts.js index 3a69739..a65cf3c 100644 --- a/additionalScripts.js +++ b/additionalScripts.js @@ -1,3 +1,4 @@ + var vals = [ `

{dev}Osan @@ -19,4 +20,9 @@ window.onload=generateLogo(Math.floor(Math.random()*vals.length)); function generateLogo(numb) { document.getElementById("devOsanLogo-dynamic").innerHTML=vals[numb]; document.getElementById("devOsanMiniLogo-dynamic").innerHTML=vals2[numb]; -} \ No newline at end of file +} + +$(function(){ + var navMain = $(".navbar-collapse"); + navMain.on("click","a:not([data-toggle])",null,function(){navMain.collapse('hide');}); +}); diff --git a/index.html b/index.html index da70a56..6eb38f4 100644 --- a/index.html +++ b/index.html @@ -150,9 +150,30 @@


Projects


-

Bus GPS

-

{dev}Osan Website

-

Pending Game Engine

+
@@ -205,7 +226,7 @@ src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous" - > - + >