-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathcareer.html
511 lines (454 loc) · 21.7 KB
/
career.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
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
<!DOCTYPE html>
<html>
<head>
<title>Career|INFORIA Technologies</title>
<meta name="description" content="INFORIA Technologies">
<meta name="keywords" content="HTML, CSS, XML, XHTML, JavaScript,android,php" />
<meta name="author" content="INFORIA Technologies">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link rel="icon"
type="images/png"
href="/images/favicon.png" />
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Bootstrap -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/font-awesome.min.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
<link href="css/jquery.bxslider.css" rel="stylesheet" />
<link rel="stylesheet" href="css/nivo-slider.css">
<link href='http://fonts.googleapis.com/css?family=Raleway:400,100,600' rel='stylesheet' type='text/css'>
<script src="js/modernizr.custom.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.0/jquery.min.js"></script>
<script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script>
<link rel="stylesheet" href="assets/css/main.css" />
<link href="css/css1/main.css" rel="stylesheet">
<!--Scoop It graphic by <a href="http://www.freepik.com/">Freepik</a> from <a href="http://www.flaticon.com/">Flaticon</a> is licensed under <a href="http://creativecommons.org/licenses/by/3.0/" title="Creative Commons BY 3.0">CC BY 3.0</a>. Made with <a href="http://logomakr.com" title="Logo Maker">Logo Maker</a> -->
</head>
<body>
<header>
<header>
<div id="templatemo_top" class="mainTop">
<div class="container">
<div class="row">
<div class="hidden-xs hidden-sm col-md-6">
<div class="mailme">
<a href="mailto:Support@inforiatechnologies.com"><i class="fa fa-envelope"></i>Support@inforiatechnologies.com</a>
</div>
</div>
<div class="col-sm-12 col-md-6">
<div class="socials">
<ul>
<li><a href="#"><i class="fa fa-twitter soc"></i></a></li>
<li><a href="#"><i class="fa fa-facebook soc"></i></a></li>
<li><a href="#"><i class="fa fa-rss soc"></i></a></li>
<li><a href="#"><i class="fa fa-dribbble soc"></i></a></li>
<li><a href="#"><i class="fa fa-instagram soc"></i></a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div id="slider" class="nivoSlider">
<a href="#"><img src="images/slider/img_1.jpg" alt="slide 1" /></a>
<a href="#"><img src="images/slider/img_2.jpg" alt="slide 2" /></a>
<a href="#"><img src="images/slider/img_3.jpg" alt="slide 3" /></a>
</div>
</header>
<div class="mWrapper">
<div class="container">
<div class="row">
<div class="col-sm-4 col-md-4">
<div class="logo">
<a href="#"><img src="images/cats.png" alt="INFORIA Technologies"></a>
</div>
</div>
<div class="col-sm-8 col-md-8">
<nav class="mainMenu">
<ul class="nav">
<li style="font-size:15px;font-style:bold"><a href="index.html">Home</a></li>
<li><a href="App-Development.html">Services</a></li>
<li><a href="">Product</a></li>
<li><a href="career.html">Career</a></li>
<li><a href="aboutus.html">About </a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
</div>
</div>
</div>
</div>
<section style="background-color:white;"id="middle">
<div class="container">
<div class="row">
<div class="col-sm-6 wow fadeInDown">
<div class="skill">
<h2 style="color:skyblue">Our Service</h2>
<p>
Service to our employees, by showing them dedication and commitment and empowering them to provide the same to our clients.<br>
Service to our clients, by listening carefully, understanding their needs and requirements, and developing projects that help their businesses succeed in today's competitive marketplace.</p>
<div class="progress-wrap">
<h3>App Development</h3>
<div class="progress">
<div class="progress-bar color1" role="progressbar" aria-valuenow="40" aria-valuemin="0" aria-valuemax="100" style="width: 85%">
<span class="bar-width">85%</span>
</div>
</div>
</div>
<div class="progress-wrap">
<h3>Web Development</h3>
<div class="progress">
<div class="progress-bar color2" role="progressbar" aria-valuenow="20" aria-valuemin="0" aria-valuemax="100" style="width: 95%">
<span class="bar-width">95%</span>
</div>
</div>
</div>
<div class="progress-wrap">
<h3>Buisness Solutions</h3>
<div class="progress">
<div class="progress-bar color3" role="progressbar" aria-valuenow="60" aria-valuemin="0" aria-valuemax="100" style="width: 80%">
<span class="bar-width">80%</span>
</div>
</div>
</div>
<div class="progress-wrap">
<h3>Digital Marketing</h3>
<div class="progress">
<div class="progress-bar color4" role="progressbar" aria-valuenow="80" aria-valuemin="0" aria-valuemax="100" style="width: 90%">
<span class="bar-width">90%</span>
</div>
</div>
</div>
</div>
</div><!--/.col-sm-6-->
<div class="col-sm-6 wow fadeInDown">
<div class="accordion">
<h2 style="color:skyblue;">Our Process</h2>
<div class="panel-group" id="accordion1">
<div class="panel panel-default">
<div class="panel-heading active">
<h3 class="panel-title">
<a class="accordion-toggle" data-toggle="collapse" data-parent="#accordion1" href="#collapseOne1">
Meet
<i class="fa fa-angle-right pull-right"></i>
</a>
</h3>
</div>
<div id="collapseOne1" class="panel-collapse collapse in">
<div class="panel-body">
<div class="media accordion-inner">
<div class="pull-left">
</div>
<div class="media-body">
<h4>Meet</h4>
<p>We meet new people and discover the talent within them</p>
</div>
</div>
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title">
<a class="accordion-toggle" data-toggle="collapse" data-parent="#accordion1" href="#collapseTwo1">
Plan
<i class="fa fa-angle-right pull-right"></i>
</a>
</h3>
</div>
<div id="collapseTwo1" class="panel-collapse collapse">
<div class="panel-body">
We believe in the fact, first plan and then proceed
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title">
<a class="accordion-toggle" data-toggle="collapse" data-parent="#accordion1" href="#collapseThree1">
Develope
<i class="fa fa-angle-right pull-right"></i>
</a>
</h3>
</div>
<div id="collapseThree1" class="panel-collapse collapse">
<div class="panel-body">
We develop user friendly products which can be accessed by all
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title">
<a class="accordion-toggle" data-toggle="collapse" data-parent="#accordion1" href="#collapseFour1">
Test and Launch
<i class="fa fa-angle-right pull-right"></i>
</a>
</h3>
</div>
<div id="collapseFour1" class="panel-collapse collapse">
<div class="panel-body">We believe in the policy, Tried Tested & Trusted,We launch products which ensure Quality as well as Security
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<div id="intro-wrapper" class="wrapper style1">
<div class="title">WANT TO JOIN THE INFORIA TEAM?</div>
<section id="intro" class="container">
<p class="style1">Keep your dreams Alive...We are INFORIA Technologies</p>
<p style="font-size:20px;"class="style2">
Our focus in hiring is to find smart, dedicated and enthusiastic candidates. The individuals we¡¦ve hired are those who were motivated to find the position that truly suited their skills. The work that our employees perform each day is a part of their career, not just their job. Team members we hire are those who work intensely on projects that they feel passionate about.
<br>
In exchange for your hard work and dedication, INFORIA Technologies offers an unparalleled opportunity to come and build something that will leave YOUR thumbprint on the company! We are poised for tremendous growth in the coming years¡Kand well beyond! Additionally, we offer extremely competitive compensation and a world class benefit package.
<p class="style3">Keep your dreams alive. Understand to achieve anything requires faith and belief in yourself, vision, hard work, determination, and dedication.We are trustworthy and honest is our cornerstone. We earn the trust of our customers with our integrity. Leaders know that honesty and integrity are the foundations of leadership. Leaders stand up for what they believe in. Remember all things are possible for those who believe.Believe in us....</p>
</section>
</div>
</div>
</div>
<div class="container">
<h2>Current Openings</h2>
<ul class="nav nav-pills">
<li class="active"><a data-toggle="pill" href="#home">App Development</a></li>
<li><a data-toggle="pill" href="#menu1">Web Development</a></li>
<li><a data-toggle="pill" href="#menu2">Logo Designers</a></li>
<li><a data-toggle="pill" href="#menu3">HR/Marketing</a></li>
</ul>
<div class="tab-content">
<div id="home" class="tab-pane fade in active">
<h3>App Development</h3>
<h3>Role: Android Developer</h3>
<h3>Role: IOS Developer</h3>
<p>We are looking for highly motivated individuals with pleasant personalities and good organizational skills to work as an Android developer. At least one app on the Android Marketplace is a must.
Must be able to understand all aspects of a typical business. We have all varieties of clients and need strong business skills.</p>
<h1 style="">Qualifications</h1>
<ul style ="list-style-type:circle">
<li>Excellent knowledge of the Android SDK</li>
<li>Knowledge of XML and JSON a requirement</li>
<li>Knowledge of SqlLite and a working experience in SQL databases</li>
<li>Knowledge of HTML and Javascript a plus</li>
<li>Coding standards, organizational programming skills and good commenting practices is important</li>
</ul>
</div>
<div id="menu1" class="tab-pane fade">
<h2>Web Developer</h2>
<h3>Role: Web Developer</h3>
<h3 style="font-family:arial;color:red;">
Relevant degree subjects are numerous but any with either a creative or technical element would be useful and include:</h3>
</hr>
<ul style ="list-style-type:circle">
<li>computer science</li>
<li>HTML,CSS</li>
<li>fine art</li>
<li>graphic design</li>
<li>PHP</li>
<li>multimedia web design</li>
<li>software engineering</li>
<li>web design</li>
</ul>
<h3 style="font-family:arial;color:red;">Desired Skills</h3>
<ul style ="list-style-type:circle">
<li>attention to detail</li>
<li>creativity</li>
<li>analysis</li>
<li>teamwork</li>
<li>team leading</li>
<li>problem solving</li>
<li>delivering presentations</li>
<li>ability to teach yourself new technical skills</li>
</ul></div>
<div id="menu2" class="tab-pane fade">
<h2>LoGo Designer</h2>
<h3 style="font-family:arial;color:red;">Some basic requirements for the role</h3>
</hr>
<ul style ="list-style-type:circle">
<li style ="font-size:21px"> Excellent knowledge of Photoshop, Designer,Creative </li>
<li style ="font-size:21px"> Creative and Innovative</li>
<li style ="font-size:21px"> Rapid prototyping skills for getting product feedback</li>
</ul></div>
<div id="menu3" class="tab-pane fade">
<h2>HR/Marketing</h2>
<h3>Role: Hr</h3>
<h3 style="font-family:arial;color:red;">Skills and Abilities</h3>
</hr>
<ul style ="list-style-type:circle">
<li>Skill in the use of personal computers and related software applications.</li>
<li>Skill in organizing resources and establishing priorities.</li>
<li>Skill in budget preparation and fiscal management.</li>
<li>Ability to supervise and train employees, to include organizing, prioritizing, and scheduling work assignments.</li>
<li>Ability to communicate effectively, both orally and in writing.</li>
<li>Skill in examining and re-engineering operations and procedures, formulating policy, and developing and implementing new strategies and procedures.</li>
<li>Ability to foster a cooperative work environment.</li>
<li>Ability to develop, plan, and implement short- and long-range goals</li>
<li>Ability to plan, organize and coordinate media activities and special events</li>
<li>Advanced verbal and written communication skills.</li>
</ul>
</div>
</div>
</div>
<button style="width:100%;"class="button button3"><a href="registration.php">APPLY</a></button>
<div class="opener text-center">
<span><a id="togg" href="#foo" onclick="toggle_visibility('foo');">hide footer</a></span>
</div>
<footer class="footer" id="foo">
<div class="container">
<div class="row">
<div class="col-md-4">
<div class="info1">
<h4>Address</h4>
<p>INFORIA Technologies is India based Microsoft partnered StartUp Company founded by Engineers and Designers known for their creative thinking.
<span>
One step software solution to all problems </span></p>
<div class="addr">
<ul>
<li><i class="fa fa-map-marker"></i>
Microsoft Innovation Center,
Knowledge Park III</li>
<li><i class="fa fa-mobile-phone"></i>7210462929</li>
<li><i class="fa fa-globe"></i><a rel="nofollow" href="http://www.inforiatechnologies.com">www.inforiatechnologies.com</a></li>
<li><i class="fa fa-envelope"></i>info@inforiatechnologies.com</li>
</ul>
</div>
</div>
</div>
<div class="col-md-4">
<div class="info2">
<h4>Tech Feed</h4>
<div class="row">
<div class="col-xs-4">
<a rel="nofollow" href="http://unsplash.com" title="Free Photos"><img class="img-responsive" alt="flickr" src="images/feed/1.jpg"></a>
</div>
<div class="col-xs-4">
<a href="#"><img class="img-responsive" alt="flickr" src="images/feed/2.jpg"></a>
</div>
<div class="col-xs-4">
<a href="#"><img class="img-responsive" alt="flickr" src="images/feed/3.jpg"></a>
</div>
<div class="col-xs-4">
<a href="#"><img class="img-responsive" alt="flickr" src="images/feed/4.jpg"></a>
</div>
<div class="col-xs-4">
<a href="#"><img class="img-responsive" alt="flickr" src="images/feed/5.jpg"></a>
</div>
<div class="col-xs-4">
<a href="#"><img class="img-responsive" alt="flickr" src="images/feed/6.jpg"></a>
</div>
</div>
</div>
</div>
<div class="col-md-4">
<div class="info3">
<h4>Stay Tuned</h4>
<p>You may sign up our monthly newsletter to receive updates or news from our team.</p>
<form role="form">
<div class="form-group">
<input type="email" class="form-control" id="email_newsletter" placeholder="Your Email">
</div>
<div><button type="button" class="btn btn-primary">Send</button></div>
</form>
</div>
</div>
</div>
</div>
</footer>
<div id="back-top" class="gotop text-center">
<a href="">Back to top</a>
</div>
<div class="bfWrap text-center">
<div class="templatemo_footer">Copyright c 2016 INFORIA Technologies</div>
</div>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.cycle2.min.js"></script>
<script src="js/jquery.cycle2.carousel.min.js"></script>
<script src="js/jquery.nivo.slider.pack.js"></script>
<script>$.fn.cycle.defaults.autoSelector = '.slideshow';</script>
<script src="js/jquery.cookie.js"></script>
<script type="text/javascript">
$(window).load(function() {
$('#slider').nivoSlider({
prevText: '',
nextText: '',
controlNav: false,
});
});
</script>
<script>
$(document).ready(function(){
// hide #back-top first
$("#back-top").hide();
// fade in #back-top
$(function () {
$(window).scroll(function () {
if ($(this).scrollTop() > 100) {
$('#back-top').fadeIn();
} else {
$('#back-top').fadeOut();
}
});
// scroll body to 0px on click
$('#back-top a').click(function () {
$('body,html').animate({
scrollTop: 0
}, 800);
return false;
});
});
});
</script>
<script type="text/javascript">
<!--
function toggle_visibility(id) {
var e = document.getElementById(id);
if(e.style.display == 'block'){
e.style.display = 'none';
$('#togg').text('show footer');
}
else {
e.style.display = 'block';
$('#togg').text('hide footer');
}
}
//-->
</script>
<script type="text/javascript">
$(function() {
$('a[href*=#]:not([href=#])').click(function() {
if (location.pathname.replace(/^\//,'') == this.pathname.replace(/^\//,'') && location.hostname == this.hostname) {
var target = $(this.hash);
target = target.length ? target : $('[name=' + this.hash.slice(1) +']');
if (target.length) {
$('html,body').animate({
scrollTop: target.offset().top
}, 1000);
return false;
}
}
});
});
</script>
<script src="js/stickUp.min.js" type="text/javascript"></script>
<script type="text/javascript">
//initiating jQuery
jQuery(function($) {
$(document).ready( function() {
//enabling stickUp on the '.navbar-wrapper' class
$('.mWrapper').stickUp();
});
});
</script>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.10/jquery-ui.min.js"></script>
<script type="text/javascript" src="http://onlinehtmltools.com/tab-generator/skinable_tabs.min.js"></script>
<script type="text/javascript">
$('.tabs_holder').skinableTabs({
effect: 'overlapping',
skin: 'skin10',
position: 'top'
});
</script>
</body>
</html>