|
470 | 470 | transform: scale(0.8) !important; |
471 | 471 | } |
472 | 472 | } |
| 473 | + .hmc_highlight_hover:hover { |
| 474 | + color: #14c8ff !important; |
| 475 | + } |
473 | 476 | </style> |
474 | 477 | <!-- END BLADE STYLES --> |
475 | 478 | <link rel="stylesheet" href="./en_files/app.css" /> |
|
718 | 721 | <div id="app" class="overflow-x-auto"> |
719 | 722 | <header class="fixed top-0 w-screen bg-white hmc-app-header"> |
720 | 723 | <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;"> |
722 | 725 | <div |
723 | 726 | class="flex items-center w-2/3 h-full hmc-logo__wrapper lg:w-1/3" |
724 | 727 | > |
|
878 | 881 | </div> |
879 | 882 |
|
880 | 883 | <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" |
920 | 885 | > |
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> |
942 | 897 | </div> |
943 | 898 |
|
944 | 899 |
|
|
0 commit comments