Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
footer
  • Loading branch information
chris-mercer committed Sep 11, 2024
1 parent 9ed34f3 commit 428d245
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -158,21 +158,21 @@ <h1 style="color: rgb(151,151,151);font-size: 20px;margin: 34px;font-family: Bas
<div class="container py-4 py-lg-5" style="font-family: 'Basel Book';">
<div class="row row-cols-2 row-cols-lg-4 row-cols-xl-4 row-cols-xxl-4">
<div class="col d-flex flex-column item">
<h3 class="fs-6 text-white">App</h3>
<h3 class="fs-6 text-white">ETCswap V3</h3>
<ul class="list-unstyled">
<li style="color: rgb(155,155,155);margin-top: 6px;margin-bottom: 6px;"><a class="footer-link" href="https://v3.etcswap.org/#/swap" style="color: rgb(155,155,155);" target="_blank">V3 Swap</a></li>
<li style="color: rgb(155,155,155);margin-top: 6px;margin-bottom: 6px;"><a class="footer-link" href="https://v3.etcswap.org/#/pools" style="color: rgb(155,155,155);" target="_blank">V3 Pools</a></li>
<li style="color: rgb(155,155,155);margin-top: 6px;margin-bottom: 6px;"><a class="footer-link" href="https://info.etcswap.org/" style="color: rgb(155,155,155);" target="_blank">V3 Info</a></li>
<li style="color: rgb(155,155,155);margin-top: 6px;margin-bottom: 6px;"><a class="footer-link" href="https://v2.etcswap.org/" style="color: rgb(155,155,155);" target="_blank">V2 DEX</a></li>
<li style="color: rgb(155,155,155);margin-top: 6px;margin-bottom: 6px;"><a class="footer-link" href="https://docs.etcswap.org/contracts/v3/overview" style="color: rgb(155,155,155);" target="_blank">V3 Docs</a></li>
</ul>
</div>
<div class="col d-flex flex-column item">
<h3 class="fs-6 text-white">Protocol</h3>
<h3 class="fs-6 text-white">ETCswap V2</h3>
<ul class="list-unstyled">
<li style="color: rgb(155,155,155);margin-top: 6px;margin-bottom: 6px;"></li>
<li style="color: rgb(155,155,155);margin-top: 6px;margin-bottom: 6px;"></li>
<li style="color: rgb(155,155,155);margin-top: 6px;margin-bottom: 6px;"><a class="footer-link" href="https://classicusd.com" style="color: rgb(155,155,155);" target="_blank">Classic USD</a></li>
<li style="color: rgb(155,155,155);margin-top: 6px;margin-bottom: 6px;"><a class="footer-link" href="https://docs.etcswap.org" style="color: rgb(155,155,155);" target="_blank">ETCswap Docs</a></li>
<li style="color: rgb(155,155,155);margin-top: 6px;margin-bottom: 6px;"><a class="footer-link" href="https://v2.etcswap.org/#/swap" style="color: rgb(155,155,155);" target="_blank">V2 Swap</a></li>
<li style="color: rgb(155,155,155);margin-top: 6px;margin-bottom: 6px;"><a class="footer-link" href="https://v2.etcswap.org/#/pool" style="color: rgb(155,155,155);" target="_blank">V2 Pools</a></li>
<li style="color: rgb(155,155,155);margin-top: 6px;margin-bottom: 6px;"><a class="footer-link" href="https://v2-info.etcswap.org/" style="color: rgb(155,155,155);" target="_blank">V2 Info</a></li>
<li style="color: rgb(155,155,155);margin-top: 6px;margin-bottom: 6px;"><a class="footer-link" href="https://docs.etcswap.org/contracts/v2/overview" style="color: rgb(155,155,155);" target="_blank">V2 Docs</a></li>
</ul>
</div>
<div class="col d-flex flex-column item">
Expand All @@ -186,7 +186,7 @@ <h3 class="fs-6 text-white">Ethereum Classic</h3>
</ul>
</div>
<div class="col d-flex flex-column item">
<h3 class="fs-6 text-white">Network</h3>
<h3 class="fs-6 text-white">ETC Network</h3>
<ul class="list-unstyled">
<li style="color: rgb(155,155,155);margin-top: 6px;margin-bottom: 6px;"><a class="footer-link" href="https://ethereumclassic.org/services" style="color: rgb(155,155,155);" target="_blank">Services</a></li>
<li style="color: rgb(155,155,155);margin-top: 6px;margin-bottom: 6px;"><a class="footer-link" href="https://ethereumclassic.org/community" style="color: rgb(155,155,155);" target="_blank">ETC Community</a></li>
Expand Down

0 comments on commit 428d245

Please sign in to comment.