|
3 | 3 | <head>
|
4 | 4 | <meta charset="UTF-8" />
|
5 | 5 | <meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
6 |
| - <title>Redirecting to Coffee with CodeCell...</title> |
7 |
| - <meta http-equiv="refresh" content="0; url=https://lu.ma/zpwy06qh" /> |
| 6 | + |
| 7 | + <title>Coffee with CodeCell | Aug 26</title> |
| 8 | + |
| 9 | + <meta |
| 10 | + name="description" |
| 11 | + 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." |
| 12 | + /> |
| 13 | + |
| 14 | + <meta |
| 15 | + name="keywords" |
| 16 | + content="CodeCell, coffee chat, tech event, student developers, beginner coding, programming, networking, A-Building Auditorium" |
| 17 | + /> |
| 18 | + |
8 | 19 | <link rel="canonical" href="https://lu.ma/zpwy06qh" />
|
| 20 | + |
| 21 | + <meta property="og:title" content="Coffee with CodeCell" /> |
| 22 | + <meta |
| 23 | + property="og:description" |
| 24 | + content="Free coffee, friendly faces, and real talk about how to kick off your coding journey. Connect, learn, and find your place in tech." |
| 25 | + /> |
| 26 | + <meta property="og:type" content="website" /> |
| 27 | + <meta property="og:url" content="https://lu.ma/zpwy06qh" /> |
| 28 | + <meta |
| 29 | + property="og:image" |
| 30 | + content="https://kjssecodecell.com/static/images/cwc.png" |
| 31 | + /> |
| 32 | + <meta property="og:site_name" content="KJSSE CodeCell" /> |
| 33 | + |
| 34 | + <meta name="twitter:card" content="summary_large_image" /> |
| 35 | + <meta name="twitter:title" content="Coffee with CodeCell" /> |
| 36 | + <meta |
| 37 | + name="twitter:description" |
| 38 | + content="Free coffee, friendly faces, and real talk about how to kick off your coding journey. Connect, learn, and find your place in tech." |
| 39 | + /> |
| 40 | + <meta |
| 41 | + name="twitter:image" |
| 42 | + content="https://kjssecodecell.com/static/images/cwc.png" |
| 43 | + /> |
| 44 | + |
| 45 | + <meta http-equiv="refresh" content="0; url=https://lu.ma/zpwy06qh" /> |
| 46 | + |
9 | 47 | <style>
|
10 | 48 | body {
|
11 | 49 | font-family: Arial, sans-serif;
|
|
48 | 86 | text-decoration: underline;
|
49 | 87 | }
|
50 | 88 | </style>
|
| 89 | + |
| 90 | + <script type="application/ld+json"> |
| 91 | + { |
| 92 | + "@context": "https://schema.org", |
| 93 | + "@type": "Event", |
| 94 | + "name": "Coffee with CodeCell", |
| 95 | + "startDate": "2025-08-26T16:30:00+05:30", |
| 96 | + "endDate": "2025-08-26T18:30:00+05:30", |
| 97 | + "eventAttendanceMode": "https://schema.org/OfflineEventAttendanceMode", |
| 98 | + "eventStatus": "https://schema.org/EventScheduled", |
| 99 | + "location": { |
| 100 | + "@type": "Place", |
| 101 | + "name": "A-Building Auditorium", |
| 102 | + "address": { |
| 103 | + "@type": "PostalAddress", |
| 104 | + "streetAddress": "A-Building Auditorium", |
| 105 | + "addressLocality": "Mumbai", |
| 106 | + "postalCode": "400086", |
| 107 | + "addressRegion": "MH", |
| 108 | + "addressCountry": "IN" |
| 109 | + } |
| 110 | + }, |
| 111 | + "image": [ |
| 112 | + "https://kjssecodecell.com/static/images/cwc.png" |
| 113 | + ], |
| 114 | + "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.", |
| 115 | + "url": "https://lu.ma/zpwy06qh", |
| 116 | + "organizer": { |
| 117 | + "@type": "Organization", |
| 118 | + "name": "CodeCell", |
| 119 | + "url": "https://kjssecodecell.com" |
| 120 | + } |
| 121 | + } |
| 122 | + </script> |
| 123 | + |
51 | 124 | <script>
|
52 |
| - // JavaScript redirect as backup |
53 | 125 | window.location.replace("https://lu.ma/zpwy06qh");
|
54 | 126 | </script>
|
55 | 127 | </head>
|
|
0 commit comments