Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
78 changes: 75 additions & 3 deletions cwc/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,47 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Redirecting to Coffee with CodeCell...</title>
<meta http-equiv="refresh" content="0; url=https://lu.ma/zpwy06qh" />

<title>Coffee with CodeCell | Aug 26</title>

<meta
name="description"
content="Join Coffee with CodeCell on Tue, Aug 26th! A free, friendly event for tech beginners to connect, learn, and kick-start their coding journey. Get real advice and find your place in tech."
/>

<meta
name="keywords"
content="CodeCell, coffee chat, tech event, student developers, beginner coding, programming, networking, A-Building Auditorium"
/>

<link rel="canonical" href="https://lu.ma/zpwy06qh" />

<meta property="og:title" content="Coffee with CodeCell" />
<meta
property="og:description"
content="Free coffee, friendly faces, and real talk about how to kick off your coding journey. Connect, learn, and find your place in tech."
/>
<meta property="og:type" content="website" />
<meta property="og:url" content="https://lu.ma/zpwy06qh" />
<meta
property="og:image"
content="https://kjssecodecell.com/static/images/cwc.png"
/>
<meta property="og:site_name" content="KJSSE CodeCell" />

<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Coffee with CodeCell" />
<meta
name="twitter:description"
content="Free coffee, friendly faces, and real talk about how to kick off your coding journey. Connect, learn, and find your place in tech."
/>
<meta
name="twitter:image"
content="https://kjssecodecell.com/static/images/cwc.png"
/>

<meta http-equiv="refresh" content="0; url=https://lu.ma/zpwy06qh" />

<style>
body {
font-family: Arial, sans-serif;
Expand Down Expand Up @@ -48,8 +86,42 @@
text-decoration: underline;
}
</style>

<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Event",
"name": "Coffee with CodeCell",
"startDate": "2025-08-26T16:30:00+05:30",
"endDate": "2025-08-26T18:30:00+05:30",
"eventAttendanceMode": "https://schema.org/OfflineEventAttendanceMode",
"eventStatus": "https://schema.org/EventScheduled",
"location": {
"@type": "Place",
"name": "A-Building Auditorium",
"address": {
"@type": "PostalAddress",
"streetAddress": "A-Building Auditorium",
"addressLocality": "Mumbai",
"postalCode": "400086",
"addressRegion": "MH",
"addressCountry": "IN"
}
},
"image": [
"https://kjssecodecell.com/static/images/cwc.png"
],
"description": "Just getting started in tech? Come for the free coffee, stay for the friendly faces and real talk about how to kick off your coding journey. This evening is all about connecting, learning, and finding your place in tech.",
"url": "https://lu.ma/zpwy06qh",
"organizer": {
"@type": "Organization",
"name": "CodeCell",
"url": "https://kjssecodecell.com"
}
}
</script>

<script>
// JavaScript redirect as backup
window.location.replace("https://lu.ma/zpwy06qh");
</script>
</head>
Expand Down
Binary file added static/images/cwc.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.