-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcanidates.html
386 lines (321 loc) · 15 KB
/
canidates.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
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="Invenioforce" Site</title>
<meta name="description" content="Invenio Software Solutions site">
<meta name="author" content="Gita">
<meta name="keyword" content="html, css, bootstrap, job-board">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-57620849-4', 'auto');
ga('send', 'pageview');
</script>
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,300,700,800' rel='stylesheet' type='text/css'>
<!-- Place favicon.ico and apple-touch-icon.png in the root directory -->
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link rel="icon" href="favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/font-awesome.min.css">
<link rel="stylesheet" href="css/fontello.css">
<link rel="stylesheet" href="css/animate.css">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/owl.carousel.css">
<link rel="stylesheet" href="css/owl.theme.css">
<link rel="stylesheet" href="css/owl.transitions.css">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="responsive.css">
<script src="js/vendor/modernizr-2.6.2.min.js"></script>
<style>
.logo img{
width: 263px;
height: 40px;
}
@media (max-width: 480px){
.logo img{
width: 131px;
height: 20px;
}
}
</style>
</head>
<body>
<!--<div id="preloader">-->
<!-- <div id="status"> </div>-->
<!--</div>-->
<!-- Body content -->
<nav class="navbar navbar-default navbar-fixed-top">
<nav class="navbar navbar-default">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand logo" href="home.html">
<img src="img/inveniologov2.png">
</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<!--<div class="button navbar-right">-->
<!-- <button class="navbar-btn nav-button wow bounceInRight login" data-wow-delay="0.8s">Login</button>-->
<!-- <button class="navbar-btn nav-button wow fadeInRight" data-wow-delay="0.6s">Sign up</button>-->
<!--</div>-->
<ul class="main-nav nav navbar-nav navbar-right">
<li ><a class="active" href=home.html>Home</a></li>
<!--<li ><a href=services.html>Services</a></li>-->
<li ><a href=about.html>About Us</a></li>
<li ><a href=canidates.html>Find a Job!</a></li>
<li ><a href=clients.html>Hiring?</a></li>
<!--<li class="wow fadeInDown" data-wow-delay="0.4s"><a href="#">Blog</a></li>-->
<li ><a href="contact.html">Contact Us</a></li>
</ul>
</div><!-- /.navbar-collapse -->
</div><!-- /.container-fluid -->
</nav>
</nav><br></br></br>
<style>
.bg img{
width: 100%;
z-index: 0;
}
</style>
<div class="modal fade" id="PostCommentsModal" tabindex="-1"
role="dialog" aria-labelledby="helpModalLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close"
data-dismiss="modal">
<span aria-hidden="true">×
</span><span class="sr-only">
Close</span></button>
<h4 class="modal-title" id="myModalLabel">
Exciting IoT jobs await you!</h4>
</div>
<div class="modal-body">
<div class="row">
<div class="col-md-12">
<div class="row">
<div class="col-lg-7 centered">
<div class="feedback hide"></div>
<form id="commentForm" >
<div class="row">
<div class="col-md-12">
<div class="form-group">
<label for="name" class="control-label">Name</label>
<input type="text" class="form-control" id="name" name="name" placeholder="First Name">
</div>
</div>
</div>
<div class="row">
<div class="col-md-12">
<div class="form-group">
<label for="email" class="control-label">Email:</label>
<input type="email" class="form-control" maxlength="128" name="email" id="email" placeholder="Your Email">
</div>
</div>
</div>
<div class="row">
<div class="col-md-12">
<div class="form-group">
<label for="resume" class="control-label">Resume:</label>
<input type="file" id="profilePhotoFileUpload" class="form-control" maxlength="60" name="file" value="" placeholder="Resume">
</div>
</div>
</div>
<div class="row">
<div class="col-md-12">
<div class="form-group">
<label for="message" class="control-label">Message:</label>
<textarea name="comments" id="comments" class="form-control" rows="5"></textarea>
</div>
</div>
</div>
<div class="hide">
<div class="col-md-12">
<div class="form-group">
<label for="company" class="control-label">Company</label>
<input type="text" class="form-control" name="company" id="company" value="Canidate" placeholder="Invenio Force">
</div>
</div>
</div>
<div class='actions'>
<div class="row text-left">
<div class="col-md-12">
<button type="submit" name="sendmessage" data-loading-text="Sending..." class="btn btn-warning btn-lg" id="form_submit" disabled="disabled">Send</button><br/><br>
</div>
</div>
<div class="row text-left">
<h1> </h1>
</div>
</div>
<div id="successresume"></div>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<style>
.background-image1
{
background: url("img/greyyyy.JPG");
}
</style>
<div class="row page-title text-center background-image1">
<!--div class="row page-title text-center wow zoomInDown" data-wow-delay="1s">-->
<!--h4>Invenio Discovery Process</h4>-->
<form action="" class=" form-inline">
<p> <input type="btnn" class="btn" href="#" data-toggle="modal" data-target="#PostCommentsModal" value="Hire Me!" readonly> </p>
</form>
<br/><br><br/><br>
</div>
<div class="content-area">
<div class="container">
<div class="row page-title text-center ">
<!--div class="row page-title text-center wow zoomInDown" data-wow-delay="1s">-->
<!--h4>Invenio Discovery Process</h4>-->
<p>We work directly with companies developing IoT solutions looking to hire the best talent. <br>
Our talent experts will provide you with the best jobs that match your experties and interests.</p>
<br/><br><br/><br>
</div>
<div class="col-md-4 col-md-offset-0.5">
<div>
<img class=center-block src="img/free4.png" alt="" centered>
<div class="text-center">
<h4>IoT Focused</h4>
</div>
<div class="text-center">
<p>We focus on all aspects of IoT. We speak your language. Get insight into what is hot in the industry.</p>
</div>
</div>
</div>
<div class="col-md-4 col-md-offset-0.5">
<div>
<img class=center-block src="img/free11.png" alt="" centered>
<div class="text-center">
<h4>Talent Experts</h4>
</div>
<div class="text-center">
<p>Let our talent team work for you so that you can concentrate on more important things.</p>
</div>
</div>
</div>
<div class="col-md-4 col-md-offset-0.5" centered>
<div>
<img class=center-block src="img/free8.png" alt="" centered>
<div class="text-center">
<h4>Top Jobs</h4>
</div>
<div class="text-center">
<p>Get access to top jobs. Hiring teams trust us to fill the hardest roles. Are you up for the challange?</p>
</div>
</div>
</div>
</div>
</div>
<!-- <div class="col-md-4">-->
<!-- <div class="single-work wow fadeInUp" data-wow-delay="0.9s">-->
<!-- <img src="img/how-work2.png" alt="">-->
<!-- <h3>Searching for the best job</h3>-->
<!-- <p>Using the outcomes from the job, we will put together a plan for the most effective marketing strategy to get the best results.</p>-->
<!-- </div>-->
<!-- </div>-->
<!-- <div class="col-md-4">-->
<!-- <div class="single-work wow fadeInUp" data-wow-delay="1s">-->
<!-- <img src="img/how-work3.png" alt="">-->
<!-- <h3>Searching for the best job</h3>-->
<!-- <p>Using the outcomes from the job, we will put together a plan for the most effective marketing strategy to get the best results.</p>-->
<!-- </div>-->
<!-- </div>-->
</div>
</div>
<hr>
<div class="container">
<div class="row page-title text-center wow bounce" data-wow-delay=".7s">
</div>
</div>
</div>
<div class="footer-area">
<div class="container">
<div class="row footer">
<div class="col-md-6">
<div class="single-footer">
<!--h2>InvenioForce</h2>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Obcaecati architecto quaerat facere blanditiis tempora sequi nulla accusamus, possimus cum necessitatibus suscipit quia autem mollitia, similique quisquam molestias. Vel unde, blanditiis.</p>-->
</div>
</div>
<div class="col-left-5">
<div class="single-footer">
<div class="footer-links">
<ul class="list-unstyled">
<li><a href="home.html">Home</a><span style="padding-left:38px;"></span>
<a href="about.html">About Us</a><span style="padding-left:38px;"></span>
<a href="canidates.html">Find a Job!</a><span style="padding-left:38px;"></span>
<a href="clients.html">Hiring?</a><span style="padding-left:38px;"></span>
<a href="contact.html">Contact Us</a></li>
<li><small>© 2015 Invenio Software Solutions LLC.</small></li>
<!--<li><a href="">Customers Testimonials</a></li>-->
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-1.10.2.min.js"><\/script>')</script>
<script src="js/bootstrap.min.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/wow.js"></script>
<script src="js/main.js"></script>
<script src="js/emailer.js"></script>
<script src="http://www.parsecdn.com/js/parse-1.2.12.min.js"></script>
<script src="js/date.js"></script>
<script type="text/javascript" src="bower_components/bootstrapValidator/dist/js/bootstrapValidator.min.js"></script>
<script>
$(document).ready(function() {
$('#commentForm').bootstrapValidator({
message: 'This value is not valid',
feedbackIcons: {
valid: 'glyphicon glyphicon-ok',
invalid: 'glyphicon glyphicon-remove',
validating: 'glyphicon glyphicon-refresh'
},
fields: {
name: {
validators: {
notEmpty: {
message: 'Your name is required'
}
}
},
email: {
validators: {
notEmpty: {
message: 'Your email is required'
}
}
},
}
})
});
</script>
</body>
</html>