mirror of
https://github.com/ArthurDanjou/artsite.git
synced 2026-01-14 15:54:13 +01:00
Add cover
This commit is contained in:
@@ -47,6 +47,15 @@ const ide = items.value!.filter(item => item.category === 'ide')
|
||||
label="IDE & Font"
|
||||
size="xs"
|
||||
/>
|
||||
<li class="w-2/3 mx-auto">
|
||||
<NuxtImg
|
||||
alt="My IntelliJ IDE"
|
||||
src="/jetbrains.png"
|
||||
/>
|
||||
<p class="text-center text-gray-600 dark:text-gray-400 text-sm mt-2 italic">
|
||||
My IntelliJ Idea Ultimate IDE
|
||||
</p>
|
||||
</li>
|
||||
<UsesItem
|
||||
v-for="(item, id) in ide"
|
||||
:key="id"
|
||||
|
||||
BIN
public/jetbrains.png
Normal file
BIN
public/jetbrains.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 958 KiB |
Reference in New Issue
Block a user