Skip to content

Commit 94d19fe

Browse files
committed
Revert conference hero takeover
Signed-off-by: Chris Abraham <[email protected]>
1 parent 441815e commit 94d19fe

File tree

3 files changed

+7
-10
lines changed

3 files changed

+7
-10
lines changed

_sass/base_styles.scss

-3
Original file line numberDiff line numberDiff line change
@@ -128,12 +128,9 @@ a, .btn {
128128
&.home-page-background {
129129
z-index: -1;
130130
height: 350px;
131-
background-size: unset;
132-
background-image: url($baseurl + "/assets/images/pt-conference.jpg");
133131

134132
@include desktop {
135133
height: 570px;
136-
background-size: 100%;
137134
}
138135
}
139136
&.hub-background {

_sass/jumbotron.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
margin-top: 4rem;
4242

4343
@include desktop {
44-
font-size: rem(54px);
44+
font-size: rem(62px);
4545
margin-top: 0;
4646
}
4747

index.html

+6-6
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77

88
<div class="jumbotron jumbotron-fluid on-dark-background">
99
<div class="container">
10-
<h1><strong>Join us in San Francisco</strong><br/>September 18-19</h1>
11-
<img src="{{ site.baseurl }}/assets/images/pytconf24-color-whitetext.svg" width="275px" alt="PyTorch Conference logo"/>
12-
<p class="mt-4">
13-
<a href="https://events.linuxfoundation.org/pytorch-conference/register/?utm_source=www&utm_medium=homepage&utm_campaign=Pytorch-Conference-2024&utm_content=hero" class="btn btn-lg with-right-arrow" data-cta="join">
14-
Register Now
10+
<h1><img src="{{ site.baseurl }}/assets/images/logo-white.svg" width="275px" alt="PyTorch logo"/><br />Get Started</h1>
11+
12+
<p class="lead">Choose Your Path: Install PyTorch Locally or Launch Instantly on Supported Cloud Platforms</p>
13+
14+
<a href="/get-started" class="btn btn-lg with-right-arrow" data-cta="join">
15+
Get started
1516
</a>
16-
</p>
1717
</div>
1818
</div>
1919

0 commit comments

Comments
 (0)