-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
177 lines (170 loc) · 6.83 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Contact | SmartPark</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link href="contact.css" rel="stylesheet" type="text/css" />
</head>
<body>
<nav>
<header>
<a href="index.html">
<h1>SmartPark</h1>
</a>
<div>
<menu>
<li> <a href="index.html">Home</a>
</li>
<li> <a href="about.html">About</a>
</li>
<li> <a href="contact.html">Contact</a>
</li>
</menu>
</div>
</header>
</nav>
<section class="contact">
<section class="left">
<section class="features">
<img width="50" height="50" src="https://img.icons8.com/ios-filled/50/apple-phone.png"
alt="apple-phone" />
<br><br>
<h2 class="features-heading">
BY PHONE
</h2>
<br><br>
<p class="features-para">
(Monday to Friday,<br> 9pm to 4pm IST)
<br>
<br>
Phone Number:
<br>
080-23513689
</p>
</section>
<section class="features">
<!--IMG-->
<img width="50" height="50" src="https://img.icons8.com/ios-filled/50/chat-message--v1.png"
alt="chat-message--v1" />
<br><br>
<h2 class="features-heading">
START A NEW CASE
</h2>
<br><br>
<p class="features-para">
Just send us your questions or concerned by starting a new case and we will give you the help you
need.
</p>
</section>
<section class="features">
<!--IMG-->
<img width="50" height="50" src="https://img.icons8.com/ios-filled/50/chat.png" alt="chat" />
<br><br>
<h2 class="features-heading">
LIVE CHAT
</h2>
<br><br>
<p class="features-para">
Need immediate assistance? Our live chat feature offers instant support to address your concerns efficiently.
</p>
</section>
</section>
<section class="right">
<div class="form-container">
<form id="contact-form" action="#" method="post">
<h2>Contact Us</h2>
<div>
<label for="name"><span class="icon"></span>Name:</label>
<input type="text" id="name" name="name" class="form-input" required placeholder="John Doe">
</div>
<div>
<!--
<img width="20" height="20" src="https://img.icons8.com/pastel-glyph/64/person-male--v1.png" alt="person-male--v1" />
<img width="20" height="20" src="https://img.icons8.com/ios/50/new-post--v1.png" alt="new-post--v1" />
<img width="20" height="20" src="https://img.icons8.com/parakeet-line/48/chat.png" alt="chat"/>
-->
<label for="email"><span class="icon"></span>Email:</label>
<input type="email" id="email" name="email" class="form-input" placeholder="[email protected]"
required>
</div>
<div>
<label for="message">Message:</label><br>
<textarea id="message" name="message" class="form-input" rows="4" required
placeholder="Type your message here..."></textarea>
</div>
<div class="button-container">
<button type="submit" class="form-submit">Send</button>
</div>
</form>
</div>
</section>
</section>
<nav>
<footer>
<section class="grid-item">
<div>
<h1>Download</h1>
<ul>
<li>Mobile App</li>
<li>Brochure</li>
</ul>
<br>
</div>
<div>
<h1>Services</h1>
<ul>
<li>Learn More</li>
<li>Manage Account</li>
</ul>
<br>
</div>
</section>
<section class="grid-item">
<div>
<h1>Company</h1>
<ul>
<li>Terms & Conditions</li>
<li>Privacy Policy</li>
</ul>
<br>
</div>
<div>
<h1>Products</h1>
<ul>
<li>Web</li>
<li>App</li>
</ul>
</div>
</section>
<section class="grid-item social-icon">
<h1>Get In Touch</h1>
<li><a href="mailto:[email protected]" target="_blank" rel="noopener noreferrer">
<img width="25" height="25" src="https://img.icons8.com/ios-filled/50/FFFFFF/apple-mail.png" alt="apple-mail"/>
</a></li>
<li><a href="http://instagram.com" target="_blank" rel="noopener noreferrer">
<img width="25" height="25" src="https://img.icons8.com/ios-filled/50/FFFFFF/instagram-new--v1.png" alt="instagram-new--v1"/>
</a></li>
<li><a href="http://twitter.com" target="_blank" rel="noopener noreferrer">
<img width="25" height="25" src="https://img.icons8.com/ios-filled/50/FFFFFF/twitter.png" alt="twitter"/></a></li>
<li><a href="http://facebook.com" target="_blank" rel="noopener noreferrer"><img width="25" height="25" src="https://img.icons8.com/ios-filled/50/FFFFFF/facebook-new.png" alt="facebook-new"/></a></li>
<br>
<div class="container">
<h1>Subscribe to Our Newsletter</h1>
<form id="subscribe-form" action="#" method="POST">
<div class="form-group">
<label for="email"><label>
<input type="email" id="email" name="email" placeholder="Enter email address" required>
</div>
<div class="form-group">
<button type="submit">Subscribe</button>
</div>
</form>
</div>
</section>
</footer>
</nav>
<script src="app.js"></script>
</body>
</html>