-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
292 lines (241 loc) · 11.2 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css"
integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk" crossorigin="anonymous" />
<!-- Google Font Oswald -->
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&display=swap"
rel="stylesheet">
<title>Samsung Pakistan</title>
<style>
@media (max-width: 768px) {}
</style>
</head>
<body style="font-family: 'Montserrat', sans-serif;">
<!-- Navigation Bar -->
<nav class="navbar navbar-expand-lg navbar-light bg-white fixed-top clearfix" style="min-height: 70px;">
<div class="container">
<a class="navbar-brand text-uppercase font-weight-bold" style="color: #1428a0;" href="#">Samsung Pakistan</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-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 ml-auto">
<li class="nav-item pr-4 active">
<a class="nav-link" href="index.html">Home <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item pr-4">
<a class="nav-link" href="mobiles.html">Mobiles</a>
</li>
<li class="nav-item pr-4">
<a class="nav-link" href="tv.html">TV</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contact.html">Contact Us</a>
</li>
</ul>
</div>
</div>
</nav>
<div style="height: 80px;"></div>
<!-- Carousel Slider -->
<div id="carouselExampleIndicators" class="carousel slide" data-ride="carousel ">
<ol class="carousel-indicators ">
<li data-target="#carouselExampleIndicators" data-slide-to="0" class="active"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="1"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="2"></li>
</ol>
<div class="carousel-inner border-bottom border-dark">
<div class="carousel-item active" style="max-height: 700px;">
<a href="mobiles.html">
<img class="d-block w-100" src="images/p1.jpg" alt="First slide" />
<div class="carousel-caption d-none d-md-block text-dark">
<button type="button" class="btn btn-lg btn-outline-light">Learn more</button>
</div>
</a>
</div>
<div class="carousel-item" style="max-height: 700px;">
<img class="d-block w-100" src="images/p2.jpg" alt="Second slide" />
<div class="carousel-caption d-none d-md-block text-dark">
<h2 class="font-weight-bold text-right">Galaxy Z Flip</h2>
<button type="button" class="btn btn-lg btn-outline-dark float-right">Learn more</button>
</div>
</div>
<div class="carousel-item" style="max-height: 700px;">
<a href="tv.html">
<img class="d-block w-100 " src="images/p3.jpg" alt="Third slide" />
<div class="carousel-caption d-none d-md-block text-light">
<h2 class="font-weight-bold text-right">QLED 8k</h2>
<button type="button" class="btn btn-lg btn-outline-light float-right">Learn more</button>
</div>
</a>
</div>
<a class="carousel-control-prev" href="#carouselExampleIndicators" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselExampleIndicators" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
<!-- Latest Mobile Cards-->
<div class="container pt-5 text-center text-sm-center text-md-left">
<h2>Latest Mobiles</h2>
<div class="row">
<div
class="card px-5 pt-5 rounded-0 text-center mt-5 col-lg-3 col-md-5 col-sm-7 mx-auto mx-md-auto mx-sm-auto bg-light"
style="width: 18rem;">
<img class="card-img-top" src="images/card-1.jpg" alt="Card image cap">
<div class="card-body">
<h5 class="card-title">Galaxy S20 Plus</h5>
<p class="card-text">Rs 16999/-</p>
<a href="mobiles.html" class="btn btn-outline-dark">Buy Now</a>
</div>
</div>
<div
class="card px-5 pt-5 rounded-0 text-center mt-5 col-lg-3 col-md-5 col-sm-7 mx-auto mx-md-auto mx-sm-auto bg-light"
style="width: 18rem;">
<img class="card-img-top" src="images/card-2.jpg" alt="Card image cap">
<div class="card-body">
<h5 class="card-title">Galaxy S20 Ultra</h5>
<p class="card-text">Rs 19999/-</p>
<a href="mobiles.html" class="btn btn-outline-dark">Buy Now</a>
</div>
</div>
<div
class="card px-5 pt-5 rounded-0 text-center mt-5 col-lg-3 col-md-5 col-sm-7 mx-auto mx-md-auto mx-sm-auto bg-light"
style="width: 18rem;">
<img class="card-img-top" src="images/card-3.jpg" alt="Card image cap">
<div class="card-body">
<h5 class="card-title">Galaxy Z <br> Flip</h5>
<p class="card-text">Rs 13999/-</p>
<button href="#" class="btn btn-outline-dark">Buy Now</button>
</div>
</div>
<div
class="card px-5 pt-5 rounded-0 text-center mt-5 col-lg-3 col-md-5 col-sm-7 mx-auto mx-md-auto mx-sm-auto bg-light"
style="width: 18rem;">
<img class="card-img-top" src="images/card-4.jpg" alt="Card image cap">
<div class="card-body">
<h5 class="card-title">Galaxy S10 Lite</h5>
<p class="card-text">Rs 99999/-</p>
<button href="#" class="btn btn-outline-dark">Buy Now</button>
</div>
</div>
</div>
</div>
<!-- Latest TV Cards-->
<div class="container pt-5 text-center text-sm-center text-md-left">
<h2>Latest TVs</h2>
<div class="row mb-5">
<div
class="card border-0 rounded-0 py-5 px-4 text-center mt-5 mx-auto col-lg-3 col-md-5 col-sm-7 mx-md-auto mx-sm-auto bg-light"
style="width: 18rem;">
<img class="card-img-top" src="images/tv-1.png" alt="Card image cap">
<div class="card-body">
<h5 class="card-title">QLED TV</h5>
<p class="card-text">See every colour, feel every moment</p>
<button href="#" class="btn btn-outline-dark">Buy Now</button>
</div>
</div>
<div
class="card border-0 rounded-0 py-5 px-4 text-center mt-5 col-lg-3 mx-auto col-md-5 col-sm-7 mx-md-auto mx-sm-auto bg-light"
style="width: 18rem;">
<img class="card-img-top" src="images/tv-2.webp" alt="Card image cap">
<div class="card-body">
<h5 class="card-title">Premium 4K TV</h5>
<p class="card-text">Innovation is in the Details</p>
<button href="#" class="btn btn-outline-dark">Buy Now</button>
</div>
</div>
<div
class="card border-0 rounded-0 py-5 px-4 text-center mt-5 col-lg-3 col-md-5 mx-auto col-sm-7 mx-md-auto mx-sm-auto bg-light"
style="width: 18rem;">
<img class="card-img-top" src="images/tv-3.webp" alt="Card image cap">
<div class="card-body">
<h5 class="card-title">UHD 4K TV</h5>
<p class="card-text">Enriched viewing experience</p>
<button href="#" class="btn btn-outline-dark">Buy Now</button>
</div>
</div>
</div>
<hr>
<!-- Footer -->
<footer class="page-footer font-small stylish-color-dark pt-4">
<!-- Footer Links -->
<div class="container text-center text-md-left">
<!-- Grid row -->
<div class="row">
<!-- Grid column -->
<div class="col-md-6 mr-auto">
<!-- Content -->
<h5 class="font-weight-bold text-uppercase mt-3 mb-4">Samsung Pakistan</h5>
<p>Samsung is committed to complying with local laws and regulations as well as applying a strict global
code of conduct to all employees.</p>
</div>
<!-- Grid column -->
<hr class="clearfix w-100 d-md-none">
<!-- Grid column -->
<div class="col-md-2 ml-auto">
<!-- Links -->
<h5 class="font-weight-bold text-uppercase mt-3 mb-4">Links</h5>
<ul class="list-unstyled">
<li>
<a href="index.html">Home</a>
</li>
<li>
<a href="mobiles.html">Mobiles</a>
</li>
<li>
<a href="tv.html">TV</a>
</li>
<li>
<a href="contact.html">Contact Us</a>
</li>
</ul>
</div>
</div>
<!-- Grid row -->
</div>
<!-- Footer Links -->
<hr>
<!-- Social buttons -->
<ul class="list-unstyled list-inline text-center">
<li class="list-inline-item">
<a class="btn-floating btn-fb mx-1" href="https://www.instagram.com">
<img src="icons/insta-icon.svg" style="width: 30px;" alt="Kiwi standing on oval">
</a>
</li>
<li class="list-inline-item">
<a class="btn-floating btn-dribbble mx-1" href="https://www.facebook.com">
<img src="icons/fb-icon.svg" style="width: 30px;" alt="Kiwi standing on oval">
</a>
</li>
</ul>
<!-- Social buttons -->
<!-- Copyright -->
<div class="footer-copyright text-center py-3">© 2020 Copyright:
Hassan & Usman
</div>
<!-- Copyright -->
</footer>
<!-- Footer -->
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<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/umd/popper.min.js"
integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo"
crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js"
integrity="sha384-OgVRvuATP1z7JjHLkuOU7Xw704+h835Lr+6QL9UvYjZE3Ipu6Tp75j7Bh/kR0JKI"
crossorigin="anonymous"></script>
</body>
</html>