Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
kaloodinaz authored Jan 7, 2025
1 parent 56d1cf7 commit 6226e55
Showing 1 changed file with 14 additions and 11 deletions.
25 changes: 14 additions & 11 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -183,12 +183,13 @@
.app-item .title{padding:10px 0;font-size:20px;font-weight:700;background-color:#f8f8f8;border-top:1px solid #ddd}
.facebook-button,.twitter-button,.whatsapp-button{padding:10px 20px;border-radius:5px;margin:5px;cursor:pointer;transition:background-color .3s ease;font-family:'Work Sans',sans-serif;font-size:16px;font-weight:700}
.facebook-button{background-color:#3b5998;color:#fff}
.twitter-button{background-color:#00aced;color:#fff}
.whatsapp-button{background-color:#25d366;color:#fff}
.twitter-button{background-color:#252525;color:#fff}
.whatsapp-button{background-color:#247F47;color:#fff}
.facebook-button:hover,.twitter-button:hover,.whatsapp-button:hover{background-color:rgba(0,0,0,0.6)}
.share-button{padding:10px 20px;border-radius:5px;margin:5px;cursor:pointer;transition:background-color .3s ease;font-family:'Work Sans',sans-serif;font-size:16px;font-weight:700;background-color:#bb281d;color:#fff}
.share-button:hover{background-color:#f9483b}
#shareResult,#shareResultMobile{text-align:center}
.kaloo a {color:#0066cc;text-decoration:none;font-weight:bold}
</style>
<script type="application/ld+json">
{
Expand Down Expand Up @@ -507,7 +508,7 @@ <h2 class="spcb-h2 text-muted">Explore the exciting world of IO games, a collect

<div id="shareResult" class="center">
<div class="facebook-button" onclick="shareFacebook()">Share on Facebook</div>
<div class="twitter-button" onclick="shareTwitter()">Share on Twitter</div>
<div class="twitter-button" onclick="shareTwitter()">Share on X</div>
<div class="whatsapp-button" onclick="shareWhatsApp()">Share on WhatsApp</div>
</div>
<div id="shareResultMobile" class="center">
Expand Down Expand Up @@ -565,17 +566,19 @@ <h2>Why Play io Games?</h2>

<footer class="footer mb-4 mt-4" style="font-weight:900;font-size:17px;justify-content:center">
<div class="container text-center" style="display:contents">
<div>
<div class="kaloo">
© <span id="currentYear"></span> io Games list by <a href="https://kaloodinaz.github.io/">Kaloo Dinaz</a>
</div>
<div class="list-unstyled mt-3">
<li class="list-inline-item"><a href="/termofuse.html">Terms of Use</a></li>
<li class="list-inline-item"> | </li>
<li class="list-inline-item"><a href="/privacy.html">Privacy Policy</a></li>
<li class="list-inline-item"> | </li>
<li class="list-inline-item"><a href="mailto:support@kaloodinaz.github.io">Contact Us</a></li>
</div></div></div></div>

<ul class="list-unstyled mt-3 list-inline">
<li class="list-inline-item"><a href="/termofuse.html">Terms of Use</a></li>
<li class="list-inline-item"> | </li>
<li class="list-inline-item"><a href="/privacy.html">Privacy Policy</a></li>
<li class="list-inline-item"> | </li>
<li class="list-inline-item"><a href="mailto:support@kaloodinaz.github.io">Contact Us</a></li>
</ul>

</div></div></div>
</footer>

<script>
Expand Down

0 comments on commit 6226e55

Please sign in to comment.