@@ -177,8 +177,7 @@ <h2 class="text-center">{{ T "IndexPage.Highlights.Heading" }}</h2>
177
177
178
178
< section id ="install " class ="container text-center py-4 ">
179
179
< 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 ">
182
181
< h2 > {{ T "IndexPage.Install.Heading" }}</ h2 >
183
182
< p > {{ T "IndexPage.Install.Paragraph" }}</ p >
184
183
< p >
@@ -192,18 +191,27 @@ <h2>{{ T "IndexPage.Install.Heading" }}</h2>
192
191
< span class ="iconify-inline " data-icon ="simple-icons:microsoftedge "> </ span > {{ T "Global.EdgeShort" }}
193
192
</ a >
194
193
</ p >
195
- < p >
194
+ < p class =" mb-4 " >
196
195
{{- .Scratch.Add "open_tag_2" "< a href ='" }}
197
196
{{- .Scratch.Add "open_tag_2" ( "/docs/getting-started/installing#from-source" | relLangURL ) }}
198
197
{{- .Scratch.Add "open_tag_2" " ' target ='_blank ' rel ='noopener '> " }}
199
198
{{- 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 }}
200
199
</ 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 >
201
204
</ 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 >
205
214
</ div >
206
- < div class ="col-12 col-lg "> </ div >
207
215
</ div >
208
216
</ section >
209
217
0 commit comments