127
127
padding-top : 0.9rem ;
128
128
width : 50% ;
129
129
}
130
- .info__text h3 {
130
+ .info__first {
131
131
font-weight : 400 ;
132
132
font-size : 30px ;
133
133
}
134
- .info__text p {
134
+ .info__community {
135
135
font-size : 24px ;
136
136
padding-top : 1.2rem ;
137
137
color : # fc5969 ;
198
198
.info__text {
199
199
padding-top : 0 ;
200
200
}
201
- .info__text h3 {
201
+ .info__first {
202
202
font-size : 26px ;
203
203
}
204
- .info__text p {
204
+ .info__community {
205
205
font-size : 20px ;
206
206
}
207
207
.info__group {
284
284
font-size : 18px ;
285
285
}
286
286
287
- .info__text h3 {
287
+ .info__first {
288
288
font-size : 22px ;
289
289
}
290
- .info__text p {
290
+ .info__community {
291
291
font-size : 19px ;
292
292
}
293
293
.github p {
339
339
</ a >
340
340
</ header >
341
341
< main class ="main ">
342
- < div class ="info container ">
342
+ < section class ="info container ">
343
343
< div class ="info__company ">
344
344
< img
345
345
src ="/assets/logo_mongo_modeler_dark_mode.svg "
@@ -352,12 +352,13 @@ <h1 class="info__claim">
352
352
</ h1 >
353
353
< div class ="info__detail ">
354
354
< div class ="info__text ">
355
- < h3 >
355
+ < p class =" info__first " >
356
356
Mongo Modeler is a < span class ="highlight "> free</ span > , open
357
357
source < span class ="highlight "> tool</ span > for visualization of
358
358
< span class ="highlight "> MongoDB</ span > schema design
359
- </ h3 >
360
- < p > Community preview</ p >
359
+ </ p >
360
+
361
+ < p class ="info__community "> Community preview</ p >
361
362
< div class ="info__group ">
362
363
< a href ="./editor.html " class ="info__link "
363
364
> Launch MongoDB Designer</ a
@@ -374,17 +375,17 @@ <h3>
374
375
> </ iframe >
375
376
</ div >
376
377
</ div >
377
- </ div >
378
- < div class ="github ">
379
- < p class ="container ">
380
- Interested in suggesting a new feature or reporting a bug? Visit our
381
- project's Github page to make your contribution.
382
- < a href ="https://github.com/Lemoncode/mongo-modeler " target ="_blank "
383
- > Go to Github</ a
384
- >
385
- </ p >
386
- </ div >
378
+ </ section >
387
379
</ main >
380
+ < footer class ="github ">
381
+ < p class ="container ">
382
+ Interested in suggesting a new feature or reporting a bug? Visit our
383
+ project's Github page to make your contribution.
384
+ < a href ="https://github.com/Lemoncode/mongo-modeler " target ="_blank "
385
+ > Go to Github</ a
386
+ >
387
+ </ p >
388
+ </ footer >
388
389
< script >
389
390
let installPrompt = null ;
390
391
const installButton = document . querySelector ( '#install' ) ;
0 commit comments