@@ -3,31 +3,35 @@ import Heart from '~icons/mdi/heart'
3
3
</script >
4
4
5
5
<template >
6
- <div id =" acknowledgement mt-12" >
7
- <div class =" max-w-3/4 md:max-w-4xl mx-auto py-4 md:py-12 lg:py-12 text-center" >
8
- <h1 class =" md:(!mb-8) flex justify-center items-center gap-2" ><Heart class =" text-red-500 min-w-8" /> Acknowledgement</h1 >
6
+ <div id =" acknowledgement" >
7
+ <div class =" border-t-1 border-secondary pt-6" >
8
+ <div class =" max-w-3/4 md:max-w-4xl mx-auto py-4 md:py-12 lg:py-12 text-center" >
9
+ <h1 class =" md:(!mb-8) flex justify-center items-center gap-2" ><Heart class =" text-red-500 min-w-8" /> Acknowledgement</h1 >
9
10
10
- <p >
11
- <span class =" underline" >First and foremost</span >: A huge <span class =" font-semibold text-red-400" >Thank you</span > to the
12
- developers of <a href =" https://webkid.io" target =" _blank" class =" text-primary" >Webkid</a >.
11
+ <p >
12
+ <span class =" underline" >First and foremost</span >: A huge <span class =" font-semibold text-red-400" >Thank you</span > to
13
+ the developers of <a href =" https://webkid.io" target =" _blank" class =" text-primary" >Webkid</a >.
13
14
14
- <span class =" inline-block" >
15
- Without their continuous, amazing, open-source work, this project would not have been possible.
16
- </span >
17
- </p >
15
+ <span class =" inline-block" >
16
+ Without their continuous, amazing, open-source work, this project would not have been possible.
17
+ </span >
18
+ </p >
18
19
19
- <p >
20
- <span class =" font-semibold text-accent" >Vue Flow</span > is built on top of existing features and code taken from
21
- <a href =" https://reactflow.dev" target =" _blank" class =" text-primary" >React Flow</a >. It replicates the features found in
22
- React Flow and brings them to the Vue 3 experience, with all the fun reactivity and features like template slots etc. you
23
- know and love from Vue. If you're happy with Vue Flow,
20
+ <p >
21
+ <span class =" font-semibold text-accent" >Vue Flow</span > is built on top of existing features and code taken from
22
+ <a href =" https://reactflow.dev" target =" _blank" class =" text-primary" >React Flow</a >. It replicates the features found in
23
+ React Flow and brings them to the Vue 3 experience, with all the fun reactivity and features like template slots etc.
24
+ you know and love from Vue. If you're happy with Vue Flow,
24
25
25
- <span class =" inline-block text-xl font-medium" >
26
- please consider supporting <a href =" https://webkid.io" target =" _blank" class =" text-primary" >Webkid</a > by
27
- <a href =" https://github.com/sponsors/wbkd" target =" _blank" class =" font-bold text-primary" > donating </a > or
28
- <a href =" https://pro.reactflow.dev/" target =" _blank" class =" font-bold text-primary" > subscribing to React Flow Pro. </a >
29
- </span >
30
- </p >
26
+ <span class =" inline-block text-xl font-medium" >
27
+ please consider supporting <a href =" https://webkid.io" target =" _blank" class =" text-primary" >Webkid</a > by
28
+ <a href =" https://github.com/sponsors/wbkd" target =" _blank" class =" font-bold text-primary" > donating </a > or
29
+ <a href =" https://pro.reactflow.dev/" target =" _blank" class =" font-bold text-primary" >
30
+ subscribing to React Flow Pro.
31
+ </a >
32
+ </span >
33
+ </p >
34
+ </div >
31
35
</div >
32
36
</div >
33
37
</template >
0 commit comments