Skip to content

Commit

Permalink
add special thanks to our supporters section
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin M committed May 28, 2023
1 parent 218dfa3 commit c274e47
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
12 changes: 12 additions & 0 deletions css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,18 @@ h2 {
width: 161px;
}

body:not(.lighttheme) .ad-container {
color: #fff;
}

.ad-container h6 {
margin: 8px 0;
}

.ad-container ul {
padding: 8px 0;
}

#carbonads {
border-radius: 4px 2px;
background-color: #292929;
Expand Down
7 changes: 6 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,12 @@ <h2 class="left">Online JSON Compare</h2>

</div>
<div class="ad-container">
<div>
<h6> SPECIAL THANKS TO OUR SUPPORTERS</h6>
<ul>
<li>Qicheng Gao</li>
</ul>
</div>
<a href="/sponsor/" title="Support us on Patreon">
<img src="./img/patreon.png" alt="Support us on Patreon"/>
</a>
Expand Down Expand Up @@ -201,6 +207,5 @@ <h2 class="left">Online JSON Compare</h2>
$('#' + otherSide + '-input').addClass(otherSideClass);
}
</script>
<script id="sidekick-plugin-script" src="//www.sidekickup.com/javascript/siteplugin.bundle.js?path=eb61f83c-a6ae-4a02-abc0-d8d0f2487dca/triggers"></script>
</body>
</html>

0 comments on commit c274e47

Please sign in to comment.