1
1
{{ define "main" }}
2
2
< div class ="container mx-auto min-h flex flex-col items-center justify-center ">
3
- < center >
4
- < div class ="w-full lg:w-72 ">
3
+ < div class ="w-full lg:w-72 flex items-center justify-center " >
5
4
< img src ="https://kochifoss.org/images/group.png " alt ="Landing Image "
6
5
class ="w-1/2 h-1/2 lg:w-full lg:h-auto object-cover rounded-lg shadow-lg ">
7
6
</ div >
8
- < div class ="w-full p-8 ">
9
- < h1 class ="text-3xl lg:text-5xl font-bold mb-4 " > Kochi FOSS </ h1 >
10
- < p class ="text-sm lg:text-lg lg:w-3/4 mb-6 "> A freewheeling community of developers and enthusiasts of സ്വതന്ത്ര/Free/Libre
7
+ < div class ="w-full p-8 flex flex-col items-center ">
8
+ < img src =" logo-color.svg " alt =" Logo " class ="w-2/3 h-2/3 md:w-1/4 md:h-1/4 mb-8 " >
9
+ < p class ="text-sm lg:text-lg lg:w-3/4 lg: mb-6 text-center "> A freewheeling community of developers and enthusiasts of സ്വതന്ത്ര/Free/Libre
11
10
and Open Source Software who gather in person for laid-back meetups in Kochi, India.</ p >
12
11
{{/* < a href ="https://ee.kobotoolbox.org/ZZ7WnC6D "
13
12
class ="inline-block bg-green-500 text-white font-bold px-6 py-3 rounded-md text-xs lg:text-sm "> RSVP for next
14
13
meet</ a > */}}
15
14
</ div >
16
15
< div
17
- class ="mx-auto flex flex-col lg:flex-row justify-center items-center space-y -8 lg:my-8 md:space-x-20 md:space-y-0 ">
16
+ class ="mx-auto flex flex-col lg:flex-row justify-center items-center gap-x -8 gap-y-6 text-center ">
18
17
< a href ="https://matrix.to/#/#kochifoss:matrix.org "
19
18
class ="flex items-center lg:space-x-2 hover:text-green-800 text-sm lg:text-lg ">
20
19
< span > Matrix< br /> #kochifoss:matrix.org</ span >
@@ -27,7 +26,6 @@ <h1 class="text-3xl lg:text-5xl font-bold mb-4">Kochi FOSS</h1>
27
26
< span > Telegram< br /> @KochiFOSS</ span >
28
27
</ a >
29
28
</ div >
30
- </ center >
31
29
32
30
< div class ="mt-16 my-4 ">
33
31
{{ range .Paginator.Pages }}
@@ -50,7 +48,6 @@ <h2 class="font-bold text-xl items-center">{{ .Params.title }}</h2>
50
48
< div > When: < span class ="font-bold "> {{ .Params.eventDate }}, {{ .Params.eventTime }}</ span > </ div >
51
49
<!-- <div>സമയത്തിനും കാലത്തിനും വരിക 😌</div> -->
52
50
</ div >
53
- </ center >
54
51
< div class ="flex flex-col items-center lg:flex-row justify-center ">
55
52
{{ if .Params.rsvpLink }}
56
53
< button class ="flex items-center bg-green-500 py-1 rounded-lg hover:bg-green-400 justify-center whitespace-nowrap ">
@@ -66,14 +63,13 @@ <h2 class="font-bold text-xl items-center">{{ .Params.title }}</h2>
66
63
</ div >
67
64
68
65
{{ if .Params.note }}
69
- < center >
66
+
70
67
< p class ="text-sm mt-2 lg:mt-4 ">
71
68
{{ .Params.note }}
72
69
{{ if .Params.noteLink }}
73
70
< a class ="font-bold space-y-2 text-blue-500 underline inline " style ="text-decoration: none; " href ={{ .Params.noteLink }} > 🔗</ a >
74
71
{{ end }}
75
72
</ p >
76
- </ center >
77
73
{{ end }}
78
74
</ div >
79
75
</ div >
@@ -106,9 +102,9 @@ <h2 class="text-sm lg:text-lg font-semibold mb-1">{{ .Params.title }}</h2>
106
102
</ div >
107
103
</ div >
108
104
{{ end }}
109
- < center >
105
+
110
106
{{ template "_internal/pagination.html" . }}
111
- </ center >
107
+
112
108
</ div >
113
109
</ div >
114
110
{{ end }}
0 commit comments