-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
226 lines (208 loc) · 10 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
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
221
222
223
224
225
226
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-TCYD7KX42K"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-TCYD7KX42K');
</script>
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-KDCR85DT');</script>
<!-- End Google Tag Manager -->
<SCRIPT language="javascript">
function buyEvent()
{
gtag('event','buy');
gtag('event','click', { 'event_category':"Click", 'event_label':"Buy" });
console.log("Click event sent to Analytics");
}
</SCRIPT>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cmDA6j6gD" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css"
integrity="sha512-SzlrxWUlpfuzQ+pcUCosxcglQRNAq/DZjVsC0lE40xsADsfeQoEypE+enwcOiGjk/bSuGGKHEyjSoQ1zVisanQ=="
crossorigin="anonymous" referrerpolicy="no-referrer">
<link rel="stylesheet" href="style.css">
<title>Boston glass bottles for sale</title>
</head>
<body>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-KDCR85DT"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<!-- navbar -->
<nav class="navbar navbar-expand-lg navbar-light bg-white py-4">
<div class="container">
<a href="index.html" class="navbar-brand d-flex justify-content-between align-items-center order-lg-0">
<img src="images/shopping-bag-icon.png" alt="site icon">
<span class="text-uppercase fw-lighter ms-2">boston</br>bottles.eu</span>
</a>
<div class="order-lg-2">
<button type="button" class="btn position-relative">
<i class="fa fa-shopping-cart"></i>
<span class="position-absolute top-0 start-100 translate-middle badge bg-primary">0</span>
</button>
<button type="button" class="btn position-relative">
<i class="fa fa-heart"></i>
<span class="position-absolute top-0 start-100 translate-middle badge bg-primary">0</span>
</button>
<button type="button" class="btn position-relative">
<i class="fa fa-search"></i>
</button>
</div>
<button class="navbar-toggler border-0" type="button" data-bs-toggle="collapse" data-bs-target="#navMenu">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse order-lg-1" id="navMenu">
<ul class="navbar-nav mx-auto text-center">
<li class="nav-item px-2 py-2">
<a class="nav-link text-uppercase text-dark" href="#header">home</a>
</li>
<li class="nav-item px-2 py-2">
<a class="nav-link text-uppercase text-dark" href="#collection">bottle types</a>
</li>
<li class="nav-item px-2 py-2">
<a class="nav-link text-uppercase text-dark" href="#special">kombucha bottles</a>
</li>
<li class="nav-item px-2 py-2">
<a class="nav-link text-uppercase text-dark" href="#blogs">caps & lids</a>
</li>
<li class="nav-item px-2 py-2">
<a class="nav-link text-uppercase text-dark" href="#about">about us</a>
</li>
</ul>
</div>
</div>
</nav>
<div class="prodetails">
<div class="container">
<div class="row">
<div class="col-md-5 single-pro-img">
<img src="./images/f1.jpg" width="100%" alt="f1">
<div class="small-img-group">
<div class="small-img-col">
<img src="./images/f1.jpg" width="100%" class="small-img" alt="f1">
</div>
<div class="small-img-col">
<img src="./images/f2.jpg" width="100%" class="small-img" alt="f2">
</div>
<div class="small-img-col">
<img src="./images/f3.jpg" width="100%" class="small-img" alt="f3">
</div>
<div class="small-img-col">
<img src="./images/f4.jpg" width="100%" class="small-img" alt="f4">
</div>
</div>
</div>
<div class="col-md-5">
<p class="newarrival">Home > Men > T-shirt</p>
<h2>Boston glass bottle transparent glass bottle</h2>
<p>250 ml</p>
<button class="btn bg-dark text-white">Buy Now</button>
<input type="button" class="btn bg-dark text-white" value="Buy" onclick="buyEvent()" />
<h5 class="mt-4">Product Details</h5>
<p> Lorem ipsum dolor sit amet consectetur adipisicing elit. Iusto quos illum consectetur. Quia,
aliquam alias hic quae deleniti rerum ipsam impedit, animi ipsum voluptate, perferendis
accusamus ipsa aut distinctio reiciendis.</p>
</div>
</div>
</div>
</div>
<!-- Section: Links -->
<section class="footer-section">
<div class="container text-center text-md-start mt-5">
<!-- Grid row -->
<div class="row mt-3">
<!-- Grid column -->
<div class="col-md-3 col-lg-4 col-xl-3 mx-auto mb-4">
<!-- Content -->
<h6 class="text-uppercase fw-bold mb-4">
<i class="fas fa-gem me-3 text-secondary"></i>Boston Bottles EU
</h6>
<p>
Here you can use rows and columns to organize your footer content. Lorem ipsum
dolor sit amet, consectetur adipisicing elit.
</p>
</div>
<!-- Grid column -->
<!-- Grid column -->
<div class="col-md-2 col-lg-2 col-xl-2 mx-auto mb-4">
<!-- Links -->
<h6 class="text-uppercase fw-bold mb-4">
Products
</h6>
<p>
<a href="#!" class="text-reset">Angular</a>
</p>
<p>
<a href="#!" class="text-reset">React</a>
</p>
<p>
<a href="#!" class="text-reset">Vue</a>
</p>
<p>
<a href="#!" class="text-reset">Laravel</a>
</p>
</div>
<!-- Grid column -->
<!-- Grid column -->
<div class="col-md-3 col-lg-2 col-xl-2 mx-auto mb-4">
<!-- Links -->
<h6 class="text-uppercase fw-bold mb-4">
Useful links
</h6>
<p>
<a href="#!" class="text-reset">Pricing</a>
</p>
<p>
<a href="#!" class="text-reset">Settings</a>
</p>
<p>
<a href="#!" class="text-reset">Orders</a>
</p>
<p>
<a href="#!" class="text-reset">Help</a>
</p>
</div>
<!-- Grid column -->
<!-- Grid column -->
<div class="col-md-4 col-lg-3 col-xl-3 mx-auto mb-md-0 mb-4">
<!-- Links -->
<h6 class="text-uppercase fw-bold mb-4">Contact</h6>
<p><i class="fas fa-home me-3 text-secondary"></i> New York, NY 10012, US</p>
<p>
<i class="fas fa-envelope me-3 text-secondary"></i>
</p>
<p><i class="fas fa-phone me-3 text-secondary"></i> + 01 234 567 88</p>
<p><i class="fas fa-print me-3 text-secondary"></i> + 01 234 567 89</p>
</div>
<!-- Grid column -->
</div>
<!-- Grid row -->
</div>
</section>
<!-- Section: Links -->
</footer>
<!-- Footer -->
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js"
integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN"
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js"
integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q"
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js"
integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl"
crossorigin="anonymous"></script>
</body>
</html>