-
Notifications
You must be signed in to change notification settings - Fork 295
/
Copy pathnewsletter.html
46 lines (42 loc) · 1.42 KB
/
newsletter.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
---
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 /> 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>