-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
257 lines (231 loc) · 10.6 KB
/
Copy pathindex.html
File metadata and controls
257 lines (231 loc) · 10.6 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>PHONE SHOP</title>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css"
integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
<link rel="stylesheet" href="style.css">
<link href="https://fonts.googleapis.com/css2?family=Balsamiq+Sans&display=swap" rel="stylesheet">
<script src="https://code.jquery.com/jquery-3.4.1.slim.min.js"
integrity="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n"
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js"
integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo"
crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js"
integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6"
crossorigin="anonymous"></script>
</head>
<body>
<!-- navbar -->
<nav class="navbar navbar-expand-lg navbar-light bg-light">
<a class="navbar-brand" href="#">
<img src="images/smartphone (1).png" alt="">
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarText"
aria-controls="navbarText" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarText">
<ul class="navbar-nav mr-auto">
</ul>
<span class="navbar-text">
<ul class="navbar-nav mr-auto">
<li class="nav-item active">
<a class="nav-link" href="index.html">Home <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="filters.html">Filters</a>
</li>
<li class="nav-item">
<a class="nav-link" href="repair.html">Repair</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdownMenuLink" role="button"
data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Brands
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdownMenuLink">
<a class="dropdown-item" href="#">Apple</a>
<a class="dropdown-item" href="#">Samsung</a>
<a class="dropdown-item" href="#">Huawei</a>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="#contact">Contact us</a>
</li>
<li class="nav-item">
<a class="nav-link" href="cart.html">
<img src="images/shopping-bag.png" alt=""></a>
</li>
</ul>
</span>
</div>
</nav>
<!-- slider -->
<div id="carouselExampleCaptions" class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#carouselExampleCaptions" data-slide-to="0" class="active"></li>
<li data-target="#carouselExampleCaptions" data-slide-to="1"></li>
<li data-target="#carouselExampleCaptions" data-slide-to="2"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active">
<img height="700px" src="images/slider 1.jpg" class="d-block w-100" alt="...">
<div class="carousel-caption d-none d-md-block">
<h5>BEST RESULT</h5>
<p>Giving you the best experience.</p>
</div>
</div>
<div class="carousel-item">
<img height="700px" src="images/slider 2.jpg" class="d-block w-100" alt="...">
<div class="carousel-caption d-none d-md-block">
<h5>Perfect Build Quality</h5>
<p>100% Original</p>
</div>
</div>
<div class="carousel-item">
<img height="700px" src="images/slider 3.jpg" class="d-block w-100" alt="...">
<div class="carousel-caption d-none d-md-block">
<h5>Easy on your Pocket!</h5>
<p>Discounts over different brands and cards.</p>
</div>
</div>
</div>
<a class="carousel-control-prev" href="#carouselExampleCaptions" 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="#carouselExampleCaptions" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
<!-- third -->
<div class="third">
<h1 class="thirdf" >Intro<span style="color: rgb(56, 104, 177);">duction </span></h1>
<p style="line-height: 1.8em; font-size: 20px;">
Here we are to give you the best phones and 100% original without any refurbished items<br>
and most importantly no need to worry about accessories! You can also deliver us your mobile <br>
to repair and none of your phone would be at harm and would be returned with perfect fitting <br>
and If there is a problem you could also return us according to our <b> 7-day warranty repair!</b><br>
so your mobile phone could be returned before 7 days after repair if there is a hardware problem <br>
according to our policy and conditions.
</p>
</div>
<!-- fourth -->
<div style="justify-content: center; align-items: center; display: flex;">
<form action="">
<input class="search" type="text" placeholder="Search your phone here">
<button style="border: 2px solid rgb(2, 47, 66);"><img src="images/search.png" alt=""></button>
</form>
</div>
<div class="fourth">
<div>
<h1 style="padding: 20px;">Featured phones</h1>
</div>
<div>
<ul>
<li class="fourthtwo">
<div class="card" style="width: 18rem;">
<img class="size" src="images/iphone1.jpg" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Iphone 11 pro max</h5>
<p class="card-text">PKR 1,50,000</p>
<a href="#" class="btn btn-primary">See specifications</a>
<a href="cart.html" style="margin-top: 5px;" class="btn btn-primary">Add to bag</a>
</div>
</div>
</li>
<li class="fourthtwo">
<div class="card" style="width: 18rem;">
<img class="size" src="images/samsung1.jpg" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Samsung S20</h5>
<p class="card-text">PKR 1,20,000</p>
<a href="#" class="btn btn-primary">See specifications</a>
<a href="cart.html" style="margin-top: 5px;" class="btn btn-primary">Add to bag</a>
</div>
</div>
</li>
<li class="fourthtwo">
<div class="card" style="width: 18rem;">
<img class="size" src="images/huawei1.jpg" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Huawei Nova 7i</h5>
<p class="card-text">PKR 90,000</p>
<a href="#" class="btn btn-primary">See specifications</a>
<a href="cart.html" style="margin-top: 5px;" class="btn btn-primary">Add to bag</a>
</div>
</div>
</li>
<li class="fourthtwo">
<div class="card" style="width: 18rem;">
<img class="size" src="images/redmi1.jpg" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Xiomi Redmi Note 9 Pro Max</h5>
<p class="card-text">PKR 1,45,000</p>
<a href="#" class="btn btn-primary">See specifications</a>
<a href="cart.html" style="margin-top: 5px;" class="btn btn-primary">Add to cart</a>
</div>
</div>
</li>
</ul>
</div>
</div>
<div class="fifth">
<div class="fithone">
<h1 style="padding: 20px;">Pre-order now</h1>
<form action="">
<input class="ad" type="text" name="name" placeholder="Name"> <br>
<input class="ad" type="text" name="email" placeholder="E-mail"> <br>
<p>
Write Your complete address here: <br>
<textarea class="ad" name="address" id="" rows="5"></textarea>
</p>
Choose your payment method: <br>
<input class="ad" type="radio" name="pay" value="COD">COD
<input class="ad" type="radio" name="pay" value="Card"> VISA Card
<input class="ad" type="radio" name="pay" value="online"> EasyPaisa <br>
<p>
<input class="ad" type="password" name="cardnum" placeholder="If card write number">
</p>
</form>
</div>
<div class="fifthtwo">
<h1 style="padding: 20px;">CHOOSE YOUR PHONE</h1>
<img style="border: 2px solid rgb(79, 148, 252); height: 300px;" src="images/phone.png" alt=""> <br>
<p style="font-size: 35px;"> Write Phone name:</p>
<input type="text">
<button style=" background-color: rgb(79, 148, 252);
color: white; border:1px sloid rgb(79, 148, 252);">Browse</button>
</div>
</div>
<div class="sixth">
<center>
<button style=" background-color: rgb(79, 148, 252); margin: 8px; width: 10em;
color: white; border:1px sloid rgb(79, 148, 252); border-radius: 50px;" >Submit</button>
<button style=" background-color: rgb(79, 148, 252); margin: 8px; width: 10em;
color: white; border:1px sloid rgb(79, 148, 252); border-radius: 50px;">Reset</button>
</center>
</div>
<div class="seventh">
<div >
<h1 id="contact" style="padding: 20px;">Contact us</h1>
<ul>
<li class="sevenone">Address: XXXXXXXX</li>
<li class="sevenone">Number: XXXXXXXXXX</li>
<li class="sevenone">Fax: XXXXXXXXXXXXX</li>
</ul>
</div>
<div style="margin-left: 40px;">
<h2 style="padding: 20px;">Also Find us at:</h2>
<ul>
<li class="ssize"><a href=""><img style="width: 30px; height: 30px; " src="images/facebook.png" alt=""></a></li>
<li class="ssize"> <a href=""><img style="width: 30px; height: 30px;" src="images/whatsapp.png" alt=""></a></li>
<li class="ssize"><a href=""><img style="width: 30px; height: 30px;" src="images/instagram.png" alt=""></a></li>
</ul>
</div>
</div>
</body>
</html>