-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
129 lines (129 loc) · 6.54 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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>BOUTIQUE</title>
<link rel="stylesheet" href="css/index.css">
<script type="text/javascript" src="js/jquery-3.2.1.min.js"></script>
<script type="text/javascript" src="js/index.js"></script>
</head>
<body>
<div id="container">
<div id="sidepart1">
<div>
<a href="brandstory.html">
<img onmouseout="this.src='img/boutiquemainside1.png';" onmouseover="this.src='img/boutiquemainside2.png';" src="img/boutiquemainside1.png">
</a>
<a href="czechbeer.html">
<img onmouseout="this.src='img/boutiquemainside3.png';" onmouseover="this.src='img/boutiquemainside4.png';" src="img/boutiquemainside3.png">
</a>
<a href="faq2.php?boardnum=1">
<img onmouseout="this.src='img/boutiquemainside5.png';" onmouseover="this.src='img/boutiquemainside6.png';" src="img/boutiquemainside5.png">
</a>
<a href="login.html">
<img onmouseout="this.src='img/boutiquemainside7.png';" onmouseover="this.src='img/boutiquemainside8.png';" src="img/boutiquemainside7.png">
</a>
</div>
</div>
<div id="sidepart2">
<ul id="movelist">
<li><a id="fs" href="#logotitle">●</a></li>
<li><a id="ss" href="#desczone">○</a></li>
<li><a id="ts" href="#homepagelist">○</a></li>
</ul>
</div>
<div id="headerpart">
<div id="header">
<div id="loginlist">
<ul>
<li><a href="login.html">로그인</a></li>
<li><a href="apply.html">회원가입</a></li>
<li><a href="faq.php">고객센터</a></li>
</ul>
</div>
<p id="logo"><a href="index.html">BOUTIQUE</a></p>
<div id="menulist">
<ul>
<li><a href="index.html">HOME</a></li>
<li><a href="castle boutique.html">CASTLE BOUTIQUE</a></li>
<li><a href="bohemian bistro boutique.html">Bohemian Bistro BOUTIQUE</a></li>
<li><a href="pub & grill boutique.html">PUB & GRILL BOUTIQUE</a></li>
</ul>
</div>
</div>
</div>
<div id="midpart">
<p id="logotitle">BOUTIQUE</p>
<div id="mainmenu">
<ul id="imglist">
<li><img id="img1" src="img/boutiquemain1.jpg"></li>
<li><img id="img2" src="img/boutiquemain2.jpg"></li>
<li><img id="img3" src="img/boutiquemain3.jpg"></li>
<li><img id="img4" src="img/boutiquemain4.JPG"></li>
<li><img id="img5" src="img/boutiquemain5.jpg"></li>
<li><img id="img6" src="img/boutiquemain6.jpg"></li>
</ul>
</div>
<div id="desczone">
<div id="desclist">
<div id="firstdesc">
<img src="img/img5.png">
<h2>Tasting<br>Menu</h2>
<p>
럭셔리하고 감미로운 분위기와 함께<br>
3가지 종류의 맛을 느껴보세요.
</p>
</div>
<div id="seconddesc">
<img src="img/img6.png">
<h2>Chef's<br>Choice</h2>
<p>
가장 관심있는 음식을 고르세요.<br>
셰프는 신선한 재료를 가지고<br>
요리를 시작할것입니다.
</p>
</div>
<div id="thirddesc">
<img src="img/img7.png">
<h2>In Vino<br>We Trust</h2>
<p>
많은 안주거리와 함께<br>
다양한 종류의 이국적인<br>
와인과 맥주를 즐겨보세요.
</p>
</div>
</div>
</div>
<div id="homepagelist">
<div id="pagelistzone">
<h1>BOUTIQUE's STYLE</h1>
<div id="castle">
<p>
새로운 문화체험과 함께 체코 정통 음식들을 맛보고 싶다면<br><br><br>
<a style="font-size:25px;font-weight:bold;color:green" href="castle boutique.html">CASTLE BOUTIQUE</a>
</p>
</div>
<div id="bistro">
<p>
문화와 감성이 배어있는 열정 가득한 저녁시간을 보내고 싶다면<br><br>
<a style="font-size:25px;font-weight:bold;color:red" href="bohemian bistro boutique.html">Bohemian Bistro BOUTIQUE</a>
</p>
</div>
<div id="pubgrill">
<p>
아늑한 공간에 칵테일 한잔의 여유와 즐거움을 느끼고 싶다면<br><br>
<a style="font-size:25px;font-weight:bold;color:blue" href="pub & grill boutique.html">PUB & GRILL BOUTIQUE</a>
</p>
</div>
</div>
</div>
</div>
<div id="footerpart">
<p>
서울특별시 도봉구 도봉1동 615-11 | 사업자 등록번호 123-45-67891<br>
Copyright ⓒ 부티끄 Research Institute. ALL RIGHTS RESERVED
</p>
</div>
</div>
</body>
</html>