Skip to content

Commit 6854d38

Browse files
feat: add new logo and meetup highlights (#11)
* chore: cleanup styles in home page * chore: replace center tags * feat: add new logo and favicon * chore: update April meetup details
1 parent 48d53aa commit 6854d38

File tree

7 files changed

+35
-18
lines changed

7 files changed

+35
-18
lines changed

content/2025-04.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ date = '2025-03-01'
44

55
title = "Apr 2025 Meetup"
66
path = "2025-04"
7-
isFuture = true
7+
isFuture = false
88
eventDate = "2025 April 26"
99
eventTime = "9:30 AM"
1010
host = "KeyValue Software Systems, SmartCity, Kochi"
@@ -14,7 +14,18 @@ description = "10.011293N 76.366508E"
1414
rsvpLink = "https://ee.kobotoolbox.org/jFLdi15q"
1515
note = ""
1616

17+
# Talks information
18+
# talks = [
19+
# { title = "How I ended up maintaining a Python package with 1M+ downloads", speaker = "Kurian Benoy" },
20+
# { title = "Based and Nixpelled: Stories from 2 months of Nix adoption", speaker = "Andrew Bastin" },
21+
# { title = "Wikidata: The Database of the Universe, an Overview", speaker = "Ranjith Saji" }
22+
# ]
23+
1724
# Post meetup params
18-
imageBig = ""
19-
highlightsLink = ""
25+
imageBig = "meetups/2025-04/group.jpg"
26+
highlightsLink = "https://www.youtube.com/watch?v=3o2V9BmeoYw"
2027
+++
28+
29+
![Group picture](/images/meetups/2025-04/group.jpg)
30+
31+
Group picture

layouts/_default/baseof.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<title>Kochi FOSS</title>
1111
</head>
1212

13-
<body class="bg-gradient-to-br from-sky-200 via-white via-white to-sky-200 bg-cover bg-no-repeat bg-fixed">
13+
<body class="bg-gradient-to-br from-sky-200 via-white to-sky-200 bg-cover bg-no-repeat bg-fixed">
1414
<div class="pt-10 pb-20 px-4 flex-col space-y-12 justify-center">
1515
{{ partial "navbar" . }}
1616
{{ block "main" . }}{{ end }}

layouts/_default/list.html

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,19 @@
11
{{ define "main" }}
22
<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" >
54
<img src="https://kochifoss.org/images/group.png" alt="Landing Image"
65
class="w-1/2 h-1/2 lg:w-full lg:h-auto object-cover rounded-lg shadow-lg">
76
</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
1110
and Open Source Software who gather in person for laid-back meetups in Kochi, India.</p>
1211
{{/* <a href="https://ee.kobotoolbox.org/ZZ7WnC6D"
1312
class="inline-block bg-green-500 text-white font-bold px-6 py-3 rounded-md text-xs lg:text-sm">RSVP for next
1413
meet</a> */}}
1514
</div>
1615
<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">
1817
<a href="https://matrix.to/#/#kochifoss:matrix.org"
1918
class="flex items-center lg:space-x-2 hover:text-green-800 text-sm lg:text-lg">
2019
<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>
2726
<span>Telegram<br />@KochiFOSS</span>
2827
</a>
2928
</div>
30-
</center>
3129

3230
<div class="mt-16 my-4">
3331
{{ range .Paginator.Pages }}
@@ -50,7 +48,6 @@ <h2 class="font-bold text-xl items-center">{{ .Params.title }}</h2>
5048
<div>When: <span class="font-bold">{{ .Params.eventDate }}, {{ .Params.eventTime }}</span></div>
5149
<!-- <div>സമയത്തിനും കാലത്തിനും വരിക 😌</div> -->
5250
</div>
53-
</center>
5451
<div class="flex flex-col items-center lg:flex-row justify-center">
5552
{{ if .Params.rsvpLink }}
5653
<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>
6663
</div>
6764

6865
{{ if .Params.note }}
69-
<center>
66+
7067
<p class="text-sm mt-2 lg:mt-4">
7168
{{ .Params.note }}
7269
{{ if .Params.noteLink }}
7370
<a class="font-bold space-y-2 text-blue-500 underline inline" style="text-decoration: none;" href={{ .Params.noteLink }}>🔗</a>
7471
{{ end }}
7572
</p>
76-
</center>
7773
{{ end }}
7874
</div>
7975
</div>
@@ -106,9 +102,9 @@ <h2 class="text-sm lg:text-lg font-semibold mb-1">{{ .Params.title }}</h2>
106102
</div>
107103
</div>
108104
{{ end }}
109-
<center>
105+
110106
{{ template "_internal/pagination.html" . }}
111-
</center>
107+
112108
</div>
113109
</div>
114110
{{ end }}

layouts/partials/navbar.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
<nav>
22
<div class="relative flex justify-between px-2">
33
<a href="/" class="text-grey font-bold text-lg">
4-
{{/* to add logo uncomment -> <img src="/static/images/dummy.png" alt="Kochi Foss"> */}}
5-
Kochi FOSS
4+
<img src="/logo-color.svg" alt="Logo" class="w-8 h-8 md:w-12 md:h-12">
65
</a>
76
<div class="flex items-center justify-center">
87
<div class="hidden sm:block sm:ml-6">

static/favicon.ico

3.8 KB
Binary file not shown.
992 KB
Loading

static/logo-color.svg

Lines changed: 11 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)