-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
187 lines (159 loc) · 7.89 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="SKKU Festival">
<meta property="og:title" content="SKKU Festival">
<meta property="og:description" content="SKKU 2020 대동제 페이지입니다">
<meta property="og:image" content="http://www.m-economynews.com/data/photos/20181146/art_15419892772618_992604.jpg">
<title>SKKU Festival</title>
<link rel="canonical" href="https://getbootstrap.com/docs/4.4/examples/carousel/">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
<link rel="stylesheet" href="carousel.css">
<link rel="stylesheet" href="index.css">
<style>
.bd-placeholder-img {
font-size: 1.125rem;
text-anchor: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
@media (min-width: 768px) {
.bd-placeholder-img-lg {
font-size: 3.5rem;
}
}
</style>
</head>
<body>
<header>
<nav class="navbar navbar-expand-md navbar-dark fixed-top bg-secondary">
<a class="navbar-brand" href="#">SKKU Festival</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarCollapse" aria-controls="navbarCollapse" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarCollapse">
<ul class="navbar-nav mr-auto">
<li class="nav-item active">
<a class="nav-link" href="#">Home <span class="sr-only">(current)</span></a>
</li>
</ul>
</div>
</nav>
</header>
<main role="main">
<div id="myCarousel" class="carousel slide" data-ride="carousel">
<canvas id="overlay"></canvas>
<ol class="carousel-indicators">
<li data-target="#myCarousel" data-slide-to="0" class="active"></li>
<li data-target="#myCarousel" data-slide-to="1"></li>
<li data-target="#myCarousel" data-slide-to="2"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active">
<img class="img1" src="images/c1.jpg" alt="">
<div class="carousel-caption text-left">
<h1>렛츠 에스카라!</h1>
<p>장소: 성균관대학교 인문 캠퍼스<br>일시: 2020년 5월 15일</p>
<p> <br> </p>
<p> <br> </p>
</div>
</div>
<div class="carousel-item">
<img class="img2" src="images/c2.jpg" alt="">
<div class="carousel-caption">
<h1>대동제가:</h1>
<p id="timer"> </p>
<p> <br> </p>
<p> <br> </p>
</div>
</div>
<div class="carousel-item">
<img class="img3" src="images/c3.jpg" alt="">
<div class="carousel-caption text-right">
<h1>맛집 소개</h1>
<p>성대 주변의 맛집을 추천드려요!</p>
<p><br></p>
<p><a class="btn btn-lg btn-primary" href="#" role="button">맛집 확인하러 가기</a></p>
</div>
</div>
</div>
<a class="carousel-control-prev" href="#myCarousel" 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="#myCarousel" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
<!-- Marketing messaging and featurettes
================================================== -->
<!-- Wrap the rest of the page in another container to center all the content. -->
<div class="container marketing">
<h1 class="display-5 lineup-title mx-auto">라인업 Sneak Peak</h1>
<!-- Three columns of text below the carousel -->
<div class="row">
<div class="col-lg-4">
<div class="profile-pic">
<img src="images/psy.jpg" class="img-responsive">
</div>
<h2 class="profile-heading">PSY</h2>
<p class="profile-desc">대동제 Day 1</p>
</div>
<div class="col-lg-4">
<div class="profile-pic">
<img src="images/IU.jpg" class="img-responsive">
</div>
<h2 class="profile-heading">아이유</h2>
<p class="profile-desc">대동제 Day 2</p>
</div>
<div class="col-lg-4">
<div class="profile-pic">
<img src="images/henry.jpg" class="img-responsive">
</div>
<h2 class="profile-heading">헨리</h2>
<p class="profile-desc">대동제 Day 3</p>
</div>
</div><!-- /.row -->
<hr class="featurette-divider height-resize">
<div class="row featurette">
<div class="col-md-7">
<h2 class="featurette-heading">주점 이용 안내</h2>
<p class="lead">주점 안내도 입니다</p>
<p><a class="btn btn-lg btn-primary" href="#" role="button">안내도 보러 가기</a></p>
</div>
<div class="col-md-5">
<svg class="bd-placeholder-img bd-placeholder-img-lg featurette-image img-fluid mx-auto" width="500" height="500" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMidYMid slice" focusable="false" role="img" aria-label="Placeholder: 500x500"><title>Placeholder</title><rect width="100%" height="100%" fill="#eee"/><text x="50%" y="50%" fill="#aaa" dy=".3em">500x500</text></svg>
</div>
</div>
<hr class="featurette-divider">
<div class="row featurette">
<div class="col-md-7 order-md-2">
<h2 class="featurette-heading">맛집 추천</h2>
<p class="lead">축제 끝나고 뭐하지? 당연히 먹고 마시고 죽어야지! 🍺🥘</p>
<p><a class="btn btn-lg btn-primary" href="#" role="button">맛집 확인하러 가기</a></p>
</div>
<div class="col-md-5 order-md-1">
<svg class="bd-placeholder-img bd-placeholder-img-lg featurette-image img-fluid mx-auto" width="500" height="500" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMidYMid slice" focusable="false" role="img" aria-label="Placeholder: 500x500"><title>Placeholder</title><rect width="100%" height="100%" fill="#eee"/><text x="50%" y="50%" fill="#aaa" dy=".3em">500x500</text></svg>
</div>
</div>
<hr class="featurette-divider">
<!-- /END THE FEATURETTES -->
</div><!-- /.container -->
<!-- FOOTER -->
<footer class="container">
<p class="float-right"><a href="#">Back to top</a></p>
<p>© 2020 Daniel Kang. · <a href="#">Privacy</a> · <a href="#">Terms</a></p>
</footer>
</main>
<script src="https://code.jquery.com/jquery-3.4.1.slim.min.js" integrity="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js" integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6" crossorigin="anonymous"></script>
<script src="timer.js"></script>
<script src="firework.js"></script>
</body>
</html>