-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
122 lines (106 loc) · 5.04 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
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="img/favicon.png">
<link rel="apple-touch-icon-precomposed" href="img/favicon.png">
<title>엔에스테크윈㈜</title>
<!-- CSS -->
<link rel="stylesheet" href="css/w3.css">
<link href="https://fonts.googleapis.com/css?family=Nanum+Gothic&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/bootstrap.css">
<link rel="stylesheet" type="text/css" href="css/elppacss.css">
<link rel="stylesheet" type="text/css" href="css/hamburgers.min.css">
<!-- -->
<!-- JavaScript -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.0/js/bootstrap.min.js"></script>
<script type="text/javascript" src="js/imageMapResizer.min.js"></script>
<script type="text/jscript" src="js/newindex.js"></script>
<script>
$(document).ready(function() {
$('map').imageMapResize();
});
</script>
<!-- -->
</head>
<body>
<!-- 상단 메뉴 시작 -->
<nav class="navbar navbar-default navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<a href="./index.html"><img class="navbar-logo" src="img/logo.png"></a>
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#myNavbar">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
</div>
<div class="collapse navbar-collapse" id="myNavbar">
<ul class="nav navbar-nav navbar-right">
<li><a href="index.html">Home</a></li>
<li><a href="/html/nec.html">NEC PROJECTOR</a></li>
<li><a href="/html/hitachi.html">HITACHI PROJECTOR</a></li>
<li><a href="https://pf.kakao.com/_xbDTxbj/chat">카카오톡 문의</a></li>
<li><a href="tel:16440155">전화 문의</a></li>
<li><a href="/html/company.html">회사 소개</a></li>
</ul>
</div>
</nav>
<!-- 상단 메뉴 끝 -->
<!-- 메인 페이지 본문 부분 -->
<div class="w3-bar w3-white" id="bottmenu" style="margin-top:50px">
<a class="w3-bar-item bottu" id="atv">홈</a>
<a class="w3-bar-item bottu" href="html/product.html">제품 소개</a>
<a class="w3-bar-item bottu" href="http://nec.mooviccom.co.kr/product/projector_event.asp">이벤트</a>
<a class="w3-bar-item bottu" href="html/company.html">회사 소개</a>
<a class="w3-bar-item bottu" href="tel:16440155">문의</a>
</div>
<div id="mainpage">
<div id="myCarousel" class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators">
<li class="#myCarousel" data-slide-to="0" class="active"></li>
<li class="#myCarousel" data-slide-to="1" class="active"></li>
</ol>
<div class="carousel-inner">
<div class="item active">
<a href="/html/nec.html"><img class="product" src="img/main%20nec.jpg" alt="nec"></a>
</div>
<div class="item">
<a href="/html/hitachi.html"><img class="product" src="img/main%20hitachi.jpg" alt="hitachi"></a>
</div>
<a class="left carousel-control" href="#myCarousel" data-slide="prev">
<span></span>
<span class="sr-only">Previous</span>
</a>
<a class="right carousel-control" href="#myCarousel" data-slide="next">
<span></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
<div>
<img class="product" usemap="#Map" src="img/center.jpg">
<map name="Map" id="Map">
</map>
</div>
</div>
<div class="kakao">
<a href="https://pf.kakao.com/_xbDTxbj/chat"></a>
</div>
<!-- 메인 페이지 본문 부분 끝 -->
<!-- 슬라이드 끝 -->
<footer class="footerfont">
<div id="box">
<p><img id="footerlogo" src="img/footerlogo.png"><br>
<b style="font-size:12px;">엔에스테크윈 ㈜</b></p>
대표 : 김기영 I 사업자번호 130-86-27037 I 통신판매 2007-469<br>
고객센터(전국) <b><a href="tel:16440155">1644 - 0155</a></b> I e-mail : <b><a href="mailto:[email protected]">[email protected]</a></b><span class="rg"><a href="http://www.nswin.co.kr"> PC버전 </a></span>
</div>
</footer>
<script type="text/javascript" src="js/hambugers.js"></script>
</body>
</html>