diff --git a/Cakes-Co/design/cakes wireframe - desktop.png b/Cakes-Co/design/cakes wireframe - desktop.png deleted file mode 100644 index e9f99f3b..00000000 Binary files a/Cakes-Co/design/cakes wireframe - desktop.png and /dev/null differ diff --git a/Cakes-Co/design/cakes wireframe - mobile.png b/Cakes-Co/design/cakes wireframe - mobile.png deleted file mode 100644 index 12900589..00000000 Binary files a/Cakes-Co/design/cakes wireframe - mobile.png and /dev/null differ diff --git a/Cakes-Co/index.html b/Cakes-Co/index.html deleted file mode 100644 index 60b1afe1..00000000 --- a/Cakes-Co/index.html +++ /dev/null @@ -1,16 +0,0 @@ - - - -
- - - -PROJECT MANAGER
+ +I'm a paragraph. Click here to add your own text and edit me. It’s easy. Just click “Edit Text” or double click me to + add your own content and make changes to the font.
+I’m a great place for you to tell a story and let your users know a little more about you.
+This website design was created by Wix.com, and is used here for strictly educational purposes.
+ - \ No newline at end of file diff --git a/MultiPage-Clone/main.js b/MultiPage-Clone/main.js index 11e6b744..3c244efd 100644 --- a/MultiPage-Clone/main.js +++ b/MultiPage-Clone/main.js @@ -1,4 +1,23 @@ +const burger = document.querySelector(".navimage"); +const nav = document.querySelector(".nav-links"); +const body = document.querySelector("body"); +const navLinks = document.querySelectorAll('.nav-links a'); -const OVERFLOW = $('#toggle1'); +burger.addEventListener("click", () => { + nav.classList.toggle("nav-active"); + burger.classList.toggle("toggle"); -OVERFLOW.click(e => e.target.checked ? $("body").css("overflow-y", "hidden") : $("body").css("overflow-y", "auto")); \ No newline at end of file + if (nav.classList.contains("nav-active")) { + body.style.overflow = "hidden"; + } else { + body.style.overflow = "auto"; + } +}); + +function openPage(buttonId){ + if(buttonId === 'btn-resume'){ + window.location.href = "resume.html"; + }else if(buttonId === 'btn-project'){ + window.location.href ='project.html' + } +} diff --git a/MultiPage-Clone/project.html b/MultiPage-Clone/project.html new file mode 100644 index 00000000..06a84c54 --- /dev/null +++ b/MultiPage-Clone/project.html @@ -0,0 +1,138 @@ + + + + + + + + + + + + + + + + +I'm a paragraph. Click here to add your own text and edit me. It’s easy. Just click “Edit Text” or double click me to + add your own content and make changes to the font. I’m a great place for you to tell a story and let your users know a + little more about you.
+I'm a paragraph. Click here to add your own text and edit me. It’s easy. Just click “Edit Text” or double + click me to add your own content and make changes to the font. I’m a great place for you to tell a story and + let your users know a little more about you.
+I'm a paragraph. Click here to add your own text and edit me. It’s easy. Just click “Edit Text” or double + click me to add your own content and make changes to the font. I’m a great place for you to tell a story and + let your users know a little more about you.
+I'm a paragraph. Click here to add your own text and edit me. It’s easy. Just click “Edit Text” or double + click me to add your own content and make changes to the font. I’m a great place for you to tell a story and + let your users know a little more about you.
+I'm a paragraph. Click here to add your own text and edit me. It’s easy. Just click “Edit Text” or double click me to + add your own content and make changes to the font.
+I’m a great place for you to tell a story and let your users know a little more about you.
+I'm a paragraph. Click here to add your own text and edit me. It’s easy. Just click “Edit Text” or double + click me to + add your own content and make changes to the font.
+I’m a great place for you to tell a story and let your users know a little more about you.
+I'm a paragraph. Click here to add your own text and edit me. It’s easy. Just click “Edit Text” or double + click me to + add your own content and make changes to the font.
+I’m a great place for you to tell a story and let your users know a little more about you.
+I'm a paragraph. Click here to add your own text and edit me. It’s easy. Just click “Edit Text” or double + click me to + add your own content and make changes to the font.
+I’m a great place for you to tell a story and let your users know a little more about you.
+