From 5de35c5810bd6dbacefd83949da124774878a4a9 Mon Sep 17 00:00:00 2001 From: lucid-dreem <59326141+lucid-dreem@users.noreply.github.com> Date: Tue, 15 Dec 2020 22:06:20 +0530 Subject: [PATCH 1/2] add new navbar, footer --- Navbar/Navbar.css | 47 ++++++++------------ ProjectPage.html | 100 ++++++++++++++++++++++------------------- TeamPage.html | 100 ++++++++++++++++++++++------------------- about-team.html | 96 ++++++++++++++++++++++------------------ about.html | 96 ++++++++++++++++++++++------------------ announcements.html | 96 ++++++++++++++++++++++------------------ articles.html | 96 ++++++++++++++++++++++------------------ auraedge.html | 94 ++++++++++++++++++++++----------------- blog.html | 91 ++++++++++++++++++++++---------------- contact.html | 91 ++++++++++++++++++++++---------------- covid-19.html | 91 ++++++++++++++++++++++---------------- dashboard.html | 91 ++++++++++++++++++++++---------------- index.html | 108 +++++++++++++++++++++++++-------------------- interinit.html | 96 ++++++++++++++++++++++------------------ login.html | 96 ++++++++++++++++++++++------------------ mediair.html | 100 ++++++++++++++++++++++------------------- papers.html | 100 ++++++++++++++++++++++------------------- partnership.html | 100 ++++++++++++++++++++++------------------- support.html | 96 ++++++++++++++++++++++------------------ team-members.html | 96 ++++++++++++++++++++++------------------ 20 files changed, 1026 insertions(+), 855 deletions(-) diff --git a/Navbar/Navbar.css b/Navbar/Navbar.css index fff2165..0d25323 100644 --- a/Navbar/Navbar.css +++ b/Navbar/Navbar.css @@ -1,29 +1,3 @@ - -.navbar { - background-color: transparent; - transition: 750ms ease; -} - -.navbar a:hover { - color: #2A9FD6; -} - -.offcanvas-header { display:none; } - -.dropdown.show .dropdown-menu { - max-height: 300px; - opacity: 1; -} - -.navbar-brand { - font-family: 'Jost', sans-serif; - font-size: 1.25em; -} - -.btn-outline-primary{ - border-color: #00b8ff ; -} - @media (max-width: 1200px) { .offcanvas-header{ display:block; } .navbar-collapse { @@ -32,15 +6,30 @@ bottom: 0; left: 100%; width: 100%; - padding-right: 1rem; - padding-left: 1rem; overflow-y: auto; - visibility: hidden; background-color: black; transition: visibility .2s ease-in-out, -webkit-transform .2s ease-in-out; + z-index: 1; } .navbar-collapse.show { visibility: visible; transform: translateX(-100%); } +} + +.dropdown-item{ + color:white; +} + +.dropdown-item:hover{ + background-color: #2a9fd6; + color:white; +} + +a{ + outline:0; +} + +.navbar-toggler{ + z-index: 3; } \ No newline at end of file diff --git a/ProjectPage.html b/ProjectPage.html index 37fc8ea..5124a48 100644 --- a/ProjectPage.html +++ b/ProjectPage.html @@ -53,52 +53,60 @@
- +