diff --git a/images/favicon.ico b/images/favicon.ico deleted file mode 100644 index b771b07..0000000 Binary files a/images/favicon.ico and /dev/null differ diff --git a/js/triggerMenuBar.js b/js/triggerMenuBar.js deleted file mode 100644 index bbf3739..0000000 --- a/js/triggerMenuBar.js +++ /dev/null @@ -1,9 +0,0 @@ -function triggerMenu() { - let menu_items = document.getElementById("myMenu"); - - if(menu_items.className === "menu") { - menu_items.className += " responsive"; - } else { - menu_items.className = "menu"; - } -} \ No newline at end of file diff --git a/styles/index.css b/styles/index.css deleted file mode 100644 index c1458bd..0000000 --- a/styles/index.css +++ /dev/null @@ -1,70 +0,0 @@ -@import url('https://fonts.googleapis.com/css2?family=Heebo&display=swap'); - -/* Content styles */ -.content { - flex: 1; - padding: 4rem 4rem; -} - -.description { - font-size: 2rem; - line-height: 1.3; - margin-right: 21%; -} - -p { - margin-bottom: 0.5em; -} - -.image-block { - width: 300px; - height: 430px; - float: right; - margin-right: 20%; - padding-left: 1%; -} - -.caption { - text-align: center; - margin: 0 10px; -} - -.image-myself { - width: 300px; - height: 400px; - border-radius: 10%; -} - -@media screen and (max-width: 1300px) { - p { - margin-bottom: 0em; - margin-top: 1em; - padding-top: 0; - } - - .caption { - margin: 0 0; - padding-left: 3%; - } - - .image-myself { - width: 300px; - height: 400px; - } - - .image-block { - margin-bottom: 10%; - margin-right: 0%; - margin-right: 2.8%; - } - - .description { - font-size: 1.3rem; - margin-right: 0em; - margin-left: 0em; - } - - .content { - padding: 4rem 3rem - } -} diff --git a/styles/styles.css b/styles/styles.css deleted file mode 100644 index d45344b..0000000 --- a/styles/styles.css +++ /dev/null @@ -1,193 +0,0 @@ -@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@700&display=swap'); - -/* General styles */ -* { - box-sizing: border-box; - margin: 0; - padding: 0; -} - -body { - font-family: 'DDINRegular'; - display: flex; - flex-wrap: wrap; - min-height: 100vh; -} - -/* Navigation styles */ -.navigation { - width: 270px; - background-color: #163057; - color: #fff; - padding: 2rem; - text-align: left; - display: flex; - flex-direction: column; -} - -.navigation .menu { - font-size: 160%; - margin: 0; - padding: 0; - flex: 1; -} - -.navigation a { - color: #fff; - text-decoration: none; -} - -.navigation .name { - font-size: 140%; - font-family: 'Rubik', sans-serif; -} - -.route { - padding-top: 1em; - display: flex; - flex-direction: column; - margin-bottom: -12%; -} - -nav a:hover, nav i:hover { - color: #1383cf; -} - -/* Content styles */ -main { - height: 100vh; /* 100vh is the height of the viewport */ - overflow-y: auto; -} - -.navigation, .footer { - height: auto; /* default height for these elements */ - overflow: hidden; /* no overflow */ -} - -.display-bars { - display: none; -} - -/* Footer styles */ -.desktop-footer { - color: #fff; - text-align: left; - font-family: 'DDINRegular'; - font-size: 120%; - padding-right: 3.5%; - padding-top: 1.5%; -} - -.mobile-footer { - display: none; -} - -.social-icon { - font-size: 120%; - padding-right: 12.4%; - padding-bottom: 7%; -} - -/* Mobile & tablet styles */ -@media screen and (max-width: 1300px) { - main { - overflow-y: scroll; - } - - .navigation { - width: 100%; - position: static; - background-color: #163057; - color: #fff; - padding: 2rem; - text-align: left; - display: flex; - flex-direction: column; - } - - .route { - padding-top: 0; - display: contents; - margin-bottom: 0; - } - - .navigation .name { - font-size: 170%; - } - - .desktop-footer { - display: none; - } - - .navigation, .footer { - height: auto; /* default height for these elements */ - } - - .content { - align-items: center; - padding: 2rem 2rem; - } - - .route { - font-size: 120%; - } - - .menu a { - float: left; - display: block; - text-align: left; - } - - .social-icons { - display: flex; - justify-content: center; - align-items: center; - margin-bottom: 1rem; - } - - .mobile-footer { - display: flex; - flex-direction: column; - align-items: center; - justify-content: center; - color: #fff; - text-align: center; - padding: 2rem; - } - - .social-icon { - font-size: 25px; - color: hsl(216, 60%, 21%); - padding: 1rem 0.75rem; - } -} - -@media screen and (max-width: 1300px) { - .menu a:not(:first-child) {display: none;} - - .menu a.display-bars { - position: absolute; - right: 32px; - top: 41px; - font-size: 150%; - display: block; - } -} - -@media screen and (max-width: 1300px) { - .menu.responsive { - position: relative; - } - - .menu.responsive .display-bars { - position: absolute; - right: 0; - top: 9px; - } - - .menu.responsive a { - float: none; - display: block; - text-align: left; - } -} diff --git a/util/resume_aug2023.pdf b/util/resume_aug2023.pdf deleted file mode 100644 index 5b2a333..0000000 Binary files a/util/resume_aug2023.pdf and /dev/null differ