-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathform.html
429 lines (370 loc) · 14.4 KB
/
form.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
<!DOCTYPE html>
<html>
<head>
<title>Apply</title>
<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">
<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 rel="stylesheet" href="assets/assets/form-basic.css">
<link href="css/circle.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>
<!--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>
<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>
</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 class="dropdown">
<a href="" class="dropdown-toggle" data-toggle="dropdown">Services </a>
<ul class="dropdown-menu">
<li ><a href="App-Development.html">App Development</a></li>
<li><a href="Web-Development.html">Website Development</a></li>
<li><a href="Digital-Marketing.html">Digital Marketing</a></li>
<li><a href="Enterprise-Solutions.html">Enterprise Solutions</a></li>
</ul>
</li>
<li><a href="product.html">Product</a></li>
<li><a href="career.html">Career</a></li>
<li><a href="aboutus.html">About us</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
</div>
</div>
</div>
</div>
<div class="section section-breadcrumbs">
<div class="container">
<h4 style="color:white;">Home>Career>Apply</h4>
</div>
</div>
<form class="form-basic" method="post" action="registration.php">
<div class="form-title-row">
<h1>INFORIA Technologies</h1>
</div>
<div class="form-row">
<label>
<span>Full name</span>
<input type="text" name="name">
</label>
</div>
<div class="form-row">
<label>
<span>Email</span>
<input type="email" name="email">
</label>
</div>
<div class="form-row">
<label>
<span>Phone</span>
<input type="text" name="no">
</label>
</div>
<div class="form-row">
<label>
<span>Skills</span>
<input type="text" name="name">
</label>
</div>
<div class="form-row">
<label>
<span>Achivements(if any)</span>
<textarea name="achive"></textarea>
</label>
</div>
<div class="form-row">
<label>
<span>Language known</span>
<input type="text" name="Apply">
</label>
</div>
<div class="form-row">
<label>
<span>Apply for</span>
<input type="text" name="Apply">
</label>
</div>
<div class="form-row">
<label>
<span>Address(Local)</span>
<textarea name="Ladd"></textarea>
</label>
</div>
<div class="form-row">
<label>
<span>Address(Permanent)</span>
<textarea name="padd"></textarea>
</label>
</div>
<div class="form-row">
<label>
<span>Why you choose us?</span>
<textarea name="textarea"></textarea>
</label>
</div>
<div class="form-row">
<label>
<span>Resume</span>
<input type="file" name="resume" id="resume">
</label>
</div>
<div class="form-row">
<button type="submit">Submit</button>
</div>
</form>
<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="" 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 © 2016 INFORIA Technologies</div>
</div>
<script src="js/jquery-1.10.2.min.js"></script>
<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">
$(function(){
var default_view = 'grid';
if($.cookie('view') !== 'undefined'){
$.cookie('view', default_view, { expires: 7, path: '/' });
}
function get_grid(){
$('.list').removeClass('list-active');
$('.grid').addClass('grid-active');
$('.prod-cnt').animate({opacity:0},function(){
$('.prod-cnt').removeClass('dbox-list');
$('.prod-cnt').addClass('dbox');
$('.prod-cnt').stop().animate({opacity:1});
});
}
function get_list(){
$('.grid').removeClass('grid-active');
$('.list').addClass('list-active');
$('.prod-cnt').animate({opacity:0},function(){
$('.prod-cnt').removeClass('dbox');
$('.prod-cnt').addClass('dbox-list');
$('.prod-cnt').stop().animate({opacity:1});
});
}
if($.cookie('view') == 'list'){
$('.grid').removeClass('grid-active');
$('.list').addClass('list-active');
$('.prod-cnt').animate({opacity:0});
$('.prod-cnt').removeClass('dbox');
$('.prod-cnt').addClass('dbox-list');
$('.prod-cnt').stop().animate({opacity:1});
}
if($.cookie('view') == 'grid'){
$('.list').removeClass('list-active');
$('.grid').addClass('grid-active');
$('.prod-cnt').animate({opacity:0});
$('.prod-cnt').removeClass('dboxlist');
$('.prod-cnt').addClass('dbox');
$('.prod-cnt').stop().animate({opacity:1});
}
$('#list').click(function(){
$.cookie('view', 'list');
get_list()
});
$('#grid').click(function(){
$.cookie('view', 'grid');
get_grid();
});
/* filter */
$('.menuSwitch ul li').click(function(){
var CategoryID = $(this).attr('category');
$('.menuSwitch ul li').removeClass('cat-active');
$(this).addClass('cat-active');
$('.prod-cnt').each(function(){
if(($(this).hasClass(CategoryID)) == false){
$(this).css({'display':'none'});
};
});
$('.'+CategoryID).fadeIn();
});
});
</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" src="js/lib/jquery.mousewheel-3.0.6.pack.js"></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>
</body>
</html>