Skip to content

Commit 28c356e

Browse files
authored
Moving join buttons up above the fold on the join page (#1639)
Signed-off-by: Chris Abraham <cjyabraham@gmail.com>
1 parent 40a3209 commit 28c356e

File tree

1 file changed

+22
-20
lines changed

1 file changed

+22
-20
lines changed

join.html

Lines changed: 22 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,27 @@ <h1 class="small">Join the PyTorch Foundation</h1>
1616
</div>
1717

1818

19+
<div class="container-fluid light-background-section mt-4">
20+
<div class="container">
21+
<div class="row content">
22+
<div class="col-md-10 body-side-text text-center">
23+
<h2>Apply for Membership Today</h2>
24+
<p>
25+
<br>
26+
<a href="https://share.hsforms.com/1lnZCCgQIQo2GagT6Fkge1g4tvhy" class="btn btn-lg with-right-arrow" target="_blank">
27+
Apply for Premier Membership
28+
</a>
29+
</p>
30+
<p>
31+
<a href="https://enrollment.lfx.linuxfoundation.org/?project=pytorch" class="btn btn-lg with-right-arrow" target="_blank">
32+
Apply for General or Associate Membership
33+
</a>
34+
</p>
35+
</div>
36+
</div>
37+
</div>
38+
</div>
39+
1940

2041
<div class="container-fluid light-background-section">
2142
<div class="container">
@@ -168,26 +189,7 @@ <h2 class="upper">Join the Membership that fits your goals</h2>
168189
</div>
169190
</div>
170191

171-
<div class="container-fluid light-background-section mt-4">
172-
<div class="container">
173-
<div class="row content">
174-
<div class="col-md-10 body-side-text text-center">
175-
<h2>Apply for Membership Today</h2>
176-
<p>
177-
<br>
178-
<a href="https://share.hsforms.com/1lnZCCgQIQo2GagT6Fkge1g4tvhy" class="btn btn-lg with-right-arrow" target="_blank">
179-
Apply for Premier Membership
180-
</a>
181-
</p>
182-
<p>
183-
<a href="https://enrollment.lfx.linuxfoundation.org/?project=pytorch" class="btn btn-lg with-right-arrow" target="_blank">
184-
Apply for General or Associate Membership
185-
</a>
186-
</p>
187-
</div>
188-
</div>
189-
</div>
190-
</div>
192+
191193

192194
<div class="container-fluid contact-us-section">
193195
<div class="container">

0 commit comments

Comments
 (0)