Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"liveServer.settings.port": 5501
}
85 changes: 85 additions & 0 deletions css/styles.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,85 @@
body {
font-family: "Noto Sans KR", sans-serif;
}

.carousel-item {
height: 400px;
background-size: cover;
}

.mySlide {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
height: 100%;
}

.title {
margin-bottom: 18px;
color: white;
font-size: 32px;
}

.secondTitle {
margin-bottom: 48px;
color: white;
font-size: 22px;
}

.myButton {
padding: 10px 30px;
background-color: #5900e7;
color: white;
font-size: 16px;
}

.mySlide1 {
background-image: url("../images/guitar.jpg");
background-position: center;
}

.mySlide2 {
background-image: url("../images/cooking.jpg");
background-position: center;
}

.mySlide3 {
background-image: url("../images/makeup.jpg");
}

.myAlert {
margin-top: 50px;
margin-bottom: 16px;
}

.myCard {
padding: 0 15px 0 15px;
margin: 0 0 20px 0;
}

.inCard {
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
}

.myCard p {
padding: 10px;
}

.myUser {
display: flex;
align-items: center;
padding: 0 0 10px 10px;
}

.myUser img {
width: 20px;
height: 20px;
}

.myUser p {
margin: 0;
padding: 0 0 0 10px;
font-size: 13px;
color: #4a4a4a;
}
Binary file added images/cooking.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/course1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/course2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/course3.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/course4.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/course5.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/course6.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/course7.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/course8.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/guitar.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/makeup.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/user.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
267 changes: 267 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,267 @@
<!DOCTYPE html>

<html>
<head>
<title>ShareSkill</title>
<meta charset="utf-8" />

<link
href="https://fonts.googleapis.com/earlyaccess/notosanskr.css"
rel="stylesheet"
/>
<link
rel="stylesheet"
href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta/css/bootstrap.min.css"
integrity="sha384-/Y6pD6FV/Vv2HJnA6t+vslU6fwYXjCFtcEpHbNJ0lyAFsXTsjBbfaDjzALeQsN6M"
crossorigin="anonymous"
/>
<link rel="stylesheet" href="css/styles.css" />
</head>

<body>
<nav class="navbar navbar-expand-lg navbar-light bg-light">
<a class="navbar-brand" href="#">SHARESKILL</a>
<button
class="navbar-toggler"
type="button"
data-toggle="collapse"
data-target="#navbarText"
aria-controls="navbarText"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarText">
<ul class="navbar-nav mr-auto">
<li class="nav-item active">
<a class="nav-link" href="#"
>튜터신청 <span class="sr-only">(current)</span></a
>
</li>
<li class="nav-item">
<a class="nav-link" href="#">수업 목록</a>
</li>
</ul>

<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link" href="#">회원가입</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">로그인</a>
</li>
</ul>
</div>
</nav>

<div
id="carouselExampleIndicators"
class="carousel slide"
data-ride="carousel"
>
<ol class="carousel-indicators">
<li
data-target="#carouselExampleIndicators"
data-slide-to="0"
class="active"
></li>
<li data-target="#carouselExampleIndicators" data-slide-to="1"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="2"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active mySlide1">
<div class="mySlide">
<p class="title">음악 배워보세요</p>
<p class="secondTitle">멋진 뮤지션들이 주변에 있습니다.</p>
<a href="#" class="myButton">수업 찾기</a>
</div>
</div>
<div class="carousel-item mySlide2">
<div class="mySlide">
<p class="title">요리 배워보세요</p>
<p class="secondTitle">멋진 요리사들이 주변에 있습니다.</p>
<a href="#" class="myButton">수업 찾기</a>
</div>
</div>
<div class="carousel-item mySlide3">
<div class="mySlide">
<p class="title">메이크업 배워보세요</p>
<p class="secondTitle">멋진 아티스트들이 주변에 있습니다.</p>
<a href="#" class="myButton">수업 찾기</a>
</div>
</div>
</div>
<a
class="carousel-control-prev"
href="#carouselExampleIndicators"
role="button"
data-slide="prev"
>
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a
class="carousel-control-next"
href="#carouselExampleIndicators"
role="button"
data-slide="next"
>
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>

