-
Notifications
You must be signed in to change notification settings - Fork 5
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
1 parent
90a9de3
commit 9ad0c2b
Showing
21 changed files
with
275 additions
and
3,722 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
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
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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 |
---|---|---|
@@ -1,58 +1 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<title>I'm everywhere</title> | ||
<link rel="icon" href="/image/favicon.png"> | ||
<link href="https://fonts.googleapis.com/css2?family=Ubuntu:wght@400;700&display=swap" rel="stylesheet"> | ||
<script defer src="././javascripts/main_bundle.js"></script></head> | ||
<body> | ||
<header> | ||
<div id='main_logo'>I'm everywhere</div> | ||
<div id='address'> | ||
<img class='address_icon' src='/image/address_marker.svg' /> | ||
<p id='address_text'>example address</p> | ||
</div> | ||
</header> | ||
<div class='main_contents_wrap'> | ||
<button type='button' id='left_move'> | ||
<img class='move_btn' src='/image/left_btn.svg' /> | ||
</button> | ||
<div id='main_video'> | ||
<iframe src="https://www.youtube.com/embed/S91wQbYYX3Q?autoplay=1&mute=1&autohide=1" frameborder="0" allowfullscreen allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture;"></iframe> | ||
<div class="video_cover"></div> | ||
</div> | ||
<button type='button' id='right_move'> | ||
<img class='move_btn' src='/image/right_btn.svg' /> | ||
</button> | ||
</div> | ||
<footer> | ||
<button type="button" class="btn share-btn"></button> | ||
<div class="share-btn-list"> | ||
<button type="button" class="btn copy-btn"></button> | ||
<button type="button" class="btn naver-btn"></button> | ||
<button type="button" class="btn kakao-btn"></button> | ||
</div> | ||
<button type="button" class="write-btn">add the video</button> | ||
<div class="volume-controller"> | ||
<button type="button" class="volumn-btn"></button> | ||
<input name="volume" value="100" min="0" max="100" step="5" type="range"> | ||
</div> | ||
</footer> | ||
<div class="popup"> | ||
<div class="popup-container"> | ||
<button type="button" class="close-btn"></button> | ||
<div class="popup-header"> | ||
<h4 class="title">Add your video</h4> | ||
<span class="title-cont">Upload your video, enjoy together!</span> | ||
</div> | ||
<div class="popup-body"> | ||
<form id="form"> | ||
<div class="file-upload-btn"> | ||
<span>Drag and drop or click your video</span> | ||
</div> | ||
<input type="file" id="video" accept="video/*"> | ||
</form> | ||
</div> | ||
</div> | ||
</body> | ||
</html> | ||
<!doctype html><html><head><title>I'm everywhere</title><link rel="icon" href="/image/favicon.png"><link href="https://fonts.googleapis.com/css2?family=Ubuntu:wght@400;700&display=swap" rel="stylesheet"><script defer="defer" src="././javascripts/main_bundle.js"></script></head><body><header><div id="main_logo">I'm everywhere</div><div id="address"><img class="address_icon" src="/images/address_marker.svg"/><p id="address_text">example address</p></div></header><div class="main_contents_wrap"><button type="button" id="left_move"><img class="move_btn" src="/images/left_btn.svg"/></button><div id="main_video"><video autoplay loop src=""></video><div class="video_cover"></div></div><button type="button" id="right_move"><img class="move_btn" src="/images/right_btn.svg"/></button></div><footer><button type="button" class="btn share-btn"></button><div class="share-btn-list"><button type="button" class="btn copy-btn"></button> <button type="button" class="btn naver-btn"></button> <button type="button" class="btn kakao-btn"></button></div><button type="button" class="write-btn">add the video</button><div class="volume-controller"><button type="button" class="volumn-btn"></button> <input name="volume" value="100" min="0" max="100" step="5" type="range"></div></footer><div class="popup"><div class="popup-container"><button type="button" class="close-btn"></button><div class="popup-header"><h4 class="title">Add your video</h4><span class="title-cont">Upload your video, enjoy together!</span></div><div class="popup-body"><form id="form"><div class="file-upload-btn"><span>Drag and drop or click your video</span></div><input type="file" id="video" accept="video/*"></form></div></div></div></body></html> |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.