-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathabout.html
More file actions
568 lines (513 loc) · 19.6 KB
/
about.html
File metadata and controls
568 lines (513 loc) · 19.6 KB
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
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
<!DOCTYPE html>
<html>
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-174922638-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-174922638-1');
</script>
<title>ZodiacTECH</title>
<link rel="icon" href="images/icon.jpg">
<!--/tags -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="keywords" content="ZodiacTECH Responsive web template, Bootstrap Web Templates, Flat Web Templates, Android Compatible web template,
Smartphone Compatible web template, free webdesigns for Nokia, Samsung, LG, SonyEricsson, Motorola web design" />
<script type="application/x-javascript">
addEventListener("load", function () {
setTimeout(hideURLbar, 0);
}, false);
function hideURLbar() {
window.scrollTo(0, 1);
}
</script>
<!--//tags -->
<link href="css/bootstrap.css" rel="stylesheet" type="text/css" media="all" />
<link href="css/style.css" rel="stylesheet" type="text/css" media="all" />
<link href="css/team.css" rel="stylesheet" type="text/css" media="all" />
<link href="css/font-awesome.css" rel="stylesheet">
<!-- //for bootstrap working -->
<link href="//fonts.googleapis.com/css?family=Raleway:100,100i,200,300,300i,400,400i,500,500i,600,600i,700,800" rel="stylesheet">
<link href="//fonts.googleapis.com/css?family=Source+Sans+Pro:300,300i,400,400i,600,600i,700" rel="stylesheet">
</head>
<body>
<div class="top_header" id="home">
<!-- Fixed navbar -->
<nav class="navbar navbar-default navbar-fixed-top">
<div class="nav_top_fx_w3ls_agileinfo">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false"
aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<div class="logo-w3layouts-agileits">
<h1> <a class="navbar-brand" href="index.html"><img src="images/logo.jpg" height="70" ></a></h1>
</div>
</div>
<div id="navbar" class="navbar-collapse collapse">
<div class="nav_right_top">
<ul class="nav navbar-nav navbar-right">
<li><a class="request" href="contact.html">Send Request</a></li>
</ul>
<ul class="nav navbar-nav">
<li><a href="index.html">Home</a></li>
<li class="active"><a href="about.html">About</a></li>
<li><a href="portfolio.html">Portfolio</a></li>
<li><a href="contact.html">Contact</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Dropdown <span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="portfolio.html">Projects</a></li>
<li><a href="404.html">Services</a></li>
</ul>
</li>
</ul>
</div>
</div>
<!--/.nav-collapse -->
</div>
</nav>
</div>
<!--/banner_info-->
<div class="banner_inner_con">
</div>
<div class="services-breadcrumb">
<div class="inner_breadcrumb">
<ul class="short">
<li><a href="index.html">Home</a><span>|</span></li>
<li>About</li>
</ul>
</div>
</div>
<!--//banner_info-->
<!--/ab-->
<div class="banner_bottom">
<div class="container">
<h3 class="tittle-w3ls">About Us</h3>
<div class="inner_sec_info_wthree_agile">
<div class="help_full">
<div class="col-md-6 banner_bottom_grid help">
<img src="images/ab.png" alt=" " class="img-responsive">
</div>
<div class="col-md-6 banner_bottom_left">
<h4>Technology for Innovators</h4>
<p>We are Programmers,Bloggers,Deveopers,Inventors.</p>
<p>Committed to People.Committed to the Future.</p>
<div class="ab_button">
<a class="btn btn-primary btn-lg hvr-underline-from-left" href="single.html" role="button">Read More </a>
</div>
</div>
<div class="clearfix"></div>
</div>
</div>
<div class="news-main">
<div class="col-md-4 banner_bottom_left">
<div class="banner_bottom_pos">
<div class="banner_bottom_pos_grid">
<div class="col-xs-3 banner_bottom_grid_left">
<div class="banner_bottom_grid_left_grid">
<span class="fa fa-laptop" aria-hidden="true"></span>
</div>
</div>
<div class="col-xs-9 banner_bottom_grid_right">
<h4>Digital Solutions</h4>
<p>Provide you the Top Expert's Advise and Solution.Serving Infromation,Digitally Yours </p>
</div>
<div class="clearfix"> </div>
</div>
</div>
</div>
<div class="col-md-4 banner_bottom_left">
<div class="banner_bottom_pos">
<div class="banner_bottom_pos_grid">
<div class="col-xs-3 banner_bottom_grid_left">
<div class="banner_bottom_grid_left_grid">
<span class="fa fa-pencil-square-o" aria-hidden="true"></span>
</div>
</div>
<div class="col-xs-9 banner_bottom_grid_right">
<h4>Live Website Builder</h4>
<p>Built Yours WEBSITES, According to you, for you, for peoples, People Making Technology Work, Has it Changed Your Life Yet? Get more out of now</p>
</div>
<div class="clearfix"> </div>
</div>
</div>
</div>
<div class="col-md-4 banner_bottom_left">
<div class="banner_bottom_pos">
<div class="banner_bottom_pos_grid">
<div class="col-xs-3 banner_bottom_grid_left">
<div class="banner_bottom_grid_left_grid">
<span class="fa fa-newspaper-o" aria-hidden="true"></span>
</div>
</div>
<div class="col-xs-9 banner_bottom_grid_right">
<h4>Creative Strategy</h4>
<p>Your Vision, Our Future, Your potential. Our passion, You've got questions, we've got answers, We Make IT Happen</p>
</div>
<div class="clearfix"> </div>
</div>
</div>
</div>
<div class="clearfix"></div>
</div>
</div>
</div>
<!--//ab-->
<!--/what-->
<div class="works">
<div class="container">
<h3 class="tittle-w3ls cen">What we do</h3>
<div class="inner_sec_info_wthree_agile">
<div class="ser-first">
<div class="col-md-3 ser-first-grid text-center">
<span class="fa fa-shield" aria-hidden="true"></span>
<h3>Designing</h3>
<p>Designing Application, Websites, User Interface and The Tech</p>
</div>
<div class="col-md-3 ser-first-grid text-center">
<span class="fa fa-pencil" aria-hidden="true"></span>
<h3>Developers</h3>
<p>Develop and publish Websites and Web Apllication. Also Developing mobile apllications</p>
</div>
<div class="col-md-3 ser-first-grid text-center">
<span class="fa fa-star" aria-hidden="true"></span>
<h3>Top Calibre</h3>
<p>Designs to be Loved by everyone, 100% Original Content, Hard to Find elsewhere</p>
</div>
<div class="col-md-3 ser-first-grid text-center">
<span class="fa fa-thumbs-up" aria-hidden="true"></span>
<h3>User Experience</h3>
<p>User Friendly, User Trusted, Connecting People, Experience IT.</p>
</div>
<div class="clearfix"></div>
</div>
</div>
</div>
</div>
<!--//what-->
<!-- /team -->
<div class="banner_bottom proj">
<div class="container">
<h3 class="tittle-w3ls">Our Team</h3>
<div class="inner_sec_info_wthree_agile">
<div class="col-md-3 team_grid_info">
<img src="images/t1.jpeg" alt=" " class="img-responsive" />
<h3>Harnoor Singh </h3>
<p>Content Manager</p>
<div class="team_icons">
<ul>
<li><a href="https://www.facebook.com/harnoor.singh.146069" class="facebook"><i class="fa fa-facebook" aria-hidden="true"></i></a></li>
<li><a href="https://www.instagram.com/harnoor_singh_2923/?r=nametag" class="instagram"><i class="fa fa-instagram" aria-hidden="true"></i></a></li>
<li><a href="#" class="dribble"><i class="fa fa-dribbble" aria-hidden="true"></i></a></li>
</ul>
</div>
</div>
<div class="col-md-3 team_grid_info">
<img src="images/t2.jpeg" alt=" " class="img-responsive" />
<h3>Ujjwal Tomar </h3>
<p>CEO & Founder of ZodiacTECH</p>
<div class="team_icons">
<ul>
<li><a href="https://www.facebook.com/ujjwal.tomar.503" class="facebook"><i class="fa fa-facebook" aria-hidden="true"></i></a></li>
<li><a href="https://www.instagram.com/_ujjwal_tomar_/?r=nametag" class="instagram"><i class="fa fa-instagram" aria-hidden="true"></i></a></li>
<li><a href="#" class="dribble"><i class="fa fa-dribbble" aria-hidden="true"></i></a></li>
</ul>
</div>
</div>
<div class="col-md-3 team_grid_info">
<img src="images/t3.jpeg" alt=" " class="img-responsive" />
<h3>Siddharth Kumar Singh </h3>
<p>Media Head</p>
<div class="team_icons">
<ul>
<li><a href="https://www.facebook.com/profile.php?id=100007981154481" class="facebook"><i class="fa fa-facebook" aria-hidden="true"></i></a></li>
<li><a href="https://www.instagram.com/sxxdqvxtq?r=nametag" class="instagram"><i class="fa fa-instagram" aria-hidden="true"></i></a></li>
<li><a href="#" class="dribble"><i class="fa fa-dribbble" aria-hidden="true"></i></a></li>
</ul>
</div>
</div>
<div class="col-md-3 team_grid_info">
<img src="images/t4.jpeg" alt=" " class="img-responsive" />
<h3>Saurabh Anand </h3>
<p>Director</p>
<div class="team_icons">
<ul>
<li><a href="https://www.facebook.com/profile.php?id=100006034669191" class="facebook"><i class="fa fa-facebook" aria-hidden="true"></i></a></li>
<li><a href="https://www.instagram.com/saurabhspi/?r=nametag" class="instagram"><i class="fa fa-instagram" aria-hidden="true"></i></a></li>
<li><a href="#" class="dribble"><i class="fa fa-dribbble" aria-hidden="true"></i></a></li>
</ul>
</div>
</div>
<div class="clearfix"></div>
</div>
</div>
</div>
<!-- //team -->
<!--/bottom-->
<div class="banner_bottom">
<div class="container">
<h3 class="tittle-w3ls"> How we Work..... </h3>
<div class="inner_sec_info_wthree_agile">
<div class="help_full">
<div class="col-md-6 banner_bottom_left">
<p>We provide par-excellence spadework, the best for work you are looking for. Website development, management, coding, and related work is your culture and friendly work is our personality. For us, nothing is valuable than our customers' gratification.
<p>All of our team members respect the time and you can rely on us for it. Fairness is our second moto, trust and respect will always be there.
<p>Your desire is our fulfillment. Your goal is our future.
<p>"We are what we repeatedly do. Excellence, then, is not an act, but a habit." -Aristotle
</p>
<div class="ab_button">
<a class="btn btn-primary btn-lg hvr-underline-from-left" href="single.html" role="button">Read More </a>
</div>
</div>
<div class="col-md-6 banner_bottom_grid help">
<img src="images/banner_mid.jpg" alt=" " class="img-responsive">
</div>
<div class="clearfix"></div>
</div>
</div>
</div>
</div>
<!--//bottom-->
<!--/testimonials-->
<div class="tesimonials">
<div class="container">
<h3 class="tittle-w3ls cen">Testimonials</h3>
<div class="inner_sec">
<div class="test_grid_sec">
<div class="col-md-offset-2 col-md-8">
<div class="carousel slide two" data-ride="carousel" id="quote-carousel">
<!-- Bottom Carousel Indicators -->
<ol class="carousel-indicators two">
<li data-target="#quote-carousel" data-slide-to="0" class="active"></li>
<li data-target="#quote-carousel" data-slide-to="1"></li>
<li data-target="#quote-carousel" data-slide-to="2"></li>
</ol>
<!-- Carousel Slides / Quotes -->
<div class="carousel-inner">
<!-- Quote 1 -->
<div class="item active">
<blockquote>
<div class="test_grid">
<div class="col-sm-3 text-center test_img">
<img src="images/test1.jpeg" class="img-responsive" alt="">
</div>
<div class="col-sm-9 test_img_info">
<p>Best Website in the Field of Designig, best and attractive design for my website, Fits Perfectly!!!!! </p>
<h6>Vanshika Harishchandra</h6>
</div>
</div>
</blockquote>
</div>
<!-- Quote 2 -->
<div class="item">
<blockquote>
<div class="test_grid">
<div class="col-sm-3 text-center test_img">
<img src="images/test2.jpeg" class="img-responsive" alt="">
</div>
<div class="col-sm-9 test_img_info">
<p>Super content and design for my Mobile Application, Trustworthy, Super Fast..... <br/>Love u ZodiacTECH</p>
<h6>Kirtivardhan Singh</h6>
</div>
</div>
</blockquote>
</div>
<!-- Quote 3 -->
<div class="item">
<blockquote>
<div class="test_grid">
<div class="col-sm-3 text-center test_img">
<img src="images/test3.jpeg" class="img-responsive" alt="">
</div>
<div class="col-sm-9 test_img_info">
<p>Best and Unique Design, easy to operate, content is too good, Best For Designs.....</p>
<h6>Mohammad Asif Siraj</h6>
</div>
</div>
</blockquote>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!--//testimonials-->
<!-- /newsletter-->
<div class="newsletter_w3ls_agileits">
<div class="col-sm-6 newsleft">
<h3>Sign up for Newsletter !</h3>
</div>
<div class="col-sm-6 newsright">
<form name="Newsletter" method="POST" data-netlify="true">
<input type="email" name="email"placeholder="Enter your email..." name="email" required="">
<input type="submit" value="Subscribe">
</form>
</div>
<div class="clearfix"></div>
</div>
<!-- //newsletter-->
<!-- footer -->
<div class="footer">
<div class="footer_inner_info_w3ls_agileits">
<div class="col-md-3 footer-left">
<h2><a href="index.html"><img src="images/logo.jpg" height="70"></i> </a></h2>
</p>Technology for Innovators,</p>
Simple Solutions for Complex Connections,</p>
We Make IT Happen
</p>
<ul class="social-nav model-3d-0 footer-social social two">
<li>
<a href="#" class="facebook">
<div class="front"><i class="fa fa-facebook" aria-hidden="true"></i></div>
<div class="back"><i class="fa fa-facebook" aria-hidden="true"></i></div>
</a>
</li>
<li>
<a href="#" class="twitter">
<div class="front"><i class="fa fa-twitter" aria-hidden="true"></i></div>
<div class="back"><i class="fa fa-twitter" aria-hidden="true"></i></div>
</a>
</li>
<li>
<a href="#" class="instagram">
<div class="front"><i class="fa fa-instagram" aria-hidden="true"></i></div>
<div class="back"><i class="fa fa-instagram" aria-hidden="true"></i></div>
</a>
</li>
<li>
<a href="#" class="pinterest">
<div class="front"><i class="fa fa-linkedin" aria-hidden="true"></i></div>
<div class="back"><i class="fa fa-linkedin" aria-hidden="true"></i></div>
</a>
</li>
</ul>
</div>
<div class="col-md-9 footer-right">
<div class="sign-grds">
<div class="col-md-4 sign-gd">
<h4>Latest <span>Info</span> </h4>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="404.html">Services</a></li>
<li><a href="signin.html">Signin</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
<div class="col-md-3 sign-gd flickr-post">
<h4>Our <span>Works</span></h4>
<ul>
<li><a href="pegasus.html"><img src="images/blog-img1.jpg" alt=" " class="img-responsive" /></a></li>
<li><a href="single.html"><img src="images/g2.jpg" alt=" " class="img-responsive" /></a></li>
<li><a href="single.html"><img src="images/g3.jpg" alt=" " class="img-responsive" /></a></li>
<li><a href="single.html"><img src="images/g4.jpg" alt=" " class="img-responsive" /></a></li>
<li><a href="single.html"><img src="images/g5.jpg" alt=" " class="img-responsive" /></a></li>
<li><a href="single.html"><img src="images/g6.jpg" alt=" " class="img-responsive" /></a></li>
<li><a href="single.html"><img src="images/g7.jpg" alt=" " class="img-responsive" /></a></li>
<li><a href="single.html"><img src="images/g8.jpg" alt=" " class="img-responsive" /></a></li>
<li><a href="single.html"><img src="images/g4.jpg" alt=" " class="img-responsive" /></a></li>
</ul>
</div>
<div class="col-md-5 sign-gd-two">
<h4>Contact <span>Information</span></h4>
<div class="address">
<div class="address-grid">
<div class="address-left">
<i class="fa fa-phone" aria-hidden="true"></i>
</div>
<div class="address-right">
<h6>Phone Number</h6>
<p>+91 9560838821</p>
</div>
<div class="clearfix"> </div>
</div>
<div class="address-grid">
<div class="address-left">
<i class="fa fa-envelope" aria-hidden="true"></i>
</div>
<div class="address-right">
<h6>Email Address</h6>
<p>Email :<a href="mailto:[email protected]"> [email protected]</a></p>
</div>
<div class="clearfix"> </div>
</div>
<div class="address-grid">
<div class="address-left">
<i class="fa fa-map-marker" aria-hidden="true"></i>
</div>
<div class="address-right">
<h6>Location</h6>
<p>Najafgarh, New Delhi, India.
</p>
</div>
<div class="clearfix"> </div>
</div>
</div>
</div>
<div class="clearfix"></div>
</div>
</div>
<div class="clearfix"></div>
<p class="copy-right">© 2019 ZodiacTECH. All rights reserved </a></p>
</div>
</div>
</div>
<!-- //footer -->
<!-- js -->
<script type="text/javascript" src="js/jquery-2.2.3.min.js"></script>
<script type="text/javascript" src="js/bootstrap.js"></script>
<script>
$('ul.dropdown-menu li').hover(function () {
$(this).find('.dropdown-menu').stop(true, true).delay(200).fadeIn(500);
}, function () {
$(this).find('.dropdown-menu').stop(true, true).delay(200).fadeOut(500);
});
</script>
<!-- start-smoth-scrolling -->
<script type="text/javascript" src="js/move-top.js"></script>
<script type="text/javascript" src="js/easing.js"></script>
<script type="text/javascript">
jQuery(document).ready(function ($) {
$(".scroll").click(function (event) {
event.preventDefault();
$('html,body').animate({
scrollTop: $(this.hash).offset().top
}, 900);
});
});
</script>
<!-- start-smoth-scrolling -->
<!-- stats -->
<script src="js/jquery.waypoints.min.js"></script>
<script src="js/jquery.countup.js"></script>
<script>
$('.counter').countUp();
</script>
<!-- //stats -->
<script type="text/javascript">
$(document).ready(function () {
/*
var defaults = {
containerID: 'toTop', // fading element id
containerHoverID: 'toTopHover', // fading element hover id
scrollSpeed: 1200,
easingType: 'linear'
};
*/
$().UItoTop({
easingType: 'easeOutQuart'
});
});
</script>
<a href="#home" class="scroll" id="toTop" style="display: block;"> <span id="toTopHover" style="opacity: 1;"> </span></a>
</body>
</html>