-
Notifications
You must be signed in to change notification settings - Fork 294
/
Copy pathcontact-us.html
38 lines (33 loc) · 1.38 KB
/
contact-us.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
---
layout: default
title: Contact Us
body-class: announcement
background-class: announcement-background
permalink: /contact-us
---
<div class="container">
<div class="row hero-content">
<div class="col-md-10">
<h1>Contact Us</h1>
</div>
</div>
</div>
<div class="container-fluid light-background-section contact-us-section">
<div class="container">
<div class="row">
<div class="col-md-10">
<h2>Get in Touch</h2>
<p class="lead">The success of PyTorch is only possible with the contributions and support of our developer community and member companies. If you would like to learn how you can collaborate with your peers in the PyTorch Foundation, and would like to have a conversation with a PyTorch Foundation representative, please fill out this form.</p>
<p class="lead"><em><strong>Note:</strong> for all PyTorch <strong>technical questions</strong> please go to <a href="https://discuss.pytorch.org/" target="_blank" alt="Discussion Forums"><strong>discuss.pytorch.org</strong></a></em></p>
<script charset="utf-8" type="text/javascript" src="//js.hsforms.net/forms/v2.js?pre=1"></script>
<script>
hbspt.forms.create({
region: "na1",
portalId: "8112310",
formId: "6459945b-52e7-4636-911f-8bfbff65f030"
});
</script>
</div>
</div>
</div>
</div>