File tree 2 files changed +38
-16
lines changed
2 files changed +38
-16
lines changed Original file line number Diff line number Diff line change 2
2
3
3
.main-content-wrapper {
4
4
@include desktop {
5
- margin-top : 539 px ;
5
+ margin-top : 472 px ;
6
6
}
7
7
}
8
8
h2 {
385
385
.no-banner {
386
386
padding-bottom : 2rem ;
387
387
}
388
+
389
+ .homepage-box-module {
390
+ div .col-md {
391
+ background : #F3F4F7 ;
392
+ margin : 20px ;
393
+ padding : 30px ;
394
+ }
395
+ }
Original file line number Diff line number Diff line change @@ -19,23 +19,37 @@ <h1><img src="{{ site.baseurl }}/assets/images/logo-white.svg" width="275px" alt
19
19
20
20
< div class ="main-content-wrapper ">
21
21
22
- {% if page.display-news-banner == true %}
23
-
24
- {% assign news = site.news | sort: "order" %}
25
-
26
- < div id ="news-items ">
27
- < div class ="list container news-banner-container ">
28
- {% for news_item in news %}
29
- < div class ="news-banner-text ">
30
- {% include news_banner_info.html %}
31
- </ div >
32
- {% endfor %}
22
+ < div class ="container homepage-box-module ">
23
+ < div class ="row ">
24
+ < div class ="col-md ">
25
+ < h3 > Featured Reads</ h3 >
26
+ < p >
27
+ Catch up on the latest technical insights and tools from the PyTorch community.
28
+ </ p >
29
+ < p >
30
+ < a href ="/blog "> #Powered by PyTorch</ a >
31
+ </ p >
32
+ </ div >
33
+ < div class ="col-md ">
34
+ < h3 > PyTorch 2.0</ h3 >
35
+ < p >
36
+ Our next-generation release is faster, more Pythonic, and more Dynamic than ever.
37
+ </ p >
38
+ < p >
39
+ < a href ="/get-started "> Get Started</ a >
40
+ </ p >
41
+ </ div >
42
+ < div class ="col-md ">
43
+ < h3 > Upcoming Events</ h3 >
44
+ < p >
45
+ Don’t miss out on our upcoming PyTorch events, meetups, and webinars.
46
+ </ p >
47
+ < p >
48
+ < a href ="/events "> Upcoming Events</ a >
49
+ </ p >
33
50
</ div >
34
- < div class ="pagination "> </ div >
35
51
</ div >
36
- {% else %}
37
- < div class ="no-banner "> </ div >
38
- {% endif %}
52
+ </ div >
39
53
40
54
< div class ="container homepage-feature-module key-features-module ">
41
55
You can’t perform that action at this time.
0 commit comments