|
1 |
| -<section id="about" class="py-10 md:py-16 bg-white"> |
2 |
| - <div class="container mx-auto px-4"> |
3 |
| - <div class="text-center mb-8"> |
4 |
| - <h2 class="text-2xl md:text-3xl font-bold text-gray-900 mb-3">About VimConf</h2> |
5 |
| - <div class="w-16 h-1 bg-emerald-500 mx-auto"></div> |
| 1 | +<section id="about" class="bg-white py-10 md:py-16"> |
| 2 | + <div class="container mx-auto px-4"> |
| 3 | + <div class="mb-8 text-center"> |
| 4 | + <h2 class="mb-3 text-2xl font-bold text-gray-900 md:text-3xl"> |
| 5 | + About VimConf |
| 6 | + </h2> |
| 7 | + <div class="mx-auto h-1 w-16 bg-emerald-500"></div> |
| 8 | + </div> |
| 9 | + <div |
| 10 | + class="mx-auto mb-8 max-w-3xl text-center text-base text-gray-700 md:text-lg" |
| 11 | + > |
| 12 | + <p> |
| 13 | + VimConf is an international conference dedicated to Vim, the highly |
| 14 | + configurable text editor. It brings together Vim enthusiasts from around |
| 15 | + the world to share knowledge, experiences, and passion for Vim. |
| 16 | + </p> |
| 17 | + </div> |
| 18 | + <div class="grid gap-4 md:grid-cols-3"> |
| 19 | + <div |
| 20 | + class="rounded-lg border border-emerald-100 bg-card text-card-foreground shadow-sm transition-shadow hover:shadow-md" |
| 21 | + data-v0-t="card" |
| 22 | + > |
| 23 | + <div class="p-4"> |
| 24 | + <div class="flex items-start gap-3"> |
| 25 | + <svg |
| 26 | + xmlns="http://www.w3.org/2000/svg" |
| 27 | + width="24" |
| 28 | + height="24" |
| 29 | + viewBox="0 0 24 24" |
| 30 | + fill="none" |
| 31 | + stroke="currentColor" |
| 32 | + stroke-width="2" |
| 33 | + stroke-linecap="round" |
| 34 | + stroke-linejoin="round" |
| 35 | + class="lucide lucide-circle-check-big mt-0.5 h-5 w-5 flex-shrink-0 text-emerald-500" |
| 36 | + > |
| 37 | + <path d="M22 11.08V12a10 10 0 1 1-5.93-9.14"></path> |
| 38 | + <path d="m9 11 3 3L22 4"></path> |
| 39 | + </svg> |
| 40 | + <p class="text-sm text-gray-700 md:text-base"> |
| 41 | + Meet and be inspired by Vimmers you rarely get to see |
| 42 | + </p> |
| 43 | + </div> |
| 44 | + </div> |
6 | 45 | </div>
|
7 |
| - <div class="max-w-3xl mx-auto text-base md:text-lg text-gray-700 mb-8 text-center"> |
8 |
| - <p>VimConf is an international conference dedicated to Vim, the highly configurable text editor. It brings together Vim enthusiasts from around the world to share knowledge, experiences, and passion for Vim.</p> |
| 46 | + <div |
| 47 | + class="rounded-lg border border-emerald-100 bg-card text-card-foreground shadow-sm transition-shadow hover:shadow-md" |
| 48 | + data-v0-t="card" |
| 49 | + > |
| 50 | + <div class="p-4"> |
| 51 | + <div class="flex items-start gap-3"> |
| 52 | + <svg |
| 53 | + xmlns="http://www.w3.org/2000/svg" |
| 54 | + width="24" |
| 55 | + height="24" |
| 56 | + viewBox="0 0 24 24" |
| 57 | + fill="none" |
| 58 | + stroke="currentColor" |
| 59 | + stroke-width="2" |
| 60 | + stroke-linecap="round" |
| 61 | + stroke-linejoin="round" |
| 62 | + class="lucide lucide-circle-check-big mt-0.5 h-5 w-5 flex-shrink-0 text-emerald-500" |
| 63 | + > |
| 64 | + <path d="M22 11.08V12a10 10 0 1 1-5.93-9.14"></path> |
| 65 | + <path d="m9 11 3 3L22 4"></path> |
| 66 | + </svg> |
| 67 | + <p class="text-sm text-gray-700 md:text-base"> |
| 68 | + Reunion with the Vim community |
| 69 | + </p> |
| 70 | + </div> |
| 71 | + </div> |
9 | 72 | </div>
|
10 |
| - <div class="grid md:grid-cols-3 gap-4"> |
11 |
| - <div class="rounded-lg border bg-card text-card-foreground shadow-sm border-emerald-100 hover:shadow-md transition-shadow" data-v0-t="card"> |
12 |
| - <div class="p-4"> |
13 |
| - <div class="flex items-start gap-3"> |
14 |
| - <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-circle-check-big h-5 w-5 text-emerald-500 flex-shrink-0 mt-0.5"> |
15 |
| - <path d="M22 11.08V12a10 10 0 1 1-5.93-9.14"></path> |
16 |
| - <path d="m9 11 3 3L22 4"></path> |
17 |
| - </svg> |
18 |
| - <p class="text-sm md:text-base text-gray-700">Meet and be inspired by Vimmers you rarely get to see</p> |
19 |
| - </div> |
20 |
| - </div> |
21 |
| - </div> |
22 |
| - <div class="rounded-lg border bg-card text-card-foreground shadow-sm border-emerald-100 hover:shadow-md transition-shadow" data-v0-t="card"> |
23 |
| - <div class="p-4"> |
24 |
| - <div class="flex items-start gap-3"> |
25 |
| - <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-circle-check-big h-5 w-5 text-emerald-500 flex-shrink-0 mt-0.5"> |
26 |
| - <path d="M22 11.08V12a10 10 0 1 1-5.93-9.14"></path> |
27 |
| - <path d="m9 11 3 3L22 4"></path> |
28 |
| - </svg> |
29 |
| - <p class="text-sm md:text-base text-gray-700">Reunion with the Vim community</p> |
30 |
| - </div> |
31 |
| - </div> |
32 |
| - </div> |
33 |
| - <div class="rounded-lg border bg-card text-card-foreground shadow-sm border-emerald-100 hover:shadow-md transition-shadow" data-v0-t="card"> |
34 |
| - <div class="p-4"> |
35 |
| - <div class="flex items-start gap-3"> |
36 |
| - <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-circle-check-big h-5 w-5 text-emerald-500 flex-shrink-0 mt-0.5"> |
37 |
| - <path d="M22 11.08V12a10 10 0 1 1-5.93-9.14"></path> |
38 |
| - <path d="m9 11 3 3L22 4"></path> |
39 |
| - </svg> |
40 |
| - <p class="text-sm md:text-base text-gray-700">Share your unique perspective on Vim</p> |
41 |
| - </div> |
42 |
| - </div> |
43 |
| - </div> |
| 73 | + <div |
| 74 | + class="rounded-lg border border-emerald-100 bg-card text-card-foreground shadow-sm transition-shadow hover:shadow-md" |
| 75 | + data-v0-t="card" |
| 76 | + > |
| 77 | + <div class="p-4"> |
| 78 | + <div class="flex items-start gap-3"> |
| 79 | + <svg |
| 80 | + xmlns="http://www.w3.org/2000/svg" |
| 81 | + width="24" |
| 82 | + height="24" |
| 83 | + viewBox="0 0 24 24" |
| 84 | + fill="none" |
| 85 | + stroke="currentColor" |
| 86 | + stroke-width="2" |
| 87 | + stroke-linecap="round" |
| 88 | + stroke-linejoin="round" |
| 89 | + class="lucide lucide-circle-check-big mt-0.5 h-5 w-5 flex-shrink-0 text-emerald-500" |
| 90 | + > |
| 91 | + <path d="M22 11.08V12a10 10 0 1 1-5.93-9.14"></path> |
| 92 | + <path d="m9 11 3 3L22 4"></path> |
| 93 | + </svg> |
| 94 | + <p class="text-sm text-gray-700 md:text-base"> |
| 95 | + Share your unique perspective on Vim |
| 96 | + </p> |
| 97 | + </div> |
| 98 | + </div> |
44 | 99 | </div>
|
45 |
| - </div> |
| 100 | + </div> |
| 101 | + </div> |
46 | 102 | </section>
|
47 |
| - |
|
0 commit comments