-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
312 lines (246 loc) · 9.89 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
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
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<title>Link Recruitment | Burton on Trent</title>
<!--CSS-->
<link rel="stylesheet" media="(max-width:480px)" href="css/mobile.css" />
<link rel="stylesheet" media="(min-width:481px) and (max-width:768px)" href="css/tablet.css" />
<link rel="stylesheet" href="css/main.css" />
<link rel="stylesheet" media="all and (min-width:769px)" href="css/site.css" type="text/css">
<!-- Normalize -->
<link rel="stylesheet" href="css/normalize.css" />
<link rel="stylesheet" type="text/css" href="css/font-awesome.css">
<link rel="stylesheet" type="text/css" href="css/font-awesome.min.css">
<link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet">
<script src="https://use.fontawesome.com/b657236b74.js"></script>
<style>
.contentPost { display:none;}
</style>
</head>
<body>
<!-- HEADER -->
<div id="headerBar">
<nav class="orange-nav">
<span class="open-slide mobile" onclick="openSideMenu()">
<svg width="30" height="30">
<path stroke="#fff" d="M0,5 30,5" stroke-width="4"/>
<path stroke="#fff" d="M0,14 30,14" stroke-width="4"/>
<path stroke="#fff" d="M0,23 30,23" stroke-width="4"/>
</svg>
</span>
<ul class="site orangeNav">
<li><a href="job-search.html">View Jobs</a></li>
<li><a href="index.html#sectors">Our Sectors</a></li>
<li><a href="#about.html">About Us</a></li>
<li><a href="meet-the-team.html">Meet The Team</a></li>
<li><a href="">Careers</a></li>
<li><a href="contact.html" class="main-selected">Contact</a></li>
</ul>
</nav>
<div class="side-nav mobile" id="side-menu">
<span class="btn-close exit" onclick="closeSideMenu()">×</span>
<a onclick="closeSideMenu()" href="#">Home</a>
<a onclick="closeSideMenu()" href="job-search.html">View Jobs</a>
<a onclick="closeSideMenu()" href="index.html#sectors">Our Sectors</a>
<a onclick="closeSideMenu()" href="about.html">About Us</a>
<a onclick="closeSideMenu()" href="meet-the-team.html">Meet The Team</a>
<a onclick="closeSideMenu()" href="">Careers</a>
<a onclick="closeSideMenu()" href="contact.html" class="main-selected">Contact</a>
</div>
<div class="container">
<div class="left">
<a href="index.html" id="home"><img src="images/logos/link_recruitment_logo_white.png" width="auto" height="40px"></a>
</div>
<!-- <div class="right">-->
<!--<i class="fa fa-bars" aria-hidden="true"></i>-->
<!-- </div>-->
<br class="clearFloat">
</div>
<!-- End of header -->
</div>
<!-- MAIN -->
<main id="contact-main">
<div class="job-search-page">
<div class="job-search-inside">
<h2 id="contact-us-title">Contact Us.</h2>
<div id="talk-follow">
<h3>Talk to us</h3>
<ul>
<li><a href="tel:0333 733 0365">0333 733 0365</a></li>
<li><a href="mailto:[email protected]">[email protected]</a></li>
</ul>
<h3>Visit</h3>
<ul>
<li>Link Recruitment</li>
<li>G65 Repton House</li>
<li>Bretby Business Park</li>
<li>Burton on Trent</li>
<li>Staffordshire</li>
<li>DE15 0YZ</li>
</ul>
<h3>Follow</h3>
<div class="contact-social">
<a href="https://twitter.com/waa_chosen" target="_blank">
<div class="social-icon"><i class="fa fa-twitter" aria-hidden="true"></i></div>
</a>
<a href="https://www.instagram.com/waa_chosen/" target="_blank">
<div class="social-icon"><i class="fa fa-instagram" aria-hidden="true"></i></div>
</a>
<a href="https://www.linkedin.com/company/waa" target="_blank">
<div class="social-icon"><i class="fa fa-linkedin" aria-hidden="true"></i></div>
</a>
</div>
</div>
<div id="contact-form">
<h3>Got something you want to talk to us about? Get in touch!</h3>
<form>
<ul>
<li>
<input required type="text" id="name" name="first_name" placeholder="First Name"><input required type="text" id="name" name="surname" placeholder="Surname">
</li>
<li>
<input required type="email" id="email" name="email_address" placeholder="Email">
</li>
<li>
<input required type="tel" id="name" name="phone_number" placeholder="Phone Number">
</li>
<li>
<textarea id="other" name="other_topics" placeholder="Message"></textarea>
</li>
<button type="submit">Get In Touch</button>
</ul>
</form>
</div>
<!-- Inside and container divs -->
</div>
</div>
</main>
<!-- Contact Us Section mobile -->
<div class="page grey mobile">
<div class="inside">
<div class="container">
<div id="footer-wrap">
<!-- First column -->
<div id="address">
<h2><a id="contact">Contact Us</a></h2>
<div class="wrapper">
<ul id="contact">
<li>Link Recruitment</li>
<li>G65 Repton House</li>
<li>Bretby Business Park</li>
<li>Burton on Trent</li>
<li>Staffordshire</li>
<li>DE15 0YZ</li>
<li></li>
<li><a href="tel:0333 733 0365">0333 733 0365</a></li>
<li><a href="mailto:[email protected]">[email protected]</a></li>
</ul>
</div>
</div>
<!-- Second column -->
<div id="newsletter">
<h2>Newsletter</h2>
<!-- Newsletter -->
<form class="wrapper" action="index.html" method="post">
<legend>Be the first to know about new opportunities</legend>
<ul>
<li>
<input required type="text" id="name" name="full_name" placeholder="Full Name">
</li>
<li>
<input required type="email" id="email" name="email_address" placeholder="Email">
</li>
</ul>
<button type="button"><a href="">Let's Go!</a></button>
</form>
</div>
<!-- Third column -->
<div id="news">
<h2>Latest News</h2>
<!-- TWITTER FEED -->
<!-- <a class="twitter-timeline" href="https://twitter.com/TwitterDev/timelines/539487832448843776?ref_src=twsrc%5Etfw">National Park Tweets - Curated tweets by TwitterDev</a> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>-->
</div>
</div>
<!-- FOOTER -->
<footer>
<p><small>©2018 Link Recruitment | All Rights Reserved</small></p>
<nav>
<ul>
<li><a href="">Terms & Conditions</a></li>
<li><a href="">Privacy Policy</a></li>
<li><a href="">Cookie Policy</a></li>
</ul>
</nav>
</footer>
<!-- Contact/newsletter section end -->
</div>
</div>
</div>
<!-- site Footer -->
<div class="grey site">
<div>
<!-- First column -->
<div id="address">
<h2><a id="contact">Contact Us</a></h2>
<div class="wrapper">
<ul id="contact">
<li>Link Recruitment</li>
<li>G65 Repton House</li>
<li>Bretby Business Park</li>
<li>Burton on Trent</li>
<li>Staffordshire</li>
<li>DE15 0YZ</li>
<li></li>
<li><a href="tel:0333 733 0365">0333 733 0365</a></li>
<li><a href="mailto:[email protected]">[email protected]</a></li>
</ul>
</div>
</div>
<!-- Second column -->
<div id="newsletter">
<h2>Newsletter</h2>
<!-- Newsletter -->
<form class="wrapper" action="index.html" method="post">
<legend>Be the first to know about new opportunities</legend>
<ul>
<li>
<input required type="text" id="name" name="full_name" placeholder="Full Name">
</li>
<li>
<input required type="email" id="email" name="email_address" placeholder="Email">
</li>
</ul>
<button type="button"><a href="">Let's Go!</a></button>
</form>
</div>
<!-- Third column -->
<div id="news">
<h2>Latest News</h2>
<!-- TWITTER FEED -->
<!-- <a class="twitter-timeline" href="https://twitter.com/TwitterDev/timelines/539487832448843776?ref_src=twsrc%5Etfw">National Park Tweets - Curated tweets by TwitterDev</a> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>-->
</div>
</div>
<!-- FOOTER -->
<footer>
<p><small>©2018 Link Recruitment | All Rights Reserved</small></p>
<nav>
<ul>
<li><a href="">Terms & Conditions</a></li>
<li><a href="">Privacy Policy</a></li>
<li><a href="">Cookie Policy</a></li>
</ul>
</nav>
</footer>
<!-- Contact/newsletter section end -->
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<script src="scripts/typewriter.js"></script>
<script type="text/javascript">
$(document).ready(function() {
$(".contentPost").delay(9500).fadeIn(1500);
});
</script>
<script src="scripts/burger.js"></script>
</body>
</html>