File tree Expand file tree Collapse file tree 1 file changed +46
-0
lines changed Expand file tree Collapse file tree 1 file changed +46
-0
lines changed Original file line number Diff line number Diff line change
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 /> 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
+
You can’t perform that action at this time.
0 commit comments