diff options
Diffstat (limited to 'public/authors/index.html')
| -rw-r--r-- | public/authors/index.html | 153 |
1 files changed, 134 insertions, 19 deletions
diff --git a/public/authors/index.html b/public/authors/index.html index a182fb9..f3fb0cd 100644 --- a/public/authors/index.html +++ b/public/authors/index.html @@ -296,15 +296,7 @@ </div> - <div class="min-h-[148px]"></div> -<div - class="fixed inset-x-0 min-h-[130px] opacity-65 bg-gradient-to-b from-neutral from-60% dark:from-neutral-800 to-transparent mix-blend-normal z-80"></div> -<div class="fixed inset-x-0 z-100"> - <div - id="menu-blur" - class="absolute opacity-0 inset-x-0 top-0 h-full single_hero_background nozoom backdrop-blur-2xl shadow-2xl"></div> - <div class="relative m-auto leading-7 max-w-7xl px-6 sm:px-14 md:px-24 lg:px-32"> - <div class="main-menu flex items-center w-full gap-2 p-1 pl-0"> + <div class="main-menu flex items-center w-full gap-2 p-1 pl-0"> <a href="/" class="text-base font-medium truncate min-w-0 shrink"> @@ -334,6 +326,71 @@ + + + <div class="nested-menu"> + <div class="cursor-pointer flex items-center"> + <a + + tabindex="0" + + aria-label="Curriculum" + class="flex items-center text-base font-medium bf-icon-color-hover" + title=""> + + <span class="text-bg font-bg break-normal" title=""> + Curriculum + </span> + <span> + <span class="relative block icon"><svg + xmlns="http://www.w3.org/2000/svg" + viewBox="0 0 20 20" + fill="currentColor" + aria-hidden="true" +> + <path + fill-rule="evenodd" + d="M5.23 7.21a.75.75 0 011.06.02L10 11.168l3.71-3.938a.75.75 0 111.08 1.04l-4.25 4.5a.75.75 0 01-1.08 0l-4.25-4.5a.75.75 0 01.02-1.06z" + clip-rule="evenodd" + /> +</svg> +</span> + </span> + </a> + </div> + <div class="menuhide"> + <div class="pt-2 p-5 mt-2 rounded-xl backdrop-blur shadow-2xl bg-neutral/25 dark:bg-neutral-800/25"> + <div class="flex flex-col space-y-3"> + + <a + href="" + + aria-label="[CV Italiano](static/Iuri_Antico_CV-IT.pdf)" + class="flex items-center bf-icon-color-hover"> + + <span class="text-sm font-sm" title=""> + <a href="static/Iuri_Antico_CV-IT.pdf" >CV Italiano</a> + </span> + </a> + + <a + href="" + + aria-label="[CV Inglese](static/Iuri_Antico_CV-EN.pdf)" + class="flex items-center bf-icon-color-hover"> + + <span class="text-sm font-sm" title=""> + <a href="static/Iuri_Antico_CV-EN.pdf" >CV Inglese</a> + </span> + </a> + + </div> + </div> + </div> + </div> + + + @@ -470,6 +527,74 @@ </div> + + <div class="px-2"> + <a + href="" + aria-label="Curriculum" + + class="flex items-center gap-4 group bf-icon-color-hover text-neutral-700 dark:text-neutral-200"> + + <span title="" class="text-2xl font-bold tracking-tight"> + Curriculum + </span> + + <label + for="fullscreen-submenu-curriculum" + class="ms-auto flex items-center justify-center h-10 w-10 cursor-pointer rounded-lg bf-icon-color-hover border bf-border-color bf-border-color-hover"> + <span class="relative block icon"><svg + xmlns="http://www.w3.org/2000/svg" + viewBox="0 0 20 20" + fill="currentColor" + aria-hidden="true" +> + <path + fill-rule="evenodd" + d="M5.23 7.21a.75.75 0 011.06.02L10 11.168l3.71-3.938a.75.75 0 111.08 1.04l-4.25 4.5a.75.75 0 01-1.08 0l-4.25-4.5a.75.75 0 01.02-1.06z" + clip-rule="evenodd" + /> +</svg> +</span> + </label> + + </a> + + + <input checked type="checkbox" id="fullscreen-submenu-curriculum" autocomplete="off" class="hidden peer/full"> + + <div + class="grid grid-rows-[0fr] transition-[grid-template-rows] duration-300 peer-checked/full:grid-rows-[1fr]"> + <div class="overflow-hidden"> + <div class="ms-7 mt-4"> + + <a + href="" + aria-label="[CV Italiano](static/Iuri_Antico_CV-IT.pdf)" + + class="flex items-center gap-3 p-2 group bf-icon-color-hover text-neutral-700 dark:text-neutral-200"> + + <span title="" class="text-lg"> + <a href="static/Iuri_Antico_CV-IT.pdf" >CV Italiano</a> + </span> + </a> + + <a + href="" + aria-label="[CV Inglese](static/Iuri_Antico_CV-EN.pdf)" + + class="flex items-center gap-3 p-2 group bf-icon-color-hover text-neutral-700 dark:text-neutral-200"> + + <span title="" class="text-lg"> + <a href="static/Iuri_Antico_CV-EN.pdf" >CV Inglese</a> + </span> + </a> + + </div> + </div> + </div> + + </div> + @@ -548,16 +673,6 @@ </script> - </div> -</div> - - -<script - type="text/javascript" - src="/js/background-blur.min.605b3b942818f0ab5a717ae446135ec46b8ee5a2ad12ae56fb90dc2a76ce30c388f9fec8bcc18db15bd47e3fa8a09d779fa12aa9c184cf614a315bc72c6c163d.js" - integrity="sha512-YFs7lCgY8KtacXrkRhNexGuO5aKtEq5W+5DcKnbOMMOI+f7IvMGNsVvUfj+ooJ13n6EqqcGEz2FKMVvHLGwWPQ==" - data-blur-id="menu-blur"></script> - <div class="relative flex flex-col grow"> <main id="main-content" class="grow"> |
