Skip to content

Commit e985016

Browse files
committed
Added style improvements
Signed-off-by: Diwank Singh <diwank.singh@gmail.com>
1 parent fc5a32c commit e985016

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

index.html

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,19 @@ <h1>
2323

2424
<footer class="site-footer">
2525

26-
<a href="https://js.org" target="_blank" title="JS.ORG | JavaScript Community">
27-
<img src="https://logo.js.org/bright_horz.png" width="102" alt="JS.ORG Logo"/>
28-
</a>
29-
<!-- alternatives [bright|dark]_[horz|vert|tiny].png (width[horz:102,vert:50,tiny:77]) -->
30-
3126
<span class="site-footer-credits">This page was generated by <a href="https://pages.github.com">GitHub Pages</a> using the <a href="https://github.com/jasonlong/cayman-theme">Cayman theme</a> by <a href="https://twitter.com/jasonlong">Jason Long</a>.</span>
27+
28+
</footer>
29+
30+
<footer style="margin-top:8px">
31+
32+
<span class="site-footer-credits"> Domain generously hosted by
33+
<a href="https://js.org" target="_blank" title="JS.ORG | JavaScript Community">
34+
<img src="https://logo.js.org/dark_tiny.png" style="vertical-align:middle" width="102" alt="JS.ORG Logo"/>
35+
</a>
36+
<!-- alternatives [bright|dark]_[horz|vert|tiny].png (width[horz:102,vert:50,tiny:77]) -->
37+
</span>
38+
3239
</footer>
3340

3441
</section>

0 commit comments

Comments
 (0)