Skip to content

Commit 6fcce9c

Browse files
committed
Added sponsor form
Signed-off-by: Chris Abraham <[email protected]>
1 parent 532ad81 commit 6fcce9c

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

credits-sponsor.html

+36
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
---
2+
layout: default
3+
title: Sponsor Cloud Credits
4+
body-class: announcement
5+
background-class: announcement-background
6+
permalink: /credits/sponsor
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 Cloud<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Credit Program</h1>
14+
</div>
15+
</div>
16+
</div>
17+
18+
<div class="container-fluid light-background-section">
19+
<div class="container">
20+
<div class="row content">
21+
<div class="col-md-10 body-side-text">
22+
<p class="lead">Sponsor <a href="/credits">cloud credits</a> and support CNCF projects. Please fill in the form and we will be in touch.
23+
</p>
24+
<script charset="utf-8" type="text/javascript" src="//js.hsforms.net/forms/embed/v2.js"></script>
25+
<script>
26+
hbspt.forms.create({
27+
region: "na1",
28+
portalId: "8112310",
29+
formId: "9a02fff8-0db9-4bad-bd25-bf69a7e9b5f1",
30+
sfdcCampaignId: "7012M000001FfZSQA0"
31+
});
32+
</script>
33+
</div>
34+
</div>
35+
</div>
36+
</div>

0 commit comments

Comments
 (0)