mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 20:19:34 +01:00
up
This commit is contained in:
@@ -59,11 +59,24 @@ useSeoMeta({
|
||||
class="aspect-[16/9] size-full opacity-75 group-hover:opacity-100 group-hover:scale-110 duration-200 transition-[scale,opacity] pointer-events-none"
|
||||
/>
|
||||
|
||||
<div class="absolute flex items-center px-2.5 py-0.75 gap-1 opacity-0 group-hover:opacity-100 transition-opacity duration-200 pointer-events-none bg-black/90 rounded-full">
|
||||
<span class="text-sm text-(--ui-text-highlighted) font-medium">
|
||||
{{ item.name }}
|
||||
</span>
|
||||
<UIcon name="i-lucide-arrow-up-right" class="size-4 shrink-0" />
|
||||
<div class="absolute flex items-center gap-2">
|
||||
<div class="flex items-center px-2.5 py-0.75 gap-1 opacity-0 group-hover:opacity-100 transition-opacity duration-200 pointer-events-none bg-black/90 rounded-full">
|
||||
<span class="text-sm text-(--ui-text-highlighted) font-medium">
|
||||
{{ item.name }}
|
||||
</span>
|
||||
<UIcon name="i-lucide-arrow-up-right" class="size-4 shrink-0" />
|
||||
</div>
|
||||
<UTooltip v-if="item.github" text="Open repository" :content="{ side: 'top' }">
|
||||
<UButton
|
||||
:to="item.github"
|
||||
icon="i-simple-icons-github"
|
||||
variant="ghost"
|
||||
color="neutral"
|
||||
size="xs"
|
||||
target="_blank"
|
||||
class="bg-black/90 rounded-full opacity-0 group-hover:opacity-100 transition-opacity duration-200 hover:bg-black/30"
|
||||
/>
|
||||
</UTooltip>
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
@@ -30,6 +30,5 @@ items:
|
||||
url: https://www.juno.one/
|
||||
- name: Pallyy
|
||||
url: https://pallyy.com/
|
||||
url: https://supersaas.dev
|
||||
- name: CareerDeck
|
||||
url: https://careerdeck.ai
|
||||
|
||||
BIN
docs/public/assets/showcase/careerdeck.png
Normal file
BIN
docs/public/assets/showcase/careerdeck.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.0 MiB |
Reference in New Issue
Block a user