mirror of
https://github.com/feathersjs/feathers.git
synced 2025-12-08 19:46:22 +00:00
* feat(docs) new docs site started * Minor page edits * feat(footer) fix spacing * empty guides template Co-authored-by: daffl <daff@neyeon.com>
18 lines
565 B
Vue
18 lines
565 B
Vue
<template>
|
|
<div class="py-16 xl:py-24 bg-secondary text-center lg:text-lg">
|
|
<h2 class="md:text-xl lg:text-2xl font-bold">
|
|
Create your first real-time app in minutes
|
|
</h2>
|
|
<div class="py-8">
|
|
<img src="/img/coding-bird.svg" alt="" class="w-2/3 max-w-lg mx-auto" />
|
|
</div>
|
|
<p class="pb-2">
|
|
<a href="/docs">Check out the docs</a> to learn more about Feathers.
|
|
</p>
|
|
<p>
|
|
Feel free say hello on Discord, or show us some love on
|
|
<a href="https://twitter.com/feathersjs">Twitter</a>.
|
|
</p>
|
|
</div>
|
|
</template>
|