File tree Expand file tree Collapse file tree
src/collections/events/2025/hacktoberfest-2025 Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ BEGIN :VCALENDAR
2+ CALSCALE :GREGORIAN
3+ PRODID :-//Apple Inc.//macOS 15.6.1//EN
4+ VERSION :2.0
5+ BEGIN :VTIMEZONE
6+ TZID :America/Chicago
7+ BEGIN :DAYLIGHT
8+ DTSTART :20070311T020000
9+ RRULE :FREQ=YEARLY ;BYMONTH=3 ;BYDAY=2SU
10+ TZNAME :CDT
11+ TZOFFSETFROM :-0600
12+ TZOFFSETTO :-0500
13+ END :DAYLIGHT
14+ BEGIN :STANDARD
15+ DTSTART :20071104T020000
16+ RRULE :FREQ=YEARLY ;BYMONTH=11 ;BYDAY=1SU
17+ TZNAME :CST
18+ TZOFFSETFROM :-0500
19+ TZOFFSETTO :-0600
20+ END :STANDARD
21+ END :VTIMEZONE
22+ BEGIN :VEVENT
23+ CREATED :20250924T223641Z
24+ DESCRIPTION :Livestream - <a href="https://youtube.com/live/1-oaEy0Pm5I?f
25+ eature=share">https://youtube.com/live/1-oaEy0Pm5I?feature=share</a><br>
26+ <br>Participation details and Event registration - <a href="https://laye
27+ r5.io/community/events/hacktoberfest-prep-2025-designing-with-meshery">h
28+ ttps://layer5.io/community/events/hacktoberfest-prep-2025-designing-with
29+ -meshery</a>
30+ DTEND ;TZID=America/Chicago :20251003T100000
31+ DTSTAMP :20250924T223828Z
32+ DTSTART ;TZID=America/Chicago :20251003T090000
33+ LAST-MODIFIED :20250924T223641Z
34+ LOCATION :https://youtube.com/live/1-oaEy0Pm5I?feature=share
35+ SEQUENCE :0
36+ STATUS :CONFIRMED
37+ SUMMARY :Hacktoberfest 2025 Kickoff: Designing with Meshery
38+ TRANSP :OPAQUE
39+ UID :5u14hb32scat9d02gqklarvvs7@google.com
40+ BEGIN :VALARM
41+ ACTION :DISPLAY
42+ DESCRIPTION :This is an event reminder
43+ TRIGGER :-PT10M
44+ UID :7A52DCF7-BC02-4DF3-A3FD-7A966DEC61F4
45+ X-WR-ALARMUID :7A52DCF7-BC02-4DF3-A3FD-7A966DEC61F4
46+ END :VALARM
47+ END :VEVENT
48+ END :VCALENDAR
Original file line number Diff line number Diff line change @@ -16,6 +16,8 @@ import { Link } from "gatsby" ;
1616import hacktoberfestBadge from " ./layer5-hacktoberfest25-badge.png" ;
1717import hacktoberfestFirstPR from " ./hacktoberfest-layer5-first-pr.webp" ;
1818import hacktoberfestOpenArms from " ./hacktoberfest-layer5-open-arms.webp" ;
19+ import hacktoberfestTheme from " ./hacktoberfest-meshery-theme.webp" ;
20+ import calenderICS from " ./hacktoberfest-2025-kickoff-designing-with-meshery.ics" ;
1921
2022<img src = { hacktoberfestOpenArms } style = " width: 250px; margin-right: 20px; float: right;" />
2123
@@ -36,14 +38,17 @@ Prepare for Hacktoberfest and ready yourself for contributing to CNCF projects t
3638<ul >
3739 <li ><strong >DATE: </strong >October 3rd, 2025</li >
3840 <li ><strong >TIME: </strong > 14:00 UTC (9AM CDT | 4PM CEST | 3PM WAT | 7:30PM IST)</li >
39- { /* <li><strong>LIVESTREAM:</strong> <a href="https://www.youtube.com/watch?v=iKe52yMWWK4">YouTube</a></li> */ }
41+ <li ><strong >LIVESTREAM:</strong > <a href = " https://youtube.com/live/1-oaEy0Pm5I?feature=share" >Livestream</a ></li >
42+ <li ><strong >CALENDAR:</strong > <a href = { calenderICS } >.ics</a ></li >
4043</ul >
4144
4245<p > Resources:</p >
4346
4447<ul >
4548 <li ><Link to = " /blog/open-source/ways-to-contribute-at-layer5" >Code and Non-Code Contributing at Layer5</Link ></li >
4649 <li ><a href = " https://github.com/issues?q=is%3Aopen%20is%3Aissue%20archived%3Afalse%20(org%3Alayer5io%20OR%20org%3Ameshery%20OR%20org%3Aservice-mesh-performance%20OR%20org%3Aservice-mesh-patterns%20OR%20org%3Alayer5labs%20OR%20org%3Ameshery-extensions)%20label%3Ahacktoberfest" >Issues for Hacktoberfest</a ></li >
47- { /* <li><a href="https://www.youtube.com/watch?v=iKe52yMWWK4">Recorded Livestream</a></li>
48- <li><a href={preptemberslides}>Presentation Slides</a></li>*/ }
50+
51+ { /* <li><a href={preptemberslides}>Presentation Slides</a></li>*/ }
4952</ul >
53+
54+ <img src = { hacktoberfestTheme } style = " width: fit-content;" />
You can’t perform that action at this time.
0 commit comments