-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
105 lines (86 loc) · 3.7 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
<!DOCTYPE HTML>
<!--
Massively by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Amond</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<noscript>
<link rel="stylesheet" href="assets/css/noscript.css" />
</noscript>
</head>
<body class="is-preload">
<!-- Wrapper -->
<div id="wrapper" class="fade-in">
<div id="contact">
<ul>
<li><a href="https://pf.kakao.com/_JLxkxob" target="_blank"><img src="images/kakaotalk_logo.png"></a>
</li>
<li><a href="https://www.instagram.com/amondfarm/"><img src="images/instagram_logo.png"></a></li>
<li><a href="https://fb.me/amondfarm"><img src="images/facebook_logo.png"></a></li>
</ul>
</div>
<!-- Intro -->
<div id="intro">
<h1 id="title">못난이 농산물 직거래 플랫폼<br />
</h1>
<img src="images/amond_logo.png" style="width: 50%; margin-top: 50px;">
<p>1년에 버려지는 못난이 농산물 약 <span class="emphasis">13억톤</span>에 달한다는 거, 아셨나요?</p>
<p>환경과 농가를 살리는 알뜰한 <span class="emphasis">못난이 농산물</span>, 지금 아몬드에서 소비해요!</p>
<h1 id="main-text">9월 오픈 예정!</h1>
<!-- <ul class="actions">
<li><a href="#main" class=" solid solo scrolly" style="font-size: 30px;">상품 보러가기 <i class="icon solid fa-arrow-down"></i></a></li>
</ul> -->
</div>
<!-- Header -->
<!-- <header id="header">
</header> -->
<!-- Nav -->
<!-- <nav id="nav">
<ul class="links">
<li class="active"><a href="index.html">This is Massively</a></li>
<li><a href="generic.html">Generic Page</a></li>
<li><a href="elements.html">Elements Reference</a></li>
</ul>
<ul class="icons">
<li><a href="#" class="icon brands fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="#" class="icon brands fa-facebook-f"><span class="label">Facebook</span></a></li>
<li><a href="#" class="icon brands fa-instagram"><span class="label">Instagram</span></a></li>
<li><a href="#" class="icon brands fa-github"><span class="label">GitHub</span></a></li>
</ul>
</nav> -->
<!-- Main -->
<div id="main">
<!-- <div class="product">
<div class="product-img">
<img src="images/sweet_potato.jpeg">
</div>
<p class="title">못난이 고구마 3kg</p>
<p class="price">8,900원</p>
</div> -->
</div>
<!-- Copyright -->
<div id="footer">
상호명 : 아몬드 | 대표자 : 백진수 | 사업자등록번호 : 141-11-02251 | 통신판매업 신고 : 제2022-인천서구-1942호 <a href="#none"
onclick="window.open('http\:\/\/www.ftc.go.kr/bizCommPop.do?wrkr_no=1411102251', 'bizCommPop', 'width=750, height=950;');return false;">[사업자정보확인]</a>
| <a href="./terms.html">[이용약관]</a>
<br>
전화 : 010-7738-7871 | 주소 : 인천광역시 서구 크리스탈로, 148 |
이메일 : [email protected] | 개인정보보호책임자 : 백진수([email protected])
</div>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>