Skip to content

Commit 0420c35

Browse files
committed
Add link to TurboWarp
1 parent 5bc7eca commit 0420c35

File tree

2 files changed

+15
-7
lines changed

2 files changed

+15
-7
lines changed

layouts/_default/home.html

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -177,8 +177,7 @@ <h2 class="text-center">{{ T "IndexPage.Highlights.Heading" }}</h2>
177177

178178
<section id="install" class="container text-center py-4">
179179
<div class="row">
180-
<div class="col-12 col-lg"></div>
181-
<div class="col-12 col-lg-auto mb-4 mb-lg-0 mr-lg-3">
180+
<div class="col-12 col-lg-6 mb-4 d-md-flex flex-column justify-content-center">
182181
<h2>{{ T "IndexPage.Install.Heading" }}</h2>
183182
<p>{{ T "IndexPage.Install.Paragraph" }}</p>
184183
<p>
@@ -192,18 +191,27 @@ <h2>{{ T "IndexPage.Install.Heading" }}</h2>
192191
<span class="iconify-inline" data-icon="simple-icons:microsoftedge"></span> {{ T "Global.EdgeShort" }}
193192
</a>
194193
</p>
195-
<p>
194+
<p class="mb-4">
196195
{{- .Scratch.Add "open_tag_2" "<a href='" }}
197196
{{- .Scratch.Add "open_tag_2" ( "/docs/getting-started/installing#from-source" | relLangURL ) }}
198197
{{- .Scratch.Add "open_tag_2" "' target='_blank' rel='noopener'>" }}
199198
{{- T "IndexPage.Install.InstallButton.Other" ( dict "OpenTag1" "<a href='https://github.com/ScratchAddons/ScratchAddons/releases' target='_blank' rel='noopener'>" "CloseTag1" "</a>" "OpenTag2" ( .Scratch.Get "open_tag_2" ) "CloseTag2" "</a>" ) | safeHTML }}
200199
</p>
200+
<div class="">
201+
<p id="total-users" style="font-size: 3rem; font-weight: 500; line-height: 3rem;" class="odometer mb-0"></p>
202+
<p style="font-size: 1.75rem; font-weight: 500;">{{ T "IndexPage.Users" }}</p>
203+
</div>
201204
</div>
202-
<div class="col-12 col-lg-auto ml-lg-3 d-flex flex-column justify-content-center">
203-
<p id="total-users" style="font-size: 3rem; font-weight: 500; line-height: 3rem;" class="odometer mb-0"></p>
204-
<p style="font-size: 1.75rem; font-weight: 500;">{{ T "IndexPage.Users" }}</p>
205+
<div class="col-12 col-lg-6 d-md-flex flex-column justify-content-center">
206+
<h2>Try</h2>
207+
<p>Try some of the editor addons on TurboWarp before installing.</p>
208+
<a class="btn btn-success dark-btn-white btn-lg mb-4" href="https://turbowarp.org/addons" target="_blank" rel="noopener">
209+
<span class="iconify-inline" data-icon="emojione-monotone:letter-t"></span> TurboWarp
210+
</a>
211+
<p class="text-center">
212+
<img style="max-width: 100%;" src="/assets/img/showcase/tw-addons.png"></img>
213+
</p>
205214
</div>
206-
<div class="col-12 col-lg"></div>
207215
</div>
208216
</section>
209217

53.3 KB
Loading

0 commit comments

Comments
 (0)