-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.php
712 lines (665 loc) · 37.4 KB
/
index.php
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
<!DOCTYPE html>
<html lang="en-US" dir="ltr">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!--
Document Title
=============================================
-->
<title>The Infinite Loop of Awesomeness</title>
<!--
Favicons
=============================================
-->
<link rel="apple-touch-icon" sizes="57x57" href="assets/images/favicons/INFINITY SYMBOL.png">
<link rel="apple-touch-icon" sizes="60x60" href="assets/images/favicons/INFINITY SYMBOL.png">
<link rel="apple-touch-icon" sizes="72x72" href="assets/images/favicons/INFINITY SYMBOL.png">
<link rel="apple-touch-icon" sizes="76x76" href="assets/images/favicons/INFINITY SYMBOL.png">
<link rel="apple-touch-icon" sizes="114x114" href="assets/images/favicons/INFINITY SYMBOL.png">
<link rel="apple-touch-icon" sizes="120x120" href="assets/images/favicons/INFINITY SYMBOL.png">
<link rel="apple-touch-icon" sizes="144x144" href="assets/images/favicons/INFINITY SYMBOL.png">
<link rel="apple-touch-icon" sizes="152x152" href="assets/images/favicons/INFINITY SYMBOL.png">
<link rel="apple-touch-icon" sizes="180x180" href="assets/images/favicons/INFINITY SYMBOL.png">
<link rel="icon" type="image/png" sizes="192x192" href="assets/images/favicons/INFINITY SYMBOL.png">
<link rel="icon" type="image/png" sizes="32x32" href="assets/images/favicons/INFINITY SYMBOL.png">
<link rel="icon" type="image/png" sizes="96x96" href="assets/images/favicons/INFINITY SYMBOL.png">
<link rel="icon" type="image/png" sizes="16x16" href="assets/images/favicons/INFINITY SYMBOL.png">
<link rel="manifest" href="/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="assets/images/favicons/INFINITY SYMBOL.png">
<meta name="theme-color" content="#ffffff">
<!--
Stylesheets
=============================================
-->
<!-- Default stylesheets-->
<link href="assets/lib/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet">
<!-- Template specific stylesheets-->
<link href="https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Sansita:400,400i,700,700i,800,800i,900,900i" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800" rel="stylesheet">
<link href="assets/lib/animate.css/animate.css" rel="stylesheet">
<link href="assets/lib/components-font-awesome/css/font-awesome.min.css" rel="stylesheet">
<link href="assets/lib/et-line-font/et-line-font.css" rel="stylesheet">
<link href="assets/lib/flexslider/flexslider.css" rel="stylesheet">
<link href="assets/lib/owl.carousel/dist/assets/owl.carousel.min.css" rel="stylesheet">
<link href="assets/lib/owl.carousel/dist/assets/owl.theme.default.min.css" rel="stylesheet">
<link href="assets/lib/magnific-popup/dist/magnific-popup.css" rel="stylesheet">
<link href="assets/lib/simple-text-rotator/simpletextrotator.css" rel="stylesheet">
<!-- Main stylesheet and color file-->
<link href="assets/css/style.css" rel="stylesheet">
<link id="color-scheme" href="assets/css/colors/default.css" rel="stylesheet">
<script id="mcjs">!function(c,h,i,m,p){m=c.createElement(h),p=c.getElementsByTagName(h)[0],m.async=1,m.src=i,p.parentNode.insertBefore(m,p)}(document,"script","https://chimpstatic.com/mcjs-connected/js/users/3ef09fb6737c38ee3f49d2dad/a751ba2d59b19a9d8b9295e77.js");</script>
</head>
<body data-spy="scroll" data-target=".onpage-navigation" data-offset="60">
<main>
<div class="page-loader">
<div class="loader"></div>
<div class="loader_text font-alt mb_text">Good ideas take time, just like this loader</div>
</div>
<!--Home|About|Services|Why Hire Us|Portfolio|Samples|Blog|Contact|-->
<nav class="navbar navbar-custom navbar-fixed-top navbar-transparent" role="navigation">
<div class="container">
<div class="navbar-header">
<button class="navbar-toggle" type="button" data-toggle="collapse" data-target="#custom-collapse"><span class="sr-only">Toggle navigation</span><span class="icon-bar"></span><span class="icon-bar"></span><span class="icon-bar"></span></button>
<img class="brand active" src="assets/images/favicons/LOGO-JOXBE_FINAL.png" alt="Joxbe">
</div>
<div class="collapse navbar-collapse" id="custom-collapse">
<ul class="nav navbar-nav navbar-right">
<li><a href="checkout.php">Order Content</a></li>
<li><a href="index.php">Home</a></li>
<li><a href="about.html" >Know Us</a></li>
<li><a href="Why_hire_us.html" >Why Hire Us</a></li>
<li><a href="index_portfolio.php" >Works</a></li>
<li><a href="blog_grid_masonry_col_2.php" >Blogs</a></li>
<li><a href="contact.php" >Contact Us</a></li>
<li><a href="login_register.html" >Login</a></li>
</ul>
</div>
</div>
</nav>
<section class="home-section home-full-height bg-dark-30" id="home" data-background="assets/images/Branding_joxbe.jpg">
<div class="video-player">
<video class="video-fluid" autoplay loop>
<source src="assets/video/Typing on Keyboard of MacBook Pro.mp4" type="video/mp4" />
</video>
</div>
<div class="joxbe-caption">
<div class="caption-content">
<div class="font-main-title mb-30 joxbe-title-size-3 text-type-animation">You are
<span class="txt-rotate" data-period="2000" data-rotate='[ "a Genius", "a Maven", "a Prodigy", "Awesome"]'></span>
</div><a class="section-scroll btn btn-border-w btn-circle" href="about.html">Learn More</a>
</div>
</div>
</section>
<div class="main">
<section class="module-extra-small bg-gradiant">
<div class="container">
<div class="row">
<div class="col-sm-6 col-md-8 col-lg-6 col-lg-offset-2">
<div class="callout-text font-alt">
<h5 class="mb_black">Looking For Quality Content Marketing Services?</h5>
</div>
</div>
<div class="col-sm-6 col-md-4 col-lg-2">
<div class="callout-btn-box"><a class="btn btn-w btn-round" href="contact.php">get a quote</a></div>
</div>
</div>
</div>
</section>
<section class="timeline_box pt-140 pb-140 parallax-bg">
<div class="timeline">
<div class="container_timeline left wow fadeInLeft" onclick="wow fadeInLeft">
<div class="content_time grow">
<h2>Who We Are</h2>
<h3>Services you can depend upon:</h3>
<p>To communicate the right audience at the right time with conviction is like hitting the Bull’s Eye. </p>
<p>Quality with dependency is what we excel in offering you. Even if we bring you the moon and stars from the sky through our content marketing services, it is of no use if we couldn’t deliver it to you on time when you need it. So, what we bring to the table are: </p>
<ul>
<li>Quality Content that escalates your clients.</li>
<li>Dependable and credible content marketing services on time.</li>
</ul>
</div>
</div>
<div class="container_timeline right wow fadeInRight" onclick="wow fadeInRight">
<div class="content_time grow">
<h2>Why Choose Us</h2>
<h3>Through Our Content Marketing Services We can Help you</h3>
<ul>
<li>Articulate your ideas in an improved manner and establish effective impact</li>
<li>Convert Visitors into Quality Clients</li>
<li>Convey the right audience with the right message</li>
<li>SEO of your website-> Better Ranking at Search Engines-> Increase the Relevant Traffic</li>
<li>Strengthen your Brand</li>
<li>Escalate your Business</li>
</ul>
</div>
</div>
<div class="container_timeline left wow fadeInLeft" onclick="wow fadeInLeft">
<div class="content_time grow">
<h2>You Deserve Us</h2>
<h3>What makes us Unique and Profitable for you?</h3>
<p>We are highly experienced in the content marketing field. Hence, we know, content writing is not just about helping the clients in their services and products but it’s about: </p>
<ul>
<li>Conveying its overwhelming benefits to the audience.</li>
<li>Catering the deepest undisclosed desires of your clients as well as customers.</li>
<li>Using the power of words to change the way the audience value you.</li>
<li>Establishing credibility with trust.</li>
</ul>
</div>
</div>
</div>
</section>
<section class="module" id="services">
<div class="container">
<div class="row">
<div class="col-sm-6 col-sm-offset-3">
<h2 class="module-title font-alt">What We Do</h2>
<div class="module-subtitle font-serif">Let Joxbe Heal your Brand with Smart Services</div>
</div>
</div>
<div class="row multi-columns-row">
<div class="col-md-3 col-sm-6 col-xs-12 grow wow flipInX" onclick="wow flipInX">
<a href="services.php?name=creative_writing">
<div class="features-item">
<div class="features-icon"><span class="icon-mobile"></span></div>
<h3 class="features-title font-alt">Creative Writing</h3>
<p class="font-serif">We break the barriers of awesome content with our insightful creative writing services. Hire us for escalating profits.</p>
</div>
</a>
</div>
<div class="col-md-3 col-sm-6 col-xs-12 grow wow flipInX" onclick="wow flipInX">
<a href="services.php?name=technical_writing">
<div class="features-item">
<div class="features-icon"><span class=" icon-documents"></span></div>
<h3 class="features-title font-alt">Technical Writing</h3>
<p class="font-serif">Not regular writers can excel at technical writing. You can depend on our quality and apt technical writers.</p>
</div>
</a>
</div>
<div class="col-md-3 col-sm-6 col-xs-12 grow wow flipInX" onclick="wow flipInX">
<a href="services.php?name=product_description">
<div class="features-item">
<div class="features-icon"><span class=" icon-presentation"></span></div>
<h3 class="features-title font-alt">Product Description & Reviews</h3>
<p class="font-serif">Let us build trust for your brand by transforming your visitors into clients. We help your business escalate.</p>
</div>
</a>
</div>
<div class="col-md-3 col-sm-6 col-xs-12 grow wow flipInX" onclick="wow flipInX">
<a href="services.php?name=ebooks">
<div class="features-item">
<div class="features-icon"><span class="icon-book-open"></span></div>
<h3 class="features-title font-alt">E-Books</h3>
<p class="font-serif">Our professional ghostwriters work with full dedication in bringing out the best in overflowing the pages with value. </p>
</div>
</a>
</div>
</div>
<div class="row multi-columns-row ">
<div class="col-md-3 col-sm-6 col-xs-12 grow wow flipInX" onclick="wow flipInX">
<a href="services.php?name=white_paper">
<div class="features-item">
<div class="features-icon"><span class="icon-scope"></span></div>
<h3 class="features-title font-alt">White Papers</h3>
<p class="font-serif">Our professionally formatted white papers will convert the target audience into assets and escalate your sales cycle. </p>
</div>
</a>
</div>
<div class="col-md-3 col-sm-6 col-xs-12 grow wow flipInX" onclick="wow flipInX">
<a href="services.php?name=resume_cover_letters">
<div class="features-item">
<div class="features-icon"><span class=" icon-hourglass"></span></div>
<h3 class="features-title font-alt">Resumes & Cover Letters</h3>
<p class="font-serif">Our expert writers ace at using the power of words in cracking the coveted interviews by the cover letters and resumes made by us.</p>
</div>
</a>
</div>
<div class="col-md-3 col-sm-6 col-xs-12 grow wow flipInX" onclick="wow flipInX">
<a href="services.php?name=slogans_taglines">
<div class="features-item">
<div class="features-icon"><span class="icon-paperclip"></span></div>
<h3 class="features-title font-alt">Slogans & Taglines</h3>
<p class="font-serif">We help your business with tantalizing taglines which boosts up your brand and slogans which people can relate and learn from.</p>
</div>
</a>
</div>
<div class="col-md-3 col-sm-6 col-xs-12 grow wow flipInX" onclick="wow flipInX">
<a href="services.php?name=banner_creation">
<div class="features-item">
<div class="features-icon"><span class="icon-expand"></span></div>
<h3 class="features-title font-alt">Banner Creation</h3>
<p class="font-serif">Create Stunning Banners with Joxbe. Fuel your business with the professional quality banners for your blog posts and social media profiles to increase your Visual charm.</p>
</div>
</a>
</div>
</div>
<div class="row multi-columns-row">
<div class="col-md-3 col-sm-6 col-xs-12 grow wow flipInX" onclick="wow flipInX">
<a href="services.php?name=logo_creation">
<div class="features-item">
<div class="features-icon"><span class="icon-flag"></span></div>
<h3 class="features-title font-alt">Logo Creation</h3>
<p class="font-serif">With a mission to make your website look stunning, we create tempting Logo which reflects the soul of your business.</p>
</div>
</a>
</div>
<div class="col-md-3 col-sm-6 col-xs-12 grow wow flipInX" onclick="wow flipInX">
<a href="services.php?name=personal_bio">
<div class="features-item">
<div class="features-icon"><span class="icon-circle-compass"></span></div>
<h3 class="features-title font-alt">Personal Biography Services</h3>
<p class="font-serif">We transform your story into a beautiful book. We use compelling narration with the power of words and tell your story like never before.</p>
</div>
</a>
</div>
<div class="col-md-3 col-sm-6 col-xs-12 grow wow flipInX" onclick="wow flipInX">
<a href="services.php?name=info_asset_design">
<div class="features-item">
<div class="features-icon"><span class=" icon-layers"></span></div>
<h3 class="features-title font-alt">Infographics & Asset Design</h3>
<p class="font-serif">Let onboard Visual Content Marketing help you increase your business: We design everything you demand.</p>
</div>
</a>
</div>
<div class="col-md-3 col-sm-6 col-xs-12 grow wow flipInX" onclick="wow flipInX">
<a href="services.php?name=email_newsletters">
<div class="features-item">
<div class="features-icon"><span class=" icon-envelope"></span></div>
<h3 class="features-title font-alt">E-Mails & Newsletters</h3>
<p class="font-serif">Push your prospects into notice by our experienced e-mail and newspaper writing services which will get the work done.</p>
</div>
</a>
</div>
</div>
<div class="row multi-columns-row">
<div class="col-md-3 col-sm-6 col-xs-12 grow wow flipInX" onclick="wow flipInX">
<a href="services.php?name=articles">
<div class="features-item">
<div class="features-icon"><span class="icon-lightbulb"></span></div>
<h3 class="features-title font-alt">Articles</h3>
<p class="font-serif">Careful attention to detail and clean, well structured code ensures a smooth user experience for all your visitors.</p>
</div>
</a>
</div>
<div class="col-md-3 col-sm-6 col-xs-12 grow wow flipInX" onclick="wow flipInX">
<a href="services.php?name=blogs">
<div class="features-item">
<div class="features-icon"><span class="icon-puzzle"></span></div>
<h3 class="features-title font-alt">Blogs</h3>
<p class="font-serif">Escalate search exposure with supreme quality blog content that emphasizes on storytelling visually to attract numerous visitors. </p>
</div>
</a>
</div>
<div class="col-md-3 col-sm-6 col-xs-12 grow wow flipInX" onclick="wow flipInX">
<a href="services.php?name=web_content">
<div class="features-item">
<div class="features-icon"><span class=" icon-presentation"></span></div>
<h3 class="features-title font-alt">Web Content</h3>
<p class="font-serif">Let us give your website a makeover from an ordinary and lame content to tempting and engaging one. The power of words is at your service. </p>
</div>
</a>
</div>
<div class="col-md-3 col-sm-6 col-xs-12 grow wow flipInX" onclick="wow flipInX">
<a href="services.php?name=press_release">
<div class="features-item">
<div class="features-icon"><span class="icon-globe"></span></div>
<h3 class="features-title font-alt">Press Releases</h3>
<p class="font-serif">The excelling team of Joxbe will let you have the power of marketing tool in form of quality content in press releases.</p>
</div>
</a>
</div>
</div>
<div class="row multi-columns-row ">
<div class="col-md-3 col-sm-6 col-xs-12 grow wow flipInX" onclick="wow flipInX">
<a href="services.php?name=video_production">
<div class="features-item">
<div class="features-icon"><span class="icon-camera"></span></div>
<h3 class="features-title font-alt">Video Production</h3>
<p class="font-serif">Steal the attention of the audience through eye catching videos that excel in providing smooth communication of your ideas in form of visuals. </p>
</div>
</a>
</div>
<div class="col-md-3 col-sm-6 col-xs-12 grow wow flipInX" onclick="wow flipInX">
<a href="services.php?name=copywriting">
<div class="features-item">
<div class="features-icon"><span class="icon-adjustments"></span></div>
<h3 class="features-title font-alt">Copywriting</h3>
<p class="font-serif">Let our magic of copywriting help your brand in reaching the heights of engaging traffic. Our experts will help you at all times.</p>
</div>
</a>
</div>
<div class="col-md-3 col-sm-6 col-xs-12 grow wow flipInX" onclick="wow flipInX">
<a href="services.php?name=script_writing">
<div class="features-item">
<div class="features-icon"><span class="icon-pencil"></span></div>
<h3 class="features-title font-alt">Script Writing</h3>
<p class="font-serif">Do you desire your promo audios and videos to get scripted? Let us help you with it in an emotional and influential Oscar worthy manner.</p>
</div>
</a>
</div>
<div class="col-md-3 col-sm-6 col-xs-12 grow wow flipInX" onclick="wow flipInX">
<a href="services.php?name=social_media_content">
<div class="features-item">
<div class="features-icon"><span class="icon-genius"></span></div>
<h3 class="features-title font-alt">Social Media Content</h3>
<p class="font-serif">Fire up your website with organic traffic with our awesome and engaging social media content which will fuel your business. </p>
</div>
</a>
</div>
</div>
</div>
</div>
</section>
<section class="module bg-dark-30 pt-140 pb-140 parallax-bg testimonial" data-background="assets/images/section-6.jpg">
<div class="container">
<div class="row">
<div class="col-sm-12">
<div class="video-box">
<div class="video-box-icon">
<a class="video-pop-up" href="https://www.youtube.com/watch?v=BQXwlxRx_Js">
<span class="icon-video"></span>
</a>
</div>
<div class="video-title font-alt">Presentation</div>
<div class="video-subtitle font-alt">Watch the video about Us</div>
</div>
</div>
</div>
</div>
</section>
<section class="module" id="team">
<div class="container">
<div class="row">
<div class="col-sm-6 col-sm-offset-3">
<h2 class="module-title font-alt">The Ethereal Founders </h2>
<div class="module-subtitle font-serif"></div>
</div>
</div>
<div class="row">
<div class="mb-sm-20 wow fadeInUp col-sm-6 col-md-4" onclick="wow fadeInUp">
<div class="team-item">
<div class="team-image"><img src="assets/images/yumi-s_cells.jpg" alt="Member Photo"/>
<div class="team-detail">
<h5 class="font-alt">Give Your Best</h5>
<p class="font-serif"></p>
</div>
</div>
<div class="team-descr font-alt">
<div class="team-name">Vaishali Shukla</div>
<div class="team-role">The Go-Getter </div>
</div>
</div>
</div>
<div class="mb-sm-20 wow fadeInUp col-sm-6 col-md-4" onclick="wow fadeInUp">
<div class="team-item">
<div class="team-image"><img src="assets/images/trunks.jpg" alt="Member Photo"/>
<div class="team-detail">
<h5 class="font-alt">Never Give Up</h5>
<p class="font-serif"></p>
</div>
</div>
<div class="team-descr font-alt">
<div class="team-name">Palak Sharma</div>
<div class="team-role">The Streamliner</div>
</div>
</div>
</div>
<div class="mb-sm-20 wow fadeInUp col-sm-6 col-md-4" onclick="wow fadeInUp">
<div class="team-item">
<div class="team-image"><img src="assets/images/luffy.jpg" alt="Member Photo"/>
<div class="team-detail">
<h5 class="font-alt">Stay Optimistic</h5>
<p class="font-serif"></p>
</div>
</div>
<div class="team-descr font-alt">
<div class="team-name">Sanjary Srivastava</div>
<div class="team-role">The Think Tanker</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="module bg-dark-30 pt-0 pb-0 parallax-bg testimonial" data-background="assets/images/reviews.jpg">
<div class="testimonials-slider pt-140 pb-140">
<ul class="slides">
<li>
<div class="container">
<div class="row">
<div class="col-sm-12">
<div class="module-icon"><span class="icon-quote"></span></div>
</div>
</div>
<div class="row">
<div class="col-sm-8 col-sm-offset-2">
<blockquote class="testimonial-text font-alt">Working with team Joxbe was absolutely delightful. Will definitely use their services again.</blockquote>
</div>
</div>
<div class="row">
<div class="col-sm-4 col-sm-offset-4">
<div class="testimonial-author">
<div class="testimonial-caption font-alt">
<div class="testimonial-title">Rajwinder</div>
<div class="testimonial-descr">Discovery ,SEO</div>
</div>
</div>
</div>
</div>
</div>
</li>
<li>
<div class="container">
<div class="row">
<div class="col-sm-12">
<div class="module-icon"><span class="icon-quote"></span></div>
</div>
</div>
<div class="row">
<div class="col-sm-8 col-sm-offset-2">
<blockquote class="testimonial-text font-alt">The social media insights and branding ideas were really out of the box. Joxbe delivered more than what was asked and have many tips that could be used forever as well.</blockquote>
</div>
</div>
<div class="row">
<div class="col-sm-4 col-sm-offset-4">
<div class="testimonial-author">
<div class="testimonial-caption font-alt">
<div class="testimonial-title">Rohan Gulati</div>
</div>
</div>
</div>
</div>
</div>
</li>
<li>
<div class="container">
<div class="row">
<div class="col-sm-12">
<div class="module-icon"><span class="icon-quote"></span></div>
</div>
</div>
<div class="row">
<div class="col-sm-8 col-sm-offset-2">
<blockquote class="testimonial-text font-alt">Joxbe is my go-to place for all my content needs. I've been using their services for past 1 year and I'm absolutely satisfied with what they have delivered.</blockquote>
</div>
</div>
<div class="row">
<div class="col-sm-4 col-sm-offset-4">
<div class="testimonial-author">
<div class="testimonial-caption font-alt">
<div class="testimonial-title">Array Experts INC, CEO</div>
</div>
</div>
</div>
</div>
</div>
</li>
<li>
<div class="container">
<div class="row">
<div class="col-sm-12">
<div class="module-icon"><span class="icon-quote"></span></div>
</div>
</div>
<div class="row">
<div class="col-sm-8 col-sm-offset-2">
<blockquote class="testimonial-text font-alt">Working with Joxbe has been a world class experience for us. </blockquote>
<blockquote class="testimonial-text font-alt">The SEO service has benefitted our business and the unique and creative videos and banners are just like cherry on the top of cake. Keep going pals!! Awesome you all are.</blockquote>
</div>
</div>
<div class="row">
<div class="col-sm-4 col-sm-offset-4">
<div class="testimonial-author">
<div class="testimonial-caption font-alt">
<div class="testimonial-title">Online Gaatha</div>
</div>
</div>
</div>
</div>
</div>
</li>
</ul>
</div>
</section>
<section class="module" data-background="assets/images/client_and_writer.jpg">
<div class="container">
<div class="row">
<div class="col-sm-6 text-center">
<h4 class="font-alt mb_client">Let's Work Together</h4>
<h2 class="font-alt mb_client">Start Your Project</h2>
<button class="btn btn-success btn-circle" type="submit" onclick="location.href='contact.php'"><i class="fa fa-flag"></i> Begin Here </button>
</div>
<div class="col-sm-6 text-center">
<h4 class="font-alt mb_writer">Join Our Team</h4>
<h2 class="font-alt mb_writer">We Are Hiring</h2>
<button class="btn btn-info btn-circle" type="submit" onclick="location.href='We_do_hire.php'"><i class="fa fa-heart"></i> Apply Here </button>
</div>
</div>
</div>
</section>
<section class="module" id="news">
<div class="container">
<div class="row">
<div class="col-sm-6 col-sm-offset-3">
<h2 class="module-title font-alt">Latest blog posts</h2>
<div class="module-subtitle font-serif">Joxbe blogs with intent to provide value with quality. We understand the target audience and the type of content they crave and the issues they go through and need help to solve them. The SEO Experts at Joxbe, put the quality as the roots of fueling the brand.</div>
</div>
</div>
<div class="row multi-columns-row post-columns">
<?php
include("php/config.php");
$sql = "SELECT * FROM joxbe_blog_image_register ORDER BY id DESC LIMIT 3";
$result = mysqli_query($db,$sql);
while($row = mysqli_fetch_array($result)){
echo "<div class='col-sm-6 col-md-4 col-lg-4'>";
echo "<div class='post'><div class='post-thumbnail'>";
echo "<img src='assets/images/blogs/". $row['image'] ."' alt='Blog-post Thumbnail'/>";
echo "</div><div class='post-header font-alt'><h2 class='post-title'>";
echo "<a href='blog_single_left_sidebar.php?id=". $row['id'] ."'>". $row['header'] ."</a></h2>";
echo "<div class='post-meta'>By ". $row['bloger_name'] ." ". $row['blog_timestamp'];
echo "</div></div></div></div>";
}
?>
</div>
</div>
</section>
<div class="module-small bg-dark">
<div class="container">
<div class="row">
<div class="col-sm-4">
<div class="widget">
<h5 class="widget-title font-alt">About Joxbe</h5>
<p>Let your website set apart from the crowd with our Maven Services.Joxbe knows the search engines and your readers.</p>
<p>Let’s create something huge for you!</p>
<p>Phone: +91 - 9936649666</p>
<p>
<a href="https://www.facebook.com/Joxbe-1735913369860884/"><i class="fa fa-facebook"></i>
</a><a href="https://twitter.com/Joxbe1"><i class="fa fa-twitter"></i></a>
</p>
<p>Email: [email protected]</p>
</div>
</div>
<div class="col-sm-4">
<div class="widget">
<h5 class="widget-title font-alt">Recent Comments</h5>
<ul class="icon-list">
<?php
include("php/config.php");
$sql = "
SELECT
joxbe_blog_comments.blog_id ,
joxbe_blog_comments.name ,
joxbe_blog_image_register.header
FROM joxbe_blog_comments
JOIN joxbe_blog_image_register
ON joxbe_blog_comments.blog_id = joxbe_blog_image_register.id
ORDER BY joxbe_blog_image_register.id DESC LIMIT 6
";
$result = mysqli_query($db,$sql);
while($row = mysqli_fetch_array($result)) {
echo "<li> ". $row['name'] ." on
<a href='blog_single_left_sidebar.php?id=". $row['blog_id'] ."'>". $row['header']
."</a></li>";
}
?>
</ul>
</div>
</div>
<div class="col-sm-4">
<div class="widget">
<h5 class="widget-title font-alt">Popular Posts</h5>
<ul class="widget-posts">
<?php
include("php/config.php");
$sql = "SELECT * FROM joxbe_blog_image_register ORDER BY id DESC LIMIT 3";
$result = mysqli_query($db,$sql);
while($row = mysqli_fetch_array($result)){
echo "<li class='clearfix'><div class='widget-posts-image'><a href=''><img src='assets/images/blogs/". $row['image'] ."' alt='Post Thumbnail'/></a></div><div class='widget-posts-body'>";
echo "<div class='widget-posts-title'><a href='blog_single_left_sidebar.php?id=". $row['id'] ."'>". $row['header'] ."</a></div>";
echo "<div class='widget-posts-meta'></div>". $row['blog_timestamp'] ."</div></li>";
}
?>
</ul>
</div>
</div>
</div>
</div>
</div>
<hr class="divider-d">
<footer class="footer bg-dark">
<div class="container">
<div class="row">
<div class="col-sm-8">
<p class="copyright font-alt">© 2018 <a href="index.php">Joxbe</a>, All Rights Reserved | Made With 💕 By <a href="https://in.linkedin.com/in/rohit-rehni-a0b1a5101">Palak Sharma</a></p>
</div>
<div class="col-sm-4">
<div class="footer-social-links"><a href="https://www.facebook.com/Joxbe-1735913369860884/"><i class="fa fa-facebook"></i></a><a href="https://twitter.com/Joxbe1"><i class="fa fa-twitter"></i><a href="https://web.skype.com/en/"><i class="fa fa-skype"></i></a>
</div>
</div>
</div>
</div>
</footer>
</div>
<div class="scroll-up"><a href="#totop"><i class="fa fa-angle-double-up"></i></a></div>
</main>
<!--
JavaScripts
=============================================
-->
<script src="assets/lib/jquery/dist/jquery.js"></script>
<script src="assets/lib/bootstrap/dist/js/bootstrap.min.js"></script>
<script src="assets/lib/wow/dist/wow.js"></script>
<script src="assets/lib/isotope/dist/isotope.pkgd.js"></script>
<script src="assets/lib/imagesloaded/imagesloaded.pkgd.js"></script>
<script src="assets/lib/flexslider/jquery.flexslider.js"></script>
<script src="assets/lib/owl.carousel/dist/owl.carousel.min.js"></script>
<script src="assets/lib/smoothscroll.js"></script>
<script src="assets/lib/magnific-popup/dist/jquery.magnific-popup.js"></script>
<script src="assets/lib/simple-text-rotator/jquery.simple-text-rotator.min.js"></script>
<script src="assets/js/plugins.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>