-
Notifications
You must be signed in to change notification settings - Fork 0
/
New product3.html
167 lines (158 loc) · 6.04 KB
/
New product3.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Alvin Helm</title>
<link href="img/faticon/output-onlinepngtools.png" rel="shortcut icon">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css" />
<link rel="stylesheet" href="./style.css" />
<!-- EFEK SCROLL -->
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" />
</head>
<body>
<!-- Navbar -->
<nav class="navbar navbar-expand-lg navbar-dark shadow-lg fixed-top" style="background-color: #101820">
<div class="container">
<a class="navbar-brand" href="#">Alvin Helm</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav"
aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav ms-auto">
<li class="nav-item">
<a class="nav-link" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="#">Product</a>
</li>
<li class="nav-item">
<a class="nav-link" href="about.html">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contact.html">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- Akhir Navbar -->
<!-- partial:index.partial.html -->
<section class="section-products" id="section-product2">
<div class="container" data-aos="fade-up" data-aos-duration="2000">
<div class="row justify-content-center text-center">
<div class="col-md-8 col-lg-6">
<div class="header">
<h1>Product</h1>
</div>
</div>
</div>
<div class="row">
<!-- Single Product -->
<div class="col-md-6 col-lg-4 col-xl-3">
<div id="product-17" class="single-product">
<div class="part-1" style="border-radius: 10px 10px 10px 10px">
<span class="new">JP</span>
<ul>
<li>
<a href="productDetail.html#SADAPURPLE"><i class="fas fa-shopping-cart"></i></a>
</li>
<li>
<a href="#"><i class="fas fa-heart"></i></a>
</li>
</ul>
</div>
<div class="part-2">
<a href="productDetail.html#SADAPURPLE">
<h3 class="product-title">JP SG PAC Invaders</h3>
</a>
<h4 class="product-price">Rp 670.000</h4>
</div>
</div>
</div>
<!-- Single Product -->
<div class="col-md-6 col-lg-4 col-xl-3">
<div id="product-18" class="single-product">
<div class="part-1" style="border-radius: 10px 10px 10px 10px">
<span class="new">HBC</span>
<ul>
<li>
<a href="productDetail.html#CAKILWHITE"><i class="fas fa-shopping-cart"></i></a>
</li>
<li>
<a href="#"><i class="fas fa-heart"></i></a>
</li>
</ul>
</div>
<div class="part-2">
<a href="productDetail.html#CAKILWHITE">
<h3 class="product-title">Cakil HBC Captain America White</h3>
</a>
<h4 class="product-price">Rp 359.900</h4>
</div>
</div>
</div>
<!-- Single Product -->
<div class="col-md-6 col-lg-4 col-xl-3">
<div id="product-19" class="single-product">
<div class="part-1" style="border-radius: 10px 10px 10px 10px">
<span class="new">HBC</span>
<ul>
<li>
<a href="productDetail.html#CAKILREDDOF"><i class="fas fa-shopping-cart"></i></a>
</li>
<li>
<a href="#"><i class="fas fa-heart"></i></a>
</li>
</ul>
</div>
<div class="part-2">
<a href="productDetail.html#CAKILREDDOF">
<h3 class="product-title">Cakil HBC Polos Red Doff</h3>
</a>
<h4 class="product-price">Rp 365.000</h4>
</div>
</div>
</div>
<!-- Single Product -->
<div class="col-md-6 col-lg-4 col-xl-3">
<div id="product-20" class="single-product">
<div class="part-1" style="border-radius: 10px 10px 10px 10px">
<span class="new">HBC</span>
<ul>
<li>
<a href="productDetail.html#CAKILPILOT"><i class="fas fa-shopping-cart"></i></a>
</li>
<li>
<a href="#"><i class="fas fa-heart"></i></a>
</li>
</ul>
</div>
<div class="part-2">
<a href="productDetail.html#CAKILPILOT">
<h3 class="product-title">Cakil HBC Pilot Visor Strip Cream</h3>
</a>
<h4 class="product-price">Rp 429.000</h4>
</div>
</div>
</div>
</div>
</div>
<ul class="pagination">
<li><a href="product.html#section-products1">1</a></li>
<li class="active"><a href="#">2</a></li>
</ul>
</section>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-ENjdO4Dr2bkBIFxQpeoTz1HIcje39Wm4jDKdf19U8gI4ddQ3GYNS7NTKfAdVQSZe"
crossorigin="anonymous"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.4/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
<!-- EFEK SCROLL -->
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
<script>
AOS.init();
</script>
</body>
</html>