Skip to content

Commit b230df1

Browse files
[Docs] Minor edits
1 parent 2471d4b commit b230df1

File tree

2 files changed

+12
-6
lines changed

2 files changed

+12
-6
lines changed

docs/assets/stylesheets/landing.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@
242242
margin-top: 0.6rem;
243243
margin-bottom: 1.5rem;
244244
font-size: 19px;
245-
font-weight: 300 !important;
245+
font-weight: 400 !important;
246246
text-align: center;
247247
border-radius: 3px;
248248
border-color: transparent;
@@ -298,7 +298,7 @@
298298
background: rgba(0, 0, 0, 0.87);
299299
border: 1.5px solid rgba(0, 0, 0, 0.87);
300300
border-radius: 3px;
301-
font-weight: 300 !important;
301+
font-weight: 400 !important;
302302
/*margin-right: 10px;*/
303303
}
304304

@@ -353,7 +353,7 @@
353353
.md-typeset .md-button-secondary:focus {
354354
background: transparent;
355355
color: rgba(0, 0, 0, 0.87);
356-
border: 0.5px solid rgba(0, 0, 0, 0.87);
356+
border: 1px solid rgba(0, 0, 0, 0.87);
357357
border-radius: 3px;
358358
}
359359

docs/overrides/home.html

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,15 +68,21 @@ <h1>The orchestration layer for modern ML teams</h1>
6868
<!-- <span class="icon"><svg viewBox="0 0 13 10" xmlns="http://www.w3.org/2000/svg"><path d="M12.823 4.164L8.954.182a.592.592 0 0 0-.854 0 .635.635 0 0 0 0 .88l2.836 2.92H.604A.614.614 0 0 0 0 4.604c0 .344.27.622.604.622h10.332L8.1 8.146a.635.635 0 0 0 0 .88.594.594 0 0 0 .854 0l3.869-3.982a.635.635 0 0 0 0-.88z" fill-rule="nonzero" fill="currentColor" class="fill-main"></path></svg></span> -->
6969
</a>
7070

71-
<a href="https://sky.dstack.ai" target="_blank"
71+
<a href="/docs/" target="_blank"
72+
class="md-button md-button-secondary"
73+
style="min-width: 225px;">
74+
<span>Documentation</span>
75+
</a>
76+
77+
<!-- <a href="https://sky.dstack.ai" target="_blank"
7278
class="md-button md-button--primary sky external"
7379
style="min-width: 225px;">
7480
<span>Sign up free</span>
75-
</a>
81+
</a> -->
7682
</div>
7783
</div>
7884
<div class="tx-landing__hero_button_container_text" style="text-align: center; font-size: 85%; margin-top: 1.25rem">
79-
Open-source self-hosted or fully-managed. Setup takes a few minutes.
85+
One control plane for GPUs across cloud, Kubernetes, and on-prem.
8086
</div>
8187
</div>
8288

0 commit comments

Comments
 (0)