-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.php
More file actions
828 lines (734 loc) · 36 KB
/
index.php
File metadata and controls
828 lines (734 loc) · 36 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
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Software Development Company | Hollyhock Software</title>
<meta name="keywords" content="hollyhock software pvt. ltd.">
<meta name="description"
content="We are Software company and tend to provide IT services, such as APP ( android + ios + window + web + mac ) , Website , IOT , Digital marketing , SEO etc. ">
<meta name="author" content="Hollyhock software">
<!-- Stylesheets -->
<link href="assets/css/bootstrap.css" rel="stylesheet">
<!-- Revolution Slider -->
<link href="assets/plugins/revolution/css/settings.css" rel="stylesheet" type="text/css">
<!-- REVOLUTION SETTINGS STYLES -->
<link href="assets/plugins/revolution/css/layers.css" rel="stylesheet" type="text/css">
<!-- REVOLUTION LAYERS STYLES -->
<link href="assets/plugins/revolution/css/navigation.css" rel="stylesheet" type="text/css">
<!-- REVOLUTION NAVIGATION STYLES -->
<link href="assets/css/style.css" rel="stylesheet">
<link href="assets/css/responsive.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap"
rel="stylesheet">
<link rel="shortcut icon" href="assets/images/favicon.png" type="image/x-icon">
<link rel="icon" href="assets/images/favicon.png" type="image/x-icon">
<!-- Responsive -->
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
<!--[if lt IE 9]><script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.js"></script><![endif]-->
<!--[if lt IE 9]><script src="js/respond.js"></script><![endif]-->
</head>
<body class="hidden-bar-wrapper">
<div class="page-wrapper">
<?php include("content_header.php"); ?>
<!-- Main Slider -->
<section class="main-slider">
<div class="rev_slider_wrapper fullwidthbanner-container" id="rev_slider_one_wrapper" data-source="gallery">
<div class="rev_slider fullwidthabanner" id="rev_slider_one" data-version="5.4.1">
<ul>
<li data-transition="fadefromleft" data-description="Slide Description" data-index="rs-1688"
data-slotamount="default" data-thumb="assets/images/main-slider/image-1.jpg"
data-title="Slide Title">
<img alt="" class="rev-slidebg" data-bgfit="cover" data-bgparallax="10"
data-bgposition="center center" data-bgrepeat="no-repeat" data-no-retina=""
src="assets/images/main-slider/image-1.svg">
<div class="tp-caption tp-shape tp-shapewrapper tp-resizeme" data-paddingbottom="[0,0,0,0]"
data-paddingleft="[0,0,0,0]" data-paddingright="[0,0,0,0]" data-paddingtop="[0,0,0,0]"
data-responsive_offset="on" data-type="shape" data-height="auto"
data-whitespace="nowrap" data-width="none" data-hoffset="['-80','15','15','15']"
data-voffset="['50','0','0','0']" data-x="['right','right','right','right']"
data-y="['bottom','center','bottom','bottom']"
data-frames='[{"delay":300,"speed":1500,"frame":"0","from":"x:[175%];y:0px;z:0;rX:0;rY:0;rZ:0;sX:1;sY:1;skX:0;skY:0;opacity:1;","mask":"x:[-100%];y:0;s:inherit;e:inherit;","to":"o:1;","ease":"power3.out"},{"delay":"wait","speed":300,"frame":"999","to":"auto:auto;","ease":"power3.inOut"}]'>
<figure class="content-image parallax-scene-4">
<div data-depth="0.10"><img src="./image/index/web-development-services.png"
alt="" /></div>
</figure>
</div>
<div class="tp-caption" data-paddingbottom="[0,0,0,0]" data-paddingleft="[0,0,0,0]"
data-paddingright="[0,0,0,0]" data-paddingtop="[0,0,0,0]" data-responsive_offset="on"
data-type="text" data-height="none" data-width="['1100','800','800','500']"
data-whitespace="normal" data-hoffset="['15','15','15','15']"
data-voffset="['-30','-140','-120','-125']" data-x="['left','left','left','left']"
data-y="['middle','middle','middle','middle']"
data-textalign="['top','top','top','top']"
data-frames='[{"delay":0,"split":"chars","splitdelay":0.1,"speed":2000,"frame":"0","from":"x:[-105%];z:0;rX:0deg;rY:0deg;rZ:-90deg;sX:1;sY:1;skX:0;skY:0;","mask":"x:0px;y:0px;s:inherit;e:inherit;","to":"o:1;","ease":"power4.inOut"},{"delay":"wait","speed":300,"frame":"999","to":"auto:auto;","ease":"power3.inOut"}]'
style="">
<h1><span>WEB</span> <br><b style="color: var(--main-color);">DEVELOPMENT</b> <br>
SERVICES</h1>
</div>
<div class="tp-caption" data-paddingbottom="[0,0,0,0]" data-paddingleft="[0,0,0,0]"
data-paddingright="[0,0,0,0]" data-paddingtop="[0,0,0,0]" data-responsive_offset="on"
data-type="text" data-height="none" data-width="['1100','800','800','500']"
data-whitespace="normal" data-hoffset="['15','15','15','15']"
data-voffset="['140','30','40','0']" data-x="['left','left','left','left']"
data-y="['middle','middle','middle','middle']"
data-textalign="['top','top','top','top']"
data-frames='[{"delay":4500,"speed":1500,"frame":"0","from":"y:bottom;rX:-20deg;rY:-20deg;rZ:0deg;","to":"o:1;","ease":"power3.out"},{"delay":"wait","speed":300,"frame":"999","to":"auto:auto;","ease":"power3.inOut"}]'
style="">
<div class="text">We are a custom web development company that<br> provides all the
features of a top development firm for<br> numerous platforms, including web app as
well as website.
</div>
</div>
<div class="tp-caption tp-resizeme" data-paddingbottom="[0,0,0,0]"
data-paddingleft="[0,0,0,0]" data-paddingright="[0,0,0,0]" data-paddingtop="[0,0,0,0]"
data-responsive_offset="on" data-type="text" data-height="none"
data-width="['700','700','700','500']" data-whitespace="normal"
data-hoffset="['15','15','15','15']" data-voffset="['240','150','150','120']"
data-x="['left','left','left','left']" data-y="['middle','middle','middle','middle']"
data-textalign="['top','top','top','top']"
data-frames='[{"delay":5500,"speed":1500,"frame":"0","from":"y:bottom;rX:-20deg;rY:-20deg;rZ:0deg;","to":"o:1;","ease":"power3.out"},{"delay":"wait","speed":300,"frame":"999","to":"auto:auto;","ease":"power3.inOut"}]'
style="">
<div class="button-box">
<a href="#" class="theme-btn btn-style-two"><span class="txt">Let's Work Togeter <i
class="fa fa-angle-right"></i></span></a>
<a href="services.php" class="services">Popular Services</a>
</div>
</div>
<div class="tp-caption tp-shape tp-shapewrapper tp-resizeme" data-paddingbottom="[0,0,0,0]"
data-paddingleft="[0,0,0,0]" data-paddingright="[0,0,0,0]" data-paddingtop="[0,0,0,0]"
data-responsive_offset="on" data-type="shape" data-height="auto"
data-whitespace="nowrap" data-width="none" data-hoffset="['140','-410','15','15']"
data-voffset="['170','0','0','0']" data-x="['right','right','right','right']"
data-y="['bottom','center','bottom','bottom']"
data-frames='[{"delay":300,"speed":1500,"frame":"0","from":"x:[175%];y:0px;z:0;rX:0;rY:0;rZ:0;sX:1;sY:1;skX:0;skY:0;opacity:1;","mask":"x:[-100%];y:0;s:inherit;e:inherit;","to":"o:1;","ease":"power3.out"},{"delay":"wait","speed":300,"frame":"999","to":"auto:auto;","ease":"power3.inOut"}]'>
<figure class="pattern-layer"><img src="assets/images/main-slider/pattern-1.png" alt="">
</figure>
</div>
</li>
<li data-transition="fadefromleft" data-description="Slide Description" data-index="rs-1689"
data-slotamount="default" data-thumb="assets/images/main-slider/image-1.jpg"
data-title="Slide Title">
<img alt="" class="rev-slidebg" data-bgfit="cover" data-bgparallax="10"
data-bgposition="center center" data-bgrepeat="no-repeat" data-no-retina=""
src="assets/images/main-slider/image-1.svg">
<div class="tp-caption tp-shape tp-shapewrapper tp-resizeme" data-paddingbottom="[0,0,0,0]"
data-paddingleft="[0,0,0,0]" data-paddingright="[0,0,0,0]" data-paddingtop="[0,0,0,0]"
data-responsive_offset="on" data-type="shape" data-height="auto"
data-whitespace="nowrap" data-width="none" data-hoffset="['-80','15','15','15']"
data-voffset="['50','0','0','0']" data-x="['right','right','right','right']"
data-y="['bottom','center','bottom','bottom']"
data-frames='[{"delay":300,"speed":1500,"frame":"0","from":"x:[175%];y:0px;z:0;rX:0;rY:0;rZ:0;sX:1;sY:1;skX:0;skY:0;opacity:1;","mask":"x:[-100%];y:0;s:inherit;e:inherit;","to":"o:1;","ease":"power3.out"},{"delay":"wait","speed":300,"frame":"999","to":"auto:auto;","ease":"power3.inOut"}]'>
<figure class="content-image parallax-scene-4">
<div data-depth="0.10"><img src="./image/index/mobile-development-services.png"
alt="" /></div>
</figure>
</div>
<div class="tp-caption" data-paddingbottom="[0,0,0,0]" data-paddingleft="[0,0,0,0]"
data-paddingright="[0,0,0,0]" data-paddingtop="[0,0,0,0]" data-responsive_offset="on"
data-type="text" data-height="none" data-width="['1100','800','800','500']"
data-whitespace="normal" data-hoffset="['15','15','15','15']"
data-voffset="['-30','-140','-120','-125']" data-x="['left','left','left','left']"
data-y="['middle','middle','middle','middle']"
data-textalign="['top','top','top','top']"
data-frames='[{"delay":0,"split":"chars","splitdelay":0.1,"speed":2000,"frame":"0","from":"x:[-105%];z:0;rX:0deg;rY:0deg;rZ:-90deg;sX:1;sY:1;skX:0;skY:0;","mask":"x:0px;y:0px;s:inherit;e:inherit;","to":"o:1;","ease":"power4.inOut"},{"delay":"wait","speed":300,"frame":"999","to":"auto:auto;","ease":"power3.inOut"}]'
style="">
<h1><span>Mobile App</span> <br> <b style="color: var(--main-color);">Development</b>
</h1>
</div>
<div class="tp-caption" data-paddingbottom="[0,0,0,0]" data-paddingleft="[0,0,0,0]"
data-paddingright="[0,0,0,0]" data-paddingtop="[0,0,0,0]" data-responsive_offset="on"
data-type="text" data-height="none" data-width="['1100','800','800','500']"
data-whitespace="normal" data-hoffset="['15','15','15','15']"
data-voffset="['140','30','40','0']" data-x="['left','left','left','left']"
data-y="['middle','middle','middle','middle']"
data-textalign="['top','top','top','top']"
data-frames='[{"delay":4500,"speed":1500,"frame":"0","from":"y:bottom;rX:-20deg;rY:-20deg;rZ:0deg;","to":"o:1;","ease":"power3.out"},{"delay":"wait","speed":300,"frame":"999","to":"auto:auto;","ease":"power3.inOut"}]'
style="">
<div class="text">Hollyhock Software offers cutting-edge app development<br> services
for
start-ups and organizations.<br> In this age of mobile support.
</div>
</div>
<div class="tp-caption tp-resizeme" data-paddingbottom="[0,0,0,0]"
data-paddingleft="[0,0,0,0]" data-paddingright="[0,0,0,0]" data-paddingtop="[0,0,0,0]"
data-responsive_offset="on" data-type="text" data-height="none"
data-width="['700','700','700','500']" data-whitespace="normal"
data-hoffset="['15','15','15','15']" data-voffset="['240','150','150','120']"
data-x="['left','left','left','left']" data-y="['middle','middle','middle','middle']"
data-textalign="['top','top','top','top']"
data-frames='[{"delay":5500,"speed":1500,"frame":"0","from":"y:bottom;rX:-20deg;rY:-20deg;rZ:0deg;","to":"o:1;","ease":"power3.out"},{"delay":"wait","speed":300,"frame":"999","to":"auto:auto;","ease":"power3.inOut"}]'
style="">
<div class="button-box">
<a href="#" class="theme-btn btn-style-two"><span class="txt">Let’s Work Togeter <i
class="fa fa-angle-right"></i></span></a>
<a href="services.php" class="services">Popular Services</a>
</div>
</div>
<div class="tp-caption tp-shape tp-shapewrapper tp-resizeme" data-paddingbottom="[0,0,0,0]"
data-paddingleft="[0,0,0,0]" data-paddingright="[0,0,0,0]" data-paddingtop="[0,0,0,0]"
data-responsive_offset="on" data-type="shape" data-height="auto"
data-whitespace="nowrap" data-width="none" data-hoffset="['140','-410','15','15']"
data-voffset="['170','0','0','0']" data-x="['right','right','right','right']"
data-y="['bottom','center','bottom','bottom']"
data-frames='[{"delay":300,"speed":1500,"frame":"0","from":"x:[175%];y:0px;z:0;rX:0;rY:0;rZ:0;sX:1;sY:1;skX:0;skY:0;opacity:1;","mask":"x:[-100%];y:0;s:inherit;e:inherit;","to":"o:1;","ease":"power3.out"},{"delay":"wait","speed":300,"frame":"999","to":"auto:auto;","ease":"power3.inOut"}]'>
<figure class="pattern-layer"><img src="assets/images/main-slider/pattern-1.png" alt="">
</figure>
</div>
</li>
</ul>
</div>
</div>
<div class="layer-one" style="background-image: url(assets/images/main-slider/pattern-2.png)"></div>
<div class="layer-two" style="background-image: url(assets/images/main-slider/pattern-3.png)"></div>
</section>
<!-- End Main Slider -->
<!-- Featured Section -->
<section class="featured-section" style="background-image: url(assets/images/background/pattern-1.png)">
<div class="auto-container">
<!-- Sec Title -->
<div class="sec-title">
<div class="clearfix">
<div class="pull-left">
<div class="title">Explore Our Services</div>
<h2><span>Solutions to all your</span> <br> business needs.</h2>
</div>
<div class="pull-right col-sm-7">
<div class="text">We provide all kind of IT services including Frontent development ,
Backend development , Hybrid development ( android + ios + web + desktop + mac + linux )
, Embedded system and we use folowing frameworks and languages
IONIC , PYTHON , REACT-NATIVE , FLUTTER , XAMARIN , .Net , Django , JAVA , Node js ,
angular , vue js , PHP , laravel , CodeIgniter, web forms , Mysql Database , sql ,
MongoDB , Oracle etc.
</div>
</div>
</div>
</div>
<!-- End Sec Title -->
<div class="row clearfix">
<!-- Feature Block -->
<div class="feature-block col-lg-3 col-md-6 col-sm-12">
<div class="inner-box wow fadeInLeft" data-wow-delay="150ms" data-wow-duration="1500ms">
<span class="icon transition-500ms">
<img src="assets/images/icons/mobile-web.svg" alt="" />
</span>
<h5><a href="service-detail.php">App development</a></h5>
<div class="text">We develop App & Software for all platform including Android , IOS ,
Window , Mac ,
Linux , Watch OS etc. </div>
<!-- our developer uses skills to create, test, and develop applications and often take into account UI and UX principles during development. -->
<!-- <a href="service-detail.php" class="read-more">Read more</a> -->
</div>
</div>
<!-- Feature Block -->
<div class="feature-block col-lg-3 col-md-6 col-sm-12">
<div class="inner-box wow fadeInLeft" data-wow-delay="300ms" data-wow-duration="1500ms">
<span class="icon transition-500ms">
<img src="assets/images/icons/web.svg" alt="" />
</span>
<h5><a href="service-detail.php">Web development</a></h5>
<div class="text">We built website for your business.
our developer are responsible for the design and construction of websites. </div>
<!-- They ensure that sites meet user expectations by ensuring they look good, run smoothly and offer easy access points -->
<!-- <a href="service-detail.php" class="read-more">Read more</a> -->
</div>
</div>
<!-- Feature Block -->
<div class="feature-block col-lg-3 col-md-6 col-sm-12">
<div class="inner-box wow fadeInLeft" data-wow-delay="450ms" data-wow-duration="1500ms">
<span class="icon transition-500ms">
<img src="assets/images/icons/embedded.svg" alt="" />
</span>
<h5><a href="service-detail.php">Embedded system</a></h5>
<div class="text">Our developer having good experience in Embedded
systems, We have good command over embedded devices. </div>
<!-- We have good command over embedded devices and software of cars, home appliances, medical devices, interactive kiosks, and other equipment we use in our daily lives -->
<!-- <a href="service-detail.php" class="read-more">Read more</a> -->
</div>
</div>
<!-- Feature Block -->
<div class="feature-block col-lg-3 col-md-6 col-sm-12">
<div class="inner-box wow fadeInLeft" data-wow-delay="0ms" data-wow-duration="1500ms">
<span class="icon transition-500ms">
<img src="assets/images/icons/developer.svg" alt="" />
</span>
<h5><a href="service-detail.php">Developer on demand</a></h5>
<div class="text">Hire our professional developer for your project
they have responsibilities such as creating, producing clean code.
</div>
<!-- <a href="service-detail.php" class="read-more">Read more</a> -->
</div>
</div>
</div>
<!-- Lower Text -->
<div class="lower-text text-center">Have any project on mind or work together ? <a
href="contact.php">contact us</a></div>
</div>
</section>
<!-- End Featured Section -->
<!-- About Section -->
<section class="about-section">
<div class="auto-container">
<div class="row clearfix">
<!-- Image Column -->
<div class="image-column col-lg-6 col-md-12 col-sm-12">
<div class="inner-column parallax-scene-1 wow fadeInLeft" data-wow-delay="0ms"
data-wow-duration="1500ms">
<div class="image" data-depth="0.40">
<img src="assets/images/resource/about.png" alt="" />
</div>
</div>
</div>
<!-- Content Column -->
<div class="content-column col-lg-6 col-md-12 col-sm-12">
<div class="inner-column">
<!-- Sec Title -->
<div class="sec-title">
<div class="title">About Company</div>
<h2><span>Welcome to</span> <br> <b style="color: var(--main-color);">Hollyhock
Software</b></h2>
<div class="text">Hollyhock Software Pvt. Ltd. is a software development company with
headquarters in the
India that specializes in offering innovative technological solutions to companies
all over the world.
</div>
<div class="text">
Hollyhock Software Pvt. Ltd. combines technological know-how, unique domain
experience, and a desire
for excellence to offer enterprise-grade solutions. Hollyhock is a mobile and
web-based application development firm with over 40+ professional software
developers.
</div>
<!-- Button Box -->
<div class="button-box mt-3">
<a href="about.php" class="theme-btn btn-style-one"><span class="txt">Learn About
Us <i class="fa fa-angle-right"></i></span></a>
</div>
<!-- End Button Box -->
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End About Section -->
<!-- Agency Section -->
<section class="agency-section" style="background-image: url(assets/images/background/pattern-3.png)">
<div class="pattern-layer-one" style="background-image: url(assets/images/background/pattern-2.png)"></div>
<div class="pattern-layer-two" style="background-image: url(assets/images/background/pattern-4.png)"></div>
<div class="pattern-layer-three" style="background-image: url(assets/images/background/plus.png)"></div>
<div class="auto-container">
<div class="row clearfix">
<!-- Title Column -->
<div class="title-column col-lg-5 col-md-12 col-sm-12">
<div class="inner-column">
<!-- Sec Title / Light -->
<div class="sec-title light">
<div class="title">Have Any Project ?</div>
<h2><span>We’re Profesional</span> <br> Startup Agency, We Have 6 Years Of Experience
</h2>
</div>
</div>
</div>
<!-- Content Column -->
<div class="content-column col-lg-7 col-md-12 col-sm-12">
<div class="inner-column">
<div class="image">
<img src="assets/images/resource/agency.jpg" alt="" />
</div>
<h5>No Compromise on Quality</h5>
<p>We tend to deliver bug-free product to our clients By checking quality throughout the
development process, software quality engineers
ensures a better final product .
</p>
<!-- Button Box -->
<div class="button-box">
<a href="contact.php" class="theme-btn btn-style-three"><span class="txt">Contact Us <i
class="fa fa-angle-right"></i></span></a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End Agency Section -->
<!-- Services Section -->
<section class="services-section">
<div class="auto-container">
<!-- Sec Title -->
<div class="sec-title centered">
<div class="title">Popular Technologies</div>
<h2><span>Development</span> <br> <b style="color: var(--main-color);">technologies we work on</b>
</h2>
</div>
<div class="row clearfix">
<!-- Left Column -->
<div class="left-column col-lg-4 col-md-6 col-sm-12">
<div class="inner-column">
<!-- Service Block -->
<div class="service-block">
<div class="inner-box wow fadeInLeft" data-wow-delay="0ms" data-wow-duration="1500ms">
<span class="icon"></span>
<h5><a href="service-detail.php">Android Development</a></h5>
<div class="text">Android studio ,
React-native , Ionic , Flutter , Cordova ,
Phonegap , Xamarin.</div>
</div>
</div>
<!-- Service Block -->
<div class="service-block">
<div class="inner-box wow fadeInLeft" data-wow-delay="300ms" data-wow-duration="1500ms">
<span class="icon"></span>
<h5><a href="service-detail.php">Web Development</a></h5>
<div class="text">Angular , PHP , .net , React js , Java , Django. </div>
</div>
</div>
<!-- Service Block -->
<div class="service-block">
<div class="inner-box wow fadeInLeft" data-wow-delay="150ms" data-wow-duration="1500ms">
<span class="icon"></span>
<h5><a href="service-detail.php">Database</a></h5>
<div class="text">Oracle , Mysql , SQL , MongoDB , PostgreSQL , NoSQL , Hadoop (Big
data). </div>
</div>
</div>
</div>
</div>
<!-- Image Column -->
<div class="image-column col-lg-4 col-md-12 col-sm-12">
<div class="inner-column parallax-scene-2 wow fadeInUp" data-wow-delay="0ms"
data-wow-duration="1500ms">
<div class="image" data-depth="0.20">
<img src="./image/index/development-process.png" alt="" />
</div>
</div>
</div>
<!-- Right Column -->
<div class="right-column col-lg-4 col-md-6 col-sm-12">
<div class="inner-column">
<!-- Service Block -->
<div class="service-block">
<div class="inner-box wow fadeInRight" data-wow-delay="0ms" data-wow-duration="1500ms">
<span class="icon"></span>
<h5><a href="service-detail.php">IOS Development</a></h5>
<div class="text">Xcode ,
React-native , Ionic , Flutter , Cordova ,
Xamarin</div>
</div>
</div>
<!-- Service Block -->
<div class="service-block">
<div class="inner-box wow fadeInRight" data-wow-delay="150ms"
data-wow-duration="1500ms">
<span class="icon"></span>
<h5><a href="service-detail.php">Embedded System</a></h5>
<div class="text">Embedded C , C++ , Python , Assembly , Verilog.</div>
</div>
</div>
<!-- Service Block -->
<div class="service-block">
<div class="inner-box wow fadeInRight" data-wow-delay="300ms"
data-wow-duration="1500ms">
<span class="icon"></span>
<h5><a href="service-detail.php">Cloud Computing</a></h5>
<div class="text">AWS , Azure , Google Cloud , Alibaba Cloud.</div>
</div>
</div>
</div>
</div>
</div>
<!-- Lower Text -->
<div class="lower-text">6 Years Of Experience in Business Development Service Providing. <span>Have any
project on mind or work together ?</span> <a href="contact.php">Contact us</a></div>
</div>
</section>
<!-- End Services Section -->
<!-- Counter Section -->
<section class="counter-section">
<div class="auto-container">
<!-- Fact Counter -->
<div class="fact-counter">
<div class="row clearfix">
<!-- Column -->
<div class="counter-column col-lg-3 col-md-6 col-sm-12">
<div class="inner wow fadeInLeft" data-wow-delay="0ms" data-wow-duration="1500ms">
<div class="content">
<div class="dott"><i class="ripple"></i></div>
<div class="count-outer count-box">
<span class="count-text" data-speed="4000" data-stop="150">0</span>+
</div>
<h6>Successfully Project Done</h6>
<div class="counter-text">
We ensure to deliver fully tested and complete products.
</div>
</div>
</div>
</div>
<!-- Column -->
<div class="counter-column col-lg-3 col-md-6 col-sm-12">
<div class="inner wow fadeInLeft" data-wow-delay="150ms" data-wow-duration="1500ms">
<div class="content">
<div class="dott"><i class="ripple"></i></div>
<div class="count-outer count-box">
<span class="count-text" data-speed="5500" data-stop="15">0</span>+
</div>
<h6>Clients Saticfactions</h6>
<div class="counter-text">
Our clients are fully satisfied and happy with our products.
</div>
</div>
</div>
</div>
<!-- Column -->
<div class="counter-column col-lg-3 col-md-6 col-sm-12">
<div class="inner wow fadeInLeft" data-wow-delay="300ms" data-wow-duration="1500ms">
<div class="content">
<div class="dott"><i class="ripple"></i></div>
<div class="count-outer count-box">
<span class="count-text" data-speed="3500" data-stop="70">0</span>
</div>
<h6>Customer Services</h6>
<div class="counter-text">
We provide services to our customer
</div>
</div>
</div>
</div>
<!-- Column -->
<div class="counter-column col-lg-3 col-md-6 col-sm-12">
<div class="inner wow fadeInLeft" data-wow-delay="450ms" data-wow-duration="1500ms">
<div class="content">
<div class="dott"><i class="ripple"></i></div>
<div class="count-outer count-box">
<span class="count-text" data-speed="3000" data-stop="100">0</span>
</div>
<h6>Answered Questions</h6>
<div class="counter-text">
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End Counter Section -->
<!-- Subscribe Section -->
<section class="subscribe-section">
<div class="auto-container">
<div class="inner-container" style="background-image: url(assets/images/background/pattern-5.png)">
<div class="row clearfix">
<!-- Content Column -->
<div class="content-column col-lg-6 col-md-12 col-sm-12">
<div class="inner-column wow fadeInLeft" data-wow-delay="0ms" data-wow-duration="1500ms">
<!-- Sec Title / Light -->
<div class="sec-title light">
<h2><span>Custom App</span> <br> development</h2>
</div>
<!-- Email Box -->
<div class="text">
We are tend to provide fully customized and developed APP to the business with
material UI and Performance, We are using many technology for App development
</div>
<div class="text">Have any project on mind ? <a href="contact.php">Contact us</a></div>
</div>
</div>
<!-- Image Column -->
<div class="image-column col-lg-6 col-md-12 col-sm-12">
<div class="inner-column parallax-scene-3">
<div class="image" data-depth="0.20">
<img src="assets/images/resource/app-development.svg" alt="" />
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="testimonial-section">
<div class="auto-container pb-5">
<div class="sec-title centered">
<div class="title">Clients Testimonials</div>
<h2><span>Our Clients</span> <br> Say About Solutions</h2>
</div>
<div class="authors-outer">
<div class="author-one">
<img src="assets/images/resource/author-2.jpg" alt="">
<span>Best Quality</span>
</div>
<div class="author-two"><img src="assets/images/resource/author-3.jpg" alt=""></div>
<div class="author-three"><img src="assets/images/resource/author-4.jpg" alt=""></div>
<div class="author-four">
<img src="assets/images/resource/author-5.jpg" alt="">
<span><i class="fa fa-star"></i>5 Rating</span>
</div>
</div>
<div class="inner-container">
<div class="carousel-box">
<div class="single-item-carousel owl-carousel owl-theme">
<div class="testimonial-block">
<div class="inner-box">
<span class="quote-icon flaticon-right-quote"></span>
<div class="text">Hollyhock Software provide best solution to your business with
good support services. Hollyhock software give you the way to raise your
business with their software solution.</div>
<div class="author-box">
<div class="box-inner">
<span class="author-image">
<img src="assets/images/resource/coolma.png" alt="" />
</span>
<h5>Jignesh patel</h5>
<div class="designation">Coolma CEO & Owner</div>
</div>
</div>
</div>
</div>
<div class="testimonial-block">
<div class="inner-box">
<span class="quote-icon flaticon-right-quote"></span>
<div class="text">Hollyhock Software give you the best solution to your business
that will help you to grow up your business smoothly.</div>
<div class="author-box">
<div class="box-inner">
<span class="author-image">
<img src="assets/images/resource/udas.png" alt="" />
</span>
<h5>Jai keshwani</h5>
<div class="designation">Manglamvastu CEO & Owner</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- <div class="auto-container">
<div class="sec-title">
<div class="clearfix">
<div class="pull-left">
<div class="title">Latest News & Blog</div>
<h2><span>Something Knows Us </span> <br> Our News & Blog</h2>
</div>
<div class="pull-right">
<div class="button-box">
<a href="blog.php" class="theme-btn btn-style-four"><span class="txt">View More News <i
class="fa fa-angle-right"></i></span></a>
</div>
</div>
</div>
</div>
<div class="row clearfix">
<div class="news-block col-lg-4 col-md-6 col-sm-12">
<div class="inner-box wow fadeInLeft" data-wow-delay="0ms" data-wow-duration="1500ms">
<div class="image">
<a href="blog-detail.php"><img src="assets/images/resource/news-1.jpg" alt="" /></a>
</div>
<div class="lower-content">
<ul class="post-info">
<li>Design</li>
<li>2022, Feb 25</li>
</ul>
<h5><a href="blog-detail.php">Meet Touch Design Mobile Interfaces New Smas</a></h5>
<div class="text">Sit amet consectetur adipiscin elitsy eiusmod tempor incididunt</div>
<div class="button-box">
<a href="about.php" class="theme-btn btn-style-one"><span class="txt">Read More <i
class="fa fa-angle-right"></i></span></a>
</div>
</div>
</div>
</div>
<div class="news-block col-lg-4 col-md-6 col-sm-12">
<div class="inner-box wow fadeInUp" data-wow-delay="0ms" data-wow-duration="1500ms">
<div class="image">
<a href="blog-detail.php"><img src="assets/images/resource/news-2.jpg" alt="" /></a>
</div>
<div class="lower-content">
<ul class="post-info">
<li>Design</li>
<li>2022, Feb 25</li>
</ul>
<h5><a href="blog-detail.php">Powerful Termand Lineesy Tools For Modern Web</a></h5>
<div class="text">Sit amet consectetur adipiscin elitsy eiusmod tempor incididunt</div>
<div class="button-box">
<a href="about.php" class="theme-btn btn-style-one"><span class="txt">Read More <i
class="fa fa-angle-right"></i></span></a>
</div>
</div>
</div>
</div>
<div class="news-block col-lg-4 col-md-6 col-sm-12">
<div class="inner-box wow fadeInRight" data-wow-delay="0ms" data-wow-duration="1500ms">
<div class="image">
<a href="blog-detail.php"><img src="assets/images/resource/news-3.jpg" alt="" /></a>
</div>
<div class="lower-content">
<ul class="post-info">
<li>Design</li>
<li>2022, Feb 25</li>
</ul>
<h5><a href="blog-detail.php">Meet Touch Design Mobile Interfaces New Smas</a></h5>
<div class="text">Sit amet consectetur adipiscin elitsy eiusmod tempor incididunt</div>
<div class="button-box">
<a href="about.php" class="theme-btn btn-style-one"><span class="txt">Read More <i
class="fa fa-angle-right"></i></span></a>
</div>
</div>
</div>
</div>
</div>
</div> -->
</section>
<section class="cta-section" style="background-image: url(assets/images/background/1.jpg)">
<div class="pattern-layer" style="background-image: url(assets/images/background/pattern-6.png)"></div>
<div class="auto-container">
<div class="content-box wow rollIn" data-wow-delay="0ms" data-wow-duration="1500ms">
<div class="sec-title light">
<div class="title">Contact us!</div>
<h2><span>Have Any Projects</span> <br> On Mind! Say Hi</h2>
</div>
<div class="button-box">
<a href="contact.php" class="theme-btn btn-style-three"><span class="txt">Next <i
class="fa fa-angle-right"></i></span></a>
</div>
</div>
</div>
</section>
<!-- End CTA Section -->
<?php include("content_footer.php"); ?>
</div>
<!-- End PageWrapper -->
<!-- Scroll To Top -->
<div class="scroll-to-top scroll-to-target" data-target="html"><span class="fa fa-arrow-up"></span></div>
<script src="assets/js/jquery.js"></script>
<script src="assets/js/popper.min.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
<!-- Revolution Slider -->
<script src="assets/plugins/revolution/js/jquery.themepunch.revolution.min.js"></script>
<script src="assets/plugins/revolution/js/jquery.themepunch.tools.min.js"></script>
<script src="assets/plugins/revolution/js/extensions/revolution.extension.actions.min.js"></script>
<script src="assets/plugins/revolution/js/extensions/revolution.extension.carousel.min.js"></script>
<script src="assets/plugins/revolution/js/extensions/revolution.extension.kenburn.min.js"></script>
<script src="assets/plugins/revolution/js/extensions/revolution.extension.layeranimation.min.js"></script>
<script src="assets/plugins/revolution/js/extensions/revolution.extension.migration.min.js"></script>
<script src="assets/plugins/revolution/js/extensions/revolution.extension.navigation.min.js"></script>
<script src="assets/plugins/revolution/js/extensions/revolution.extension.parallax.min.js"></script>
<script src="assets/plugins/revolution/js/extensions/revolution.extension.slideanims.min.js"></script>
<script src="assets/plugins/revolution/js/extensions/revolution.extension.video.min.js"></script>
<script src="assets/plugins/revolution/js/main-slider-script.js"></script>
<!-- For Js Library -->
<script src="assets/js/jquery.mCustomScrollbar.concat.min.js"></script>
<script src="assets/js/jquery.fancybox.js"></script>
<script src="assets/js/appear.js"></script>
<script src="assets/js/parallax.min.js"></script>
<script src="assets/js/tilt.jquery.min.js"></script>
<script src="assets/js/jquery.paroller.min.js"></script>
<script src="assets/js/owl.js"></script>
<script src="assets/js/wow.js"></script>
<script src="assets/js/validate.js"></script>
<script src="assets/js/nav-tool.js"></script>
<script src="assets/js/jquery-ui.js"></script>
<script src="assets/js/script.js"></script>
</body>
</html>