File tree 3 files changed +7
-10
lines changed
3 files changed +7
-10
lines changed Original file line number Diff line number Diff line change @@ -128,12 +128,9 @@ a, .btn {
128
128
& .home-page-background {
129
129
z-index : -1 ;
130
130
height : 350px ;
131
- background-size : unset ;
132
- background-image : url ($baseurl + " /assets/images/pt-conference.jpg" );
133
131
134
132
@include desktop {
135
133
height : 570px ;
136
- background-size : 100% ;
137
134
}
138
135
}
139
136
& .hub-background {
Original file line number Diff line number Diff line change 41
41
margin-top : 4rem ;
42
42
43
43
@include desktop {
44
- font-size : rem (54 px );
44
+ font-size : rem (62 px );
45
45
margin-top : 0 ;
46
46
}
47
47
Original file line number Diff line number Diff line change 7
7
8
8
< div class ="jumbotron jumbotron-fluid on-dark-background ">
9
9
< 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
15
16
</ a >
16
- </ p >
17
17
</ div >
18
18
</ div >
19
19
You can’t perform that action at this time.
0 commit comments