feathers/docs/components/HomeCreateFirstApp.vue
Marshall Thompson ae85fa216f
feat(docs): New website and documentation pages (#2802)
* feat(docs) new docs site started

* Minor page edits

* feat(footer) fix spacing

* empty guides template

Co-authored-by: daffl <daff@neyeon.com>
2022-10-17 13:05:01 -06:00

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>