From 3ba2ba65111291f41ae4a6fb62c6b7237e1ff1aa Mon Sep 17 00:00:00 2001 From: sigonasr2 Date: Wed, 22 May 2019 11:50:43 +0900 Subject: [PATCH 1/2] Created script to collapse menu. This is a fix for Issue #5 --- additionalScripts.js | 4 ++++ index.html | 1 + 2 files changed, 5 insertions(+) create mode 100644 additionalScripts.js diff --git a/additionalScripts.js b/additionalScripts.js new file mode 100644 index 0000000..d2420d3 --- /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 123ab17..3e66e4e 100644 --- a/index.html +++ b/index.html @@ -206,5 +206,6 @@ integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous" > + From e2fba3210998509ee58c46a43c6e65e89f7a176a Mon Sep 17 00:00:00 2001 From: sigonasr2 Date: Wed, 22 May 2019 11:56:14 +0900 Subject: [PATCH 2/2] Prepare formatting layout for Project Carousel. --- index.html | 27 ++++++++++++++++++++++++--- 1 file changed, 24 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 123ab17..7b4eaff 100644 --- a/index.html +++ b/index.html @@ -150,9 +150,30 @@


Projects


-

Bus GPS

-

{dev}Osan Website

-

Pending Game Engine

+