From cf7188b84abd1ffaa1459595af62c7344de7dd83 Mon Sep 17 00:00:00 2001 From: Son Nguyen Date: Wed, 18 Dec 2024 06:41:01 +0700 Subject: [PATCH] Final: Enhance app functionalities (#196) --- .idea/dataSources.local.xml | 2 +- index.html | 319 +++++++++++++++++++----------------- index.js | 10 +- sitemap.xml | 54 +++--- 4 files changed, 209 insertions(+), 176 deletions(-) diff --git a/.idea/dataSources.local.xml b/.idea/dataSources.local.xml index bb108c86..ec152b22 100644 --- a/.idea/dataSources.local.xml +++ b/.idea/dataSources.local.xml @@ -1,6 +1,6 @@ - + #@ diff --git a/index.html b/index.html index 74a10688..8f2cecd9 100644 --- a/index.html +++ b/index.html @@ -304,111 +304,6 @@ bottom: 70px; } } - #githubLink { - color: white !important; - } - #githubLink:hover { - color: #ff8623 !important; - transition: 0.1s ease-in; - } - #githubLink7 { - color: white !important; - } - #githubLink7:hover { - color: #ff8623 !important; - transition: 0.1s ease-in; - } - #githubLink8 { - color: white !important; - } - #githubLink8:hover { - color: #ff8623 !important; - transition: 0.1s ease-in; - } - #githubLink9 { - color: white !important; - } - #githubLink9:hover { - color: #ff8623 !important; - transition: 0.1s ease-in; - } - #githubLink10 { - color: white !important; - } - #githubLink10:hover { - color: #ff8623 !important; - transition: 0.1s ease-in; - } - #githubLink11 { - color: white !important; - } - #githubLink11:hover { - color: #ff8623 !important; - transition: 0.1s ease-in; - } - #githubLink12 { - color: white !important; - } - #githubLink12:hover { - color: #ff8623 !important; - transition: 0.1s ease-in; - } - #githubLink14 { - color: white !important; - } - #githubLink14:hover { - color: #ff8623 !important; - transition: 0.1s ease-in; - } - #githubLink15 { - color: white !important; - } - #githubLink15:hover { - color: #ff8623 !important; - transition: 0.1s ease-in; - } - #githubLink16 { - color: white !important; - } - #githubLink16:hover { - color: #ff8623 !important; - transition: 0.1s ease-in; - } - #githubLink19 { - color: white !important; - } - #githubLink19:hover { - color: #ff8623 !important; - transition: 0.1s ease-in; - } - #githubLink3 { - color: white !important; - } - #githubLink3:hover { - color: #ff8623 !important; - transition: 0.1s ease-in; - } - #githubLink4 { - color: white !important; - } - #githubLink4:hover { - color: #ff8623 !important; - transition: 0.1s ease-in; - } - #githubLink5 { - color: white !important; - } - #githubLink5:hover { - color: #ff8623 !important; - transition: 0.1s ease-in; - } - #githubLink6 { - color: white !important; - } - #githubLink6:hover { - color: #ff8623 !important; - transition: 0.1s ease-in; - } #other { margin-top: 40px; } @@ -419,30 +314,6 @@ min-height: 54px; text-align: center; } - #ad-container { - display: block; - } - #ad-container1 { - display: block; - } - #ad-container2 { - display: block; - } - #ad-container3 { - display: block; - } - #ad-container4 { - display: block; - } - #ad-container5 { - display: block; - } - #ad-container6 { - display: block; - } - #ad-container7 { - display: block; - } #my-heading { margin-top: 19.5px !important; } @@ -453,7 +324,6 @@ #my-heading { margin-top: -5px !important; } - #my-heading1 { margin-top: -5px !important; } @@ -534,6 +404,36 @@ opacity: 0; animation: dropIn 1s ease forwards 2s; } + #sticky-menu-button { + display: none; + } + @media (max-width: 767px) { + #sticky-menu-button { + position: fixed; + top: 50%; + left: 10px; + transform: translateY(-50%); + background-color: #7378c5; + color: white; + border: none; + border-radius: 8px; + padding: 10px; + font-size: 16px; + cursor: pointer; + z-index: 1001; + box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); + display: flex; + align-items: center; + justify-content: center; + } + #sticky-menu-button:hover { + background-color: #ff8623; + transition: 0.2s ease-in-out; + } + #sticky-menu-button i { + font-size: 18px; + } + } @@ -559,6 +459,9 @@

+