-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathabout_us.html
108 lines (99 loc) · 4.79 KB
/
about_us.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link rel="icon" type="image/x-icon" href="assets/images/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./assets/stylesheets/about_us.css">
<script src="https://kit.fontawesome.com/2f44437034.js" crossorigin="anonymous"></script>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;900&display=swap" rel="stylesheet">
<title>Document</title>
</head>
<body id="extra">
<div id="container">
<!-- Top Bar -->
<div class="container">
<div class="col logo">
<h1>
<a href="index.html">
<span>A</span>bout <span>U</span>s
</a>
</h1>
</div>
<div class="container">
<div id="electronics">
<h3>
Electronics Mart:
</h3>
<p>
If you're considering a new laptop, looking for a powerful new car stereo or shopping
for a new HDTV, we make it easy to find exactly what you need at a price you can afford.
We offer Every Day Low Prices on TVs, laptops, cell phones, tablets and iPads, video
games, desktop computers, cameras and camcorders, audio, video and more.
</p>
<div class="features row justify-around">
<div class="feature row">
<i class="fas fa-dolly fa-2x"></i>
<div class="text">
<h4>
Free Shipping
</h4>
<span>
on orders over ₹10000
</span>
</div>
</div>
<div class="feature row">
<i class="fas fa-shipping-fast fa-2x"></i>
<div class="text">
<h4>
Fast Delivery
</h4>
<span>
World Wide
</span>
</div>
</div>
<div class="feature row">
<i class="far fa-thumbs-up fa-2x"></i>
<div class="text">
<h4>
Big Choice
</h4>
<span>
on Products
</span>
</div>
</div>
</div>
</div>
</div>
<!-- <div class="row" style="margin-left: 110px;">
<div id="ml">
<img src="https://image.winudf.com/v2/image1/Y29tLmtpbmdmaXNoZXJhcHAucGFzc3BvcnRzaXplcGhvdG9lZGl0b3Jfc2NyZWVuXzBfMTU1NTE4MDQwN18wOTk/screen-0.jpg?fakeurl=1&type=.jpg" alt="" height="500px">
<br>
<span class="creator">Manish Kumar Sharma19CSU173</span>
</div>
<div id="ml">
<img src="https://image.winudf.com/v2/image1/Y29tLmtpbmdmaXNoZXJhcHAucGFzc3BvcnRzaXplcGhvdG9lZGl0b3Jfc2NyZWVuXzBfMTU1NTE4MDQwN18wOTk/screen-0.jpg?fakeurl=1&type=.jpg" alt="" height="500px"><br>
<span class="creator">Manish Kumar Sharma19CSU173</span>
</div>
</div>
<div class="row" style="margin-left: 110px;">
<div id="ml">
<img src="https://image.winudf.com/v2/image1/Y29tLmtpbmdmaXNoZXJhcHAucGFzc3BvcnRzaXplcGhvdG9lZGl0b3Jfc2NyZWVuXzBfMTU1NTE4MDQwN18wOTk/screen-0.jpg?fakeurl=1&type=.jpg" alt="" height="500px">
<br>
<span class="creator">Manish Kumar Sharma19CSU173</span>
</div>
<div id="ml">
<img src="https://image.winudf.com/v2/image1/Y29tLmtpbmdmaXNoZXJhcHAucGFzc3BvcnRzaXplcGhvdG9lZGl0b3Jfc2NyZWVuXzBfMTU1NTE4MDQwN18wOTk/screen-0.jpg?fakeurl=1&type=.jpg" alt="" height="500px"><br>
<span class="creator">Manish Kumar Sharma19CSU173</span>
</div>
</div> -->
</div>
</div>
</body>
</html>