-
Notifications
You must be signed in to change notification settings - Fork 299
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
16 changed files
with
233 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
title: Lorem Five | ||
summary: 'Pellentesque sit amet porttitor eget dolor morbi non arcu risus. Feugiat nibh sed pulvinar proin gravida hendrerit lectus a. Fermentum iaculis eu non diam phasellus vestibulum. Quisque id diam vel quam elementum pulvinar etiam non quam. Pharetra massa massa ultricies mi quis hendrerit dolor.' | ||
link: https://pytorch.org/resources/contributors | ||
image: /assets/images/board-info-images/image-1.png | ||
class: pytorch-resource | ||
order: 5 | ||
featured-home: true | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
title: Lorem Four | ||
summary: 'Consectetur adipiscing elit pellentesque habitant morbi tristique senectus et. Purus non enim praesent elementum. Platea dictumst vestibulum rhoncus est pellentesque' | ||
link: https://pytorch.org/resources/contributors | ||
image: /assets/images/board-info-images/image-2.png | ||
class: pytorch-resource | ||
order: 4 | ||
featured-home: true | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
title: Lorem One | ||
summary: 'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam' | ||
link: https://pytorch.org/resources/contributors | ||
image: /assets/images/board-info-images/image-1.png | ||
class: pytorch-resource | ||
order: 1 | ||
featured-home: true | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
title: Lorem Three | ||
summary: 'Pellentesque massa placerat duis ultricies lacus sed. Etiam dignissim diam quis enim lobortis scelerisque fermentum dui. Cras ornare arcu dui vivamus' | ||
link: https://pytorch.org/resources/contributors | ||
image: /assets/images/board-info-images/image-3.png | ||
class: pytorch-resource | ||
order: 3 | ||
featured-home: true | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
title: Lorem Two | ||
summary: 'Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.m' | ||
link: https://pytorch.org/resources/contributors | ||
image: /assets/images/board-info-images/image-2.png | ||
class: pytorch-resource | ||
order: 2 | ||
featured-home: true | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,117 @@ | ||
.announcement { | ||
.main-content { | ||
padding-bottom: 0; | ||
} | ||
.navbar-nav .nav-link { | ||
color: $black; | ||
} | ||
|
||
.nav-logo { | ||
background-image: url($baseurl + "/assets/images/logo-dark.svg"); | ||
} | ||
|
||
.main-background { | ||
@include desktop { | ||
height: 600px | ||
} | ||
} | ||
} | ||
|
||
.announcement { | ||
.jumbotron { | ||
position: relative; | ||
height: 450px; | ||
top: $mobile_header_height; | ||
align-items: flex-start; | ||
@include desktop{ | ||
top: $desktop_header_height; | ||
height: 550px; | ||
} | ||
.container { | ||
.side-text { | ||
h1 { | ||
padding-top: rem(50px); | ||
color: $white; | ||
} | ||
p.lead { | ||
margin-bottom: rem(25px); | ||
padding-top: rem(50px); | ||
color: $white; | ||
width: 100%; | ||
} | ||
|
||
} | ||
.side-image { | ||
background-repeat: no-repeat; | ||
background-position: center; | ||
background-size: contain; | ||
} | ||
} | ||
} | ||
} | ||
|
||
.announcement .main-content-wrapper { | ||
margin-bottom: 0.75rem; | ||
margin-top: 130px; | ||
} | ||
|
||
.announcement .card-container { | ||
display: grid; | ||
grid-template-columns: repeat(3, 1fr); | ||
|
||
.card { | ||
border: none; | ||
a { | ||
color: $black; | ||
} | ||
.card-body { | ||
padding: 0; | ||
|
||
img { | ||
width: 100%; | ||
height: 207px; | ||
object-fit: cover; | ||
padding: 20px 0; | ||
} | ||
} | ||
} | ||
|
||
} | ||
|
||
|
||
.announcement .dark-background-section { | ||
background-color: $black; | ||
.line-content { | ||
padding: 100px 0; | ||
h1 { | ||
color: $white; | ||
} | ||
} | ||
} | ||
|
||
.announcement .contact-us-section { | ||
background-color: $code_background_color; | ||
} | ||
|
||
.announcement .light-background-section { | ||
background-color: $white; | ||
.content { | ||
padding: 80px 0; | ||
} | ||
} | ||
|
||
.announcement .body-side-text { | ||
.lead { | ||
margin-bottom: rem(25px); | ||
padding-top: rem(50px); | ||
} | ||
} | ||
|
||
.announcement .body-side-image { | ||
background-repeat: no-repeat; | ||
background-position: center; | ||
background-size: contain; | ||
} | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -53,6 +53,4 @@ <h4>{{ resource.title }}</h4> | |
</div> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
{% include quick_start_module.html %} | ||
</div> |