-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathblogex1.html
More file actions
661 lines (653 loc) · 28.8 KB
/
blogex1.html
File metadata and controls
661 lines (653 loc) · 28.8 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
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>blog2</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" />
<title>Bootstrap Example</title>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.1/dist/js/bootstrap.bundle.min.js"></script>
<link rel="stylesheet" href="blogex.css" />
<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 class="body-a">
<aside class="aside">
<!--배너 안의 아코디언-->
<div class="accordion">
<div class="accordion-item">
<h2 class="accordion-header">
<!--지역-->
<button
class="accordion-button"
type="button"
data-bs-toggle="collapse"
data-bs-target="#collapseOne"
aria-expanded="true"
aria-controls="collapseOne"
>
지역
</button>
</h2>
<!--지역 안 리스트-->
<div
id="collapseOne"
class="accordion-collapse collapse show"
data-bs-parent="#accordionExample"
>
<div class="accordion-body">
<ul class="ul">
<li>
<a href="gangnam.html" style="text-decoration: none; color: black"
>강남구</a
>
</li>
<li>
<a href="seocho.html" style="text-decoration: none; color: black"
>서초구</a
>
</li>
<li>
<a href="seongdong.html" style="text-decoration: none; color: black"
>성동구</a
>
</li>
</ul>
</div>
</div>
</div>
<!--종류-->
<div class="accordion-item">
<h2 class="accordion-header">
<button
class="accordion-button collapsed"
type="button"
data-bs-toggle="collapse"
data-bs-target="#collapseTwo"
aria-expanded="false"
aria-controls="collapseTwo"
>
종류
</button>
</h2>
<!--종류 안 리스트-->
<div
id="collapseTwo"
class="accordion-collapse collapse"
data-bs-parent="#accordionExample"
>
<div class="accordion-body">
<ul class="ul">
<li class="li1">
<a href="korea.html" style="text-decoration: none; color: black"
>한식</a
>
</li>
<li class="li2">
<a href="western.html" style="text-decoration: none; color: black"
>양식</a
>
</li>
<li class="li2">
<a href="china.html" style="text-decoration: none; color: black"
>중식</a
>
</li>
<li class="li2">
<a href="japan.html" style="text-decoration: none; color: black"
>일식</a
>
</li>
<li class="li2">
<a href="boonsick.html" style="text-decoration: none; color: black"
>분식</a
>
</li>
<li class="li2">
<a href="cafe.html" style="text-decoration: none; color: black">카페</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</aside>
</div>
</div>
</header>
<div class="body-line"></div>
<!--전체 body-->
<span class="body1">
<!--왼쪽에 따라다니는 배너-->
<div></div>
<!--리스트 전체 틀-->
<article class="pic-cont">
<div></div>
<!--리스트 안 사진-->
<div class="pic">
<a href="blog_11.html"
><img
src="https://www.foodinko.com/wp-content/uploads/2023/11/%EB%AA%AC%ED%83%81.jpeg"
alt="몬탁"
class="pic"
/></a>
</div>
<div class="div-header">
<p></p>
<p class="title">
<a href="blog_11.html" style="text-decoration: none; color: black"
>동네에 있다면 아니 멀어도 자주 갈 곳</a
>
</p>
</div>
<div class="div-cont">
<div class="text">몬탁</div>
<p class="address">
<a href="blog_11.html" style="text-decoration: none; color: black"
>📍 서울 서초구 서초대로 32길 8</a
>
</p>
</div>
<div class="tag">
<p>
<a href="seocho.html">#서초구</a>
<a href="cafe.html">#카페</a>
</p>
</div>
</article>
<!--리스트 전체 틀-->
<article class="pic-cont">
<div></div>
<div class="pic">
<a href="blog_12.html"
><img
src="https://pup-review-phinf.pstatic.net/MjAyMzEyMjRfMjIx/MDAxNzAzMzg1MjI3NjE0.m3XZvXHMe57qGuzOd_QYEG71i08g7zX1NJYL0E-nReAg.VwMozSwVJheHuWyBrByB13h8nwsgwbGvqaUEO6MYdQ0g.JPEG/8589043A-9660-4A79-AEF4-C2CA8C0D5B31.jpeg"
alt="프릳츠 양재점"
class="pic"
/></a>
</div>
<div class="div-header">
<p></p>
<p class="title">
<a href="blog_12.html" style="text-decoration: none; color: black">물개박수가 절로 나온다.</a>
</p>
</div>
<div class="div-cont">
<div class="text">프린츠 양재점</div>
<p class="address">
<a href="blog_12.html" style="text-decoration: none; color: black"
>📍 서울 서초구 강남대로37길 24-11</a
>
</p>
</div>
<div class="tag">
<p>
<a href="seocho.html">#서초구</a>
<a href="cafe.html">#카페</a>
</p>
</div>
</article>
</span>
</body>
<div class="line" style="height: 50px"></div>
<div class="body2">
<div></div>
<!--간격을 위해서 div 삽입-->
<!--리스트 전체 틀-->
<article class="pic-cont">
<div></div>
<div class="pic">
<a href="blog_13.html"
><img
src="https://www.foodinko.com/wp-content/uploads/2023/11/%EA%B9%80-1.jpeg"
alt="일일시호일"
class="pic"
/></a>
</div>
<div class="div-header">
<p></p>
<p class="title">
<a href="blog_13.html" style="text-decoration: none; color: black"
>일주일 뒤에 생각나는 여운 깊은 츠케멘</a
>
</p>
</div>
<div class="div-cont">
<div class="text">일일시호일</div>
<p class="address">
<a href="blog_13.html" style="text-decoration: none; color: black"
>📍 서울 서초구 나루터로 79</a
>
</p>
</div>
<div class="tag">
<p>
<a href="seocho.html">#서초구</a>
<a href="japan.html">#일식</a>
</p>
</div>
</article>
<!--리스트 전체 틀-->
<article class="pic-cont">
<div></div>
<div class="pic">
<a href="blog_14.html"
><img
src="https://www.foodinko.com/wp-content/uploads/2023/11/%EB%9D%BC%EB%A9%98-1.jpeg"
alt="멘야시노기"
class="pic"
/></a>
</div>
<div class="div-header">
<p></p>
<p class="title">
<a href="blog_14.html" style="text-decoration: none; color: black"
>국물의 온도, 면발 익기, 밸런스가 좋안던 라멘집</a
>
</p>
</div>
<div class="div-cont">
<div class="text">멘야시노기</div>
<p class="address">
<a href="blog_14.html" style="text-decoration: none; color: black">📍 서울 서초구 주홍길 3</a>
</p>
</div>
<div class="tag">
<p>
<a href="seocho.html">#서초구</a>
<a href="japan.html">#일식</a>
</p>
</div>
</article>
</div>
<div class="line" style="height: 50px"></div>
<div class="body2">
<div></div>
<!--간격을 위해서 div 삽입-->
<!--리스트 전체 틀-->
<article class="pic-cont">
<div></div>
<div class="pic">
<a href="blog_15.html"
><img
src="https://search.pstatic.net/common/?src=https%3A%2F%2Fldb-phinf.pstatic.net%2F20210204_298%2F1612430476794d60Ep_JPEG%2FpENxnHqYe8VSZJ5q0S4E1_hf.jpg"
alt="미슌"
class="pic"
/></a>
</div>
<div class="div-header">
<p></p>
<p class="title">
<a href="blog_15.html" style="text-decoration: none; color: black"
>고소담백한 중식을 맛볼 수 있는 곳</a
>
</p>
</div>
<div class="div-cont">
<div class="text">미슌</div>
<p class="address">
<a href="blog_15.html" style="text-decoration: none; color: black"
>📍 서울 서초구 서초대로 53길 19</a
>
</p>
</div>
<div class="tag">
<p>
<a href="seocho.html">#서초구</a>
<a href="china.html">#중식</a>
</p>
</div>
</article>
<!--리스트 전체 틀-->
<article class="pic-cont">
<div></div>
<div class="pic">
<a href="blog_16.html"
><img
src="https://www.foodinko.com/wp-content/uploads/2023/11/%EA%B0%93%EA%B9%80%EC%B9%98.jpeg"
alt="신숙"
class="pic"
/></a>
</div>
<div class="div-header">
<p></p>
<p class="title">
<a href="blog_16.html" style="text-decoration: none; color: black"
>갓김치가 정말 신의 경지에 있어요</a
>
</p>
</div>
<div class="div-cont">
<div class="text">신숙</div>
<p class="address">
<a href="blog_16.html" style="text-decoration: none; color: black"
>📍 서울 서초구 법원로3길 21</a
>
</p>
</div>
<div class="tag">
<p>
<a href="seocho.html">#서초구</a>
<a href="korea.html">#한식</a>
</p>
</div>
</article>
</div>
<div class="line" style="height: 50px"></div>
<div class="body2">
<div></div>
<!--간격을 위해서 div 삽입-->
<!--리스트 전체 틀-->
<article class="pic-cont">
<div></div>
<div class="pic">
<a href="blog_17.html"
><img
src="https://www.foodinko.com/wp-content/uploads/2023/11/%EC%A0%9C%EB%AA%A9%EC%9D%84-%EC%9E%85%EB%A0%A5%ED%95%B4%EC%A3%BC%EC%84%B8%EC%9A%94__%EB%B3%B5%EC%82%AC%EB%B3%B8-001.jpg"
alt="해남원조김밥"
class="pic"
/></a>
</div>
<div class="div-header">
<p></p>
<p class="title">
<a href="blog_17.html" style="text-decoration: none; color: black"
>방배동 사람들이 열광하는 김밥집</a
>
</p>
</div>
<div class="div-cont">
<div class="text">해남 원조 김밥</div>
<p class="address">
<a href="blog_17.html" style="text-decoration: none; color: black"
>📍 서울 서초구 방배중앙로25길 15</a
>
</p>
</div>
<div class="tag">
<p>
<a href="seocho.html">#서초구</a>
<a href="korea.html">#한식</a>
</p>
</div>
</article>
<!--리스트 전체 틀-->
<article class="pic-cont">
<div></div>
<div class="pic">
<a href="blog_18.html"
><img
src="https://www.foodinko.com/wp-content/uploads/2023/11/%EB%9D%BC%EC%9E%90%EB%83%90.jpeg"
alt="피키니키 라자냐"
class="pic"
/></a>
</div>
<div class="div-header">
<p></p>
<p class="title">
<a href="blog_18.html" style="text-decoration: none; color: black"
>멈출 수 없게 만드는 라자냐의 깊은 맛</a
>
</p>
</div>
<div class="div-cont">
<div class="text">피키니키 리자냐</div>
<p class="address">
<a href="blog_18.html" style="text-decoration: none; color: black"
>📍 서울 성동구 서울숲 2길 14</a
>
</p>
</div>
<div class="tag">
<p>
<a href="seongdong.html">#성동구</a>
<a href="western.html">#양식</a>
</p>
</div>
</article>
</div>
<div class="line" style="height: 50px"></div>
<div class="body2">
<div></div>
<!--간격을 위해서 div 삽입-->
<!--리스트 전체 틀-->
<article class="pic-cont">
<div></div>
<div class="pic">
<a href="blog_19.html"
><img
src="https://www.foodinko.com/wp-content/uploads/2023/11/%EB%82%98%ED%8F%B4%EB%A6%AC%ED%94%BC%EC%9E%90-1.jpeg"
alt="마리오네"
class="pic"
/></a>
</div>
<div class="div-header">
<p></p>
<p class="title">
<a href="blog_19.html" style="text-decoration: none; color: black"
>나폴리 피자 챔피언의 전통 피자</a
>
</p>
</div>
<div class="div-cont">
<div class="text">마리오네</div>
<p class="address">
<a href="blog_19.html" style="text-decoration: none; color: black"
>📍 서울 성동구 성수이로 12길 15</a
>
</p>
</div>
<div class="tag">
<p>
<a href="seongdong.html">#성동구</a>
<a href="western.html">#양식</a>
</p>
</div>
</article>
<!--리스트 전체 틀-->
<article class="pic-cont">
<div></div>
<div class="pic">
<a href="blog_20.html"
><img
src="https://www.foodinko.com/wp-content/uploads/2023/11/%EC%B0%B8%EC%B9%98%EC%82%BF.jpeg"
alt="마구로쇼쿠도"
class="pic"
/></a>
</div>
<div class="div-header">
<p></p>
<p class="title">
<a href="blog_20.html" style="text-decoration: none; color: black"
>쫀득함과 담백함이 동시에 느껴져요</a
>
</p>
</div>
<div class="div-cont">
<div class="text">마구로쇼큐도</div>
<p class="address">
<a href="blog_20.html" style="text-decoration: none; color: black">📍 서울 성동구 상원2길 1</a>
</p>
</div>
<div class="tag">
<p>
<a href="seongdong.html">#성동구</a>
<a href="japan.html">#일식</a>
</p>
</div>
</article>
</div>
<!--footer 가기 전 목록 순서-->
<nav aria-label="Page navigation example" class="nav">
<ul class="pagination">
<li class="page-item">
<a class="page-link" href="blog.html" aria-label="Previous">
<span aria-hidden="true">«</span>
</a>
</li>
<li class="page-item">
<a class="page-link" href="blogex.html">1</a>
</li>
<li class="page-item">
<a class="page-link" href="blogex1.html">2</a>
</li>
<li class="page-item">
<a class="page-link" href="blogex2.html">3</a>
</li>
<li class="page-item">
<a class="page-link" href="blogex2.html" aria-label="Next">
<span aria-hidden="true">»</span>
</a>
</li>
</ul>
</nav>
<!--footer-->
<footer class="footer">
<ul class="footer-cont">
<li class="li">
<a href="index.html" style="color: black">main</a>
</li>
<li class="li limap">
<a href="map.html" style="color: black">map</a>
</li>
<li class="li liblo">
<a href="blogex.html" style="color: black">blog</a>
</li>
<li class="li">
<a href="mypage.html" style="color: black">my page</a>
</li>
</ul>
<nav class="accordion1">
<div class="accordion2">
<ul class="ul3">
<li class="li4" style="text-decoration: none; color: black">1. 강남구</li>
<li class="li5">
<a href="blog_1.html" style="text-decoration: none; color: black">꼼다비뛰드</a>
</li>
<li class="li5">
<a href="blog_2.html" style="text-decoration: none; color: black">브루클린더버거 조인트</a>
</li>
<li class="li5">
<a href="blog_3.html" style="text-decoration: none; color: black">스크렘</a>
</li>
<li class="li5">
<a href="blog_4.html" style="text-decoration: none; color: black">런던 베이글 뮤지엄</a>
</li>
<li class="li5">
<a href="blog_5.html" style="text-decoration: none; color: black">하랑</a>
</li>
<li class="li5">
<a href="blog_6.html" style="text-decoration: none; color: black">센자이료큐</a>
</li>
<li class="li5">
<a href="blog_7.html" style="text-decoration: none; color: black">성하루</a>
</li>
<li class="li5">
<a href="blog_8.html" style="text-decoration: none; color: black">신사시장 떡볶이</a>
</li>
<li class="li5">
<a href="blog_9.html" style="text-decoration: none; color: black">진미평양냉면</a>
</li>
</ul>
</div>
<div class="accordion2">
<ul class="ul2">
<li class="li4" style="text-decoration: none; color: black">2. 서초구</li>
<li class="li5">
<a href="blog_10.html" style="text-decoration: none; color: black">도우룸</a>
</li>
<li class="li5">
<a href="blog_11.html" style="text-decoration: none; color: black">몬탁</a>
</li>
<li class="li5">
<a href="blog_12.html" style="text-decoration: none; color: black">프린츠 양재점</a>
</li>
<li class="li5">
<a href="blog_13.html" style="text-decoration: none; color: black">일일시호일</a>
</li>
<li class="li5">
<a href="blog_14.html" style="text-decoration: none; color: black">멘야시노기</a>
</li>
<li class="li5">
<a href="blog_15.html" style="text-decoration: none; color: black">미슌</a>
</li>
<li class="li5">
<a href="blog_16.html" style="text-decoration: none; color: black">신숙</a>
</li>
<li class="li5">
<a href="blog_17.html" style="text-decoration: none; color: black">해남원조김밥</a>
</li>
</ul>
</div>
<div class="accordion2">
<ul class="ul2">
<li class="li4" style="text-decoration: none; color: black">3. 성동구</li>
<li class="li5">
<a href="blog_18.html" style="text-decoration: none; color: black">피키니키 리자냐</a>
</li>
<li class="li5">
<a href="blog_19.html" style="text-decoration: none; color: black">마리오네</a>
</li>
<li class="li5">
<a href="blog_20.html" style="text-decoration: none; color: black">마구로쇼큐도</a>
</li>
<li class="li5">
<a href="blog_21.html" style="text-decoration: none; color: black">멘야신</a>
</li>
<li class="li5">
<a href="blog_22.html" style="text-decoration: none; color: black">춘향미엔</a>
</li>
<li class="li5">
<a href="blog_23.html" style="text-decoration: none; color: black">명가떡볶이</a>
</li>
<li class="li5">
<a href="blog_24.html" style="text-decoration: none; color: black">만나떡볶이</a>
</li>
<li class="li5">
<a href="blog_25.html" style="text-decoration: none; color: black">오프트</a>
</li>
</ul>
</div>
</nav>
</footer>
<script>
//헤더의 로그인,회원가입 & 로그아웃 바꾸는 함수
var state = window.sessionStorage.getItem('state');
console.log(state);
if (state === 'login') {
$('.header-last').empty();
$('.header-last').html('<a href="#" class="logout" onclick="logout()">로그아웃</a>');
window.sessionStorage.setItem('state', 'login');
}
function logout() {
window.sessionStorage.setItem('state', 'logout');
$('.header-last').html(
'<a href="join.html" class="membership">회원가입</a><a href="login.html" class="log">로그인</a>'
);
}
</script>
</html>