Skip to content

Commit 637b6cb

Browse files
committed
replace old readme with index
1 parent 57590cb commit 637b6cb

File tree

3 files changed

+20
-3
lines changed

3 files changed

+20
-3
lines changed

docs/index.css

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ a{
3333
.qstart,
3434
.feature-list,
3535
.examples,
36-
.api{
36+
.api,
37+
.footer {
3738
display:flex;
3839
flex-wrap:wrap;
3940
justify-content: center;
@@ -44,6 +45,19 @@ a{
4445
.qstart {
4546
background-color: lightsteelblue;
4647
}
48+
.footer{
49+
background-color: #444;
50+
color:#ccc;
51+
}
52+
53+
54+
.footer-item{
55+
padding: 5px 16px;
56+
}
57+
.footer-item a{
58+
color:#ccc;
59+
}
60+
4761
.feature-list{
4862
text-align: left;
4963
}

docs/index1.html renamed to docs/index.html

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
function gtag(){dataLayer.push(arguments);}
99
gtag('js', new Date());
1010

11-
gtag('config', 'AB-132775238-1');
11+
gtag('config', 'UA-132775238-1');
1212
</script>
1313

1414
<meta charset="utf-8">
@@ -407,7 +407,10 @@ <h2> Examples & Demos</h2>
407407
<!-- End of Examples -->
408408

409409

410-
410+
<div id="footer" class="footer container">
411+
<div class="footer-item"> MIT Licence</div>
412+
<div class="footer-item"> <a href="https://github.com/mrin9/RapiDoc"> GitHub</a></div>
413+
<div class="footer-item"> <a href="https://www.npmjs.com/package/rapidoc"> npm</a></div>
411414
</div>
412415

413416

File renamed without changes.

0 commit comments

Comments
 (0)