-
Notifications
You must be signed in to change notification settings - Fork 0
/
detail-product.html
220 lines (217 loc) · 11.6 KB
/
detail-product.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<title>Okular Good – PT Okular Kreasi Artaguna, Design & Branding | A Design Agency in Jakarta, Indonesia</title>
<link rel="shortcut icon" href="images/favicon.ico">
<!-- Customize css -->
<link rel="stylesheet" type="text/css" href="css/animation.css" >
<link rel="stylesheet" type="text/css" href="css/default.css">
<link rel="stylesheet" type="text/css" href="css/style.css">
<!-- Features css -->
<link rel="stylesheet" href="features/animatecss/animate.min.css">
<!--Node Modules css-->
<link rel="stylesheet" href="node_modules/bootstrap/dist/css/bootstrap.min.css">
<link rel="stylesheet" href="node_modules/font-awesome/css/font-awesome.min.css">
<link rel="stylesheet" href="node_modules/owl.carousel/dist/assets/owl.carousel.min.css">
<link rel="stylesheet" href="node_modules/owl.carousel/dist/assets/owl.theme.default.min.css">
</head>
<body>
<!-- Navigation -->
<nav id="og-nav">
<div class="container-fluid">
<div class="row">
<div class="col-8 col-lg-1 p-lg-0">
<div class="logo"><a href="index.html"><img src="images/logo.png" alt="OkularGood"></a></div>
</div>
<div class="col-4 p-0 d-block d-lg-none">
<div class="plus bars">
<p>+</p>
</div>
</div>
<div class="col-lg-8 p-lg-0 d-none d-lg-block">
<div class="page">
<ul>
<li><a href="shop.html">SHOP</a></li>
<li><a href="about-us.html">ABOUT US</a></li>
</ul>
</div>
</div>
<div class="col-lg-2 p-lg-0 d-none d-lg-block text-right">
<div class="logsign"><a href="login.html">LOG IN</a> / <a href="signup.html">SIGN UP</a></div>
</div>
<div class="col-lg-1 p-lg-0 d-none d-lg-block text-right">
<div class="cart"><a href="index.html"><img src="images/icon-01.png" alt="OkularGood"></a></div>
</div>
<div class="sidenav">
<i class="fa fa-times"></i>
<a href="index.html"><img src="images/logo-white.png" alt="OkularGood"></a>
<ul>
<li><a href="shop.html">SHOP</a></li>
<li><a href="about-us.html">ABOUT US</a></li>
</ul>
</div>
</div>
</div>
</nav>
<!-- Main -->
<div id="main-detail">
<!-- Section Highlight -->
<div class="container-fluid pos-rel detail-highlight pb-lg-100 pl-lg-5p pr-lg-5p pt-m-15p pb-m-15p pl-m-10p pr-m-10p fadein">
<div class="row">
<div class="col-lg-6 mb-m-15p">
<div class="one-carousel-dots owl-theme detail-product-slider">
<div class="item">
<img class="img-fluid w-lg-100p" src="images/product-01.png" alt="OkularGood">
</div>
<div class="item">
<img class="img-fluid w-lg-100p" src="images/product-02.png" alt="OkularGood">
</div>
<div class="item">
<img class="img-fluid w-lg-100p" src="images/product-03.png" alt="OkularGood">
</div>
</div>
</div>
<div class="col-lg-6">
<div class="detail">
<h2 class="mb-lg-30">Wild Playing Cards</h2>
<div class="brief">
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>
</div>
<div class="price mb-lg-30">
<p>RP. 355.999,-</p>
</div>
<div class="line d-block d-lg-none mb-m-20"></div>
<form>
<label>Quantity</label>
<div class="w-lg-100p">
<a role="button" id="step-decrement" class="btn btn-default" aria-label="remove 1" aria-labelledby="step-decrement label-text">
<img class="img-fluid" src="images/icon-03.png">
</a>
<input disabled type="number" name="qty" id="spinner" value="1" aria-live="polite" tabindex="-1" aria-labelledby="label-text">
<a role="button" id="step-increment" class="btn btn-default" aria-label="add 1" aria-labelledby="step-increment label-text">
<img class="img-fluid" src="images/icon-02.png">
</a>
</div>
<div class="w-lg-100p float-left">
<input class="button-def mb-lg-30 mb-m-0" type="submit" value="ADD TO CART">
</div>
</form>
</div>
</div>
</div>
</div>
<!-- Section Other -->
<div class="pt-lg-0 pb-lg-100 pl-lg-5p pr-lg-5p pb-m-0 pl-m-0 pr-m-0">
<div class="container-fluid pos-rel detail-other">
<div class="row">
<div class="col-lg-12 title mb-lg-2p mb-m-10p pr-m-15p">
<p>Other defined goods</p>
<div class="line d-block d-lg-none"></div>
</div>
<div class="col-lg-4 d-none d-lg-block">
<a href="detail-product.html"><div class="image2" style="background: url('images/product-highlight-01.jpg');"></div></a>
</div>
<div class="col-lg-4 d-none d-lg-block">
<a href="detail-product.html"><div class="image2" style="background: url('images/product-highlight-02.jpg');"></div></a>
</div>
<div class="col-lg-4 d-none d-lg-block">
<a href="detail-product.html"><div class="image2" style="background: url('images/product-highlight-03.jpg');"></div></a>
</div>
<div class="col-12 d-block d-lg-none">
<div class="post-carousel owl-theme">
<div class="item">
<div class="mpc">
<a href="detail-product.html">
<div class="image2" style="background-image: url('images/product-highlight-01.jpg');"></div>
</a>
</div>
</div>
<div class="item">
<div class="mpc">
<a href="detail-product.html">
<div class="image2" style="background-image: url('images/product-highlight-02.jpg');"></div>
</a>
</div>
</div>
<div class="item">
<div class="mpc">
<a href="detail-product.html">
<div class="image2" style="background-image: url('images/product-highlight-03.jpg');"></div>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Section Contact -->
<div class="container-fluid pos-rel home-contact pt-lg-100 pb-lg-100 pl-lg-10p pr-lg-10p pt-m-15p pb-m-15p">
<div class="row">
<div class="col-lg-5 pr-lg-5p slideanim">
<div class="boxv w-lg-85p w-m-100p">
<div class="mb-lg-10">
<h2>You’re Special,<br>and We Know It</h2>
</div>
<div class="brief mb-lg-40 mb-m-30">
<p>be the first to know our latest updates!</p>
</div>
</div>
</div>
<div class="col-lg-7 pr-lg-0 pr-m-15 text-right slideanimX">
<form>
<div class="container-fluid">
<div class="row">
<div class="col-lg-9 pr-lg-0 pl-m-15 pr-m-15">
<input type="email" name="email" placeholder="Your Email Here">
</div>
<div class="col-lg-3 pl-lg-25 pl-m-15 pr-m-15 text-left">
<input class="button-def" type="submit" value="OH YEAH">
</div>
</div>
</div>
</form>
</div>
</div>
</div>
</div>
<!-- Footer -->
<footer id="og-footer">
<div class="container-fluid">
<div class="row">
<div class="col-12 col-lg-1 mb-m-20 p-0">
<div class="logo"><a href="index.html"><img src="images/logo-white.png" alt="OkularGood"></a></div>
</div>
<div class="col-12 col-lg-8 mb-m-20 p-0">
<div class="copyright font-white">
<p>2019 © ALL RIGHTS RESERVED, <span>PRODUCT OF OKULAR</span></p>
</div>
</div>
<div class="col-12 col-lg-2 mb-m-20 p-0">
<div class="mail"><a href="mailto:contact@okular.co.id">CONTACT@OKULAR.CO.ID</a></div>
</div>
<div class="col-12 d-block d-lg-none mb-m-20 p-0">
<a href="https://www.instagram.com/okulardesign/" target="_blank"><img src="images/icon-04.png" alt="OkularGood"></a>
</div>
<div class="col-12 col-lg-1 p-0 text-right">
<div class="gotop"><a id="gotop"><img src="images/gotop.png" alt="OkularGood"></a></div>
</div>
</div>
</div>
</footer>
<!-- Node Modules JS -->
<script type="text/javascript" src="node_modules/jquery/dist/jquery.min.js"></script>
<script type="text/javascript" src="node_modules/bootstrap/dist/js/bootstrap.min.js"></script>
<script type="text/javascript" src="node_modules/owl.carousel/dist/owl.carousel.js"></script>
<!-- Customize JS -->
<script type="text/javascript" src="script/app.js"></script>
<!-- Features JS -->
<script type="text/javascript" src="features/animatecss/wow.min.js"></script>
<script>
new WOW().init();
</script>
</body>
</html>