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