-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathContact.html
110 lines (81 loc) · 5.39 KB
/
Contact.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
<!DOCTYPE HTML>
<html>
<head>
<meta name="viewport" content="width=device-width, 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">
<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>
<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="About.html">About</a></li>
<li><a href="laptops.html">Offers</a></li>
<li><a href="services.html">Services</a></li>
</ul>
</div>
</nav>
<h1>Contact Us</h1>
</section>
<!-------------------------------------------------------- Contact us ------------------------------------------------------------>
<section class="contact-us">
<div class="row">
<div class="contact-col">
<div>
<i class="fa fa-home"></i>
<span>
<h5>XYZ, ABC Building</h5>
<p>Delhi NCR</p>
</span>
</div>
<div>
<i class="fa fa-phone"></i>
<span>
<h5>+91 0123456789 </h5>
<p>Monday To Saturday,10 a.m to 6 pm</p>
</span>
</div>
<div>
<i class="fa fa-envelope-o"></i>
<span>
<h5>[email protected]</h5>
<p>Email Us Your query</p>
</span>
</div>
<div clas="contact-col">
<form action="form handler.php" method="post">
<input type="text" name="name" placeholder="Enter Your Name" required>
<input type="email" name="email" placeholder="Enter Email Address" required>
<input type="text" name="name" placeholder="Enter Your Model no/Brand name" required>
<input type="Subject" name="subject" placeholder="Enter Your Phone no." required>
<textarea row="8" name="message" placeholder="Message" required></textarea>
<button type="Submit" class="hero-btn red-btn">Send Message</button>
</form>
</div>
</div>
</div>
</section>
<!------------------------------------------------------footer------------------------------------------------------------------>
<section class="footer">
<h4>About Us</h4>
<p>Electronic's villa is in a top most e-commerce <i class="fa fa-shopping-cart" aria-hidden="true"></i> website as you know we are provide best electronics devices <i class='fas fa-headphones' style='font-size:15px'></i> or iteams <i class='fas fa-desktop' style='font-size:15px'></i> to our coustomers.<br>And we are best sealler becaues we bilive in coustmers 'satisfactions or needs'</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>
<p>Made with <i class="fas fa-heart"></i> By Electronic's Villa </p>
</div>
</section>
</body>
</html>