-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
430 lines (396 loc) · 19.1 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="keywords" content="techmaraga,Tech Marga, business web hosting,reliable web hosting,web hosting services,managed web hosting" />
<meta name="description" content="Website Development and Maintainance. Best Web Design and Development in Bangalore | Techmarga Software Solutions Pvt. Ltd.">
<meta name="author" content="">
<title>Best Web Design and Development in Bangalore | Techmarga Software Solutions Pvt. Ltd.</title>
<!-- Bootstrap core CSS -->
<link href="https://techmarga.com/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
<link href="https://techmarga.com/css/prettyPhoto.css" rel="stylesheet">
<link href="https://techmarga.com/css/modern-business.css" rel="stylesheet">
<link href="https://techmarga.com/css/main.css" rel="stylesheet">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script src="https://techmarga.com/js/bootstrap.min.js"></script>
<script>
var $j = jQuery.noConflict();
</script>
<style>
img[src*='https://www.freewebhostingarea.com'] { display: none; }
</style>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.0.0/jquery.min.js"></script>
<script>
var $i = jQuery.noConflict();
</script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-115755606-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-115755606-1');
</script>
<script src="https://cdn.onesignal.com/sdks/OneSignalSDK.js" async=""></script>
<script>
var OneSignal = window.OneSignal || [];
OneSignal.push(function() {
OneSignal.init({
appId: "295273aa-77ec-44fd-acee-ef3bedd1d508",
autoRegister: true,
notifyButton: {
enable: false,
},
});
});
</script>
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<script>
(adsbygoogle = window.adsbygoogle || []).push({
google_ad_client: "ca-pub-2184849607197375",
enable_page_level_ads: true
});
</script>
<script>
(function() {
var cx = '007756088586150493573:ryios1x-8ck';
var gcse = document.createElement('script');
gcse.type = 'text/javascript';
gcse.async = true;
gcse.src = 'https://cse.google.com/cse.js?cx=' + cx;
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(gcse, s);
})();
</script>
</head>
<header>
<!-- Navigation -->
<nav class="navbar fixed-top navbar-expand-lg navbar-dark bg-dark fixed-top">
<div class="container">
<a class="navbar-brand" href="https://techmarga.com/"><img src="https://techmarga.com/images/techmarga.png" width="200"></a>
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link" href="https://techmarga.com/blog">Blog</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://techmarga.com/demos">Demos</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://techmarga.com/snippets">Snippets</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://techmarga.com/about">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://techmarga.com/contact">Contact</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://techmarga.com/admin">Login</a>
</li>
<!--li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdownPortfolio" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Portfolio
</a>
<div class="dropdown-menu dropdown-menu-right" aria-labelledby="navbarDropdownPortfolio">
<a class="dropdown-item" href="portfolio-1-col.html">1 Column Portfolio</a>
<a class="dropdown-item" href="portfolio-2-col.html">2 Column Portfolio</a>
<a class="dropdown-item" href="portfolio-3-col.html">3 Column Portfolio</a>
<a class="dropdown-item" href="portfolio-4-col.html">4 Column Portfolio</a>
<a class="dropdown-item" href="portfolio-item.html">Single Portfolio Item</a>
</div>
</li-->
<!--li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdownBlog" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Blog
</a>
<!--div class="dropdown-menu dropdown-menu-right" aria-labelledby="navbarDropdownBlog">
<a class="dropdown-item" href="blog-home-1.html">Blog Home 1</a>
<a class="dropdown-item" href="blog-home-2.html">Blog Home 2</a>
<a class="dropdown-item" href="blog-post.html">Blog Post</a>
</div-->
</li>
<!--li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdownBlog" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Other Pages
</a>
<div class="dropdown-menu dropdown-menu-right" aria-labelledby="navbarDropdownBlog">
<a class="dropdown-item" href="full-width.html">Full Width Page</a>
<a class="dropdown-item" href="sidebar.html">Sidebar Page</a>
<a class="dropdown-item" href="faq.html">FAQ</a>
<a class="dropdown-item" href="404.html">404</a>
<a class="dropdown-item" href="pricing.html">Pricing Table</a>
</div>
</li-->
</ul>
</div>
</div>
</nav>
</header><body data-spy="scroll" data-target="#navbar" data-offset="0">
<style>
body
{
margin: 0;
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
text-align: left;
background-color: #fff;
}
</style>
<!-- Page Content -->
<div class="container">
<!-- Page Heading/Breadcrumbs -->
<h1 class="mt-4 mb-3">About
<small>TechMarga</small>
</h1>
<ol class="breadcrumb">
<li class="breadcrumb-item">
<a href="index.html">Home</a>
</li>
<li class="breadcrumb-item active">About</li>
</ol>
<!-- Intro Content -->
<div class="row">
<div class="col-lg-6">
<img class="img-fluid rounded mb-4" src="https://techmarga.com/images/tech-marga.png" alt="">
</div>
<div class="col-lg-6">
<h2>Welcome to TechMarga</h2>
<p>TechMarga is a web Design and Development company based in Bengaluru.We help our clients to harness the wide reach of the Internet by designing and developing web solutions that help them market their products to a wider audience. TechMarga has a vision to empower clients with marketing tools that help their business grow.</p>
<p>We strategically help our clients visualize, identify and formulate opportunities to increase their business. We immerse ourselves in the mindset of our clients to gauge their needs and fulfill their expectations.</p>
</div>
</div>
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = 'https://connect.facebook.net/en_US/sdk.js#xfbml=1&version=v3.1&appId=183730755632601&autoLogAppEvents=1';
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<!-- /.row -->
<div class="row">
<div class="col-lg-4 mb-2">
<div class="card h-100 text-center">
<h5 class="card-header">Find Us On Facebook</h5>
<div class="card-body">
<div class="fb-page" data-href="https://www.facebook.com/techmarga/" data-tabs="timeline" data-small-header="false" data-adapt-container-width="true" data-hide-cover="false" data-show-facepile="true"><blockquote cite="https://www.facebook.com/techmarga/" class="fb-xfbml-parse-ignore"><a href="https://www.facebook.com/techmarga/">techmarga</a></blockquote></div>
</div>
</div>
</div>
<div class="col-lg-4 mb-2">
<div class="card h-100 text-center">
<h5 class="card-header">Find Us On Twitter</h5>
<div class="card-body">
<div><a href="https://twitter.com/techmarga?ref_src=twsrc%5Etfw" class="twitter-follow-button" data-show-count="false">Follow @techmarga</a><script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
</div>
<a class="twitter-timeline" href="https://twitter.com/TechMarga?ref_src=twsrc%5Etfw">Tweets by TechMarga</a> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
</div>
</div>
</div>
<div class="col-lg-4 mb-2">
<!-- Place this tag after the last widget tag. -->
<script type="text/javascript">
(function() {
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
po.src = 'https://apis.google.com/js/platform.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
</script>
<h5 class="card-header">Find Us On LinkedIn</h5>
<script src="//platform.linkedin.com/in.js" type="text/javascript"> lang: en_US</script>
<script type="IN/FollowCompany" data-id="13655464" data-counter="top"></script>
</div>
</div>
<!--h2>Social Media</h2>
<div class="row">
<div class="col-lg-4 mb-4">
<div class="card h-100 text-center">
<img class="card-img-top" style="border-radius: 90%;" src="https://techmarga.com/images/arun-kimar-mg.jpg" alt="">
<div class="card-body">
<h4 class="card-title">Arun Kumar MG</h4>
<h6 class="card-subtitle mb-2 text-muted">Co-Founder & Manager</h6>
<p class="card-text"></p>
</div>
<div class="card-footer">
<a href="#">[email protected]</a>
<a href="#">[email protected]</a>
</div>
</div>
</div-->
<!--div class="col-lg-4 mb-4">
<div class="card h-100 text-center">
<img class="card-img-top" src="http://placehold.it/750x450" alt="">
<div class="card-body">
<h4 class="card-title">Team Member</h4>
<h6 class="card-subtitle mb-2 text-muted">Position</h6>
<p class="card-text">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Possimus aut mollitia eum ipsum fugiat odio officiis odit.</p>
</div>
<div class="card-footer">
<a href="#">[email protected]</a>
</div>
</div>
</div-->
</div>
<!-- /.row -->
<!-- Our Customers -->
<!--h2>Our Customers</h2>
<div class="row">
<div class="col-lg-2 col-sm-4 mb-4">
<img class="img-fluid" src="http://placehold.it/500x300" alt="">
</div>
<div class="col-lg-2 col-sm-4 mb-4">
<img class="img-fluid" src="http://placehold.it/500x300" alt="">
</div>
<div class="col-lg-2 col-sm-4 mb-4">
<img class="img-fluid" src="http://placehold.it/500x300" alt="">
</div>
<div class="col-lg-2 col-sm-4 mb-4">
<img class="img-fluid" src="http://placehold.it/500x300" alt="">
</div>
<div class="col-lg-2 col-sm-4 mb-4">
<img class="img-fluid" src="http://placehold.it/500x300" alt="">
</div>
<div class="col-lg-2 col-sm-4 mb-4">
<img class="img-fluid" src="http://placehold.it/500x300" alt="">
</div>
</div>
<!-- /.row -->
</div>
<!-- Footer -->
<footer class="py-5 bg-dark">
<div class="container">
<div class="row">
<div class="col-sm-12 center">
<h1 class="text-white center"> </h1>
<div class="row">
<div class="col-md-3 text-white center">
<address>
<strong><i class="fa fa-map-marker"></i> Locate Us </strong><br>
<a>Techmarga Software </br> Solutions Pvt.Ltd.<br> 795 Park View, 3rd Floor
<br> Wilson Garden 9th B cross<br>
Bengaluru - 560027
</address>
</div>
<!--div class="col-md-3 text-white center" style="margin-left:15%;">
<iframe width="250" height="150" frameborder="0" style="border:0"
src="https://www.google.com/maps/embed/v1/place?q=place_id:ChIJFeF2yscVrjsRxUFmMaknu-k&key=AIzaSyAUGYsoMeMcUvF2Nq7ke5iZ_0075gggmuI" allowfullscreen></iframe>
</div-->
<div class="col-md-3 text-white center">
<address>
<strong>Sitemap</strong><br>
<a href="https://techmarga.com/blog" class="text-#419aca">Blog</a> <br>
<a href="https://techmarga.com/snippets" class="text-#419aca">Snippets</a> <br>
<a href="https://techmarga.com/demos" class="text-#419aca">Demos</a> <br>
<a href="https://techmarga.com/about" class="text-#419aca">About</a> <br>
<a href="https://techmarga.com/contact" class="text-#419aca">Contact</a> <br>
<a href="https://techmarga.com/login" class="text-#419aca">Login</a>
</address>
</div>
<div class="col-md-3 text-white center">
<address>
<strong>We Provide</strong><br>
<a href="#" class="text-#419aca">Web Design & Development</a><br>
<a href="#" class="text-#419aca">Domain & Hosting</a> <br>
<a href="#" class="text-#419aca">Website Maintenance</a> <br>
<a href="#" class="text-#419aca">SEO & SEM Services</a> <br>
<a href="#" class="text-#419aca">Application Development</a><br>
<a href="#" class="text-#419aca">Ecommerce Development</a>
</address>
</div>
<!--div class="col-md-3 text-white center">
<address>
<strong>Tutorials</strong><br>
<a href="#" class="text-#419aca">MySQL</a><br>
<a href="#" class="text-#419aca">PHP</a> <br>
<a href="#" class="text-#419aca">Codeigniter</a> <br>
<a href="#" class="text-#419aca">Bootstrap</a> <br>
</address>
</div-->
</div>
</div>
</div><!--/.col-sm-6-->
</div><!--/.row-->
<div class="container center">
<form action="https://techmarga.com/feedback/send_mail" method="post">
<div class="input-group" style="margin-left:auto;margin-right:auto;">
<input class="btn btn-md" name="email" id="email" type="email" value="" placeholder=" Subscribe Newsletter" required>
<button class="btn btn-info btn-md" type="submit">Send</button>
<br>
</div>
</form>
</div>
<div class="container">
<p class="m-0 text-center text-white">
<a href="https://www.facebook.com/techmarga" target="_blank"><i class="fa fa-facebook icon-facebook icon-social"></i> </a>
<a href="https://plus.google.com/b/106788181481544592130/106788181481544592130" target="_blank"><i class="fa fa-google-plus icon-google-plus icon-social"></i> </a>
<a href="https://www.linkedin.com/company/techmarga" target="_blank"><i class="fa fa-linkedin icon-linkedin icon-social"></i> </a>
<a href="https://www.twitter.com/techmarga" target="_blank"><i class="fa fa-twitter icon-twitter icon-social"></i> </a>
</p>
</div>
<div class="container">
<p class="m-0 text-center text-white">© Techmarga Software Solutions - 2020 All Rights Reserved.<br> Made with <i style="color:#F74933;" class="fa fa-heart icon-heart heart" alt="love"></i> In Bengaluru</p>
</div>
<!-- /.container -->
</footer>
<style>
.whatsapp
{
border: medium;
border-radius: 50%;
box-shadow: none;
height: 50px;
line-height: 1.7;
margin: 0;
margin-top: 0;
margin-top: 0;
opacity: .9;
outline: medium;
padding: 0;
position: fixed;
text-align: center;
text-decoration: none;
width: 50px;
z-index: 99999999;
-webkit-animation-duration: 3s;
animation-duration: 3s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
transition: all ease-in 1s;
background-color: #3aa836;
left: 0;
bottom: 40%;
}
</style>
<div class="whatsapp"><a target="_blank" href="https://api.whatsapp.com/send?phone=917019048871&text=*Hi... I'm Interested,send me Details*."><i class="fa fa-whatsapp fa-3x" style="color:#FFFFFF"></i></a></div>
<!--script src="js/bootstrap.min.js"></script-->
<script src="https://techmarga.com/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="https://techmarga.com/js/main.js"></script>
<script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-582c543abeffb46c"></script>
<script src="https://techmarga.com/bower_components/jquery/dist/jquery.min.js"></script>
<script type="text/javascript">
//var test = $("image[src='https://www.freewebhostingarea.com/images/poweredby.gif']").parents("div").html();
var otherDomain='www.freewebhostingarea.com';
$( document ).ready(function() {
$('img').each(function(){
var url = $(this).attr('src');
var domain = url.replace('http://','').replace('https://','').split(/[/?#]/)[0];
console.log(domain);
if(domain == otherDomain)
{
$(this).parent().remove();
}
});
});
</script>
</body>
</html>