parent
62971a2ef4
commit
b26bec2857
|
@ -23,9 +23,6 @@
|
||||||
|
|
||||||
> An open-source form builder. It's an alternative to products like Typeform, JotForm, Tally etc.
|
> An open-source form builder. It's an alternative to products like Typeform, JotForm, Tally etc.
|
||||||
|
|
||||||
We're live on ProductHunt! Thank you for your support 🙏
|
|
||||||
|
|
||||||
<a href="https://www.producthunt.com/posts/opnform?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-opnform" target="_blank"><img src="https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=440745&theme=light" alt="OpnForm - Create beautiful forms and share them anywhere | Product Hunt" style="width: 250px; height: 54px;" width="250" height="54" /></a>
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
- No-code form builder, with infinite number of fields & submissions
|
- No-code form builder, with infinite number of fields & submissions
|
||||||
|
|
|
@ -1,14 +1,8 @@
|
||||||
<template>
|
<template>
|
||||||
<div class="main-layout min-h-screen flex flex-col">
|
<div class="main-layout min-h-screen flex flex-col">
|
||||||
<div class="w-full p-3 bg-blue-500 text-center font-weight-bolder relative cursor-pointer group" v-if="['index','home','templates'].includes($route.name)">
|
|
||||||
<a href="https://www.producthunt.com/posts/opnform?ref=opnform" target="_blank" class="absolute inset-0"/>
|
|
||||||
<p class="text-white">We're live on ProductHunt<span class="px-2 -my-2 text-xl inline-block group-hover:animate-bounce">🚀</span>Thank you for supporting us!</p>
|
|
||||||
</div>
|
|
||||||
<Navbar />
|
<Navbar />
|
||||||
|
|
||||||
<slot class="flex-grow">
|
<slot class="flex-grow">
|
||||||
</slot>
|
</slot>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
<script setup lang="ts">
|
|
||||||
</script>
|
|
||||||
|
|
|
@ -7,11 +7,7 @@
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<div class="px-4 sm:px-6 lg:px-8 max-w-7xl mx-auto relative -mb-32 md:-mb-52 lg:-mb-72">
|
<div class="px-4 sm:px-6 lg:px-8 max-w-7xl mx-auto relative -mb-32 md:-mb-52 lg:-mb-72">
|
||||||
<div class="flex justify-center mb-6 -mt-6">
|
|
||||||
<a href="https://www.producthunt.com/posts/opnform?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-opnform" target="_blank"><img src="https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=440745&theme=light" alt="OpnForm - Create beautiful forms and share them anywhere | Product Hunt" style="width: 250px; height: 54px;" width="250" height="54" /></a>
|
|
||||||
</div>
|
|
||||||
<div class="flex justify-center mb-5">
|
<div class="flex justify-center mb-5">
|
||||||
<div
|
<div
|
||||||
class="relative flex items-center shadow-sm bg-white gap-x-4 rounded-full px-4 py-1 text-sm leading-6 text-gray-600 ring-1 ring-gray-900/10 hover:ring-gray-900/20"
|
class="relative flex items-center shadow-sm bg-white gap-x-4 rounded-full px-4 py-1 text-sm leading-6 text-gray-600 ring-1 ring-gray-900/10 hover:ring-gray-900/20"
|
||||||
|
|
Loading…
Reference in New Issue