-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -646,6 +646,30 @@ <h2 class="display-4 fw-bold text-white text-center mb-4 app__title" data-aos="f | |
<div class="copyright__wrapp py-5 pb-1 pt-3"> | ||
<div class="container mb-md-4"> | ||
<div class="text-center mb-0 text-dark fw-normal"> | ||
<!-- App download buttons --> | ||
<div class="pb-5"> | ||
<div class="container"> | ||
<div class="d-flex gap-3 gap-lg-4 justify-content-center align-items-center"> | ||
<a href="https://play.google.com/store/apps/details?id=com.araonesoft.aramultiplayer" | ||
target="_blank" | ||
class="d-inline-block app__btn" | ||
aria-label="Google Play Store" | ||
data-aos="fade-up-right" | ||
onclick="gtag('event', 'play_store_button_click', {'event_category': 'button_click', 'event_label': 'Google Play Store'})"> | ||
<img src="assets/images/home/google-play.webp" class="img-fluid" loading="lazy" alt="Google Play Store"> | ||
</a> | ||
<a href="https://apps.apple.com/app/aramultiplayer/id1629544322" | ||
class="d-inline-block app__btn" | ||
aria-label="App Store" | ||
data-aos="fade-up-left" | ||
target="_blank" | ||
onclick="gtag('event', 'app_store_button_click', {'event_category': 'button_click', 'event_label': 'App Store'})"> | ||
<img src="assets/images/home/app-store.webp" class="img-fluid" loading="lazy" alt="App Store"> | ||
</a> | ||
</div> | ||
</div> | ||
</div> | ||
<!-- App download buttons end --> | ||
<span class="d-inline-flex align-items-center gap-3"> | ||
<a href="mailto:[email protected]" target="_blank" > | ||
<img src="assets/images/home/mail.png" alt="Mail Icon" width="24" height="24"> | ||
|