-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenquiry.html
More file actions
156 lines (146 loc) · 7.11 KB
/
Copy pathenquiry.html
File metadata and controls
156 lines (146 loc) · 7.11 KB
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
<!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>Interior Design Website</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.3.0/font/bootstrap-icons.css" />
<link rel="stylesheet" href="css/enquiry_style.css">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<div class="banner">
<div class="navbar">
<img src="images/logo5.png" class="logo">
<ul id="menu">
<li id="items"><a href="home.html">Home</a></li>
<li id="items"><a href="room.html">Rooms & Styles</a></li>
<li id="items"><a href="portfolio.html">Portfolio</a></li>
<li id="items"><a href="stories.html">Stories</a></li>
<li id="items"><a href="aboutus.html">About Us</a></li>
<li id="items"><a href="enquiry.html">Inquiry From</a></li>
</ul>
</div>
</div>
<div class="container">
<span class="big-circle"></span>
<img src="images/shape.png" class="square" alt="" />
<div class="form">
<div class="contact-info">
<h3 class="title">Let's get in touch</h3>
<p class="text">
We will provide the best quality services to you. Build your dream home with us and our best of the best professionals! we will make sure to meet your expectations above and beyond!
</p>
<div class="info">
<div class="information">
<img src="images/location.png" class="icon" alt="" />
<p>VPPCOE & VA</p>
</div>
<div class="information">
<img src="images/email.png" class="icon" alt="" />
<p>lorem@ipsum.com</p>
</div>
<div class="information">
<img src="images/phone.png" class="icon" alt="" />
<p>123-456-789</p>
</div>
</div>
<div class="social-media">
<p>Connect with us :</p>
<div class="social-icons">
<a href="#">
<i class="fa fa-facebook"></i>
</a>
<a href="#">
<i class="fa fa-twitter"></i>
</a>
<a href="#">
<i class="fa fa-instagram"></i>
</a>
</div>
</div>
</div>
<div class="contact-form">
<span class="circle one"></span>
<span class="circle two"></span>
<form action="thankyou.html">
<h3 class="title">Contact us</h3>
<div class="input-container">
<input type="text" name="name" class="input" required>
<label for="">Name</label>
<span>Name</span>
</div>
<div class="input-container">
<input type="email" name="email" class="input" required>
<label for="">Email</label>
<span>Email</span>
</div>
<div class="input-container">
<input type="tel" name="phone" class="input" required>
<label for="">Phone</label>
<span>Phone</span>
</div>
<div class="input-container">
<input type="text" name="address" class="input" required>
<label for="">Address</label>
<span>Address</span>
</div>
<div class="input-container">
<div class="split-screen">
<div class="left">
<section class="copy">
<h1>Services:</h1>
<input type="checkbox" name="services" value="Phone Consultation" class="input"/>Phone Consultation
<input type="checkbox" name="services" value="Full Service Design" class="input"/>Full Service Design
<input type="checkbox" name="services" value="New Construction" class="input"/>New Construction
<input type="checkbox" name="services" value="Remodel" class="input"/>Remodel
<input type="checkbox" name="services" value="E-design" class="input"/>E-design
</section>
</div>
<div class="right">
<section class="copy">
<h1>Project Budget:</h1>
<input type="checkbox" name="services" value="20k-30k" class="input"/>20k-30k
<input type="checkbox" name="services" value="30k-50k" class="input"/>30k-50k
<input type="checkbox" name="services" value="50k-100k" class="input"/>50k-100k
<input type="checkbox" name="services" value="100k-200k" class="input"/>100k-200k
<input type="checkbox" name="services" value="200k+" class="input"/>200k+
</section>
</div>
</div>
</div>
<div class="input-container textarea">
<textarea name="message" class="input"></textarea>
<label for="">Your Goals</label>
<span>Your Goals</span>
</div>
<input type="submit" value="Send" class="btn">
</form>
</div>
</div>
</div>
<footer>
<div class="footer-content">
<p>
<ul class="menu">
<li id="items"><a href="cars-signup-login2.html">Privacy Policy</a></li>
<li id="items"><a href="Inventory-login4.html">Copyright Notice</a></li>
<li id="items"><a href="Inventory-login4.html">Sitemap</a></li>
<li id="items"><a href="Inventory-login4.html">Contact Us</a></li>
<li id="items"><a href="Inventory-login4.html">Email Sign-Up</a></li>
</ul>
</p>
<ul class="socials">
<li><a href="#"><i class="fa fa-facebook"></i></a></li>
<li><a href="#"><i class="fa fa-twitter"></i></a></li>
<li><a href="#"><i class="fa fa-youtube"></i></a></li>
<li><a href="#"><i class="fa fa-linkedin-square"></i></a></li>
</ul>
</div>
<div class="footer-bottom">
<p>copyright © 2022 interior design, designed by <span>heartland designs</span></p>
</div>
</footer>
</body>
</html>