진재영

front file added

#container {
width:600px;
margin:10px auto;
}
fieldset {
margin-bottom: 20px;
}
ul {
list-style: none;
padding-left: 0;
}
ul li {
margin:10px;
}
.register {width: 200%;}
.login {width: 200%;}
/* label 텍스트 스타일 */
li label {
width:120px;
line-height: 36px;
float:left;
font-weight:bold;
}
/* 텍스트 필드 스타일 */
input[type="text"], input[type="password"], input[type="email"] {
width:300px;
height:30px;
}
/* 버튼 스타일 */
#buttons {
width: 800px;
margin:400px auto;
text-align: center;
}
#buttons input {
width: 500px;
height:100px;
font-size:20px;
}
#buttons input:hover {
background-color:rgb(27, 134, 221);
color:#fff;
border-color:#fff;
}
/* 드롭다운 메뉴 스타일 */
select {
width:100px;
height:30px;
}
\ No newline at end of file
<!DOCTYPE html>
<html lang="ko">
<head>
<script src="main.js"> </script>
<meta charset="UTF-8">
<title>최초 창</title>
<style>
#container {
width:600px;
margin:10px auto;
}
</style>
<link rel="stylesheet" href="first.css">
</head>
<body>
<div id="container">
<h1>'프로그램명'을 방문해주셔서 감사합니다.</h1>
<input type="button" value="register">
<input type="button" value="login">
<footer>
<div>
<p><b>developed by 강희주, 진재영, 김재욱</b></p>
<address>Contact for more information. 010-2400-6771</address>
<img style="width: 30%; height: 30%; float: right;" src="https://blog.kakaocdn.net/dn/bjsDsi/btqxXJM3JKe/WAK7xHbOm7kxyVqRIvoOaK/img.jpg" alt="경희대 마크">
</div>
</footer>
</div>
</body>
</html>
\ No newline at end of file
#container {
width:600px;
margin:10px auto;
}
fieldset {
margin-bottom: 20px;
}
ul {
list-style: none;
padding-left: 0;
}
ul li {
margin:10px;
}
.register {width: 200%;}
.login {width: 200%;}
/* label 텍스트 스타일 */
li label {
width:120px;
line-height: 36px;
float:left;
font-weight:bold;
}
/* 텍스트 필드 스타일 */
input[type="text"], input[type="password"], input[type="email"] {
width:300px;
height:30px;
}
/* 버튼 스타일 */
#buttons {
width: 800px;
margin:400px auto;
text-align: center;
}
#buttons input {
width: 500px;
height:100px;
font-size:20px;
}
#buttons input:hover {
background-color:rgb(27, 134, 221);
color:#fff;
border-color:#fff;
}
/* 드롭다운 메뉴 스타일 */
select {
width:100px;
height:30px;
}
\ No newline at end of file
<!DOCTYPE html>
<html lang="ko">
<head>
<script src="main.js"> </script>
<meta charset="UTF-8">
<title>최초 창</title>
<style>
#container {
width:600px;
margin:10px auto;
}
</style>
<link rel="stylesheet" href="first.css">
</head>
<body>
<div id="container">
<h1>'프로그램명'을 방문해주셔서 감사합니다.</h1>
<input type="button" value="register">
<input type="button" value="login">
<footer>
<div>
<p><b>developed by 강희주, 진재영, 김재욱</b></p>
<address>Contact for more information. 010-2400-6771</address>
<img style="width: 30%; height: 30%; float: right;" src="https://blog.kakaocdn.net/dn/bjsDsi/btqxXJM3JKe/WAK7xHbOm7kxyVqRIvoOaK/img.jpg" alt="경희대 마크">
</div>
</footer>
</div>
</body>
</html>
\ No newline at end of file
<!DOCTYPE html>
<html lang="ko">
<head>
<script src="main.js"> </script>
<meta charset="UTF-8">
<title>로그인</title>
<style>
#container {
width:600px;
margin:10px auto;
}
</style>
<link rel="stylesheet" href="register.css">
</head>
<body>
<div id="container">
<h1>'프로그램명'을 방문해주셔서 감사합니다.</h1>
<form>
<fieldset>
<legend>로그인</legend>
<ul>
<li>
<label for="umail">아이디(이메일)</label>
<input type="email" id="umail" required>
</li>
<li>
<label for="pwd1">비밀번호</label>
<input type="password" id="pwd1" placeholder="문자와 숫자, 특수 기호 포함" required>
</li>
</ul>
</fieldset>
<div id="buttons">
<input type="submit" value="로그인">
<input type="reset" value="취소">
</div>
</form>
<br>
<br>
<br>
<!-- 공간확보 -->
<footer>
<div>
<p><b>developed by 강희주, 진재영, 김재욱</b></p>
<address>Contact for more information. 010-2400-6771</address>
<img style="width: 30%; height: 30%; float: right;" src="https://blog.kakaocdn.net/dn/bjsDsi/btqxXJM3JKe/WAK7xHbOm7kxyVqRIvoOaK/img.jpg" alt="경희대 마크">
</div>
</footer>
</div>
</body>
</html>
\ No newline at end of file
#container {
width:600px;
margin:10px auto;
}
fieldset {
margin-bottom: 20px;
}
ul {
list-style: none;
padding-left: 0;
}
ul li {
margin:10px;
}
/* label 텍스트 스타일 */
li label {
width:120px;
line-height: 36px;
float:left;
font-weight:bold;
}
/* 텍스트 필드 스타일 */
input[type="text"], input[type="password"], input[type="email"] {
width:300px;
height:30px;
}
/* 버튼 스타일 */
#buttons {
width:400px;
margin:20px auto;
text-align: center;
}
#buttons input {
width:150px;
height:50px;
font-size:20px;
}
#buttons input:hover {
background-color:rgb(27, 134, 221);
color:#fff;
border-color:#fff;
}
/* 드롭다운 메뉴 스타일 */
select {
width:100px;
height:30px;
}
\ No newline at end of file
<!DOCTYPE html>
<html lang="ko">
<head>
<script src="main.js"> </script>
<meta charset="UTF-8">
<title>날씨에 따른 음악 추천 사이트</title>
<style>
#container {
width:600px;
margin:10px auto;
}
</style>
<link rel="stylesheet" href="register.css">
</head>
<body>
<div id="container">
<h1>'프로그램명'을 방문해주셔서 감사합니다.</h1>
<fieldset>
<legend>현재 시각 정보</legend>
<div><input type="button" value="현재 시간 새로고침"></div><br>
</fieldset>
<fieldset>
<legend>현재 내 위치 정보</legend>
<div><input type="button" value="현재 내 위치 검색"></div><br><!-- 검색 버튼 누르면 팝업으로 위치 서비스 동의 버튼 뜨게 하기 -->
</fieldset>
<fieldset>
<legend>추천 음악 정보</legend>
<div><input type="button" value="음악 추천 받기"></div><br>
<h4>첫 번째 음악 재생</h4>
<div>playlist</div>
<iframe width="942" height="530" src="https://www.youtube.com/embed/vnS_jn2uibs" title="YouTube video player" frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<!-- 위에는 예시 영상임(데이식스-한 페이지가 될 수 있게). 나중에 자동으로 영상 키를 받아올 수 있도록 구현해야 할 듯.
참고로 영상 키는 위 링크 중 embed 다음에 오는 "vnS_jn2uibs"에 해당. -->
</fieldset>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<!-- 공간확보 -->
<footer>
<div>
<p><b>developed by 강희주, 진재영, 김재욱</b></p>
<address>Contact for more information. 010-2400-6771</address>
<img style="width: 30%; height: 30%; float: right;" src="https://blog.kakaocdn.net/dn/bjsDsi/btqxXJM3JKe/WAK7xHbOm7kxyVqRIvoOaK/img.jpg" alt="경희대 마크">
</div>
</footer>
</div>
</body>
</html>
\ No newline at end of file
#container {
width:600px;
margin:10px auto;
}
fieldset {
margin-bottom: 20px;
}
ul {
list-style: none;
padding-left: 0;
}
ul li {
margin:10px;
}
/* label 텍스트 스타일 */
li label {
width:120px;
line-height: 36px;
float:left;
font-weight:bold;
}
/* 텍스트 필드 스타일 */
input[type="text"], input[type="password"], input[type="email"] {
width:300px;
height:30px;
}
/* 버튼 스타일 */
#buttons {
width:400px;
margin:20px auto;
text-align: center;
}
#buttons input {
width:150px;
height:50px;
font-size:20px;
}
#buttons input:hover {
background-color:rgb(27, 134, 221);
color:#fff;
border-color:#fff;
}
/* 드롭다운 메뉴 스타일 */
select {
width:100px;
height:30px;
}
\ No newline at end of file
#container {
width:600px;
margin:10px auto;
}
fieldset {
margin-bottom: 20px;
}
ul {
list-style: none;
padding-left: 0;
}
ul li {
margin:10px;
}
/* label 텍스트 스타일 */
li label {
width:120px;
line-height: 36px;
float:left;
font-weight:bold;
}
/* 텍스트 필드 스타일 */
input[type="text"], input[type="password"], input[type="email"] {
width:300px;
height:30px;
}
/* 버튼 스타일 */
#buttons {
width:400px;
margin:20px auto;
text-align: center;
}
#buttons input {
width:150px;
height:50px;
font-size:20px;
}
#buttons input:hover {
background-color:rgb(27, 134, 221);
color:#fff;
border-color:#fff;
}
/* 드롭다운 메뉴 스타일 */
select {
width:100px;
height:30px;
}
\ No newline at end of file
<!DOCTYPE html>
<html lang="ko">
<head>
<script src="main.js"> </script>
<meta charset="UTF-8">
<title>회원 가입</title>
<style>
#container {
width:600px;
margin:10px auto;
}
</style>
<link rel="stylesheet" href="register2.css">
</head>
<body>
<div id="container">
<h1>'프로그램명'을 방문해주셔서 감사합니다.</h1>
<form>
<fieldset>
<legend>사용자 정보</legend>
<ul>
<li>
<label for="umail">아이디(이메일)</label>
<input type="email" id="umail" required>
</li>
<li>
<label for="pwd1">비밀번호</label>
<input type="password" id="pwd1" placeholder="문자와 숫자, 특수 기호 포함" required>
</li>
<li>
<label for="pw2">비밀번호 확인</label>
<input type="password" id="pwd2" required>
</li>
</ul>
</fieldset>
<div id="buttons">
<input type="submit" value="가입하기">
<input type="reset" value="취소">
</div>
</form>
<br>
<br>
<br>
<!-- 공간확보 -->
<footer>
<div>
<p><b>developed by 강희주, 진재영, 김재욱</b></p>
<address>Contact for more information. 010-2400-6771</address>
<img style="width: 30%; height: 30%; float: right;" src="https://blog.kakaocdn.net/dn/bjsDsi/btqxXJM3JKe/WAK7xHbOm7kxyVqRIvoOaK/img.jpg" alt="경희대 마크">
</div>
</footer>
</div>
</body>
</html>
\ No newline at end of file