Skip to content

Commit d130550

Browse files
committed
modify download app
1 parent c48150b commit d130550

2 files changed

Lines changed: 19 additions & 2 deletions

File tree

develop.html

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
<h1>"모두의움짤"을 소개 합니다</h1>
8181
<p class="bannerDescription">쉽고, 간단하고, 빠르게 움짤(.GIF)을 만들어 드립니다. 더 이상 동영상에서 프레임 하나하나 찍고 일일이 보정해서 만들지 마세요.</p>
8282
<div class="button">
83-
<a href="https://play.google.com/store/apps/details?id=com.emoge.app.emoge" class="btn">Downlod APP</a>
83+
<a href="#downloadApps" class="btn">Downlod APP</a>
8484
<a href="#video" class="btn white-btn youtube-media"><i class="fa fa-play"></i> Watch video</a>
8585
</div>
8686
</div>
@@ -782,6 +782,23 @@ <h1>개발 후기</h1>
782782
</div>
783783
</section>
784784

785+
<!-- Download Section -->
786+
787+
<section id="downloadApps">
788+
<div class="container">
789+
<div class="row">
790+
<div class="download_heading_text center-content">
791+
<h1>Download the App</h1>
792+
<p>Google App Store에서 다운로드 하실 수 있습니다.</p>
793+
794+
<div class="down_text_des wow fadeInUp" data-wow-duration="1.5s">
795+
<a href="https://play.google.com/store/apps/details?id=com.emoge.app.emoge"><img src="images/d2.png" alt="" /></a>
796+
</div>
797+
</div>
798+
</div>
799+
</div>
800+
</section>
801+
785802

786803
<footer id="footer" class="center-content">
787804
<div class="container">

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
<h1>"모두의움짤"을 소개 합니다</h1>
7979
<p class="bannerDescription">쉽고, 간단하고, 빠르게 움짤(.GIF)을 만들어 드립니다. 더 이상 동영상에서 프레임 하나하나 찍고 일일이 보정해서 만들지 마세요.</p>
8080
<div class="button">
81-
<a href="https://play.google.com/store/apps/details?id=com.emoge.app.emoge" class="btn">Downlod APP</a>
81+
<a href="#downloadApps" class="btn">Downlod APP</a>
8282
<a href="#video" class="btn white-btn youtube-media"><i class="fa fa-play"></i> Watch video</a>
8383
</div>
8484
</div>

0 commit comments

Comments
 (0)