Update index.html

This commit is contained in:
ErikrafT 2025-04-15 17:38:44 -03:00 committed by GitHub
parent ce7c606b08
commit 2768be8c95
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 11 additions and 8 deletions

View File

@ -771,11 +771,14 @@
<use xlink:href="#github"></use> <use xlink:href="#github"></use>
</svg> </svg>
</a> </a>
<a class="icon-button" id="donation-btn" target="_blank" href="https://www.paypal.com/donate/?business=QKLABC97EXJSN&no_recurring=0&item_name=ErikrafT&currency_code=BRL" rel="noreferrer" data-i18n-key="about.buy-me-a-coffee" data-i18n-attrs="title"> <a class="icon-button" id="donation-btn" target="_blank" href="https://www.paypal.com/donate/?business=QKLABC97EXJSN&no_recurring=0&item_name=ErikrafT&currency_code=BRL" rel="noreferrer" data-i18n-key="about.buy-me-a-coffee" data-i18n-attrs="title">
<svg class="icon"> <lord-icon
<use xlink:href="#donation"></use> src="https://cdn.lordicon.com/xuyycdjx.json"
</svg> trigger="hover"
</a> colors="primary:#ffffff"
style="width:24px;height:24px">
</lord-icon>
</a>
<a class="icon-button" id="x-twitter-btn" target="_blank" href="https://x.com/ErikrafTbr" rel="noreferrer" data-i18n-key="about.tweet" data-i18n-attrs="title"> <a class="icon-button" id="x-twitter-btn" target="_blank" href="https://x.com/ErikrafTbr" rel="noreferrer" data-i18n-key="about.tweet" data-i18n-attrs="title">
<svg class="icon"> <svg class="icon">
<use xlink:href="#x-twitter"></use> <use xlink:href="#x-twitter"></use>
@ -814,13 +817,13 @@
<!-- Botões com Imagens --> <!-- Botões com Imagens -->
<div class="row" style="margin: 1em 0; gap: 10px; flex-wrap: wrap; justify-content: center;"> <div class="row" style="margin: 1em 0; gap: 10px; flex-wrap: wrap; justify-content: center;">
<a href="https://drop.erikraft.com/" target="_blank"> <a href="https://drop.erikraft.com/" target="_blank">
<img src="https://i.imgur.com/9uq39iu.png" alt="Get it on Web" style="height: 60px;"> <img src="https://i.imgur.com/9uq39iu.png" alt="Get it on Web" style="height: 80px;">
</a> </a>
<a href="https://github.com/erikraft/App-Drop-Apk/raw/main/ErikrafT%20Drop.apk" target="_blank"> <a href="https://github.com/erikraft/App-Drop-Apk/raw/main/ErikrafT%20Drop.apk" target="_blank">
<img src="https://i.imgur.com/nxlokSi.png" alt="Get it on APK" style="height: 60px;"> <img src="https://i.imgur.com/nxlokSi.png" alt="Get it on APK" style="height: 80px;">
</a> </a>
<a href="https://addons.mozilla.org/pt-BR/firefox/addon/erikraft-drop/" target="_blank"> <a href="https://addons.mozilla.org/pt-BR/firefox/addon/erikraft-drop/" target="_blank">
<img src="https://i.imgur.com/2MubKYT.png" alt="Firefox Browser ADD-ONS" style="height: 60px;"> <img src="https://i.imgur.com/2MubKYT.png" alt="Firefox Browser ADD-ONS" style="height: 80px;">
</a> </a>
</div> </div>
</section> </section>