-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.php
More file actions
270 lines (249 loc) · 12.2 KB
/
contact.php
File metadata and controls
270 lines (249 loc) · 12.2 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
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
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
<!DOCTYPE html>
<html>
<head>
<title>Mennes</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link type="text/css" href="assets/css/bootstrap.min.css" media="screen" rel="stylesheet">
<!-- UIkit CSS -->
<!-- <link rel="stylesheet" href="assets/css/uikit.min.css" /> -->
<link rel="preconnect" href="https://fonts.gstatic.com">
<link rel="stylesheet" href="assets/css/font-awesome.min.css">
<link
href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200&display=swap"
rel="stylesheet">
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" />
<link type="text/css" href="assets/css/bootstrap-grid.min.css" media="screen" rel="stylesheet">
<link type="text/css" href="assets/css/style.css" media="screen" rel="stylesheet">
</head>
<body>
<section class="sec-contact" id="top">
<section class="sec-navbar">
<div class="container">
<nav class="navbar navbar-expand-sm">
<a class="navbar-brand" href="index.html"><img src="assets/img/logo.png" alt=""></a>
<button class="navbar-toggler" type="button" data-toggle="collapse"
data-target="#collapsibleNavbar">
<span class="fa fa-bars"></span>
</button>
<div class="collapse navbar-collapse" id="collapsibleNavbar">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link" href="./index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./about.html">About Us</a>
</li>
<li class="nav-item">
<a class="nav-link" href="caseStudies.html">Case Study</a>
</li>
<li class="nav-item">
<a class="nav-link contact-us active" href="contact.html">Contact Us</a>
</li>
</ul>
</div>
</nav>
</div>
</section>
<section class="sec-header">
<div class="container">
<div class="main-header">
<h1>
<span>Contact Us</span>
</h1>
<p>
If you would like to get in touch with us, please fill in the form below, so we can <i
class="lineBreak"></i> respond
to
you as quickly as possible. We look forward to hearing from you.
</p>
<!-- <div class="social">
<a href="#">
<span class="fa fa-facebook"></span>
</a>
<a href="#">
<span class="fa fa-twitter"></span>
</a>
<a href="#">
<span class="fa fa-youtube-play"></span>
</a>
</div> -->
</div>
</div>
</section>
<section class="sec-form">
<div class="container">
<div class="form-main">
<div class="row">
<div class="col-lg-12 col-md-12 ">
<div class="form-heading">
<h5>Fill out information</h5>
</div>
</div>
</div>
<div class="requiredMain">
<div class="row">
<div class="col-md-12">
<div class="input-main">
<span>Required</span>
<input type="text" class="form-control" placeholder="Name">
</div>
</div>
<div class="col-md-6">
<div class="input-main">
<span>Required</span>
<input type="text" class="form-control" placeholder="Job Title">
</div>
</div>
<div class="col-md-6">
<div class="input-main">
<span>Required</span>
<input type="text" class="form-control" placeholder="Company">
</div>
</div>
<div class="col-md-6">
<div class="input-main">
<span>Required</span>
<input type="text" class="form-control" placeholder="Email">
</div>
</div>
<div class="col-md-6">
<div class="input-main">
<span>Required</span>
<input type="text" class="form-control" placeholder="Phone">
</div>
</div>
<div class="col-md-6">
<div class="input-main">
<span>Required</span>
<input type="text" class="form-control" placeholder="City">
</div>
</div>
<div class="col-md-6">
<div class="input-main">
<span>Required</span>
<input type="text" class="form-control" placeholder="Country">
</div>
</div>
<div class="col-md-12">
<div class="input-main">
<input type="text" class="form-control" placeholder="Company website">
</div>
</div>
<div class="col-md-6">
<div class="select-main">
<label>Budget Range</label>
<div class="input-main">
<!-- <span>Dollar</span> -->
<input type="text" class="form-control" placeholder="">
</div>
</div>
</div>
<div class="col-md-6">
<div class="select-main">
<label>How did you hear about Mennes Digital?</label>
<div class="input-main">
<input type="text" class="form-control" placeholder="">
<!-- <select class="form-control">
<option>Please select an option</option>
</select> -->
</div>
</div>
</div>
<div class="col-md-12">
<div class="select-main">
<label>Please tell us a little more about your enquiry/project details</label>
<div class="input-main">
<textarea type="text" class="form-control" rows="5"
placeholder="Add a note here"></textarea>
</div>
</div>
</div>
<div class="col-md-12">
<div class="input-main">
<button class="btn">Submit</button>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<footer>
<div class="container">
<a href="#top" class="arrowTop">
<img src="assets/img/arrotop.png" alt="">
</a>
<div class="row">
<div class="col-md-4">
<div class="footer-logo">
<img src="assets/img/footerlogo.png" alt="">
<p>
Copyright @ 2021 • <br>
Mennes Digital. All Rights Reserved • <br>
Privacy & Terms of Use
</p>
</div>
</div>
<div class="col-md-4">
<div class="mid-content ">
<div class="footer-mid">
<h4>What to say hi?</h4>
<span>
General inquires
</span>
<p>
info@mennesdigital.com
</p>
</div>
</div>
<div class="footer-links hide-on-desk mt-5">
<h4>Quick Link</h4>
<a href="about.html">About Us</a>
<a href="caseStudies.html">Case Study</a>
<a href="privacy.html">Privacy Policy</a>
<a href="terms.html">Terms & Conditions</a>
<a href="contact.html">Contact Us</a>
</div>
<div class="mid-content mt-five">
<div class="footer-mid">
<h4>Join our social community</h4>
<span>
Follow Us
</span>
<p>
<a href="https://www.facebook.com/"><span class="fa fa-facebook"></span></a>
<a href="https://www.instagram.com/"><span class="fa fa-instagram"></span></a>
<a href="https://twitter.com/?lang=en"><span class="fa fa-twitter"></span></a>
</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="footer-links hide-on-mobile">
<h4>Quick Link</h4>
<a href="about.html">About Us</a>
<a href="caseStudies.html">Case Study</a>
<a href="privacy.html">Privacy Policy</a>
<a href="terms.html">Terms & Conditions</a>
<a href="contact.html">Contact Us</a>
</div>
</div>
</div>
</div>
</footer>
</section>
<script src="assets/js/jquery.js"></script>
<!-- UIkit JS -->
<!-- <script src="assets/js/uikit.min.js"></script> -->
<!-- <script src="assets/js/uikit-icons.min.js"></script> -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.0.4/popper.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
<script>
AOS.init({
duration: 2000,
});
</script>
</body>
</html>