-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlaptops.html
294 lines (263 loc) · 19.2 KB
/
laptops.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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" integrity="sha384-B0vP5xmATw1+K9KRQjQERJvTumQW0nPEzvF6L/Z6nronJ3oUOFUFpCjEUQouq2+l" crossorigin="anonymous">
<link href="https://unpkg.com/tailwindcss@^2/dist/tailwind.min.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="./footer.css">
<link rel="stylesheet" href="./bod.css">
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Laptops</title>
<style>
.grad {
/* background-image: linear-gradient(rgb(255, 189, 225), rgba(255, 0, 119, 0.787)); */
background-image: url(./bg.jpg);
}
.phn{
display: flex;
}
.bg-dark {
background-color: #011325!important;
}
body::-webkit-scrollbar {
width: 0.25rem;
}
body::-webkit-scrollbar-track {
background: #1e1e24;
}
body::-webkit-scrollbar-thumb {
background: #f10c0c;
}
</style>
</head>
<body class="grad">
<nav class="navbar navbar-expand-lg navbar-dark bg-dark art">
<a class="navbar-brand" href="#">
<img src=".\logo-cropped.png" width="30" height="30" class="d-inline-block align-top" alt="">
Spec-ez
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarTogglerDemo02" aria-controls="navbarTogglerDemo02" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarTogglerDemo02">
<ul class="navbar-nav mt-2 ml-auto">
<li class="nav-item active">
<a class="nav-link" href="./home.html">Home <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item dropdown active">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdownMenuLink" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Devices
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdownMenuLink">
<a class="dropdown-item" href="./laptops.html">Laptops</a>
<a class="dropdown-item" href="./phones.html">Smartphones</a>
</div>
</li>
<li class="nav-item dropdown active">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdownMenuLink" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Customisation
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdownMenuLink">
<a class="dropdown-item" href="./custom_laptop.html">Laptops</a>
<a class="dropdown-item" href="./custom_phone.html">Smartphones</a>
</div>
</li>
<li class="nav-item dropdown active bottomline">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdownMenuLink" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
More
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdownMenuLink">
<a class="dropdown-item" href="./comparison.html">Comparison</a>
<a class="dropdown-item" href="./access.html">Accessories</a>
<a class="dropdown-item" href="./about.html">About</a>
</div>
</li>
<li class="nav-item active">
<a class="nav-link" href="./contact.html">Contact</a>
</li>
</ul>
</div>
</nav>
<section class="text-gray-600 body-font">
<div class="flex flex-col text-center w-full">
<br><hr style="height:1px;border:none;color:black;background-color:black" /><br>
<h1 class="sm:text-3xl text-2xl font-medium title-font mb-4 px-5 text-black text-center"><strong>Looking for Laptops?</strong></h1>
<h4 class="font-medium title-font mb-4 px-5 text-black text-center"><strong>You are at the right place! We at Spec-ez help you to find best product at reasonable price.</strong></h4>
<h1 class="font-medium title-font mb-4 px-5 text-black text-center"><strong> HAPPY SHOPPING! </strong></h1>
<hr style="height:1px;border:none;color:black;background-color:black" />
</div>
<div class="alert alert-primary text-center role="alert">
Checkout the <a href="./custom_laptop.html" class="alert-link">Customisation</a> feature.
</div>
<div class="container px-5 pb-5 mx-auto">
<div class="flex flex-wrap -m-4">
<div class="p-4 md:w-1/3">
<div class="h-full border-2 border-gray-200 border-opacity-60 rounded-lg overflow-hidden">
<img class="lg:h-48 md:h-36 w-full object-cover object-center" src="https://source.unsplash.com/726x406/?laptop">
<div class="p-6">
<h1 class="title-font text-lg font-medium text-black mb-3"><strong>Basic</strong></h1>
<p class="leading-relaxed mb-3 text-black">For browsing websites, watching videos online a budget laptop with a decent 4GB RAM, 256GB SSD storage and around 8 hours of battery life support will be a great deal. </p>
<div class="flex items-center flex-wrap ">
<a target="_blank" href="https://store.acer.com/en-in/acer-aspire-3-a315-51-316k-5?utm_campaign=shoppingads-()-()-2021-in&utm_source=google&utm_medium=search&utm_term=product-()-()&gclid=CjwKCAjwq7aGBhADEiwA6uGZpwwM7kcFdt78Q1V5vq0rFUTSzwLvWw8yDztzID2QHKJXckYBjqvgNRoCI2IQAvD_BwE" class="text-indigo-500 inline-flex items-center md:mb-2 lg:mb-0">Product
<svg class="w-4 h-4 ml-2" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path d="M5 12h14"></path>
<path d="M12 5l7 7-7 7"></path>
</svg>
</a>
<span class="text-gray-400 mr-3 inline-flex items-center lg:ml-auto md:ml-0 ml-auto leading-none text-sm pr-3 py-1 border-r-2 border-gray-200">
<svg class="w-4 h-4 mr-1" stroke="currentColor" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round" viewBox="0 0 24 24">
<path d="M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z"></path>
<circle cx="12" cy="12" r="3"></circle>
</svg>
</span>
<span class="text-gray-400 inline-flex items-center leading-none text-sm">
<svg class="w-4 h-4 mr-1" stroke="currentColor" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round" viewBox="0 0 24 24">
<path d="M21 11.5a8.38 8.38 0 01-.9 3.8 8.5 8.5 0 01-7.6 4.7 8.38 8.38 0 01-3.8-.9L3 21l1.9-5.7a8.38 8.38 0 01-.9-3.8 8.5 8.5 0 014.7-7.6 8.38 8.38 0 013.8-.9h.5a8.48 8.48 0 018 8v.5z"></path>
</svg>
</span>
</div>
</div>
</div>
</div>
<div class="p-4 md:w-1/3">
<div class="h-full border-2 border-gray-200 border-opacity-60 rounded-lg overflow-hidden">
<img class="lg:h-48 md:h-36 w-full object-cover object-center" src="https://source.unsplash.com/723x403/?laptop">
<div class="p-6">
<h1 class="title-font text-lg font-medium text-black mb-3"><strong>Education</strong></h1>
<p class="leading-relaxed mb-3 text-black">For better learning experience, At least an Intel core i5/i7 processor, wireless networking adapter(for internet),8GB RAM and minimum of 512MB video memory or higher will make a better product. </p>
<div class="flex items-center flex-wrap">
<a target="_blank" href="https://www.amazon.in/HP-Processor-14-inch-Windows-14s-dq2535TU/dp/B0928NL6F3/ref=asc_df_B0928NL6F3/?tag=googleshopdes-21&linkCode=df0&hvadid=397009134649&hvpos=&hvnetw=g&hvrand=10608663874901373425&hvpone=&hvptwo=&hvqmt=&hvdev=c&hvdvcmdl=&hvlocint=&hvlocphy=9300016&hvtargid=pla-1261254545754&psc=1&ext_vrnc=hi" class="text-indigo-500 inline-flex items-center md:mb-2 lg:mb-0">Product
<svg class="w-4 h-4 ml-2" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path d="M5 12h14"></path>
<path d="M12 5l7 7-7 7"></path>
</svg>
</a>
<span class="text-gray-400 mr-3 inline-flex items-center lg:ml-auto md:ml-0 ml-auto leading-none text-sm pr-3 py-1 border-r-2 border-gray-200">
<svg class="w-4 h-4 mr-1" stroke="currentColor" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round" viewBox="0 0 24 24">
<path d="M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z"></path>
<circle cx="12" cy="12" r="3"></circle>
</svg>
</span>
<span class="text-gray-400 inline-flex items-center leading-none text-sm">
<svg class="w-4 h-4 mr-1" stroke="currentColor" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round" viewBox="0 0 24 24">
<path d="M21 11.5a8.38 8.38 0 01-.9 3.8 8.5 8.5 0 01-7.6 4.7 8.38 8.38 0 01-3.8-.9L3 21l1.9-5.7a8.38 8.38 0 01-.9-3.8 8.5 8.5 0 014.7-7.6 8.38 8.38 0 013.8-.9h.5a8.48 8.48 0 018 8v.5z"></path>
</svg>
</span>
</div>
</div>
</div>
</div>
<div class="p-4 md:w-1/3">
<div class="h-full border-2 border-gray-200 border-opacity-60 rounded-lg overflow-hidden">
<img class="lg:h-48 md:h-36 w-full object-cover object-center" src="https://source.unsplash.com/722x402/?laptop">
<div class="p-6">
<h1 class="title-font text-lg font-medium text-black mb-3"><strong>Professional use </strong></h1>
<p class="leading-relaxed mb-3 text-black">The factors that contributes to perfect Professional laptop are Core i9 and above, 16 to 32GB RAM and a top-end SSD storage unit.</p>
<div class="flex items-center flex-wrap">
<a target="_blank" href="https://www.reliancedigital.in/lenovo-82fg0128in-ideapad-slim-5i-laptop-11th-gen-intel-core-i7-1165g7-16gb-512gb-ssd-intel-iris-xe-graphics-windows-10-mso-fhd-39-62-cm-15-6-inch-/p/491996559?gclid=CjwKCAjwq7aGBhADEiwA6uGZpwv_W9lYlVkuTalG8nxBXIq9L3Ti92PyrBXNidGfYc2lfN0YWCxSFRoClWkQAvD_BwE" class="text-indigo-500 inline-flex items-center md:mb-2 lg:mb-0">Product
<svg class="w-4 h-4 ml-2" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path d="M5 12h14"></path>
<path d="M12 5l7 7-7 7"></path>
</svg>
</a>
<span class="text-gray-400 mr-3 inline-flex items-center lg:ml-auto md:ml-0 ml-auto leading-none text-sm pr-3 py-1 border-r-2 border-gray-200">
<svg class="w-4 h-4 mr-1" stroke="currentColor" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round" viewBox="0 0 24 24">
<path d="M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z"></path>
<circle cx="12" cy="12" r="3"></circle>
</svg>
</span>
<span class="text-gray-400 inline-flex items-center leading-none text-sm">
<svg class="w-4 h-4 mr-1" stroke="currentColor" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round" viewBox="0 0 24 24">
<path d="M21 11.5a8.38 8.38 0 01-.9 3.8 8.5 8.5 0 01-7.6 4.7 8.38 8.38 0 01-3.8-.9L3 21l1.9-5.7a8.38 8.38 0 01-.9-3.8 8.5 8.5 0 014.7-7.6 8.38 8.38 0 013.8-.9h.5a8.48 8.48 0 018 8v.5z"></path>
</svg>
</span>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="container px-5 py-15 mx-auto">
<div class="flex flex-wrap -m-4">
<div class="p-4 md:w-1/3">
<div class="h-full border-2 border-gray-200 border-opacity-60 rounded-lg overflow-hidden">
<img class="lg:h-48 md:h-36 w-full object-cover object-center" src="https://source.unsplash.com/720x400/?laptop">
<div class="p-6">
<h1 class="title-font text-lg font-medium text-black mb-3"><strong>Business use</strong></h1>
<p class="leading-relaxed mb-3 text-black">When searching for a laptop for your business, you need to consider your budget,your preferred operating system,the design,and technical components like CPUs and battery life. Make sure it is light weight.</p>
<div class="flex items-center flex-wrap ">
<a target="_blank" href="https://www.amazon.in/Dell-Inspiron-i5-1035G1-Graphics-D560210WIN9SE/dp/B08GYQF3CH/ref=asc_df_B08GYQF3CH/?tag=googleshopdes-21&linkCode=df0&hvadid=397081131104&hvpos=&hvnetw=g&hvrand=2264397775832486118&hvpone=&hvptwo=&hvqmt=&hvdev=c&hvdvcmdl=&hvlocint=&hvlocphy=9300016&hvtargid=pla-961293554052&psc=1&ext_vrnc=hi" class="text-indigo-500 inline-flex items-center md:mb-2 lg:mb-0">Product
<svg class="w-4 h-4 ml-2" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path d="M5 12h14"></path>
<path d="M12 5l7 7-7 7"></path>
</svg>
</a>
<span class="text-gray-400 mr-3 inline-flex items-center lg:ml-auto md:ml-0 ml-auto leading-none text-sm pr-3 py-1 border-r-2 border-gray-200">
<svg class="w-4 h-4 mr-1" stroke="currentColor" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round" viewBox="0 0 24 24">
<path d="M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z"></path>
<circle cx="12" cy="12" r="3"></circle>
</svg>
</span>
<span class="text-gray-400 inline-flex items-center leading-none text-sm">
<svg class="w-4 h-4 mr-1" stroke="currentColor" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round" viewBox="0 0 24 24">
<path d="M21 11.5a8.38 8.38 0 01-.9 3.8 8.5 8.5 0 01-7.6 4.7 8.38 8.38 0 01-3.8-.9L3 21l1.9-5.7a8.38 8.38 0 01-.9-3.8 8.5 8.5 0 014.7-7.6 8.38 8.38 0 013.8-.9h.5a8.48 8.48 0 018 8v.5z"></path>
</svg>
</span>
</div>
</div>
</div>
</div>
<div class="p-4 md:w-1/3">
<div class="h-full border-2 border-gray-200 border-opacity-60 rounded-lg overflow-hidden">
<img class="lg:h-48 md:h-36 w-full object-cover object-center" src="https://source.unsplash.com/725x405/?laptop">
<div class="p-6">
<h1 class="title-font text-lg font-medium text-black mb-3"><strong>Gaming</strong></h1>
<p class="leading-relaxed mb-3 text-black">The attributes that impact a gaming laptop's performance are, in order: graphics card (GPU), processor (CPU), the chassis's heat management, memory (RAM), and storage. Other important features include noise management, keyboard, display, and (to a lesser extent) the speakers and trackpad.</p>
<div class="flex items-center flex-wrap ">
<a target="_blank" href="https://www.amazon.in/ASUS-Zephyrus-15-6-inch-RTX-3060-GA503QM-HQ146TS/dp/B095YLB5LP/ref=sr_1_1?dchild=1&keywords=Asus+ROG+Zephyrus+G15.&qid=1624170992&s=computers&sr=1-1" class="text-indigo-500 inline-flex items-center md:mb-2 lg:mb-0">Product
<svg class="w-4 h-4 ml-2" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path d="M5 12h14"></path>
<path d="M12 5l7 7-7 7"></path>
</svg>
</a>
<span class="text-gray-400 mr-3 inline-flex items-center lg:ml-auto md:ml-0 ml-auto leading-none text-sm pr-3 py-1 border-r-2 border-gray-200">
<svg class="w-4 h-4 mr-1" stroke="currentColor" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round" viewBox="0 0 24 24">
<path d="M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z"></path>
<circle cx="12" cy="12" r="3"></circle>
</svg>
</span>
<span class="text-gray-400 inline-flex items-center leading-none text-sm">
<svg class="w-4 h-4 mr-1" stroke="currentColor" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round" viewBox="0 0 24 24">
<path d="M21 11.5a8.38 8.38 0 01-.9 3.8 8.5 8.5 0 01-7.6 4.7 8.38 8.38 0 01-3.8-.9L3 21l1.9-5.7a8.38 8.38 0 01-.9-3.8 8.5 8.5 0 014.7-7.6 8.38 8.38 0 013.8-.9h.5a8.48 8.48 0 018 8v.5z"></path>
</svg>
</span>
</div>
</div>
</div>
</div>
</div>
</div>
</section><br>
<footer class="footer-distributed">
<div class="footer-right">
<a href="#" onclick="return false;"><i class="fa fa-instagram"></i></a>
<a href="#" onclick="return false;"><i class="fa fa-twitter"></i></a>
<a href="#" onclick="return false;"><i class="fa fa-linkedin"></i></a>
<a href="#" onclick="return false;"><i class="fa fa-github"></i></a>
</div>
<div class="footer-left">
<p class="footer-links">
<a class="link-1" href="./home.html">Home</a>
<a href="./access.html">Accessories</a>
<a href="./about.html">About</a>
<a href="./contact.html">Contact</a>
</p>
<p>Spec-ez © 2021</p>
</div>
</footer>
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-Piv4xVNRyMGpqkS2by6br4gNJ7DXjqk09RmUpJ8jgGtD7zP9yug3goQfGII0yAns" crossorigin="anonymous"></script>
</body>
</html>