From 1ec84dcfd7f61d92dbcb07b4c3d29b2d058cb62d Mon Sep 17 00:00:00 2001 From: krishna Date: Tue, 15 Oct 2024 19:37:38 +0530 Subject: [PATCH 1/5] Added profile hover dropdown for profile and logout options --- index.html | 6 +++++- style.css | 29 +++++++++++++++++++++++++++++ 2 files changed, 34 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 39841a2b..80f52e57 100644 --- a/index.html +++ b/index.html @@ -209,7 +209,11 @@

- + +
diff --git a/style.css b/style.css index 567a711a..958297e1 100644 --- a/style.css +++ b/style.css @@ -100,3 +100,32 @@ +.user-icon { + position: relative; + display: inline-block; + cursor: pointer; + } + + .dropdown-content { + display: none; + position: absolute; + background-color: white; + min-width: 10px; + box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2); + z-index: 1; + } + .dropdown-content a { + color: black; + padding: 12px 16px; + text-decoration: none; + display: block; + } + + .dropdown-content a:hover { + background-color: #f1f1f1; + + } + + .user-icon:hover .dropdown-content { + display: block; + } \ No newline at end of file From 9d0b48d95348a09b8c80f6b00645018f6343db23 Mon Sep 17 00:00:00 2001 From: Sushant Mishra <150696525+mishrasushant101@users.noreply.github.com> Date: Tue, 15 Oct 2024 22:43:14 +0530 Subject: [PATCH 2/5] added a website on clicking the learn more button --- assets/css/style.css | 1 - index.html | 2 +- learnmore.html | 54 +++++++++++++++++++ styles.css | 121 +++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 176 insertions(+), 2 deletions(-) create mode 100644 learnmore.html create mode 100644 styles.css diff --git a/assets/css/style.css b/assets/css/style.css index 0e63d62a..bda7d832 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -503,7 +503,6 @@ html { padding: 10px; /*reducing height of the navbar */ } - /* .input-group{ display: flex; flex-direction: row; diff --git a/index.html b/index.html index 39841a2b..f14704cc 100644 --- a/index.html +++ b/index.html @@ -1090,7 +1090,7 @@

David S. Neuman

- +