-
Notifications
You must be signed in to change notification settings - Fork 2
/
About.html
78 lines (58 loc) · 4.01 KB
/
About.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
<!DOCTYPE HTML>
<html>
<head>
<meta name="viewport" content="width=device-width, 0 initial-scale=1">
<title> E-commerce website
</title>
<link rel="stylesheet" href="style.css">
<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=Poppins:ital,wght@0,300;0,600;0,700;1,200;1,400&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fortawesome/[email protected]/css/fontawesome.min.css">
<script src="https://kit.fontawesome.com/4d16cbec28.js" crossorigin="anonymous"></script>
</head>
<body>
<section class="sub-header">
<nav>
<a href="index.html"><img src="dribble_cart.gif"></a>
<div class="nav-links" id="navLinks">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="laptops.html">Offers</a></li>
<li><a href="services.html">Services</a></li>
<li><a href="Contact.html">Contact</a></li>
</ul>
</div>
</a>
</nav>
<h1>About Us</h1>
</section>
<!------------------------------------------------------About us content---------------------------------------------------------->
<section class="about-us">
<div class="row">
<div class="about-col">
<h1> We are world largest Sealler in Electronic's Products</h1>
<p>We are best Sealler you know why ?<br> Because We gave best deals to our Costomers.We are the best dealers in mobile selling.We are provide best brands within reasonable price we are provides scratch rewards & we ensure to our coustomers if product will not usefull or not work in correct manner then,it will replace within 7days without any extra cost.We also provide money back guaranty + one year warrenty on every products</p>
<a href="laptops.html" class="hero-btn red-btn">Buy NOW</a>
</div>
<div class="about-col">
<img src="JOIN US..gif">
</div>
</div>
</section>
<!--------------------------------------------------------footer----------------------------------------------------------------->
<section class="footer">
<h4>About Us</h4>
<p> ELECTONIC'S VILLA<br>Join us..Find deal on every Electonic's brands..<br> We have experiance more than 3years...</p>
<div class="icons">
<a href="https://www.facebook.com/profile.php?id=100016477507093"class="right" > <i class="fa fa-facebook" style="font-size:20px;color:blue"></i></a>
<a href="https://www.instagram.com/deepak_2201/"class="right" > <i class="fa fa-instagram" style="font-size:20px;color:red"></i></a>
<a href="https://twitter.com/Deepak96437622"class="right" > <i class="fa fa-twitter-square" style="font-size:20px;color:#3ac7ff"></i></a>
<a href="https://www.linkedin.com/in/deepak199/" class="fa fa-linkedin" aria-hidden="true" style="font-size:20px;color:blue"></a>
<a href="https://accounts.snapchat.com/accounts/snapcodes"class="right" > <i class="fa fa-snapchat-square" style="font-size:20px;color:yellow"></i></a>
<a href="https://mail.google.com/mail/u/0/?tab=km#inbox"class="right"> <i class="fa fa-envelope-square" style="font-size:20px;color:red"></i></a>
</div>
<p>Made with <i class="fas fa-heart"></i> By Electronic's Villa </p>
</section>
</body>
</html>