-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
194 lines (178 loc) · 7.84 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Furniture Hub</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.0/css/all.min.css">
<!-- bootstrap links -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<!-- bootstrap links -->
<!-- fonts links -->
<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=Merriweather&display=swap" rel="stylesheet">
<!-- fonts links -->
</head>
<body>
<!-- navbar -->
<nav class="navbar navbar-expand-lg" id="navbar">
<div class="container-fluid">
<a class="navbar-brand" href="home.html" id="logo"><span id="span1">F</span>urniture<span> Hub</span></a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span><img src="./images/menu.png" alt="" width="30px"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="home.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="product.html">Product</a>
</li>
<li class="nav-item">
<a class="nav-link" href="about.html">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contact.html">Contact</a>
</li>
</ul>
<form class="d-flex" id="search">
<div class="input-group">
<input class="form-control dropdown-toggle" type="search" placeholder="Search" aria-label="Search" id="dropdownMenuButton" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
</div>
<div class="dropdown">
<button class="btn btn-secondary dropdown-toggle" type="button" id="dropdownMenuButton" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Search
</button>
<div class="dropdown-menu" aria-labelledby="dropdownMenuButton">
<a class="dropdown-item" href="home.html">Home</a>
<a class="dropdown-item" href="product.html">Product</a>
<a class="dropdown-item" href="about.html">About</a>
<a class="dropdown-item" href="contact.html">Contact</a>
</div>
</div>
</form>
</div>
</div>
</nav>
<!-- navbar -->
<div class="container" id="contact">
<div class="row" style="margin-top: 50px;">
<div class="col-md-4 py-3 py-md-0">
<div class="card">
<i class="fas fa-phone"> Phone</i>
<h6> +91 98989 00988</h6>
</div>
</div>
<div class="col-md-4 py-3 py-md-0">
<div class="card">
<i class="fas fa-envelope"> Email</i>
<h6>[email protected]</h6>
</div>
</div>
<div class="col-md-4 py-3 py-md-0">
<div class="card">
<i class="fas fa-location-dot"> Address</i>
<h6>Gota , Ahmedabad</h6>
</div>
</div>
</div>
<div class="row" style="margin-top: 30px;">
<div class="col-md-4 py-3 py-md-0">
<input type="text" class="form-control form-control" placeholder="Name">
</div>
<div class="col-md-4 py-3 py-md-0">
<input type="text" class="form-control form-control" placeholder="Email">
</div>
<div class="col-md-4 py-3 py-md-0">
<input type="text" class="form-control form-control" placeholder="Phone">
</div>
<div class="form-group" style="margin-top: 30px;">
<textarea class="form-control" id="" rows="5" placeholder="Message"></textarea>
</div>
<div class="messagebtn text-center"><button>Message</button></div>
</div>
</div>
<!-- newslater -->
<div class="container" id="newslater">
<h3 class="text-center">Subscribe To The Furniture Hub For Latest upload.</h3>
<div class="input text-center">
<input type="text" placeholder="Enter Your Email..">
<a href="home.html"><button id="subscribe">SUBSCRIBE</button></a>
</div>
</div>
<!-- newslater -->
<!-- footer -->
<footer id="footer">
<div class="footer-top">
<div class="container">
<div class="row">
<div class="col-lg-3 col-md-6 footer-contact">
<h3>Furniture Hub</h3>
<p>
Ahmedabad <br>
Mumbai <br>
Pune <br>
Chennai <br>
Gurgoan <br>
Kolkatta <br>
</p>
<strong>Phone:</strong> +91 98989 00988 <br>
<strong>Email:</strong> [email protected] <br>
</div>
<div class="col-lg-3 col-md-6 footer-links">
<h4>Useful Links</h4>
<ul>
<li><a href="home.html">Home</a></li>
<li><a href="about.html">About Us</a></li>
<li><a href="home.html">Services</a></li>
<li><a href="#">Terms of service</a></li>
<li><a href="#">Privacy policy</a></li>
</ul>
</div>
<div class="col-lg-3 col-md-6 footer-links">
<h4>Our Services</h4>
<ul>
<li><a href="product.html">Tables</a></li>
<li><a href="product.html">Beds</a></li>
<li><a href="product.html">Chairs</a></li>
<li><a href="product.html">Sofas</a></li>
<li><a href="product.html">Other Furniture</a></li>
</ul>
</div>
<div class="col-lg-3 col-md-6 footer-links">
<h4>Our Social Networks</h4>
<p>Follow our social media pages for more latest deals and products.</p>
<div class="social-links mt-3">
<a href="#"><i class="fa-brands fa-twitter"></i></a>
<a href="#"><i class="fa-brands fa-facebook-f"></i></a>
<a href="#"><i class="fa-brands fa-instagram"></i></a>
<a href="#"><i class="fa-brands fa-skype"></i></a>
<a href="#"><i class="fa-brands fa-linkedin"></i></a>
</div>
</div>
</div>
</div>
</div>
<hr>
<div class="container py-4">
<div class="copyright">
© Copyright <strong><span>Furniture Hub</span></strong>. All Rights Reserved
</div>
</div>
</footer>
<!-- footer -->
<a href="#" class="arrow"><i><img src="./images/arrow.png" alt=""></i></a>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM"
crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script>
</body>
</html>