-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmobiles.html
236 lines (162 loc) · 5.83 KB
/
mobiles.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<link href="mobilestyle.css" rel="stylesheet" type="text/css" />
<script src="https://kit.fontawesome.com/ec3cab6f4a.js" crossorigin="anonymous"></script>
<title>Urban Brews</title>
</head>
<body>
<section class="top">
<header class="navheader">
<aside class="logo">
<img src="homepagepics\logo.png"/>
</aside>
<div class = "search-box">
<input type="search-text" name="" placeholder="Type to Search">
<a class="search-btn" href="#">
<i class="fas fa-search"></i>
</a>
</div>
<aside class="login">
<button>Sign In</button>
</aside>
</header>
<nav class="nav2">
<div>
<table class="categories">
<tr class="list">
<th><a href = "index.html">Home</a></th>
<th class="mob"> <a href = "mobiles.html" >Mobiles</a></th>
<th><a href = "dummypage.html">TV & Appliances</a></th>
<th><a href = "dummypage.html">Men</a></th>
<th><a href = "dummypage.html">Women</a></th>
<th><a href = "dummypage.html">Baby & Kids</a></th>
<th> <a href = "dummypage.html">Home & Furnitures</a></th>
</tr>
</table>
</div>
</nav>
</section>
<section class = "content">
<section class="shadow">
<table class="icons">
<tr class="brandholder">
<th class ="realme"><a href = "dummypage.html">
<img src="mobilepic\realme.jpg">
<h1>realme</h1></a>
</th>
<th class="mi"><a href = "dummypage.html">
<img src="mobilepic\mi.png">
<h1>Mi</h1></a>
</th>
<th class="vivo"><a href = "dummypage.html">
<img src = "mobilepic\vivo.png">
<h1>Vivo</h1></a>
</th>
<th class="samsung"><a href = "dummypage.html">
<img src="mobilepic\samsung.png">
<h1>Samsung</h1></a>
</th>
<th class="iphone"><a href = "dummypage.html">
<img src="mobilepic\iphone.png">
<h1>iPhone</h1></a>
</th>
<th class="infinix"> <a href = "dummypage.html">
<img src="mobilepic\infinix-logo.jpg">
<h1>Infinix</h1></a>
</th>
</tr>
</table>
<table class="mobicon">
<tr class="mobbrandholder">
<th ><a href = "dummypage.html">
<img src="mobilepic\samsung.png">
<h1>Samsung</h1></a>
</th>
<th ><a href = "dummypage.html">
<img src="mobilepic\iphone.png">
<h1>iPhone</h1></a>
</th>
<th > <a href = "dummypage.html">
<img src="mobilepic\infinix-logo.jpg">
<h1>Infinix</h1></a>
</th>
</tr>
</table>
</section>
<table class="phoneholder">
<tr class="mobiles">
<th class="mobile1"><a href="mipage.html">
<img src="mob1.jpg">
<h1>Xiamoi Mi 10 Alpha</h1><br>
<h5>(8gb RAM, 128gb Storage)</h5><br>
<h1>₹40,999</h1></a></th>
<th class="mobile2">
<a href="dummypage.html">
<img src="mob2.jpg">
<h1>iPhone 8 plus</h1><br>
<h5>(8gb RAM, 128gb Storage, waterproof)</h5><br>
<h1>₹50,999</h1> </a></th>
<th class="mobile3"><a href="dummypage.html">
<img src="mob3.jpg">
<h1>OnePlus 8 Pro 5g</h1><br>
<h5>(6gb RAM, 256gb Storage)</h5><br>
<h1>₹30,999</h1></a></th>
<th class="mobile4"><a href="dummypage.html">
<img src="mob4.jpg">
<h1>Samsung Galaxy M31</h1><br>
<h5>(4gb RAM, 64gb Storage)</h5><br>
<h1>₹16,999</h1></a></th>
</tr>
</table>
<table class="mobphoneholder">
<tr class="mobmobiles">
<th class="mobile3"><a href="dummypage.html">
<img src="mob3.jpg">
<h1>OnePlus 8 Pro 5g</h1><br>
<h5>(6gb RAM, 256gb Storage)</h5><br>
<h1>₹30,999</h1></a></th>
<th class="mobile4"><a href="dummypage.html">
<img src="mob4.jpg">
<h1>Samsung Galaxy M31</h1><br>
<h5>(4gb RAM, 64gb Storage)</h5><br>
<h1>₹16,999</h1></a></th>
</tr>
</table>
<section class = "footer">
<ul>
<li><a href="dummypage.html">ABOUT</a></li>
<li><a href="dummypage.html">Contact us</a></li>
<li><a href="dummypage.html">About us</a></li>
<li><a href="dummypage.html">Careers</a></li>
<li><a href="dummypage.html">Press</a></li>
</ul>
<ul>
<li><a href="dummypage.html">HELP</a></li>
<li><a href="dummypage.html">Payments</a></li>
<li><a href="dummypage.html">Shipping</a></li>
<li><a href="dummypage.html">Cancellation & Returns</a></li>
<li><a href="dummypage.html">Report an Issue</a></li>
</ul>
<ul class="policy">
<li><a href="dummypage.html">POLICY</a></li>
<li><a href="dummypage.html">Return Policy</a></li>
<li><a href="dummypage.html">Time of Use</a></li>
<li><a href="dummypage.html">Careers</a></li>
<li><a href="dummypage.html">Privacy</a></li>
</ul>
<ul>
<li>Mail Us:</li>
<li>123 online shopping<br>6/23 abc complex,<br>def road,<br>Mumbai-40235</li>
</ul>
<ul>
<li>Registered Office</li>
<li>Kasoli, New Delhi</li>
</ul>
</section>
</section>
<script src="script.js"></script>
</body>
</html>