|
34 | 34 | <!-- Header / Sidebar --> |
35 | 35 | <header class="z-30 fixed top-6 laptop:top-12 flex ml-6 gap-2 h-0"> |
36 | 36 |
|
37 | | - <a href="/" class="h-10 flex justify-center items-center bg-white hover:bg-o-light-blue transition delay-100 duration-200 rounded-md p-2"> |
| 37 | + <a href="/" class="h-10 flex justify-center items-center bg-white hover:bg-o-light-blue transition delay-100 duration-200 rounded-md p-2 select-none"> |
38 | 38 | <img loading="lazy" class="h-5 w-auto" src="/assets/icon/D.svg"> |
39 | 39 | </a> |
40 | 40 |
|
41 | | - <a href="/publications/" class="h-10 flex justify-center items-center bg-white text-drama-black hover:bg-o-light-blue transition delay-100 duration-200 rounded-md p-4"> |
| 41 | + <a href="/publications/" class="h-10 flex justify-center items-center bg-white text-drama-black hover:bg-o-light-blue transition delay-100 duration-200 rounded-md p-4 select-none"> |
42 | 42 | <b class="font-mono">Publication</b> |
43 | 43 | </a> |
44 | 44 |
|
45 | | - <a href="/datasets/" class="h-10 hidden laptop:flex justify-center items-center bg-white text-drama-black hover:bg-o-light-blue transition delay-100 duration-200 rounded-md p-4"> |
| 45 | + <a href="/datasets/" class="h-10 hidden laptop:flex justify-center items-center bg-white text-drama-black hover:bg-o-light-blue transition delay-100 duration-200 rounded-md p-4 select-none"> |
46 | 46 | <b class="font-mono">Dataset</b> |
47 | 47 | </a> |
48 | 48 |
|
49 | | - <a href="/team/" class="h-10 hidden laptop:flex justify-center items-center bg-white text-drama-black hover:bg-o-light-blue transition delay-100 duration-200 rounded-md p-4"> |
| 49 | + <a href="/team/" class="h-10 hidden laptop:flex justify-center items-center bg-white text-drama-black hover:bg-o-light-blue transition delay-100 duration-200 rounded-md p-4 select-none"> |
50 | 50 | <b class="font-mono">Team</b> |
51 | 51 | </a> |
52 | 52 |
|
53 | | - <a href="/recruit/" class="h-10 hidden laptop:flex justify-center items-center bg-white text-drama-black hover:bg-o-light-blue transition delay-100 duration-200 rounded-md p-4"> |
| 53 | + <a href="/recruit/" class="h-10 hidden laptop:flex justify-center items-center bg-white text-drama-black hover:bg-o-light-blue transition delay-100 duration-200 rounded-md p-4 select-none"> |
54 | 54 | <b class="font-mono">Recruit</b> |
55 | 55 | </a> |
56 | 56 |
|
57 | | - <a href="/events/" class="h-10 flex justify-center items-center bg-white text-drama-black hover:bg-o-light-blue transition delay-100 duration-200 rounded-md p-4"> |
| 57 | + <a href="/events/" class="h-10 flex justify-center items-center bg-white text-drama-black hover:bg-o-light-blue transition delay-100 duration-200 rounded-md p-4 select-none"> |
58 | 58 | <b class="font-mono">Event</b> |
59 | 59 | </a> |
60 | 60 |
|
|
0 commit comments