Skip to content

Commit

Permalink
[Add] controls추가
Browse files Browse the repository at this point in the history
  • Loading branch information
nowaveosu committed Dec 12, 2023
1 parent 580c6eb commit 3903293
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -325,11 +325,11 @@ <h2>[펫칭] 펫시터와 반려동물 주인 매칭 웹 서비스</h2>
게시글 CRUD를 구현, 카카오 주소 API를 이용한 검색 기능 구현</div>
<span class="position">시연영상</span> <br>
<div> 지역, 날짜에 맞는 게시글 검색 </div>
<video width="800" src="./images/search.mp4"></video width="800"> <br>
<video width="800" controls src="./images/search.mp4"></video width="800"> <br>
<div> 게시글 작성 </div>
<video width="800" src="./images/write_1.mp4"></video width="800"> <br>
<video width="800" controls src="./images/write_1.mp4"></video width="800"> <br>
<div> 게시글 수정, 삭제 </div>
<video width="800" src="./images/delete_1.mp4"></video width="800"> <br>
<video width="800" controls src="./images/delete_1.mp4"></video width="800"> <br>
</div>
</div>
<div class="resume-wrap d-flex ftco-animate">
Expand All @@ -353,9 +353,9 @@ <h2>[도와조약] 사용자 알러지 기반 알약 추천 웹 서비스</h2>
<div> <b class="text-dark">담당 기능 : </b>헤더, 로그인, 회원가입, OAuth, 맞춤추천 페이지 개발 및 구글검색 API 사용과 디자인 구현</div>
<span class="position">시연영상</span> <br>
<div> 로그인, OAuth로그인 </div>
<video width="800" src="./images/OAuthLogin.mp4" ></video width="800"> <br>
<video width="800" controls src="./images/OAuthLogin.mp4" ></video width="800"> <br>
<div> 맞춤추천 기능 </div>
<video width="800" src="./images/Recommend_1.mp4"></video width="800"> <br>
<video width="800" controls src="./images/Recommend_1.mp4"></video width="800"> <br>
</div>
</div>
<div class="resume-wrap d-flex ftco-animate">
Expand Down

0 comments on commit 3903293

Please sign in to comment.