feat: switch to sidebase/nuxt !
This commit is contained in:
21
components/hero-title.vue
Normal file
21
components/hero-title.vue
Normal file
@@ -0,0 +1,21 @@
|
||||
<template>
|
||||
<section>
|
||||
<div class="flex justify-center -ml-24 animate-slide">
|
||||
<div class="py-4 mr-3 animate-fadeout opacity-0">
|
||||
<div class="bg-gray-400 h-px w-16 my-3 block" />
|
||||
<div class="bg-gray-400 h-px w-16 my-3 translate-x-3 block" />
|
||||
<div class="bg-gray-400 h-px w-16 my-3 translate-x-1 block" />
|
||||
<div class="bg-gray-400 h-px w-16 my-3 translate-x-6 block" />
|
||||
</div>
|
||||
<SvgPegaz />
|
||||
</div>
|
||||
<div class="text-center py-4">
|
||||
<h1 class="text-5xl font-bold leading-relaxed">
|
||||
Pegaz.io
|
||||
</h1>
|
||||
<h2 class="text-3xl text-center">
|
||||
docker-compose cli superset
|
||||
</h2>
|
||||
</div>
|
||||
</section>
|
||||
</template>
|
Reference in New Issue
Block a user