-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathindex.html
543 lines (489 loc) · 21.2 KB
/
index.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
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
<!DOCTYPE html>
<html>
<head>
<title>INFORIA Technologies</title>
<meta name="keywords" content="HTML, CSS,JAVA,PHP" />
<meta name="description" content="OUR JOB IS TO CONNECT TO PEOPLE, TO INTERACT WITH THEM IN A WAY THAT LEAVES THEM BETTER THAN WE FOUND THEM, MORE ABLE TO GET WHERE THEY’D LIKE TO GO" />
<meta name="author" content="Team Inforia" />
<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">
<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/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>
</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>
<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="">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 id="templatemo_services" class="section1">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="secHeader">
<h1 class="text-center">Our Services</h1>
<p class="text-center"><small>
OUR JOB IS TO CONNECT TO PEOPLE, TO INTERACT WITH THEM IN A WAY THAT LEAVES THEM BETTER THAN WE FOUND THEM, MORE ABLE TO GET WHERE THEY’D LIKE TO GO</small></p>
</div>
<div class="row">
<div class="col-xs-6 col-sm-6 col-md-3">
<div class="blok text-center">
<div class="hexagon-a">
<a class="hlinktop" href="App-Development.html">
<div class="hexa-a">
<div class="hcontainer-a">
<div class="vertical-align-a">
<span class="texts-a"><i class="fa fa-android"></i></span>
</div>
</div>
</div>
</a>
</div>
<div class="hexagon">
<a class="hlinkbott" href="App-Development.html">
<div class="hexa">
<div class="hcontainer">
<div class="vertical-align">
<span class="texts"></span>
</div>
</div>
</div>
</a>
</div>
<h4>Mobile APP Development</h4>
<p><small>Design widely compatible, quality and performance-centric mobile apps of the future. Streamline routine tasks for optimum results. Get the power of extensive data collaboration, in your hands with smart app development.</small></p>
<a class="btn btn-primary" href="App-Development.html">Read More</a>
</div>
</div>
<div class="col-xs-6 col-sm-6 col-md-3">
<div class="blok text-center">
<div class="hexagon-a">
<a class="hlinktop" href="Web-Development.html">
<div class="hexa-a">
<div class="hcontainer-a">
<div class="vertical-align-a">
<span class="texts-a"><i class="fa fa-desktop"></i></span>
</div>
</div>
</div>
</a>
</div>
<div class="hexagon">
<a class="hlinkbott" href="Web-Development.html">
<div class="hexa">
<div class="hcontainer">
<div class="vertical-align">
<span class="texts"></span>
</div>
</div>
</div>
</a>
</div>
<h4>Web Development</h4>
<p><small>Communicate directly with customers with universally-appealing websites. Beat market competition with an interactive online presence. Increase chances of expanding revenue-base. Let your web-portfolio do all the talking..</small></p>
<a class="btn btn-primary" href="Web-Development.html">Read More</a>
</div>
</div>
<div class="col-xs-6 col-sm-6 col-md-3">
<div class="blok text-center">
<div class="hexagon-a">
<a class="hlinktop" href="Digital-Marketing.html">
<div class="hexa-a">
<div class="hcontainer-a">
<div class="vertical-align-a">
<span class="texts-a"><i class="fa fa-mobile-phone"></i></span>
</div>
</div>
</div>
</a>
</div>
<div class="hexagon">
<a class="hlinkbott" href="Digital-Marketing.html">
<div class="hexa">
<div class="hcontainer">
<div class="vertical-align">
<span class="texts"></span>
</div>
</div>
</div>
</a>
</div>
<h4>Digital Marketing</h4>
<p><small>The services that have been prevalent in the market to enrapture search engines to glorify business prospects are SEO services. Google, Yahoo, Bing are most emphasized for gathering information about almost everything. </small></p>
<a class="btn btn-primary" href="Digital-Marketing.html">Read More</a>
</div>
</div>
<div class="col-xs-6 col-sm-6 col-md-3">
<div class="blok text-center">
<div class="hexagon-a">
<a class="hlinktop" href="Enterprise-Solutions.html">
<div class="hexa-a">
<div class="hcontainer-a">
<div class="vertical-align-a">
<span class="texts-a"><i class="fa fa-bar-chart-o"></i></span>
</div>
</div>
</div>
</a>
</div>
<div class="hexagon">
<a class="hlinkbott" href="Enterprise-Solutions.html">
<div class="hexa">
<div class="hcontainer">
<div class="vertical-align">
<span class="texts"></span>
</div>
</div>
</div>
</a>
</div>
<h4>Enterprise Solutions</h4>
<p><small>While earlier, mobile devices were used only for accessing data or emails on the go. Today, with the introduction of a variety of smart business applications, the way we do business has changed beyond recognition. </small></p>
<a class="btn btn-primary" href="Enterprise-Solutions.html">Read More</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<center> <img style="max-width:auto;height: auto;width:auto;" src="images/20.png"/> </center>
<div id="templatemo_portfolio" class="section2">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="secHeader">
<h1 class="text-center">Recent Project – Ready To Help</h1>
<p class="text-center"><small>Doorstep availabilty of workers </small></p>
</div>
<div class="container">
<div class="row">
<div class="col-md-12 centPic">
<center> <img style="max-width:auto;height: auto;width:auto;" src="images/bizpic.png"/> </center>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<center><h1>Our Team</h1>
<p>A visually appealing website is vital in today's world, but we feel it is equally important to make the user's experience as painless as possible. We believe that fun and functional can go hand in hand, which is why we approach every project with enthusiasm and exacting standards.</p>
<img style="max-width:auto;height: auto;width:auto;" src="images/m.jpg"/> </center>
<!---
<div class="section6">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="secHeader">
<h1 class="text-center">Happy Partners</h1>
<p class="text-center"><small>Praesent ornare felis eget lobortis tempus. Nullam ante dui, tempus ac vehicula faucibus, vestibulum ac neque. Etiam non tellus facilisis, scelerisque est sed, aliquet metus. In arcu sapien, hendrerit eu lectus et, interdum fringilla urna.</small></p>
</div>
</div>
</div>
</div>
<div class="partnerWrap">
<div class="slideshow"
data-cycle-fx=carousel
data-cycle-timeout=0
data-cycle-carousel-visible=4
data-cycle-next="#next"
data-cycle-prev="#prev"
data-cycle-carousel-fluid=true
>
<img alt="partner 1" src="images/partners/partner1.jpg">
<img alt="partner 2" src="images/partners/partner2.jpg">
<img alt="partner 3" src="images/partners/partner3.jpg">
<img alt="partner 4" src="images/partners/partner4.jpg">
<img alt="partner 5" src="images/partners/partner5.jpg">
<img alt="partner 6" src="images/partners/partner6.jpg">
<img alt="partner 7" src="images/partners/partner7.jpg">
<img alt="partner 8" src="images/partners/partner8.jpg">
</div>
<a href="#" id="prev"><< Prev </a>
<a href="#" id="next"> Next >> </a>
</div>
</div> -- eo section 6 -->
<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>