Skip to content

Commit 303549a

Browse files
author
Christine Abernathy
authored
Merge pull request #33 from JoelMarcey/build-type-row
Add new row to local quick start for PT build
2 parents 56e959c + 7ca2b86 commit 303549a

File tree

4 files changed

+427
-118
lines changed

4 files changed

+427
-118
lines changed

_includes/quick_start_local.html

+14
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55

66
<div class="row">
77
<div class="col-md-3 headings">
8+
<div class="col-md-12 title-block">
9+
<div class="option-text">PyTorch Build</div>
10+
</div>
811
<div class="col-md-12 title-block">
912
<div class="option-text os-text">Your OS</div>
1013
</div>
@@ -23,6 +26,17 @@
2326
</div>
2427

2528
<div class="col-md-9">
29+
<div class="row ptbuild">
30+
<div class="col-md-12 title-block mobile-heading">
31+
<div class="option-text">PyTorch Build</div>
32+
</div>
33+
<div class="col-md-6 option block version selected" id="stable">
34+
<div class="option-text">Stable</div>
35+
</div>
36+
<div class="col-md-6 option block version" id="preview">
37+
<div class="option-text">Preview</div>
38+
</div>
39+
</div>
2640
<div class="row os">
2741
<div class="col-md-12 title-block mobile-heading">
2842
<div class="option-text">Your OS</div>

_sass/get-started.scss

+1
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,7 @@
164164

165165
.get-started {
166166
.quick-starts {
167+
.row.ptbuild,
167168
.row.os,
168169
.row.package,
169170
.row.python,

_sass/quick-start-module.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
.start-locally-col {
55
margin-bottom: rem(20px);
6-
6+
.row.ptbuild,
77
.row.os,
88
.row.package,
99
.row.python,

0 commit comments

Comments
 (0)