Skip to content

Commit 6285986

Browse files
[Landing] Highlight dstack Sky + CTA improvements
- Updated hero text with Sky sign-up CTA - Refined button styles for visual consistency - Tweaked main feature block copy
1 parent 95d844b commit 6285986

3 files changed

Lines changed: 119 additions & 98 deletions

File tree

docs/assets/stylesheets/landing.css

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -241,8 +241,8 @@
241241
.md-typeset .md-button {
242242
margin-top: 1.2rem;
243243
margin-bottom: 1.5rem;
244-
font-size: 20px;
245-
font-weight: 400 !important;
244+
font-size: 19px;
245+
font-weight: 300 !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: 400 !important;
301+
font-weight: 300 !important;
302302
/*margin-right: 10px;*/
303303
}
304304

@@ -337,11 +337,11 @@
337337
}
338338

339339
.md-button--primary.external:after, .md-button--primary.sky.external:after {
340-
content: url('data:image/svg+xml,<svg fill="white" xmlns="http://www.w3.org/2000/svg" width="21px" height="21px" viewBox="0 0 16 16"><polygon points="5 4.31 5 5.69 9.33 5.69 2.51 12.51 3.49 13.49 10.31 6.67 10.31 11 11.69 11 11.69 4.31 5 4.31" data-v-e1bdab2c=""></polygon></svg>');
340+
content: url('data:image/svg+xml,<svg fill="white" xmlns="http://www.w3.org/2000/svg" width="19px" height="19px" viewBox="0 0 16 16"><polygon points="5 4.31 5 5.69 9.33 5.69 2.51 12.51 3.49 13.49 10.31 6.67 10.31 11 11.69 11 11.69 4.31 5 4.31" data-v-e1bdab2c=""></polygon></svg>');
341341
line-height: 14px;
342342
margin-left: 5px;
343343
position: relative;
344-
top: 2px;
344+
top: 2.5px;
345345
margin-right: -7px;
346346
}
347347

@@ -817,6 +817,10 @@
817817
color: #e37cff;
818818
}
819819

820+
#get-started-code-snippet[data-termynal] {
821+
font-size: 14px !important;
822+
}
823+
820824
/*.tx-landing__trusted_by*/ [data-termynal] {
821825
font-size: 15px;
822826
}

docs/overrides/header-2.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@
6161
{% endif %}-->
6262

6363
<div class="md-header__buttons">
64-
<a href="https://github.com/dstackai/dstack" target="_blank" class="md-button md-button--primary github external">GitHub</a>
65-
<!-- <a href="https://discord.gg/u8SmfwPpMd" target="_blank" class="md-button md-button--primary sky discord external">Discord</a> -->
64+
<a href="https://github.com/dstackai/dstack" target="_blank" class="md-button md-button--primary github">GitHub</a>
65+
<a href="https://sky.dstack.ai" target="_blank" class="md-button md-button--primary sky external">Sign up</a>
6666
</div>
6767
</nav>
6868
{% if "navigation.tabs.sticky" in features %}

0 commit comments

Comments
 (0)