<div class="container">
<div class="row">
<div class="col-12">
<div
class="alert alert-warning alert-dismissible fade show myAlert"
role="alert"
>
<strong>튜터 모집!</strong> 재능을 나누어봐요.
<button
type="button"
class="close"
data-dismiss="alert"
aria-label="Close"
>
<span aria-hidden="true">&times;</span>
</button>
</div>
</div>
</div>

<div class="row">
<div class="col-12 col-md-6 col-lg-4 col-xl-3 myCard">
<div class="inCard">
<img
class="card-img-top"
src="images/course1.jpg"
alt="Card image cap"
/>
<p class="card-text">개성있는 일러스트 작품 만들기</p>
<div class="myUser">
<img src="images/user.png" alt="user" />
<p>문종모</p>
</div>
</div>
</div>
<div class="col-12 col-md-6 col-lg-4 col-xl-3 myCard">
<div class="inCard">
<img
class="card-img-top"
src="images/course2.jpg"
alt="Card image cap"
/>
<p class="card-text">내가 만드는 나만의 악세서리</p>
<div class="myUser">
<img src="images/user.png" alt="user" />
<p>하지은</p>
</div>
</div>
</div>
<div class="col-12 col-md-6 col-lg-4 col-xl-3 myCard">
<div class="inCard">
<img
class="card-img-top"
src="images/course3.jpg"
alt="Card image cap"
/>
<p class="card-text">내 이야기를 노래로!</p>
<div class="myUser">
<img src="images/user.png" alt="user" />
<p>김신의</p>
</div>
</div>
</div>
<div class="col-12 col-md-6 col-lg-4 col-xl-3 myCard">
<div class="inCard">
<img
class="card-img-top"
src="images/course4.jpg"
alt="Card image cap"
/>
<p class="card-text">비전공자를 위한 웹 프로그래밍</p>
<div class="myUser">
<img src="images/user.png" alt="user" />
<p>손동욱</p>
</div>
</div>
</div>
<div class="col-12 col-md-6 col-lg-4 col-xl-3 myCard">
<div class="inCard">
<img
class="card-img-top"
src="images/course5.jpg"
alt="Card image cap"
/>
<p class="card-text">자신감 업! 메이크업 클래스</p>
<div class="myUser">
<img src="images/user.png" alt="user" />
<p>강귀영</p>
</div>
</div>
</div>
<div class="col-12 col-md-6 col-lg-4 col-xl-3 myCard">
<div class="inCard">
<img
class="card-img-top"
src="images/course6.jpg"
alt="Card image cap"
/>
<p class="card-text">아이돌 댄스 정복하기</p>
<div class="myUser">
<img src="images/user.png" alt="user" />
<p>박윤석</p>
</div>
</div>
</div>
<div class="col-12 col-md-6 col-lg-4 col-xl-3 myCard">
<div class="inCard">
<img
class="card-img-top"
src="images/course7.jpg"
alt="Card image cap"
/>
<p class="card-text">사진 작가에게 배우는 야외 사진</p>
<div class="myUser">
<img src="images/user.png" alt="user" />
<p>이윤수</p>
</div>
</div>
</div>
<div class="col-12 col-md-6 col-lg-4 col-xl-3 myCard">
<div class="inCard">
<img
class="card-img-top"
src="images/course8.jpg"
alt="Card image cap"
/>
<p class="card-text">기본부터 익히는 플라워 클래스</p>
<div class="myUser">
<img src="images/user.png" alt="user" />
<p>서혜린</p>
</div>
</div>
</div>
</div>
</div>

<script
src="https://code.jquery.com/jquery-3.2.1.slim.min.js"
integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN"
crossorigin="anonymous"
></script>
<script
src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.11.0/umd/popper.min.js"
integrity="sha384-b/U6ypiBEHpOf/4+1nzFpr53nxSS+GLCkfwBdFNTxtclqqenISfwAzpKaMNFNmj4"
crossorigin="anonymous"
></script>
<script
src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta/js/bootstrap.min.js"
integrity="sha384-h0AbiXch4ZDo7tp9hKZ4TsHbi047NrKGLO3SEJAg45jXxnGIfYzk4Si90RDIqNm1"
crossorigin="anonymous"
></script>
</body>
</html>