Skip to content

Commit 9ef7136

Browse files
authored
Add links to the community calendar + redirect (#1152)
1 parent ef0e128 commit 9ef7136

File tree

5 files changed

+22
-0
lines changed

5 files changed

+22
-0
lines changed

packages/lit-dev-content/site/_includes/footer.html

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,20 @@
7979
loading="visible">
8080
</lazy-svg>
8181
</a>
82+
83+
<a
84+
href="/community-calendar/"
85+
target="_blank"
86+
rel="noopener"
87+
title="Community Calendar"
88+
aria-label="Community Calendar"
89+
>
90+
<lazy-svg
91+
href="{{ site.baseurl }}/images/icons/calendar-month.svg#icon"
92+
label="Community Calendar"
93+
loading="visible">
94+
</lazy-svg>
95+
</a>
8296
</div>
8397
</div>
8498

packages/lit-dev-content/site/docs/v2/resources/community.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ excellent to each other!
2424

2525
* **Talk about Lit on [GitHub Discussions](https://github.com/lit/lit/discussions).** For longer questions or ideas about Lit, or to see what others are talking about, GitHub discussions are a great way to connect with the team and community.
2626

27+
* **Import the [Lit Community Calendar](/community-calendar/)** to keep up to date on official community events like the weekly Open Eng Meeting and Community Calls. Add it to your Google Calendar by pressing the "+ Google Calendar" button at the bottom right corner of the calendar page.
28+
2729
* **Find answers on [StackOverflow](https://stackoverflow.com/questions/tagged/lit+or+lit-html+or+lit-element).**
2830
Search the [`lit`, `lit-element`, and `lit-html`](https://stackoverflow.com/questions/tagged/lit+or+lit-html+or+lit-element) tags when
2931
looking for answers. You can also find help on underlying web standards with

packages/lit-dev-content/site/docs/v3/resources/community.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ excellent to each other!
2424

2525
* **Talk about Lit on [GitHub Discussions](https://github.com/lit/lit/discussions).** For longer questions or ideas about Lit, or to see what others are talking about, GitHub discussions are a great way to connect with the team and community.
2626

27+
* **Import the [Lit Community Calendar](/community-calendar/)** to keep up to date on official community events like the weekly Open Eng Meeting and Community Calls. Add it to your Google Calendar by pressing the "+ Google Calendar" button at the bottom right corner of the calendar page.
28+
2729
* **Find answers on [StackOverflow](https://stackoverflow.com/questions/tagged/lit+or+lit-html+or+lit-element).**
2830
Search the [`lit`, `lit-element`, and `lit-html`](https://stackoverflow.com/questions/tagged/lit+or+lit-html+or+lit-element) tags when
2931
looking for answers. You can also find help on underlying web standards with
Lines changed: 3 additions & 0 deletions
Loading

packages/lit-dev-server/src/redirects.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
*/
66

77
export const pageRedirects = new Map([
8+
['/community-calendar', 'https://calendar.google.com/calendar/u/0/embed?src=c_5f73b3899868341aa19ebd1d8fcd2c49b884cfbcbe7f8e655227c5a7905c0692@group.calendar.google.com'],
89
['/discord', 'https://discord.com/invite/buildWithLit'],
910
['/slack-invite', 'https://discord.com/invite/buildWithLit'],
1011
['/youtube', 'https://www.youtube.com/@buildWithLit'],

0 commit comments

Comments
 (0)