Skip to content

Commit 145cfa9

Browse files
committed
added a link to the navbar to the new survey
1 parent a861310 commit 145cfa9

1 file changed

Lines changed: 16 additions & 61 deletions

File tree

survey_dashboard/hmc_layout/en_template.html

Lines changed: 16 additions & 61 deletions
Original file line numberDiff line numberDiff line change
@@ -470,6 +470,9 @@
470470
transform: scale(0.8) !important;
471471
}
472472
}
473+
.hmc_highlight_hover:hover {
474+
color: #14c8ff !important;
475+
}
473476
</style>
474477
<!-- END BLADE STYLES -->
475478
<link rel="stylesheet" href="./en_files/app.css" />
@@ -718,7 +721,7 @@
718721
<div id="app" class="overflow-x-auto">
719722
<header class="fixed top-0 w-screen bg-white hmc-app-header">
720723
<div id="app-header" class="relative z-10 h-full bg-white">
721-
<div class="container relative flex h-full bg-white xl:items-center">
724+
<div class="container flex h-full bg-white xl:items-center" style="justify-content: space-between;">
722725
<div
723726
class="flex items-center w-2/3 h-full hmc-logo__wrapper lg:w-1/3"
724727
>
@@ -878,67 +881,19 @@
878881
</div>
879882

880883
<div
881-
class="flex items-center justify-end w-1/3 h-full text-right lg:w-2/3">
882-
<nav
883-
class="hmc-nav-mobile fixed bg-white right-0 top-0 h-full p-8"
884-
>
885-
<div class="flex justify-between items-center mb-8">
886-
<button class="hmc-close-mobile-nav color-blue">
887-
<span></span>
888-
<span></span>
889-
</button>
890-
891-
<!-- To be included later
892-
<div>
893-
<ul class="flex">
894-
<li class="ml-2">
895-
<a
896-
class="text-blue-dark text-sm uppercase hover:opacity-100 transition-opacity duration-300"
897-
href="https://dashboard.survey.helmholtz-metadaten.de/en"
898-
>
899-
en
900-
</a>
901-
</li>
902-
<li class="ml-2">
903-
<a
904-
class="text-blue-dark text-sm uppercase opacity-25 hover:opacity-100 transition-opacity duration-300"
905-
href="https://dashboard.survey.helmholtz-metadaten.de/de/survey_dashboard"
906-
>
907-
de
908-
</a>
909-
</li>
910-
</ul>
911-
</div> -->
912-
913-
</div>
914-
915-
916-
</div>
917-
918-
<!-- <div
919-
class="absolute hidden pr-6 mt-2 hmc-langswitch__container lg:pr-12 xl:block"
884+
class="pr-6 mt-10 lg:pr-12 xl:block"
920885
>
921-
<div>
922-
<ul class="flex">
923-
<li class="ml-2">
924-
<a
925-
class="text-blue-dark text-sm uppercase hover:opacity-100 transition-opacity duration-300"
926-
href="https://dashboard.survey.helmholtz-metadaten.de/en"
927-
>
928-
en
929-
</a>
930-
</li>
931-
<li class="ml-2">
932-
<a
933-
class="text-blue-dark text-sm uppercase opacity-25 hover:opacity-100 transition-opacity duration-300"
934-
href="https://dashboard.survey.helmholtz-metadaten.de/de/survey_dashboard"
935-
>
936-
de
937-
</a>
938-
</li>
939-
</ul>
940-
</div>
941-
</div> -->
886+
<ul class="flex">
887+
<li class="ml-2">
888+
<a
889+
class="text-blue-dark text-sm uppercase hmc_highlight_hover"
890+
href="https://dashboard.survey.helmholtz-metadaten.de/2024datastewards"
891+
>
892+
Data Professionals Survey 2024
893+
</a>
894+
</li>
895+
</ul>
896+
</div>
942897
</div>
943898

944899

0 commit comments

Comments
 (0)