Skip to content

Commit

Permalink
하단에도 앱 다운로드 버튼 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
dalnim committed Sep 22, 2024
1 parent 1c0e6e2 commit d789b3a
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand Down

0 comments on commit d789b3a

Please sign in to comment.