Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fdgh134 committed Mar 26, 2024
1 parent 968233f commit 322250f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions js/workout.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,7 @@ $(function(){
$(".infobtn7").click(function(){
window.open("http://snfour5.dothome.co.kr/");
});
$(".infobtn8").click(function(){
window.open("http://glox.co.kr/");
});
});
2 changes: 1 addition & 1 deletion work/glox.html
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ <h3>GLOX CARRIER 홈페이지 제작</h3>
<div class="detail_page">
<img src="../img/glox_pc.png" alt="">
</div>
<div class="btnframe"><button class="custom-btn infobtn infobtn3">홈페이지</button></div>
<div class="btnframe"><button class="custom-btn infobtn infobtn8">홈페이지</button></div>
<div class="detail_discription">
<p>모바일 유입이 대부분인 제품임을 인지하고 모바일 기준으로 디자인 하였습니다.</p>
<p>이미지와 약간의 텍스트 설명을 가독성있게 배치하여 전달력을 높이고<br>고객센터 문의가 쉽게 진행되도록 기획했습니다.</p>
Expand Down

0 comments on commit 322250f

Please sign in to comment.