-
Notifications
You must be signed in to change notification settings - Fork 0
/
site.html
92 lines (77 loc) · 4.64 KB
/
site.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="og:url" content="http://minkyu.dothome.co.kr/" />
<meta property="og:title" content="When Great Minds Don’t Think Alike" />
<meta property="og:description" content="minkyu description" />
<meta property="og:image" content="/img/img_thum01.jpg" />
<title>시장통통</title>
<link href="imgs/favicon.ico" type="image/x-icon" rel="shortcut icon">
<link href="css/site.css" rel="stylesheet">
</head>
<body>
<!-- index.html -->
<header>
<h1><a href="index.html"><img src="imgs/Logo.jpg"></a></h1>
<nav>
<a href="support.html">소상공인 지원</a>
<a href="notice.html">전통시장 소식</a>
<a href="gift_card.html">상품권 소개</a>
<a href="#" class="menu-trigger">
<span></span>
<span></span>
<span></span>
</a>
</nav>
</header>
<!-- 메인 페이지 -->
<main>
<div class="location">
<div>
<a href="index.html"><img src="imgs/house.png"></a>
</div>
<div class="guide_1">
<a>전통시장 소식</a>
<div>
<a href="support.html">소상공인 지원</a>
<a href="notice.html">전통시장 소식</a>
<a href="gift_card.html">상품권 소개</a>
</div>
</div>
<div class="guide_2">
<a>사이트</a>
<div>
<a href="support.html">가이드 북</a>
<a href="site.html">사이트</a>
</div>
</div>
</div>
<!-- top -->
<div class="spot_1">
<strong>사이트</strong>
<div class="go">
<a href="https://www.sbiz.or.kr/cot/main.do"><img src="imgs/3_1.png"title="소상공인컨설팅 바로가기"></a>
<a href="https://edu.sbiz.or.kr/edu/main/main.do"><img src="imgs/3_2.png" title="소상공인지식배움터 바로가기"></a>
<a href="https://www.sbiz.or.kr/cop/main/copMain.do"><img src="imgs/3_3.png" title="협업활성화 바로가기"></a>
<a href="https://www.sbiz.or.kr/fcs/main.do"><img src="imgs/3_4.png" title="프랜차이즈 바로가기"></a>
<a href="http://www.sbiz.or.kr/nhrp/main.do#hope"><img src="imgs/3_5.png" title="희망리턴페이지 바로가기"></a>
<a href="http://https://yestv.or.kr/"><img src="imgs/3_6.png" title="소상공인방송 바로가기"></a>
<a href="https://onnuri-mall.co.kr/"><img src="imgs/3_7.png" title="상권정보 바로가기"></a>
<a href="https://www.sbiz.or.kr/nas/main.do"><img src="imgs/3_8.png" title="나들가게 바로가기"></a>
<a href="https://www.sbiz.or.kr/nbs/main.do"><img src="imgs/3_9.png"title="신사업창업사관학교 바로가기"></a>
<a href="https://www.sbiz.or.kr/sup/main.do"><img src="imgs/3_10.png" title="소상공인마당 바로가기"></a>
<a href="https://mall.epost.go.kr/fo/main/moveSijang.do"><img src="imgs/3_11.png" title="우체국쇼핑 바로가기"></a>
<a href="http://www.market.jeju.kr/"><img src="imgs/3_12.png" title="제주 전통시장 바로가기"></a>
<a href="http://onnuri.interparkb2b.co.kr/"><img src="imgs/3_13.png" title="온누리 팔도시장 바로가기"></a>
<a href="https://egnmall.net/"><img src="imgs/3_14.png" title="경남몰 바로가기"></a>
<a href="https://onnuri-mall.co.kr/"><img src="imgs/3_15.png" title="온누리시장 바로가기"></a>
<a href="http://www.ktmmall.com/"><img src="imgs/3_16.png" title="사람풍경 바로가기"></a>
<a href="https://www.fishsale.co.kr/"><img src="imgs/3_17.png" title="피쉬세일 바로가기"></a>
<a href="https://www.semas.or.kr/web/main/index.kmdc"><img src="imgs/3_18.png" title="소상공인시장진흥공단 바로가기"></a>
</div>
</div>
</main>
</body>
</html>