Skip to content

Commit 3f282a1

Browse files
committed
Switch homepage hero content
Signed-off-by: Chris Abraham <[email protected]>
1 parent ab34671 commit 3f282a1

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

index.html

+7-7
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77

88
<div class="jumbotron jumbotron-fluid on-dark-background">
99
<div class="container">
10-
<h1><img src="{{ site.baseurl }}/assets/images/logo-white.svg" width="275px" alt="PyTorch logo"/><br />Membership available</h1>
10+
<h1><img src="{{ site.baseurl }}/assets/images/logo-white.svg" width="275px" alt="PyTorch logo"/><br />New Announcements</h1>
1111

12-
<p class="lead">Join the Membership that fits your goals</p>
12+
<p class="lead">Catch up on the latest technical insights and tools from the PyTorch community.</p>
1313

14-
<a href="{{ site.baseurl }}/join" class="btn btn-lg with-right-arrow" data-cta="join">
15-
Join
14+
<a href="/blog" class="btn btn-lg with-right-arrow" data-cta="join">
15+
Read More
1616
</a>
1717
</div>
1818
</div>
@@ -22,12 +22,12 @@ <h1><img src="{{ site.baseurl }}/assets/images/logo-white.svg" width="275px" alt
2222
<div class="container homepage-box-module">
2323
<div class="row">
2424
<div class="col-md">
25-
<h3>New Announcements</h3>
25+
<h3>Membership Available</h3>
2626
<p>
27-
Catch up on the latest technical insights and tools from the PyTorch community.
27+
Join the Membership that fits your goals.
2828
</p>
2929
<p>
30-
<a href="/blog">#Powered by PyTorch</a>
30+
<a href="/join">Join</a>
3131
</p>
3232
</div>
3333
<div class="col-md">

0 commit comments

Comments
 (0)