Skip to content

Commit fdc6bb7

Browse files
committed
Add new newsletter page
Signed-off-by: Chris Abraham <[email protected]>
1 parent 50c510e commit fdc6bb7

File tree

1 file changed

+46
-0
lines changed

1 file changed

+46
-0
lines changed

newsletter.html

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
---
2+
layout: default
3+
title: PyTorch Newsletter
4+
body-class: announcement
5+
background-class: announcement-background
6+
permalink: /newsletter
7+
---
8+
{% assign cards = site.board_info %}
9+
10+
<div class="container">
11+
<div class="row hero-content">
12+
<div class="col-md-10">
13+
<h1>PyTorch<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Newsletter</h1>
14+
</div>
15+
</div>
16+
</div>
17+
18+
<div class="container-fluid light-background-section">
19+
<div class="container">
20+
<div class="two-column-row">
21+
<div class="content-left">
22+
<h2>Newsletter Sign Up</h2>
23+
<p>Subscribe to our monthly newsletter to get the latest updates, event info, and community news from the PyTorch Foundation in your inbox.</p>
24+
<div class="mb-5">
25+
<script charset="utf-8" type="text/javascript" src="//js.hsforms.net/forms/embed/v2.js"></script>
26+
<script>
27+
hbspt.forms.create({
28+
region: "na1",
29+
portalId: "8112310",
30+
formId: "f294601b-db76-447a-9af5-f4c884e2ff46"
31+
});
32+
</script>
33+
</div>
34+
</div>
35+
36+
<div class="content-right">
37+
<div>
38+
<h2>Join the conversation</h2>
39+
<p>Join the contributor's discussion forum to learn and collaborate on the latest development across PyTorch</p>
40+
<a class="contributors-button" href="{{ site.external_urls.contributor_forum }}">Contributor Forums</a>
41+
</div>
42+
</div>
43+
</div>
44+
</div>
45+
</div>
46+

0 commit comments

Comments
 (0)