-
Notifications
You must be signed in to change notification settings - Fork 287
/
credits-sponsor.html
36 lines (34 loc) · 1.07 KB
/
credits-sponsor.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
---
layout: default
title: Sponsor Cloud Credits
body-class: announcement
background-class: announcement-background
permalink: /credits/sponsor
---
{% assign cards = site.board_info %}
<div class="container">
<div class="row hero-content">
<div class="col-md-10">
<h1>PyTorch Cloud<br /> Credit Program</h1>
</div>
</div>
</div>
<div class="container-fluid light-background-section">
<div class="container">
<div class="row content">
<div class="col-md-10 body-side-text">
<p class="lead">Sponsor <a href="/credits">cloud credits</a> and support PyTorch. Please fill in the form and we will be in touch.
</p>
<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: "9a02fff8-0db9-4bad-bd25-bf69a7e9b5f1",
sfdcCampaignId: "7012M000001FfZSQA0"
});
</script>
</div>
</div>
</div>
</div>