Skip to content

Add new newsletter page #1852

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 5 commits into from
Dec 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions _includes/main_menu.html
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,10 @@
<span class=dropdown-title>Events</span>
<p>Find events, webinars, and podcasts</p>
</a>
<a class="nav-dropdown-item" href="{{ site.baseurl }}/newsletter">
<span class=dropdown-title>Newsletter</span>
<p>Stay up-to-date with the latest updates</p>
</a>
</div>
</div>
</li>
Expand Down
3 changes: 3 additions & 0 deletions _includes/mobile_menu.html
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,9 @@
<li>
<a href="{{ site.baseurl}}/events">Events</a>
</li>
<li>
<a href="{{ site.baseurl}}/newsletter">Newsletter</a>
</li>
</ul>
<li class="resources-mobile-menu-title">
<a>About</a>
Expand Down
2 changes: 1 addition & 1 deletion _posts/2021-5-10-ecosystem-day-2021-recap.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
8 changes: 4 additions & 4 deletions _resources/contributor.md
Original file line number Diff line number Diff line change
@@ -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.'
summary: 'Stay up-to-date with the latest updates.'
link: https://pytorch.org/newsletter
class: pytorch-resource
order: 13
featured-home: true
Expand Down
1 change: 1 addition & 0 deletions ecosystem/contributors.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
permalink: /resources/contributors/
body-class: ecosystem
background-class: ecosystem-join-background
redirect_to: "/newsletter/"
---

<div class="jumbotron jumbotron-fluid contributor-jumbotron">
Expand Down
46 changes: 46 additions & 0 deletions newsletter.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
---
layout: default
title: PyTorch Newsletter
body-class: announcement
background-class: announcement-background
permalink: /newsletter
---
{% assign cards = site.board_info %}

<div class="container">
<div class="row hero-content">
<div class="col-md-10">
<h1>PyTorch<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Newsletter</h1>
</div>
</div>
</div>

<div class="container-fluid light-background-section">
<div class="container">
<div class="two-column-row">
<div class="content-left">
<h2>Newsletter Sign Up</h2>
<p>Subscribe to our monthly newsletter to get the latest updates, event info, and community news from the PyTorch Foundation in your inbox.</p>
<div class="mb-5">
<script charset="utf-8" type="text/javascript" src="//js.hsforms.net/forms/embed/v2.js"></script>
<script>
hbspt.forms.create({
region: "na1",
portalId: "8112310",
formId: "f294601b-db76-447a-9af5-f4c884e2ff46"
});
</script>
</div>
</div>

<div class="content-right">
<div>
<h2>Join the conversation</h2>
<p>Join the contributor's discussion forum to learn and collaborate on the latest development across PyTorch</p>
<a class="contributors-button" href="{{ site.external_urls.contributor_forum }}">Contributor Forums</a>
</div>
</div>
</div>
</div>
</div>