-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathclients.html
414 lines (354 loc) · 16.7 KB
/
clients.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
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
<!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">
<link rel="stylesheet" href="bower_components/bootstrapValidator/dist/css/bootstrapValidator.min.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">
<!--div class="header-connect">
<div class="container">
<div class="row">
<div class="col-md-5 col-sm-8 col-xs-8">-->
<!--div class="header-half header-call">
<p>
<span><i class="icon-cloud"></i>+1 </span>
<span><i class="icon-mail"></i>[email protected]</span>
</p>
</div>-->
<!--</div>-->
<!--<div class="col-md-2 col-md-offset-5 col-sm-3 col-sm-offset-1 col-xs-3 col-xs-offset-1">-->
<!-- <div class="header-half header-social">-->
<!-- <ul class="list-inline">-->
<!-- <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-vine"></i></a></li>-->
<!-- <li><a href="#"><i class="fa fa-linkedin"></i></a></li>-->
<!-- <li><a href="#"><i class="fa fa-dribbble"></i></a></li>-->
<!-- <li><a href="#"><i class="fa fa-instagram"></i></a></li>-->
<!-- </ul>-->
<!-- </div>-->
<!--</div>-->
</div>
</div>
<!--Added end of nav bar-->
<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" id="PostModalCompany" 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">Time to kickstart your IoT project!</h4>
</div>
</div>
</div>
</div>
<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">Find Top IoT Talent</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">Name</label>
<input type="text" class="form-control" id="name" name="name" placeholder="Name">
</div>
</div>
<div class="hide">
<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="0" placeholder="Resume">
</div>
</div>
</div>
<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="company" class="control-label">Company</label>
<input type="text" class="form-control" name="company" id="company" placeholder="Invenio Force">
</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" placeholder="Tells us what type of canidate you are looking for. We would love to hear what help you need to jump start your IoT Project"></textarea>
</div>
</div>
</div>
<p>
</p>
<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">Send</button><br/><br>
</div>
<div class="row text-left">
<h1> </h1>
</div>
</div>
</div>
</form>
<!--<div class="modal-footer">-->
<!-- <button type="button" -->
<!-- class="btn btn-default" data-dismiss="modal">-->
<!-- Close</button>-->
<!--</div>-->
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<style>
.background-image1
{
/*background: url("img/border1.png");*/
background: url("img/greyyyy.JPG");
}
</style>
<div class="row page-title text-center background-image1">
<form action="" class=" form-inline">
<p> <input type="btnn" class="btn" href="#" data-toggle="modal" data-target="#PostCommentsModal" value="Hiring?" 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>Accelerate your next canidate search. We love to hear about the IoT projects you are working on so that we can help find the best candidates for your team.</p>
<!--p>-Help accelarate the projects. Let us help you find expert talent for your next IoT project
-Need help finding right talent for your next IoT project.
-Seek right talent that brings value to the company.
-Deeply involved in the community to have better access to find and attract IoT talent.
-Autonomous vehical, sign up with us.</p>-->
<br/><br><br/><br>
</div>
<div class="col-md-4 col-md-offset-0.5">
<div>
<img class=center-block src="img/free2.png" alt="" centered>
<div class="text-center">
<h4>IoT Focused</h4>
</div>
<div class="text-center">
<p>We keep up with the constantly changing IoT landscape so that we can find the best talent for you.</p>
</div>
</div>
</div>
<div class="col-md-4">
<div>
<img class=center-block src="img/free10.png" alt="">
<div class="text-center">
<h4> Talent Experts</h4>
</div>
<div class="text-center">
<p>We provide top candidates so that you can spend less time interviewing and more time getting projects done.</p>
</div>
</div>
</div>
<div class="col-md-4">
<div>
<img class=center-block src="img/free7.png" alt="">
<div class="text-center">
<h4>Hire Efficiently</h4>
</div>
<div class="text-center">
<p>Save money and time on hiring by getting access to our top IoT talent pool.</p>
</div>
</div>
</div>
</div>
</div>
<br><br><br></br>
<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>
</ul>
</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'
}
}
},
company: {
validators: {
notEmpty: {
message: 'Your company name is required'
}
}
},
comments: {
validators: {
notEmpty: {
message: 'Let us know how we can help'
}
}
}
}
});
});
</script>
</body>
</html>