This commit is contained in:
@@ -3,8 +3,16 @@ export default {
|
||||
data: () => ({
|
||||
apps: [
|
||||
{
|
||||
name: 'Transmission',
|
||||
component: resolveComponent('SvgTransmission')
|
||||
name: 'Excalidraw',
|
||||
component: resolveComponent('SvgExcalidraw')
|
||||
},
|
||||
{
|
||||
name: 'Penpot',
|
||||
component: resolveComponent('SvgPenpot')
|
||||
},
|
||||
{
|
||||
name: 'Nextcloud',
|
||||
component: resolveComponent('SvgNextcloud')
|
||||
},
|
||||
{
|
||||
name: 'Gitea',
|
||||
@@ -15,9 +23,9 @@ export default {
|
||||
component: resolveComponent('SvgJellyfin')
|
||||
},
|
||||
{
|
||||
name: 'Nextcloud',
|
||||
component: resolveComponent('SvgNextcloud')
|
||||
}
|
||||
name: 'Transmission',
|
||||
component: resolveComponent('SvgTransmission')
|
||||
},
|
||||
]
|
||||
})
|
||||
}
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
<div class="flex flex-col items-center md:w-3/4 lg:w-1/2 h-20 relative rounded-b-xl transition-all">
|
||||
<div class="flex transition-all justify-center duration-1000" :class="startApps">
|
||||
<SvgGitea :class="penpotClass" class="app--backup" />
|
||||
<SvgDrone :class="giteaClass" class="app--backup hidden md:block" />
|
||||
<SvgPlausible :class="plausibleClass" class="app--backup" />
|
||||
<SvgPenpot :class="giteaClass" class="app--backup hidden md:block" />
|
||||
<SvgNextcloud :class="plausibleClass" class="app--backup" />
|
||||
</div>
|
||||
<div :class="endApps">
|
||||
<div class="app" :class="folderClass">
|
||||
|
||||
@@ -1,23 +0,0 @@
|
||||
<template>
|
||||
<svg viewBox="0 0 33 34" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<defs>
|
||||
<linearGradient
|
||||
id="drone"
|
||||
x1="6.89"
|
||||
y1="1.73"
|
||||
x2="27.869"
|
||||
y2="33.277"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
>
|
||||
<stop stop-color="#73DFE7" />
|
||||
<stop offset="1" stop-color="#0095F7" />
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<path
|
||||
fill-rule="evenodd"
|
||||
clip-rule="evenodd"
|
||||
d="M32.813 17.293a17.17 17.17 0 0 1-1.335 6.58l-5.83-5.929c.702-1.157 1.053-2.53 1.053-3.977.07-4.122-3.231-7.52-7.305-7.52-1.475 0-2.81.433-3.934 1.157l-5.409-5.496A15.513 15.513 0 0 1 16.656.662c8.921 0 16.157 7.448 16.157 16.631ZM7.805 3.41l5.83 6.001a7.614 7.614 0 0 0-1.545 4.628c0 4.194 3.302 7.593 7.376 7.593a7.128 7.128 0 0 0 4.496-1.591l6.251 6.436c-2.95 4.483-7.867 7.448-13.557 7.448C7.736 33.925.5 26.477.5 17.293.5 11.436 3.38 6.374 7.805 3.41Zm11.661 15.33c2.74 0 4.917-2.242 4.917-5.062 0-2.82-2.177-5.062-4.917-5.062-2.74 0-4.917 2.242-4.917 5.062 0 2.82 2.178 5.061 4.917 5.061Z"
|
||||
fill="url(#drone)"
|
||||
/>
|
||||
</svg>
|
||||
</template>
|
||||
20
app/components/svg/excalidraw.vue
Normal file
20
app/components/svg/excalidraw.vue
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user