-
Notifications
You must be signed in to change notification settings - Fork 0
/
services.html
206 lines (205 loc) · 13.1 KB
/
services.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>KheloIndia Infotech</title>
<link rel="shortcut icon" type="image/png" href="KheloIndia_icon.png"/>
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/services.css" rel="stylesheet" />
<link href="css/bootstrap-theme.min.css" rel="stylesheet" />
<link href="css/customizeStyle.css" rel="stylesheet" />
<link href="css/carousel.css" rel="stylesheet" />
<link href="css/sliderbar.css" rel="stylesheet" />
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
<link rel="stylesheet" href="css/layout.css" type="text/css">
<link href="css/style.css" rel="stylesheet" />
<script src="js/jquery.js"></script>
<script src="js/bootstrap.min.js"></script>
<script>
$(document).ready(function () {
$('#navigation_ul').hover(function () {
$('#darkness').fadeTo(200, 1);
}, function () {
$('#darkness').fadeTo(200, 0, function () {
$(this).hide();
});
});
});
</script>
</head>
<body>
<div id="darkness" style="height:1200px;"></div>
<div style="height:30px;background:#243c98;position:fixed;width:100%;z-index:1020">
<div class="pull-left" style="margin-top:3px">
<ul class="pull-left topBarLink">
<li style="border-right:2px solid rgb(0,0,120);margin-left:40px"> <a style="color:#fff"><img src="images/indiana-flag.png" style="height:15px" /> +91.759.740.2411</a></li>
<li style="border-right:2px solid rgb(0,0,120)"> <a style="color:#fff"><img src="images/us_flag_icon.png" style="height:15px" /> +91.759.740.2411</a></li>
<li style="border-right:2px solid rgb(0,0,120)"> <a style="color:#fff">English</a></li>
<li style="border-right:2px solid rgb(0,0,120)"> <a style="color:#fff">Contact</a></li>
</ul>
</div>
</div>
<div class="container" >
<div class="navbar-inverse navbar-fixed-top" role="navigation" style="width:100%;margin-left:0%;margin-top:30px">
<div class="topBar hidden-xs">
<div class="container">
<div class="pull-left col-md-3">
<a class="navbar-brand" href="default.html">
<img itemprop="image" class="img-responsive logo" alt="KheloIndia Logo" src="images/kheloindiakhelo.png" style="height:50px;margin-top:2%">
</a>
</div>
<div class="navBox pull-right col-md-7" style="margin-top:3%">
<div class="container ">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<div class="navbar-collapse collapse ">
<ul class="nav navbar-nav" id="navigation_ul">
<li><a href="default.html">HOME</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" aria-expanded="false">ABOUT<b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="about.html">Company Overview</a></li>
<li><a href="team.html">Company Team</a></li>
<li><a href="customer_success.html">Customer Success</a></li>
</ul>
</li>
<li><a href="services.html" style="color:#243c98">SERVICES</a></li>
<li><a href="portfolio.html">PORTFOLIO</a> </li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" aria-expanded="false">PRODUCT<b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="product.html">KheloIndia Plant</a></li>
<li><a href="product.html">Mobile Development</a></li>
<li><a href="product.html">Web Development</a></li>
<li><a href="product.html">Software Development</a></li>
</ul>
</li>
<li><a href="partner.html">PARTNERS</a> </li>
<li><a href="contact.html">CONTACT</a> </li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="myCarousel" class="carousel slide" data-ride="carousel" style="margin-top:130px">
<ol class="carousel-indicators">
<li data-target="#myCarousel" data-slide-to="0" class="active"></li>
<li data-target="#myCarousel" data-slide-to="1"></li>
<li data-target="#myCarousel" data-slide-to="2"></li>
<li data-target="#myCarousel" data-slide-to="3"></li>
<li data-target="#myCarousel" data-slide-to="4"></li>
<li data-target="#myCarousel" data-slide-to="5"></li>
<li data-target="#myCarousel" data-slide-to="6"></li>
<li data-target="#myCarousel" data-slide-to="7"></li>
<li data-target="#myCarousel" data-slide-to="8"></li>
</ol>
<div class="carousel-inner">
<div class="item active slider06">
<img alt="KheloIndia Infotech" class="img-responsive" src="images/Img01.png" style="width:100%">
</div>
<div class="item slider08">
<img alt="KheloIndia Infotech" class="img-responsive" src="images/Img02.png" style="width:100%">
</div>
<div class="item slider03">
<img alt="KheloIndia Infotech" class="img-responsive" src="images/Img03.png" style="width:100%">
</div>
</div>
<a class="right carousel-control" style="margin-right:11%" href="#myCarousel" role="button" data-slide="prev">
<span style="vertical-align: middle;margin-top:12%" class="fa fa-chevron-left" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="right carousel-control" style="margin-right:5%" href="#myCarousel" role="button" data-slide="next">
<span class="fa fa-chevron-right" aria-hidden="true" style="vertical-align: middle;margin-top:12%"></span>
<span class="sr-only">Next</span>
</a>
</div>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<script>
(adsbygoogle = window.adsbygoogle || []).push({
google_ad_client: "ca-pub-1121831475393534",
enable_page_level_ads: true
});
</script>
<div class="container services" style="margin-top:0px">
<section id="main" style="margin-left:-15px;width:100%">
<section style="margin-top:5%">
<div class="col-md-12 features spacy" itemprop="title">
<div class="large-6 column col-md-6" itemprop="title">
<div class="row" itemprop="title">
<div class="small-2 column" itemprop="title"><i class="icon-ok-circle large colored icon-vertical animated-hover"></i></div>
<div class="small-10 column" itemprop="title">
<h4 class="no-top-margin" itemprop="name">Software development</h4>
<p itemprop="desc" itemprop="title">KheloIndia Infotech has vast experience in development of custom software solutions using the latest software technology. We offer complete end-to-end and cost-effective custom software development. We throughly analyze your business needs, industry and product and then deliver tailored cost-effective, scalable and robust solutions.</p>
</div>
</div>
</div>
<div class="large-6 column col-md-6" itemprop="title">
<div class="row" itemprop="title">
<div class="small-2 column" itemprop="title"><i class="icon-code large colored icon-vertical animated-hover"></i></div>
<div class="small-10 column" itemprop="title">
<h4 class="no-top-margin">Web Development</h4>
<p itemprop="desc">KheloIndia Infotech develops scalable and highly efficient applications for the web platforms. We develop cutting edge web applications across diverse business domains, which streamline processes and improve profitability.</p>
</div>
</div>
</div>
</div>
<div class="col-md-12 features spacy" itemprop="title">
<div class="large-6 column col-md-6" itemprop="title">
<div class="row" itemprop="title">
<div class="small-2 column" itemprop="title"><i class="icon-android large colored icon-vertical animated-hover"></i></div>
<div class="small-10 column" itemprop="title">
<h4 class="no-top-margin" itemprop="name">Mobile Apps Development</h4>
<p itemprop="desc">The mobile market has evolved exponentially due to a greater demand for next-generation technology. Today's sophisticated end users require mobile applications with more processing power, flexibility, reliability, security and integration with other applications. KheloIndia Infotech has the tools, processes and experience necessary to develop mobile applications quickly and cost-effectively. Our mobile applications will enable end user to execute required business functions via their mobile.</p>
</div>
</div>
</div>
<div class="large-6 column col-md-6" itemprop="title">
<div class="row" itemprop="title">
<div class="small-2 column" itemprop="title"><i class="icon-desktop large colored icon-vertical animated-hover"></i></div>
<div class="small-10 column" itemprop="title">
<h4 class="no-top-margin" itemprop="name">Website Designing</h4>
<p itemprop="desc">KheloIndia Infotech is the leading website designing company having years of experience and proven track records for numbers of our clients. We have experienced team who are capable of managing every project flawlessly and devotedly.</p>
</div>
</div>
</div>
</div>
<div class="col-md-12 features spacy"itemprop="title" >
<div class="large-6 column col-md-6" itemprop="title">
<div class="row" itemprop="title">
<div class="small-2 column" itemprop="title"><i class="icon-shopping-cart large colored icon-vertical animated-hover"></i></div>
<div class="small-10 column" itemprop="title">
<h4 class="no-top-margin" itemprop="name">E-commerce Websites</h4>
<p>E-Commerce enabled website provides the most cost-effective way of promoting your business online. By developing your own E Commerce enabled website we help you to your prospective customers.We are expert in e-commerce solution.</p>
</div>
</div>
</div>
</div>
</section>
</section>
</div>
</div>
<div class="container">
<div class="bottomSocialLinks footerLink" style="background-color:#434343; color:#8c8d8d">
<div class="container">
<div class="pull-left" style="margin-top:10px">
<p>
<a href="default.html">Home</a> | <a href="about.html">About</a> | <a href="sitemap.html">Sitemap</a> | <a href="contact.html">Contact</a>
</p>
<p> © 2012-2015 KheloIndia Infotech, all rights reserved. <strong>KheloIndia</strong> and <img alt="KheloIndia Logo" src="images/kheloindiakhelo.png" style="width:8%;"> are registered trademarks owned by KheloIndia Infotech
</p>
</div>
</div>
</div>
</div>
</body>
</html>