Skip to content

Commit ece8a25

Browse files
committed
Remove hero button on join page
Signed-off-by: cjyabraham <cjyabraham@gmail.com>
1 parent cfc43c7 commit ece8a25

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

_sass/announcement.scss

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77
}
88

99
.hero-content {
10-
top: $mobile_header_height + 40px;
10+
top: $mobile_header_height + 80px;
1111
height: 250px;
1212
position: relative;
1313
margin-bottom: 120px;
1414
justify-content: center;
1515

1616
@include desktop {
17-
top: $mobile_header_height + 100px;
17+
top: $mobile_header_height + 110px;
1818
height: 350px;
1919
}
2020

join.html

-3
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@
1111
<div class="col-md-10">
1212
<h1 class="small">Join the PyTorch Foundation</h1>
1313
<p class="lead pt-3">Become part of a thriving community in the booming global AI market</p>
14-
<a href="{{ site.baseurl }}/get-started" class="btn btn-lg with-right-arrow btn-white" data-cta="get-started">
15-
Apply for Membership
16-
</a>
1714
</div>
1815
</div>
1916
</div>

0 commit comments

Comments
 (0)