-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
306 lines (301 loc) · 15 KB
/
index.html
File metadata and controls
306 lines (301 loc) · 15 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
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
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>푸딘코</title>
<link rel="icon" href="logo.png" />
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.1/dist/css/bootstrap.min.css" rel="stylesheet" />
<link href="https://getbootstrap.com/docs/5.3/assets/css/docs.css" rel="stylesheet" />
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.1/dist/js/bootstrap.bundle.min.js"></script>
<link rel="stylesheet" href="main-mobile.css" />
<!-- jquery cdn 추가 0118 20:58 -->
<script src="https://code.jquery.com/jquery-3.7.1.min.js"></script>
</head>
<body>
<header>
<div class="header_box">
<nav class="header" style="margin-bottom: 0; margin-top: 10px">
<div class="header-first">
<a href="index.html"><img src="logo.png" alt="푸딘코" class="foodinco" /></a>
</div>
<div class="header-midle">
<div class="haeder-map">
<a class="header1" href="map.html">지도</a>
</div>
<div class="header-blg">
<a class="header1" href="blogex.html">블로그</a>
</div>
<div class="header-page">
<a class="header1" href="mypage.html">내 페이지</a>
</div>
</div>
<form class="header-last">
<a href="join.html" class="membership">회원가입</a>
<a href="login.html" class="log">로그인</a>
</form>
</nav>
</div>
</header>
<main class="body">
<div id="carouselExample" class="carousel slide carousel-slide">
<figure>
<div class="carousel-inner">
<div class="carousel-item active">
<a href="blog_1.html">
<img
src="https://www.foodinko.com/wp-content/uploads/2023/12/%EB%B9%B5%EC%A7%80%EC%88%9C%EB%A1%80.jpeg"
class="d-block w-100 gallery-img"
alt="..."
/>
<figcaption>
<h3 style="font-weight: bold">빵지순례 리스트의 절대 지존</h3>
<p>#30. 꼼다비뛰드</p>
<p>서울 강남구 강남대로110길 62</p>
</figcaption>
</a>
</div>
<div class="carousel-item">
<a href="blog_2.html">
<img
src="https://www.foodinko.com/wp-content/uploads/2023/12/%ED%96%84%EB%B2%84%EA%B1%B0-1024x1024.jpeg"
class="d-block w-100 gallery-img"
alt="..."
/>
<figcaption>
<h3 style="font-weight: bold">한국에 미국식 수제버거를 처음 상륙시킨 곳</h3>
<p>#29. 브루클린더버거조인트</p>
<p>서울 강남구 봉은사로84길 10</p>
</figcaption>
</a>
</div>
<div class="carousel-item">
<a href="blog_4.html">
<img
src="https://www.foodinko.com/wp-content/uploads/2023/11/런던베이글-1024x1024.jpeg"
class="d-block w-100 gallery-img"
alt="..."
/>
<figcaption>
<h3 style="font-weight: bold">오픈런이 아깝지 않은 베이글 한 입</h3>
<p>#28. 런던베이글뮤지엄</p>
<p>서울 강남구 언주로168길 33</p>
</figcaption>
</a>
</div>
</div>
</figure>
<button
class="carousel-control-prev"
type="button"
data-bs-target="#carouselExample"
data-bs-slide="prev"
>
<span class="" aria-hidden="true" style="color: #f1e4c3"
><img src="arrow_back.png" alt="" style="width: 30px; height: 30px"
/></span>
<span class="visually-hidden">Previous</span>
</button>
<button
class="carousel-control-next"
type="button"
data-bs-target="#carouselExample"
data-bs-slide="next"
>
<span class="" aria-hidden="true" style="color: #f1e4c3">
<img src="arrow_forward.png" alt="" style="width: 30px; height: 30px"
/></span>
<span class="visually-hidden">Next</span>
</button>
</div>
<div class="body1">
<div class="body-box">
<div class="body-circle">
<a href="map.html"><img src="map.png" alt="map" class="img" /></a>
</div>
<div class="icon_text">
<div class="icon">MAP</div>
<p class="explain">푸딘코가 선정한 서울의 맛집 지도</p>
</div>
</div>
<div class="body-box">
<div class="body-circle">
<a href="blogex.html"> <img src="blog.png" alt="" class="img" /></a>
</div>
<div class="icon_text">
<div class="icon">BLOG</div>
<p class="explain">푸딘코의 생생한 맛집 리뷰</p>
</div>
</div>
<div class="body-box">
<div class="body-circle">
<a href="mypage.html"><img src="mypage.png" alt="" class="img" /></a>
</div>
<div class="icon_text">
<div class="icon">MY PAGE</div>
<p class="explain">로그인 후 나만의 맛집 리스트 작성하기</p>
</div>
</div>
</div>
</main>
<div class="line"></div>
<p class="p">시간대별 추천</p>
<div class="bottom">
<button type="button" class="back_button">
<img src="image/back.png" alt="" class="back_button" />
</button>
<!--bottom box-->
<div class="bottom-box">
<div id="choice" class="choice1">
<a href="blog_3.html" class="ab">
<img src="coffee-.png" alt="" class="choice-pic btn1" class="ab" />
</a>
</div>
<a href="blog_3.html" style="text-decoration: none; color: black"><div class="box box_btn1"></div></a>
</div>
<div class="bottom-box">
<div id="choice" class="choice2">
<a href="blog_12.html" class="ab2">
<img
src="https://pup-review-phinf.pstatic.net/MjAyMzEyMjRfMjIx/MDAxNzAzMzg1MjI3NjE0.m3XZvXHMe57qGuzOd_QYEG71i08g7zX1NJYL0E-nReAg.VwMozSwVJheHuWyBrByB13h8nwsgwbGvqaUEO6MYdQ0g.JPEG/8589043A-9660-4A79-AEF4-C2CA8C0D5B31.jpeg"
alt=""
class="choice-pic btn2"
/>
</a>
</div>
<a href="blog_12.html" class="ab2" style="text-decoration: none; color: black"
><div class="box box_btn2"></div
></a>
</div>
<div class="bottom-box">
<div id="choice" class="choice3">
<a href="blog_4.html" class="ab3">
<img
src="https://www.foodinko.com/wp-content/uploads/2023/11/%EB%9F%B0%EB%8D%98%EB%B2%A0%EC%9D%B4%EA%B8%80-1024x1024.jpeg"
alt=""
class="choice-pic btn3"
/>
</a>
</div>
<a href="blog_4.html" style="text-decoration: none; color: black" class="ab3"
><div class="box box_btn3"></div
></a>
</div>
<button type="button" class="next_button">
<img src="image/next.png" alt="" class="next_button" />
</button>
</div>
<div class="line2"></div>
</body>
<footer class="footer">
<ul class="footer-cont">
<li class="li">
<a href="index.html" style="color: black; text-decoration: none">main</a>
</li>
<li class="li">
<a href="map.html" style="color: black; text-decoration: none">map</a>
</li>
<li class="li">
<a href="blogex.html" style="color: black; text-decoration: none">blog</a>
</li>
<li class="li">
<a href="mypage.html" style="color: black; text-decoration: none">my page</a>
</li>
</ul>
<nav class="accordion">
<div class="accordion1">
<ul class="ul1">
<li class="li3" style="text-decoration: none; color: black">1. 강남구</li>
<li class="li2">
<a href="blog_1.html" style="text-decoration: none; color: black">꼼다비뛰드</a>
</li>
<li class="li2">
<a href="blog_2.html" style="text-decoration: none; color: black">브루클린더버거 조인트</a>
</li>
<li class="li2">
<a href="blog_3.html" style="text-decoration: none; color: black">스크렘</a>
</li>
<li class="li2">
<a href="blog_4.html" style="text-decoration: none; color: black">런던 베이글 뮤지엄</a>
</li>
<li class="li2">
<a href="blog_5.html" style="text-decoration: none; color: black">하랑</a>
</li>
<li class="li2">
<a href="blog_6.html" style="text-decoration: none; color: black">센자이료큐</a>
</li>
<li class="li2">
<a href="blog_7.html" style="text-decoration: none; color: black">성하루</a>
</li>
<li class="li2">
<a href="blog_8.html" style="text-decoration: none; color: black">신사시장 떡볶이</a>
</li>
<li class="li2">
<a href="blog_9.html" style="text-decoration: none; color: black">진미평양냉면</a>
</li>
</ul>
</div>
<div class="accordion1">
<ul class="ul2">
<li class="li3" style="text-decoration: none; color: black">2. 서초구</li>
<li class="li2">
<a href="blog_10.html" style="text-decoration: none; color: black">도우룸</a>
</li>
<li class="li2">
<a href="blog_11.html" style="text-decoration: none; color: black">몬탁</a>
</li>
<li class="li2">
<a href="blog_12.html" style="text-decoration: none; color: black">프린츠 양재점</a>
</li>
<li class="li2">
<a href="blog_13.html" style="text-decoration: none; color: black">일일시호일</a>
</li>
<li class="li2">
<a href="blog_14.html" style="text-decoration: none; color: black">멘야시노기</a>
</li>
<li class="li2">
<a href="blog_15.html" style="text-decoration: none; color: black">미슌</a>
</li>
<li class="li2">
<a href="blog_16.html" style="text-decoration: none; color: black">신숙</a>
</li>
<li class="li2">
<a href="blog_17.html" style="text-decoration: none; color: black">해남원조김밥</a>
</li>
</ul>
</div>
<div class="accordion1">
<ul class="ul2">
<li class="li3" style="text-decoration: none; color: black">3. 성동구</li>
<li class="li2">
<a href="blog_18.html" style="text-decoration: none; color: black">피키니키 리자냐</a>
</li>
<li class="li2">
<a href="blog_19.html" style="text-decoration: none; color: black">마리오네</a>
</li>
<li class="li2">
<a href="blog_20.html" style="text-decoration: none; color: black">마구로쇼큐도</a>
</li>
<li class="li2">
<a href="blog_21.html" style="text-decoration: none; color: black">멘야신</a>
</li>
<li class="li2">
<a href="blog_22.html" style="text-decoration: none; color: black">춘향미엔</a>
</li>
<li class="li2">
<a href="blog_23.html" style="text-decoration: none; color: black">명가떡볶이</a>
</li>
<li class="li2">
<a href="blog_24.html" style="text-decoration: none; color: black">만나떡볶이</a>
</li>
<li class="li2">
<a href="blog_25.html" style="text-decoration: none; color: black">오프트</a>
</li>
</ul>
</div>
</nav>
</footer>
<!-- 0118 20:52 main-mobile.js 파일 생성 = back,next 버튼 클릭 이벤트 추가 -->
<script src="resturant1.js"></script>
<script src="main-mobile.js"></script>
</html>