Skip to content

Commit 56642e7

Browse files
committed
Added Contact Us page
Signed-off-by: Chris Abraham <[email protected]>
1 parent dd3e462 commit 56642e7

File tree

3 files changed

+39
-4
lines changed

3 files changed

+39
-4
lines changed

_includes/main_menu.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -139,9 +139,8 @@
139139
<a class="nav-dropdown-item" href="{{ site.baseurl }}/governing-board">
140140
<span class=dropdown-title>Governing Board</span>
141141
</a>
142-
<a class="nav-dropdown-item" href="{{ site.baseurl }}/resources/contributors/">
143-
<span class=dropdown-title>Stay In Touch</span>
144-
<p>Subscribe for updates, event info, webinars, and the latest community news.</p>
142+
<a class="nav-dropdown-item" href="{{ site.baseurl }}/contact-us">
143+
<span class=dropdown-title>Contact Us</span>
145144
</a>
146145
</div>
147146
</div>

_includes/mobile_menu.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
<a href="{{ site.baseurl }}/governing-board">Governing Board</a>
118118
</li>
119119
<li>
120-
<a href="{{ site.baseurl }}/resources/contributors/">Stay In Touch</a>
120+
<a href="{{ site.baseurl }}/contact-us">Contact Us</a>
121121
</li>
122122
</ul>
123123
<li class="resources-mobile-menu-title">

contact-us.html

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
---
2+
layout: default
3+
title: Contact Us
4+
body-class: announcement
5+
background-class: announcement-background
6+
permalink: /contact-us
7+
---
8+
9+
<div class="container">
10+
<div class="row hero-content">
11+
<div class="col-md-10">
12+
<h1>Contact Us</h1>
13+
</div>
14+
</div>
15+
</div>
16+
17+
<div class="container-fluid light-background-section contact-us-section">
18+
<div class="container">
19+
<div class="row">
20+
<div class="col-md-10">
21+
<h2>Get in Touch</h2>
22+
<p class="lead">The success of PyTorch is only possible with the contributions and support of our developer community and member companies.
23+
To learn more about how you can join your industry peers in supporting PyTorch,
24+
or for any questions you may have, please fill out this form to be contacted by a PyTorch Foundation representative.</p>
25+
<script charset="utf-8" type="text/javascript" src="//js.hsforms.net/forms/v2.js?pre=1"></script>
26+
<script>
27+
hbspt.forms.create({
28+
region: "na1",
29+
portalId: "8112310",
30+
formId: "6459945b-52e7-4636-911f-8bfbff65f030"
31+
});
32+
</script>
33+
</div>
34+
</div>
35+
</div>
36+
</div>

0 commit comments

Comments
 (0)