@@ -8,22 +8,14 @@ import Card from '../shared/Card.vue';
88 <section class =" flex flex-col justify-center items-center container py-40" >
99 <div class =" text-center mb-12" >
1010 <h1 class =" flex justify-center text-center text-4xl font-bold mb-4" >
11- < vue-writer :array = " ['Hello, ', 'Hola, ', 'Bonjour, ', 'こんにちは, ', '你好, ', 'Olá, '] " />< span >welcome 👋</ span >
11+ Keep in touch 💃
1212 </h1 >
13- <p class =" max-w-[700px] mb-4" >
14- The community is the heart of Leaf. Unlike other frameworks, we let the community drive the development of Leaf.
15- This includes RFCs, feature requests, bug reports, and code contributions. We welcome all contributions, no
16- matter how
17- small. We believe that the community is the backbone of any successful project. We are grateful for your support
18- and contributions. Together, we can build a better framework for everyone. 🌱
19- </p >
2013 <p >Join us on GitHub, Discord, Twitter or YouTube</p >
2114 </div >
2215
23- <div class =" grid grid-cols-4 gap-2 max-w-[850px]" >
24- <Card class =" p-4 row-span-2 relative" >
25- <img src =" /images/community/discord.png" class =" rounded" alt =" " >
26- <svg width =" 16" height =" 16" class =" h-6 w-6 absolute right-6 top-6" viewBox =" 0 0 40 40" fill =" none"
16+ <div class =" grid sm:grid-cols-3 lg:grid-cols-5 lg:max-w-[1000px] gap-2" >
17+ <Card class =" p-4 relative" >
18+ <svg width =" 16" height =" 16" class =" h-6 w-6" viewBox =" 0 0 40 40" fill =" none"
2719 xmlns =" http://www.w3.org/2000/svg" >
2820 <rect width =" 40" height =" 40" rx =" 10" fill =" #5865F2" ></rect >
2921 <mask id =" mask0_4221_8593" style =" mask-type :luminance " maskUnits =" userSpaceOnUse" x =" 8" y =" 8" width =" 24"
@@ -37,7 +29,7 @@ import Card from '../shared/Card.vue';
3729 </g >
3830 </svg >
3931
40- <h3 class =" font-bold mt-4" >Leaf World 🍁 on Discord</h3 >
32+ <h3 class =" font-bold mt-4" >Leaf on Discord</h3 >
4133 <p class =" text-sm" >Join our Discord server to connect with the team and other users.</p >
4234 </Card >
4335 <Card class =" p-4" >
@@ -98,14 +90,14 @@ import Card from '../shared/Card.vue';
9890 <h3 class =" font-bold mt-2" >@leafphp on YouTube</h3 >
9991 <p class =" text-sm" >Subscribe to our YouTube channel.</p >
10092 </Card >
101- <Card class =" p-4 col-span-2" >
93+ <!-- < Card class="p-4 col-span-2">
10294 <img src="/logo-circle.png" alt="LeafPHP Logo" class="w-6 h-6 rounded-full">
10395
10496 <p class="text-sm mt-2">
10597 Contribute to Leaf, Hana or Naytive. We welcome all contributions, no matter how small. Your code can help
10698 make Leaf better for everyone.
10799 </p>
108- </Card >
100+ </Card> -->
109101 </div >
110102 </section >
111103</template >
0 commit comments