1- < section id ="about " class ="pt-24 pb-16 px-6 ">
2- < div class ="max-w-6xl mx-auto grid grid-cols-1 md:grid-cols-4 gap-8 ">
3-
4- <!-- Left content (3/4 width on desktop) -->
5- < div class ="md:col-span-3 ">
6- < div class ="mb-12 ">
7- < h1 class ="text-4xl md:text-5xl font-bold text-gray-900 mb-4 leading-tight ">
8- Lombok Dev
9- </ h1 >
10- < p class ="text-xl text-gray-600 mb-6 ">
11- Local Software Developer Community in Indonesia
12- </ p >
13- < p class ="text-lg text-gray-700 max-width-none leading-relaxed ">
14- Welcome to Lombok Dev - your gateway to the vibrant world of software development in Lombok, Indonesia.
15- </ p >
16- </ div >
17-
18- < div class ="prose prose-lg max-width-none ">
19- < p class ="text-gray-700 leading-relaxed ">
20- Lombok Dev is a community-driven, regular meetup in Lombok—specifically in cities like Mataram and Ampenan—that brings together anyone interested in IT, open source, software development, system/network administration, and related tech fields. It aims to provide information, inspiration, and hands-on knowledge while fostering a collaborative ecosystem among tech enthusiasts on the island.
21- </ p >
22- </ div >
1+ < section id ="about " class ="h-screen flex justify-center items-center px-6 mb-28 lg:mb-0 ">
2+ < div class ="max-w-3xl mt-28 lg:mt-0 mx-auto flex flex-col gap-6 ">
3+
4+ < div class ="w-full flex justify-center ">
5+ < a href ="/ "
6+ class ="flex items-center font-semibold gap-3 p-1 px-3 rounded-2xl bg-white border border-slate-400/10 shadow-lg text-sm ">
7+ < div class ="relative flex h-2 w-2 "> < span
8+ class ="animate-ping absolute inline-flex h-full w-full rounded-full bg-emerald-400 opacity-75 "> </ span > < span
9+ class ="relative inline-flex rounded-full h-2 w-2 bg-emerald-500 "> </ span > </ div >
10+
11+ < span > Lombok Dev </ span >
12+ < svg xmlns ="http://www.w3.org/2000/svg " width ="24 " height ="24 " viewBox ="0 0 24 24 " fill ="none "
13+ stroke ="currentColor " stroke-width ="2 " stroke-linecap ="round " stroke-linejoin ="round "
14+ class ="lucide lucide-zap h-3 w-3 text-orange-500 " aria-hidden ="true ">
15+ < path
16+ d ="M4 14a1 1 0 0 1-.78-1.63l9.9-10.2a.5.5 0 0 1 .86.46l-1.92 6.02A1 1 0 0 0 13 10h7a1 1 0 0 1 .78 1.63l-9.9 10.2a.5.5 0 0 1-.86-.46l1.92-6.02A1 1 0 0 0 11 14z ">
17+ </ path >
18+ </ svg >
19+ < span > Meetup#13</ span >
20+
21+ < svg xmlns ="http://www.w3.org/2000/svg " width ="24 " height ="24 " viewBox ="0 0 24 24 " fill ="none "
22+ stroke ="currentColor " stroke-width ="2 " stroke-linecap ="round " stroke-linejoin ="round "
23+ class ="lucide lucide-arrow-right h-3 w-3 " aria-hidden ="true ">
24+ < path d ="M5 12h14 "> </ path >
25+ < path d ="m12 5 7 7-7 7 "> </ path >
26+ </ svg >
27+ </ a >
2328 </ div >
2429
25- <!-- Right card (1/4 width on desktop) -->
26- < div class ="md:col-span-1 mt-16 ">
27- < div class ="bg-black/70 text-white shadow-lg rounded-2xl p-6 border border-gray-700 ">
28- < h2 class ="text-2xl font-semibold mb-4 "> External Links</ h2 >
29- < ul class ="space-y-2 ">
30- < li > < span class ="font-medium "> Telegram:</ span > < a href ="https://t.me/lombokdev " class ="text-blue-400 hover:underline "> Join here</ a > </ li >
31- < li > < span class ="font-medium "> Members:</ span > 500+</ li >
32- < li > < span class ="font-medium "> Initiated:</ span > 2017</ li >
33-
34- < li > < span class ="font-medium "> LinkedIn:</ span > < a href ="https://www.linkedin.com/company/lombok-dev/ " class ="text-blue-400 hover:underline "> Follow Us Here</ a > </ li >
35- </ ul >
36- </ div >
30+ < h1 class ="text-4xl md:text-6xl text-center font-bold transition-colors duration-300 text-gray-900 ">
31+ Lombok Dev</ h1 >
32+
33+ < h2 class ="text-center text-xl font-bold tracking-tight mb-2 "> < span
34+ class ="bg-gradient-to-r bg-[200%_auto] bg-clip-text leading-tight text-transparent transition-all duration-300 from-neutral-900 via-slate-500 to-neutral-500 "> Local
35+ Software Developer Community in Indonesia</ span > </ h2 >
36+
37+ < div class ="prose prose-lg max-width-none ">
38+ < p
39+ class ="text-sm sm:text-lg mb-6 sm:mb-8 transition-colors duration-300 px-4 sm:px-0 text-gray-600 leading-relaxed text-center ">
40+ Lombok Dev is a community-driven, regular meetup in Lombok—specifically in cities like Mataram and Ampenan—that
41+ brings together anyone interested in IT, open source, software development, system/network administration, and
42+ related tech fields. It aims to provide information, inspiration, and hands-on knowledge while fostering a
43+ collaborative ecosystem among tech enthusiasts on the island.
44+ </ p >
3745 </ div >
3846
47+ < div class ="flex justify-center gap-4 ">
48+ < a href ="https://t.me/lombokdev "
49+ class ="rounded-xl border backdrop-blur-md border-blue-500 flex items-center justify-center p-2 bg-blue-500/10 hover:bg-blue-500/20 ">
50+ < svg xmlns ="http://www.w3.org/2000/svg " width ="24 " height ="24 " viewBox ="0 0 24 24 " fill ="none " stroke ="#007aff "
51+ stroke-width ="1.5 " stroke-linecap ="round " stroke-linejoin ="round ">
52+ < path d ="M15 10l-4 4l6 6l4 -16l-18 7l4 2l2 6l3 -4 " />
53+ </ svg >
54+ </ a >
55+ < a href ="https://t.me/lombokdev "
56+ class ="rounded-xl border backdrop-blur-md border-pink-500 flex items-center justify-center p-2 bg-pink-500/10 hover:bg-pink-500/20 ">
57+ < svg xmlns ="http://www.w3.org/2000/svg " width ="24 " height ="24 " viewBox ="0 0 24 24 " fill ="none " stroke ="#ff5c7a "
58+ stroke-width ="1.5 " stroke-linecap ="round " stroke-linejoin ="round ">
59+ < path d ="M4 4m0 4a4 4 0 0 1 4 -4h8a4 4 0 0 1 4 4v8a4 4 0 0 1 -4 4h-8a4 4 0 0 1 -4 -4z " />
60+ < path d ="M12 12m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0 " />
61+ < path d ="M16.5 7.5l0 .01 " />
62+ </ svg >
63+ </ a >
64+ < a href ="https://t.me/lombokdev "
65+ class ="rounded-xl border backdrop-blur-md border-slate-500 flex items-center justify-center p-2 bg-slate-500/10 hover:bg-slate-500/20 "> < svg
66+ xmlns ="http://www.w3.org/2000/svg " width ="24 " height ="24 " viewBox ="0 0 24 24 " fill ="none " stroke ="#383b47 "
67+ stroke-width ="1.5 " stroke-linecap ="round " stroke-linejoin ="round ">
68+ < path
69+ d ="M9 19c-4.3 1.4 -4.3 -2.5 -6 -3m12 5v-3.5c0 -1 .1 -1.4 -.5 -2c2.8 -.3 5.5 -1.4 5.5 -6a4.6 4.6 0 0 0 -1.3 -3.2a4.2 4.2 0 0 0 -.1 -3.2s-1.1 -.3 -3.5 1.3a12.3 12.3 0 0 0 -6.2 0c-2.4 -1.6 -3.5 -1.3 -3.5 -1.3a4.2 4.2 0 0 0 -.1 3.2a4.6 4.6 0 0 0 -1.3 3.2c0 4.6 2.7 5.7 5.5 6c-.6 .6 -.6 1.2 -.5 2v3.5 " />
70+ </ svg >
71+
72+ </ a >
73+ </ div >
3974 </ div >
40- </ section >
75+ </ section >
0 commit comments