From fdc6bb78525c2b83dd09c8623bb5cff7a44834a2 Mon Sep 17 00:00:00 2001 From: Chris Abraham Date: Sat, 21 Dec 2024 09:38:52 -0800 Subject: [PATCH 1/5] Add new newsletter page Signed-off-by: Chris Abraham --- newsletter.html | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 newsletter.html diff --git a/newsletter.html b/newsletter.html new file mode 100644 index 000000000000..7c104c2726cf --- /dev/null +++ b/newsletter.html @@ -0,0 +1,46 @@ +--- +layout: default +title: PyTorch Newsletter +body-class: announcement +background-class: announcement-background +permalink: /newsletter +--- +{% assign cards = site.board_info %} + +
+
+
+

PyTorch
       Newsletter

+
+
+
+ +
+
+
+
+

Newsletter Sign Up

+

Subscribe to our monthly newsletter to get the latest updates, event info, and community news from the PyTorch Foundation in your inbox.

+
+ + +
+
+ +
+
+

Join the conversation

+

Join the contributor's discussion forum to learn and collaborate on the latest development across PyTorch

+ Contributor Forums +
+
+
+
+
+ From 405297a54104e6e738fb3c2dffd09b817d413150 Mon Sep 17 00:00:00 2001 From: Chris Abraham Date: Sat, 21 Dec 2024 09:50:13 -0800 Subject: [PATCH 2/5] add redirect Signed-off-by: Chris Abraham --- ecosystem/contributors.html | 1 + 1 file changed, 1 insertion(+) diff --git a/ecosystem/contributors.html b/ecosystem/contributors.html index 5026aae16f01..f28a4c243679 100644 --- a/ecosystem/contributors.html +++ b/ecosystem/contributors.html @@ -4,6 +4,7 @@ permalink: /resources/contributors/ body-class: ecosystem background-class: ecosystem-join-background +redirect_to: "/newsletter/" ---
From a4bf9344cf723481eecd458e148e2415545e6643 Mon Sep 17 00:00:00 2001 From: Chris Abraham Date: Sat, 21 Dec 2024 09:55:39 -0800 Subject: [PATCH 3/5] update reference to newsletter Signed-off-by: Chris Abraham --- _posts/2021-5-10-ecosystem-day-2021-recap.md | 2 +- _resources/contributor.md | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/_posts/2021-5-10-ecosystem-day-2021-recap.md b/_posts/2021-5-10-ecosystem-day-2021-recap.md index 163286da182e..e4f12a07f25a 100644 --- a/_posts/2021-5-10-ecosystem-day-2021-recap.md +++ b/_posts/2021-5-10-ecosystem-day-2021-recap.md @@ -22,7 +22,7 @@ To view the full catalogue of poster, please visit **[PyTorch Ecosystem Day 2021 ### New Contributor Resources Today, we are also sharing new contributor resources that we are trying out to give you the most access to up-to-date news, networking opportunities and more. -* [Contributor Newsletter](https://pytorch.org/resources/contributors/) - Includes curated news including RFCs, feature roadmaps, notable PRs, editorials from developers, and more to support keeping track of everything that’s happening in our community. +* [Contributor Newsletter](https://pytorch.org/newsletter/) - Includes curated news including RFCs, feature roadmaps, notable PRs, editorials from developers, and more to support keeping track of everything that’s happening in our community. * [Contributors Discussion Forum](https://dev-discuss.pytorch.org/) - Designed for contributors to learn and collaborate on the latest development across PyTorch. * [PyTorch Developer Podcast (Beta)](https://pytorch-dev-podcast.simplecast.com/) - Edward Yang, PyTorch Research Scientist, at Facebook AI shares bite-sized (10 to 20 mins) podcast episodes discussing topics about all sorts of internal development topics in PyTorch. diff --git a/_resources/contributor.md b/_resources/contributor.md index f9fb8d270e80..0b5575d12d94 100644 --- a/_resources/contributor.md +++ b/_resources/contributor.md @@ -1,8 +1,8 @@ --- -title: Contributors -summary-home: 'Stay up to date with the codebase and discover RFCs, PRs and more.' -summary: 'Stay up to date with the codebase and discover RFCs, PRs and more.' -link: https://pytorch.org/resources/contributors +title: Newsletter +summary-home: 'Stay up-to-date with the latest updates, event info, and community news from the PyTorch Foundation.' +summary: 'Stay up-to-date with the latest updates, event info, and community news from the PyTorch Foundation.' +link: https://pytorch.org/newsletter class: pytorch-resource order: 13 featured-home: true From ef4121841c66d53f23c56f4203c362b962d5a3b1 Mon Sep 17 00:00:00 2001 From: Chris Abraham Date: Sat, 21 Dec 2024 09:57:14 -0800 Subject: [PATCH 4/5] add to menu Signed-off-by: Chris Abraham --- _includes/main_menu.html | 4 ++++ _includes/mobile_menu.html | 3 +++ 2 files changed, 7 insertions(+) diff --git a/_includes/main_menu.html b/_includes/main_menu.html index 10b9e6541678..a5f41f2f51f6 100644 --- a/_includes/main_menu.html +++ b/_includes/main_menu.html @@ -125,6 +125,10 @@ Events

Find events, webinars, and podcasts

+ + Newsletter +

Stay up-to-date with the latest updates

+
diff --git a/_includes/mobile_menu.html b/_includes/mobile_menu.html index df98cec33b35..e9ce82726284 100644 --- a/_includes/mobile_menu.html +++ b/_includes/mobile_menu.html @@ -108,6 +108,9 @@
  • Events
  • +
  • + Newsletter +
  • About From fc50a094444a79e4a5e26e510018b751666c3298 Mon Sep 17 00:00:00 2001 From: Chris Abraham Date: Sat, 21 Dec 2024 10:01:51 -0800 Subject: [PATCH 5/5] reduce description Signed-off-by: Chris Abraham --- _resources/contributor.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_resources/contributor.md b/_resources/contributor.md index 0b5575d12d94..5f67abd14db4 100644 --- a/_resources/contributor.md +++ b/_resources/contributor.md @@ -1,7 +1,7 @@ --- title: Newsletter -summary-home: 'Stay up-to-date with the latest updates, event info, and community news from the PyTorch Foundation.' -summary: 'Stay up-to-date with the latest updates, event info, and community news from the PyTorch Foundation.' +summary-home: 'Stay up-to-date with the latest updates.' +summary: 'Stay up-to-date with the latest updates.' link: https://pytorch.org/newsletter class: pytorch-resource order: 13