-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.html
306 lines (262 loc) · 6.51 KB
/
main.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
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Lo0ser</title>
<link href="style.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css">
<script src="script.js"></script>
</head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-VLTXQ1NQNV"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-VLTXQ1NQNV');
</script>
<script>
function sendWhatsAppMessage() {
var phoneNumber = '7008544921'; // Your phone number
var message = 'Hey, i want to custumize a tshirt from your website'; // Your message
var url = 'https://api.whatsapp.com/send?phone=' + phoneNumber + '&text=' + encodeURIComponent(message);
// Open the URL in a new tab
window.open(url, '_blank');
}
</script>
<body>
<div class="whole">
<div class="name">
<div class="logo">
</div>
<div class="icon">
<div class="cart">
<a class="ext" href="user.html"><i class="fa-solid fa-user" ></i></a>
</div>
<div class="cart">
<a class="ext" href="noti.html"><i class="fa-solid fa-bell" ></i></a>
</div>
<div id="menu-button" onclick="openCloseMenu()">☰</div>
<div id="menu-bar">
<a href="javascript:void(0)" class="closebtn" onclick="openCloseMenu()">×</a>
<a href="index.html">Home</a>
<a href="about.html">About</a>
<a href="services.html">Services</a>
<a href="contact.html">Contact</a>
</div>
</div>
</div>
<script src="cart.js"></script>
<div class="space"></div>
<div class="slider">
<div class="slides">
<div class="img">
for custumizing your own Design
<div class="click" onclick="sendWhatsAppMessage()">Click Here</div>
</div>
</div>
</div>
<div class="main">
<div class="about">
<div class="content">
<a class="head" href="lo0ser.html">Lo0ser</a>
</div>
<div class="img3"></div>
</div>
<div class="about">
<div class="img2"></div>
<div class="content">
<a class="head" href="print.html">NITR Design</a>
<a class="note">(<span class="red">Note :-</span>You can print your name here)</a>
</div>
</div>
</div>
<section class="services">
<div class="services-box">
<i class="fas fa-shipping-fast"></i>
<span>Free Shipping</span>
<p>Free Shipping for all NITR order</p>
</div>
<div class="services-box">
<i class="fas fa-headphones-alt"></i>
<span>Support 24/7</span>
<p>We support 24h a day</p>
</div>
<div class="services-box">
<i class="fas fa-sync"></i>
<span>100% Quality</span>
<p>Quality guaranted</p>
</div>
</section>
<footer>
<div class="footer-content">
<img src="img/bestw.png" class="logo" alt="">
<div class="footer-ul-container">
<ul class="category">
<li><a href="#" class="footer-link">t-shirts</a></li>
<li><a href="#" class="footer-link">over Sized</a></li>
<li><a href="#" class="footer-link">sweat shirts</a></li>
<li><a href="#" class="footer-link">acid washed</a></li>
<li><a href="#" class="footer-link">hodies</a></li>
<li><a href="#" class="footer-link">shirts</a></li>
</ul>
</div>
</div>
<span class="copyright">
Copyright 2024 - lo0ser.netlify.app
</span>
</footer>
</div>
<script>
function openCloseMenu() {
var menuBar = document.getElementById('menu-bar');
var content = document.getElementById('content');
if (menuBar.style.width === '150px') {
menuBar.style.width = '0';
content.style.marginLeft = '0';
} else {
menuBar.style.width = '150px';
content.style.marginLeft = '150px';
}
}
</script>
</body>
<style>
body{
margin: 0;
font-family: Poppins;
}
.container{
width: 900px;
margin: auto;
max-width: 90vw;
text-align: center;
padding-top: 10px;
transition: transform .5s;
}
header{
display: flex;
justify-content: space-between;
align-items: center;
padding: 20px 0;
}
.icon-cart{
position: relative;
}
.title{
font-size: xx-large;
}
.listProduct .item img{
width: 90%;
filter: drop-shadow(0 50px 20px #0009);
}
.listProduct{
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 20px;
}
.listProduct .item{
background-color: #EEEEE6;
padding: 20px;
border-radius: 20px;
}
.listProduct .item h2{
font-weight: 500;
font-size: large;
}
.listProduct .item .price{
letter-spacing: 7px;
font-size: small;
}
.listProduct .item button{
background-color: #353432;
color: #eee;
border: none;
padding: 5px 10px;
margin-top: 10px;
border-radius: 20px;
}
/* cart */
.cartTab{
width: 400px;
background-color: #353432;
color: #eee;
position: fixed;
top: 0;
right: -400px;
bottom: 0;
display: grid;
grid-template-rows: 70px 1fr 70px;
transition: .5s;
}
body.showCart .cartTab{
right: 0;
}
body.showCart .container{
transform: translateX(-250px);
}
.cartTab h1{
padding: 20px;
margin: 0;
font-weight: 300;
}
.cartTab .btn{
display: grid;
grid-template-columns: repeat(2, 1fr);
}
.cartTab button{
background-color: #E8BC0E;
border: none;
font-family: Poppins;
font-weight: 500;
cursor: pointer;
}
.cartTab .close{
background-color: #eee;
}
.listCart .item img{
width: 100%;
}
.listCart .item{
display: grid;
grid-template-columns: 70px 150px 50px 1fr;
gap: 10px;
text-align: center;
align-items: center;
}
.listCart .quantity span{
display: inline-block;
width: 25px;
height: 25px;
background-color: #eee;
border-radius: 50%;
color: #555;
cursor: pointer;
}
.listCart .quantity span:nth-child(2){
background-color: transparent;
color: #eee;
cursor: auto;
}
.listCart .item:nth-child(even){
background-color: #eee1;
}
.listCart{
overflow: auto;
}
.listCart::-webkit-scrollbar{
width: 0;
}
@media only screen and (max-width: 992px) {
.listProduct{
grid-template-columns: repeat(3, 1fr);
}
}
/* mobile */
@media only screen and (max-width: 768px) {
.listProduct{
grid-template-columns: repeat(2, 1fr);
}
}
</style>