index.html
3.81 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<meta name="description" content="">
<meta name="author" content="">
<title>Big Mart!</title>
<!-- Bootstrap core CSS -->
<link href="css/bootstrap.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="justified-nav.css" rel="stylesheet">
<!-- Just for debugging purposes. Don't actually copy these 2 lines! -->
<!--[if lt IE 9]><script src="../../assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<script src="../../assets/js/ie-emulation-modes-warning.js"></script>
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<style>
nav {
font-size: 1.5em;
}
.cheap{
text-align: center;
margin-bottom: 20px;
}
</style>
</head>
<body>
<div class="container">
<div class="masthead">
<a href="index"><img src="img/logo.png" alt="aa" class="logo" style="width: 18em;"></a>
<nav>
<ul class="nav nav-justified">
<li><a href="water" style="color: black;">Water</a></li>
<li><a href="coffee" style="color: black;">Coffee</a></li>
<li><a href="snack" style="color: black;">Snack</a></li>
</ul>
</nav>
</div>
<!-- Jumbotron -->
<div class="jumbotron" style="margin-bottom: 20px;">
<div class="cheap">
<img src="img/khupang.png" style="width: 800px; margin-bottom: 0px;">
</div>
</div>
<!-- Example row of columns -->
<div class="row">
<div class="col-lg-4">
<img src="img/emart.jpeg" alt="aa" class="logo" style="width: 320px;">
<p>당신과 가장 가까운 온라인 EMART, 신규회원 할인쿠폰, 카드사 청구할인. 새벽 배송으로 더욱 신선하게! 매일매일 특가혜택. 최대10%할인쿠폰.</p>
<p><a class="btn btn-primary" href="http://emart.ssg.com/?ckwhere=emart" role="button">이마트 바로가기 »</a></p>
</div>
<div class="col-lg-4">
<img src="img/lottemart.png" alt="aa" class="logo">
<p>언제나 빠른 롯데마트몰! 당일 배송, 4만원 이상 무료배송. 롯데오너스 기프티콘 이벤트 6탄 · 롯데마트 Mall 새로운 생활의 큐레이터.</p>
<p><a class="btn btn-primary" href="https://www.lottemart.com/index.do" role="button">롯데마트 바로가기 »</a></p>
</div>
<div class="col-lg-4">
<img src="img/homeplus.jpg" style="width: 330px;">
<p>신규가입하면 라면 반값! 20% 쿠폰 + 무료배송까지! 신선, 가공식품, 유아, 생활, 주방용품, 행사 정보 제공, 당일 배송. 홈플러스</p>
<p><a class="btn btn-primary" href="http://www.homeplus.co.kr/app.exhibition.main.Main.ghs?&extends_id=keyword&service_cd=56190&utm_source=google&utm_medium=keyword&utm_term=%ED%99%88%ED%94%8C%EB%9F%AC%EC%8A%A4/&epe_vid=103&epe_tcd=53939134&gaRef=" role="button">홈플러스 바로가기 »</a></p>
</div>
</div>
<!-- Site footer -->
<footer class="footer">
<p>© Made By. KHUPang</p>
</footer>
</div> <!-- /container -->
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script src="../../assets/js/ie10-viewport-bug-workaround.js"></script>
</body>
</html>