@@ -109,19 +109,26 @@ function TweetsSection() {
109
109
) ;
110
110
}
111
111
112
- function ELIVideo ( ) {
112
+ function VideoContainer ( ) {
113
113
return (
114
- < div className = "container" >
115
- < div className = "margin-top--md" >
116
- < iframe
117
- width = "560"
118
- height = "315"
119
- src = "https://www.youtube.com/embed/_An9EsKPhp0"
120
- title = "Explain Like I'm 5: Docusaurus"
121
- frameBorder = "0"
122
- allow = "accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
123
- allowFullScreen
124
- />
114
+ < div className = "container text--center margin-bottom--xl" >
115
+ < div className = "row" >
116
+ < div className = "col" >
117
+ < h2 >
118
+ < Translate > Check it out in the intro video</ Translate >
119
+ </ h2 >
120
+ < div className = { styles . ytVideo } >
121
+ < iframe
122
+ width = "560"
123
+ height = "315"
124
+ src = "https://www.youtube.com/embed/_An9EsKPhp0"
125
+ title = "Explain Like I'm 5: Docusaurus"
126
+ frameBorder = "0"
127
+ allow = "accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
128
+ allowFullScreen
129
+ />
130
+ </ div >
131
+ </ div >
125
132
</ div >
126
133
</ div >
127
134
) ;
@@ -199,7 +206,12 @@ function Home(): JSX.Element {
199
206
</ div >
200
207
</ div >
201
208
< div className = { styles . section } >
209
+ < VideoContainer />
210
+
202
211
< div className = "container text--center margin-bottom--xl" >
212
+ < h2 >
213
+ < Translate > Main features</ Translate >
214
+ </ h2 >
203
215
< div className = "row" >
204
216
< div className = "col" >
205
217
< img
@@ -209,9 +221,9 @@ function Home(): JSX.Element {
209
221
width = "1009.54"
210
222
height = "717.96"
211
223
/>
212
- < h2 className = { clsx ( styles . featureHeading ) } >
224
+ < h3 className = { clsx ( styles . featureHeading ) } >
213
225
< Translate > Powered by Markdown</ Translate >
214
- </ h2 >
226
+ </ h3 >
215
227
< p className = "padding-horiz--md" >
216
228
< Translate >
217
229
Save time and focus on your project's documentation.
@@ -230,9 +242,9 @@ function Home(): JSX.Element {
230
242
width = "1108"
231
243
height = "731.18"
232
244
/>
233
- < h2 className = { clsx ( styles . featureHeading ) } >
245
+ < h3 className = { clsx ( styles . featureHeading ) } >
234
246
< Translate > Built Using React</ Translate >
235
- </ h2 >
247
+ </ h3 >
236
248
< p className = "padding-horiz--md" >
237
249
< Translate >
238
250
Extend or customize your project's layout by reusing
@@ -249,9 +261,9 @@ function Home(): JSX.Element {
249
261
width = "1137"
250
262
height = "776.59"
251
263
/>
252
- < h2 className = { clsx ( styles . featureHeading ) } >
264
+ < h3 className = { clsx ( styles . featureHeading ) } >
253
265
< Translate > Ready for Translations</ Translate >
254
- </ h2 >
266
+ </ h3 >
255
267
< p className = "padding-horiz--md" >
256
268
< Translate >
257
269
Localization comes pre-configured. Use Crowdin to translate
@@ -271,9 +283,9 @@ function Home(): JSX.Element {
271
283
width = "1038.23"
272
284
height = "693.31"
273
285
/>
274
- < h2 className = { clsx ( styles . featureHeading ) } >
286
+ < h3 className = { clsx ( styles . featureHeading ) } >
275
287
< Translate > Document Versioning</ Translate >
276
- </ h2 >
288
+ </ h3 >
277
289
< p className = "padding-horiz--md" >
278
290
< Translate >
279
291
Support users on all versions of your project. Document
@@ -290,9 +302,9 @@ function Home(): JSX.Element {
290
302
width = "1137.97"
291
303
height = "736.21"
292
304
/>
293
- < h2 className = { clsx ( styles . featureHeading ) } >
305
+ < h3 className = { clsx ( styles . featureHeading ) } >
294
306
< Translate > Content Search</ Translate >
295
- </ h2 >
307
+ </ h3 >
296
308
< p className = "padding-horiz--md" >
297
309
< Translate >
298
310
Make it easy for your community to find what they need in
@@ -303,13 +315,6 @@ function Home(): JSX.Element {
303
315
</ div >
304
316
</ div >
305
317
</ div >
306
- < div className = "container text--center" >
307
- < div className = "row" >
308
- < div className = "col" >
309
- < ELIVideo />
310
- </ div >
311
- </ div >
312
- </ div >
313
318
</ div >
314
319
< TweetsSection />
315
320
< div className = { clsx ( styles . section ) } >
0 commit comments