-
Notifications
You must be signed in to change notification settings - Fork 12
Add a calendar for open community calls. #222
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 1 commit
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
400c551
Add a calendar for open community calls.
tombentley 70339bd
Use separate page; show the upcoming events
tombentley 2c7b43c
'Community Call' not 'Office Hours'
tombentley 3df35e5
Fix calendar link
tombentley afa470d
Show the TZ
tombentley 7f82e09
css
tombentley 443a4d9
Boot the bootstrap theme
tombentley 7d2f9f4
indentation
tombentley ac50abe
YouTube, not Youtube
tombentley 9702892
Change DESCRIPTION:
tombentley 0079fbe
Update join-us/community-call/index.md
tombentley 9d54a71
Don't need this now
tombentley 7709d70
Use a drop down for better UX
tombentley 0cdec76
Spell it out more for Outlook
tombentley c99d145
Merge branch 'main' into community-call
tombentley File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,41 @@ | ||
| BEGIN:VCALENDAR | ||
| VERSION:2.0 | ||
| PRODID:-//Kroxylicious Community Call//Event Feed 1.0//EN | ||
| CALSCALE:GREGORIAN | ||
| METHOD:PUBLISH | ||
| X-WR-CALNAME:Kroxylicious Community Call | ||
| X-WR-TIMEZONE:UTC | ||
| BEGIN:VEVENT | ||
| UID:morning-series@kroxylicious.io | ||
| DTSTAMP:20260326T100000Z | ||
| DTSTART:20260326T080000Z | ||
| DTEND:20260326T084500Z | ||
| RRULE:FREQ=WEEKLY;INTERVAL=4;BYDAY=TH | ||
| EXDATE:20261231T080000Z | ||
| SUMMARY:Kroxylicious Community Call | ||
| DESCRIPTION:This is the UK morning slot of our bi-weekly rotation.\n | ||
| Click to join: | ||
| https://meet.jit.si/moderated/87697d32deaa8cbd8b3b96e1 | ||
| bbb8aef920c240112935c2d4742c3b1b38a34588 \n | ||
| URL:https://meet.jit.si/moderated/87697d32deaa8cbd8b3b96e1 | ||
| bbb8aef920c240112935c2d4742c3b1b38a34588 | ||
| LOCATION:https://meet.jit.si/moderated/87697d32deaa8cbd8b3b96e1 | ||
| bbb8aef920c240112935c2d4742c3b1b38a34588 | ||
| END:VEVENT | ||
| BEGIN:VEVENT | ||
| UID:evening-series@kroxylicious.io | ||
| DTSTAMP:20260311T100000Z | ||
| DTSTART:20260311T200000Z | ||
| DTEND:20260311T204500Z | ||
| RRULE:FREQ=WEEKLY;INTERVAL=4;BYDAY=WE | ||
| SUMMARY:Kroxylicious Community Call | ||
| DESCRIPTION:This is the UK evening slot of our bi-weekly rotation.\n | ||
| Click to join: | ||
| https://meet.jit.si/moderated/87697d32deaa8cbd8b3b96e1 | ||
| bbb8aef920c240112935c2d4742c3b1b38a34588 \n | ||
| URL:https://meet.jit.si/moderated/87697d32deaa8cbd8b3b96e1 | ||
| bbb8aef920c240112935c2d4742c3b1b38a34588 | ||
| LOCATION:https://meet.jit.si/moderated/87697d32deaa8cbd8b3b96e1 | ||
| bbb8aef920c240112935c2d4742c3b1b38a34588 | ||
| END:VEVENT | ||
| END:VCALENDAR |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -54,11 +54,16 @@ title: Join Us! | |
| </div> | ||
| <div class="col"> | ||
| <div class="card shadow mb-2 mx-2 h-100"> | ||
| <div class="card-header"><h2 class="card-title fs-4">Join our monthly Office Hours</h2></div> | ||
| <div class="card-header"><h2 class="card-title fs-4">Join our fortnightly Office Hours</h2></div> | ||
|
tombentley marked this conversation as resolved.
Outdated
|
||
| <div class="card-body mx-3 my-2"> | ||
| <p>Sometimes it's just easier to talk face-to-face. | ||
| We have a meeting every month that's open to anyone to come along.</p> | ||
| <p>The date and time is advertised on the <a href="https://kroxylicious.slack.com/archives/C050RNMQW8G">#general</a> Slack channel.</p> | ||
| We have a meeting every two weeks that's open to anyone to come along. | ||
| The time alternates to accomodate people from different parts of the world, | ||
| so check the next-but-one if the next meeting is in the middle of your night. | ||
| </p> | ||
| </div> | ||
| <div class="card-footer text-center"> | ||
| <a href="webcal://kroxylicious.io/join-us/community-call.ics" class="btn btn-primary">Subscribe in my calendar</a> | ||
|
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Note the |
||
| </div> | ||
| </div> | ||
| </div> | ||
|
|
@@ -147,4 +152,4 @@ title: Join Us! | |
| </div> | ||
| </div> | ||
| </div> | ||
| </div> | ||
| </div> | ||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.