-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
958 lines (920 loc) · 52.2 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
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
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<!-- Anti-flicker snippet (recommended) -->
<style>.async-hide { opacity: 0 !important} </style>
<!-- Google Analytics -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-120006992-1', 'auto');
ga('require', 'GTM-NLJQZ5M');
ga('send', 'pageview');
</script>
<!-- End Google Analytics -->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Our platform makes running a small business easier than ever before. From building a website to managing appointments and inventory, we’ve got you covered.">
<meta name="google-site-verification" content="2AINPjLcmCzqlXeouC9Uv5e88gEHIwsxLs6E-RsRWog" />
<title>Vitris | Philly Digital Marketing | SEO & Web Design</title>
<meta name="image" content="https://tryvitris.com/assets/img/vitris-fav.png">
<meta name="theme-color" content="#00c9cf"/>
<!-- Schema.org for Google -->
<meta itemprop="name" content="Vitris | Small Business Management Software | Best Website Builder">
<meta itemprop="description" content="Our platform makes running a small business easier than ever before. From building a website to managing appointments and inventory, we’ve got you covered.">
<meta itemprop="image" content="https://tryvitris.com/assets/img/vitris-fav.png">
<link rel="icon" href="./assets/img/vitris-fav.png" type="image/gif">
<link rel="stylesheet" href="./assets/venders/css/bootstrap-material-design.min.css">
<link rel="stylesheet" href="./assets/venders/css/animate.min.css">
<link href="./assets/styles/main.css" rel="stylesheet">
<!-- Facebook/Social Meta Tags ***EDIT MOST DATA*** -->
<meta property="og:url" content="https://www.tryvitris.com/" />
<meta property="og:type" content="website" />
<meta name="og:site_name" content="Vitris">
<meta name="og:locale" content="en_US">
<meta property="og:title" content="Vitris | Small Business Management Software | Best Website Builder" />
<meta property="og:description" content="Our platform makes running a small business easier than ever before. From building a website to managing appointments and inventory, we’ve got you covered." />
<meta property="og:image" content="https://tryvitris.com/assets/img/vitris-full.png" />
<meta property="fb:app_id" content="473322109692700" />
<!-- Twitter Meta Tags ***EDIT MOST DATA*** -->
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Vitris | Small Business Management Software | Best Website Builder">
<meta name="twitter:description" content="Our platform makes running a small business easier than ever before. From building a website to managing appointments and inventory, we’ve got you covered.">
<meta name="twitter:site" content="@tryvitris">
<meta name="twitter:creator" content="@wildcard">
<meta name="twitter:image:src" content="https://tryvitris.com/assets/img/vitris-full.png">
</head>
<body>
<!-- Navbar -->
<div id="nav"></div>
<!-- Head Section -->
<div class="header-1">
<div class="container h-100 d-flex align-items-center flex-column">
<div class="row mx-auto my-auto">
<div class="col-md-10 col-lg-7">
<h1 class="mx-auto my-3 header-shadow bold-h">
A.I. Enhanced Digital Marketing
</h1>
<h4 class="mx-auto header-shadow">
We use artificial intelligence to build better websites for your small business.
</h4>
<a class="btn btn-v-blue mt-3 mr-2" href="https://websites.builtbyval.com/" onclick="ga('send', {
hitType: 'event',
eventCategory: 'CTA Buttons',
eventAction: 'try it free',
eventLabel: location.pathname
})">
TRY IT FREE
</a>
<a class="btn btn-blue-alt-outline mt-3" href="./about/" onclick="ga('send', {
hitType: 'event',
eventCategory: 'CTA Buttons',
eventAction: 'how it works',
eventLabel: location.pathname
})">
HOW IT WORKS
</a>
</div>
</div>
</div>
</div>
<!-- <section class="v-alt-bg">
<div class="container py-4">
<div class="row text-white">
<div class="col-12 text-center header-shadow">
<h3>Want to save <span style="font-size: 2rem;">$1,500</span>? Get started before our intro rate ends.</h3>
<div class="row mt-4 mb-2 mx-md-5 px-md-5">
<div class="col">
<div id="timerDays" style="font-size: 2.5em;"></div>
<h4 class="d-block d-md-none">Days</h4>
<h4 class="d-md-block d-none">Days</h4>
</div>
<div class="col">
<div id="timerHours" style="font-size: 2.5em;"></div>
<h4 class="d-block d-md-none">Hr</h4>
<h4 class="d-md-block d-none">Hours</h4>
</div>
<div class="col">
<div id="timerMinutes" style="font-size: 2.5em;"></div>
<h4 class="d-block d-md-none">Min</h4>
<h4 class="d-md-block d-none">Minutes</h4>
</div>
<div class="col">
<div id="timerSeconds" style="font-size: 2.5em;"></div>
<h4 class="d-block d-md-none">Sec</h4>
<h4 class="d-md-block d-none">Seconds</h4>
</div>
</div>
<div class="d-md-flex d-none">
<a class="btn btn-v-blue btn-raised mt-3 wow fadeInUp ml-auto mr-2" data-toggle="modal" data-target="#sharedContactModal" onclick="ga('send', {
hitType: 'event',
eventCategory: 'CTA Button',
eventAction: 'Contact',
eventLabel: location.pathname
}); setModalHeader('Let\'s Get Started', 'Fill out this form with as much detail as possible so we can get rolling asap.');">
GET STARTED
</a>
<a class="btn btn-v-blue btn-raised mt-3 wow fadeInUp mr-auto ml-2" href="./pricing/" onclick="ga('send', {
hitType: 'event',
eventCategory: 'CTA Button',
eventAction: 'Pricing',
eventLabel: location.pathname
});">
VIEW PRICING
</a>
</div>
<div class="d-md-none" style="display: block; left: 0; right: 0;">
<a data-toggle="modal" data-target="#sharedContactModal" onclick="ga('send', {
hitType: 'event',
eventCategory: 'CTA Button',
eventAction: 'Contact',
eventLabel: location.pathname
}); setModalHeader('Let\'s Get Started', 'Fill out this form with as much detail as possible so we can get rolling asap.');"><button class="btn btn-v-blue btn-raised" style="width: 45%;">GET STARTED</button></a>
<a href="./pricing/" onclick="ga('send', {
hitType: 'event',
eventCategory: 'CTA Button',
eventAction: 'Pricing',
eventLabel: location.pathname
});"><button class="btn btn-v-blue btn-raised" style="width: 45%;">VIEW PRICING</button></a>
</div>
</div>
</div>
</div>
</section> -->
<div id="whats-vitris"></div>
<section class="py-5">
<div class="container">
<div class="row">
<div class="col-lg-4 text-center">
<img src="./assets/img/custom-icons/local-seo-map.png" class="img-fluid w-25 mb-3" alt="local search optimization graphic">
<h3 class="text-dark bold-h">Local Search</h3>
<p class="text-justify">Using cutting-edge search engine optimization (SEO) techniques and advanced integrations within your site, we put your website ahead of the competition in local searches.</p>
</div>
<div class="col-lg-4 px-lg-4 text-center">
<img src="./assets/img/custom-icons/website-builder.png" class="img-fluid w-25 mb-3 mt-lg-1" alt="professional website design graphic">
<h3 class="text-dark bold-h">Pro Website Design</h3>
<p class="text-justify">Built using data collected by our A.I. with the primary goal of bringing in more customers. Your site is the foundation to your internet marketing efforts, make it a Vitris site.</p>
</div>
<div class="col-lg-4 text-center">
<img src="./assets/img/custom-icons/online-payments.png" class="img-fluid w-25 mb-3 mt-lg-3" alt="content marketing graphic">
<h3 class="text-dark bold-h">Conversion Optimized</h3>
<p class="text-justify">
If your website isn't making you money, then it's not working hard enough. Our A.I. analyzes millions of lines of data to suggest edits for conversion rate optimization.
</p>
</div>
</div>
</div>
</section>
<section class="home-product" style="background-color: rgb(255,255,255)">
<div class="container py-5">
<div class="row">
<div class="col-lg-6 my-lg-auto mb-3 text-center order-lg-2">
<img class="img-fluid wow slideInUp" src="./assets/img/website-ai.png" alt="Website design powered AI">
</div>
<div class="col-lg-6 my-auto order-lg-1">
<h3 class="bold-h">Next-Gen Marketing, Now.</h3>
<div class="how-hr"></div>
<p class="wow slideInUp mt-2 text-justify">
Being an entrepreneur is more than a full time job. You never stop working for your business, and neither should your website. At Vitris, we utilize cutting edge artificial intelligence to gather information on and improve your website 24/7. Our websites are constantly learning how to get you more customers and produce a significant return on investment.
</p>
<a class="btn btn-v-blue btn-raised mx-auto wow fadeInUp" href="./pricing/" onclick="ga('send', {
hitType: 'event',
eventCategory: 'CTA Button',
eventAction: 'View Pricing',
eventLabel: location.pathname
})">
VIEW PRICING
</a>
</div>
</div>
</div>
</section>
<section class="home-product">
<div class="container py-5">
<div class="row">
<div class="col-lg-6 my-lg-auto mb-3 text-center">
<a target="_blank" href="./assets/pdfs/case-studies/Vitris-Case-Study-Maleek-Jackson-Fitness-April-2019.pdf" onclick="ga('send', {
hitType: 'event',
eventCategory: 'Image',
eventAction: 'View Case Study',
eventLabel: location.pathname
})">
<img class="img-fluid w-50 wow slideInUp" src="./assets/img/preview-maleek-jackson-case-study.png" alt="Maleek Jackson Case Study">
</a>
</div>
<div class="col-lg-6 my-auto">
<h3 class="bold-h">Maleek Jackson Fitness: A Case For Using Vitris</h3>
<div class="how-hr"></div>
<p class="wow slideInUp mt-2 text-justify">
Like so many small business owners, Maleek needed a website that would deliver great results. His website goals were all about building brand awareness, growing sales and improving conversions. Through our data driven approach to digital marketing we're able to effectively measure our clients results. We've prepared this case study so you can get see the results for yourself.
</p>
<a class="btn btn-v-blue btn-raised mx-auto wow fadeInUp" target="_blank" href="./assets/pdfs/case-studies/Vitris-Case-Study-Maleek-Jackson-Fitness-April-2019.pdf" onclick="ga('send', {
hitType: 'event',
eventCategory: 'CTA Button',
eventAction: 'View Case Study',
eventLabel: location.pathname
})">
VIEW CASE STUDY PDF
</a>
</div>
</div>
</div>
</section>
<section class="d-md-block d-none v-alt-bg">
<div class="container py-4">
<div class="row text-white">
<div class="col-12 text-center header-shadow">
<h3>Ready to start winning online? We'd love to hear from you.</h3>
<div class="d-flex">
<!-- <a class="btn btn-v-blue btn-raised mt-3 wow fadeInUp ml-auto mr-2" data-toggle="modal" data-target="#sharedContactModal" onclick="ga('send', {
hitType: 'event',
eventCategory: 'CTA Button',
eventAction: 'Contact',
eventLabel: location.pathname
}); setModalHeader('Get In Touch');">
Contact Us
</a> -->
<a class="btn btn-v-blue btn-raised mt-3 wow fadeInUp ml-auto mr-2" href="./about/#our-team" onclick="ga('send', {
hitType: 'event',
eventCategory: 'CTA Buttons',
eventAction: 'About Us',
eventLabel: location.pathname
})">
ABOUT US
</a>
<a class="btn btn-v-blue btn-raised mt-3 wow fadeInUp mr-auto ml-2" href="./portfolio/" onclick="ga('send', {
hitType: 'event',
eventCategory: 'CTA Button',
eventAction: 'Portfolio',
eventLabel: location.pathname
});">
Our Portfolio
</a>
</div>
</div>
</div>
</div>
</section>
<section class="pt-5" style="background-color: #f7f7f7">
<div class="container">
<div class="row">
<div class="col-lg-10 mx-auto text-center">
<h3 class="bold-h">BUILT FOR YOUR BUSINESS</h3>
<div class="how-hr mx-auto"></div>
<p class="mt-2">
We've had success in a wide array of different industries. Unlike traditional marketing agencies who focus on specific industries or sectors, our software is smart enough to increase the conversion rate of anyones business.
</p>
</div>
</div>
</div>
<div class="container pb-5 d-none d-sm-block">
<!-- <div class="row">
<div class="col-lg-10 mx-auto text-center">
<h3 class="bold-h">BUILT FOR YOUR BUSINESS</h3>
<div class="how-hr mx-auto"></div>
</div>
</div> -->
<div class="row mt-3">
<div class="col-lg-3 col-md-4 col-sm-6 text-center mb-4 px-0">
<a href="./agency-services/" class="no-underline" onclick="ga('send', {
hitType: 'event',
eventCategory: 'CTA Tiles',
eventAction: 'Electronics Repair',
eventLabel: location.pathname
})">
<!-- <a class="no-underline" href="./small-business/electronics-repair/"> -->
<div class="card flat-card">
<div class="card-body">
<img src="./assets/img/small-business-icons/electronics-repair-icon.png" alt="Vitris Electronics Repair Icon" class="img-fluid mb-2">
<br>
<h5 class="text-dark">
Electronics Repair
</h5>
</div>
</div>
</a>
</div>
<div class="col-lg-3 col-md-4 col-sm-6 text-center mb-4 px-0">
<a class="no-underline" href="./small-business/home-improvement/" onclick="ga('send', {
hitType: 'event',
eventCategory: 'CTA Tiles',
eventAction: 'Home Improvement',
eventLabel: location.pathname
})">
<div class="card flat-card">
<div class="card-body">
<img src="./assets/img/small-business-icons/home-improvement-icon.png" alt="Vitris Home Improvement Icon" class="img-fluid mb-2">
<br>
<h5 class="text-dark">
Home Improvement
</h5>
</div>
</div>
</a>
</div>
<div class="col-lg-3 col-md-4 col-sm-6 text-center mb-4 px-0">
<a href="./agency-services/" class="no-underline" onclick="ga('send', {
hitType: 'event',
eventCategory: 'CTA Tiles',
eventAction: 'Financial Services',
eventLabel: location.pathname
})">
<!-- <a class="no-underline" href="./small-business/financial-services/"> -->
<div class="card flat-card">
<div class="card-body">
<img src="./assets/img/small-business-icons/financial-services-icon.png" alt="Vitris Financial Services Icon" class="img-fluid mb-2">
<br>
<h5 class="text-dark">
Financial Services
</h5>
</div>
</div>
</a>
</div>
<div class="col-lg-3 col-md-4 col-sm-6 text-center mb-4 px-0">
<a href="./agency-services/" class="no-underline" onclick="ga('send', {
hitType: 'event',
eventCategory: 'CTA Tiles',
eventAction: 'Fitness',
eventLabel: location.pathname
})">
<!-- <a class="no-underline" href="./small-business/fitness/"> -->
<div class="card flat-card">
<div class="card-body">
<img src="./assets/img/small-business-icons/fitness-icon.png" alt="Vitris Fitness Icon" class="img-fluid mb-2">
<br>
<h5 class="text-dark">
Fitness
</h5>
</div>
</div>
</a>
</div>
<div class="col-lg-3 col-md-4 col-sm-6 text-center mb-4 px-0">
<a href="./agency-services/" class="no-underline" onclick="ga('send', {
hitType: 'event',
eventCategory: 'CTA Tiles',
eventAction: 'Legal Services',
eventLabel: location.pathname
})">
<!-- <a class="no-underline" href="./small-business/legal-services/"> -->
<div class="card flat-card">
<div class="card-body">
<img src="./assets/img/small-business-icons/legal-services-icon.png" alt="Vitris Legal Services Icon" class="img-fluid mb-2">
<br>
<h5 class="text-dark">
Legal Services
</h5>
</div>
</div>
</a>
</div>
<div class="col-lg-3 col-md-4 col-sm-6 text-center mb-4 px-0">
<a href="./agency-services/" class="no-underline" onclick="ga('send', {
hitType: 'event',
eventCategory: 'CTA Tiles',
eventAction: 'Real Estate',
eventLabel: location.pathname
})">
<!-- <a class="no-underline" href="./small-business/real-estate/"> -->
<div class="card flat-card">
<div class="card-body">
<img src="./assets/img/small-business-icons/real-estate-icon.png" alt="Vitris Real Estate Icon" class="img-fluid mb-2">
<br>
<h5 class="text-dark">
Real Estate
</h5>
</div>
</div>
</a>
</div>
<div class="col-lg-3 col-md-4 col-sm-6 text-center mb-4 px-0">
<a href="./agency-services/" class="no-underline" onclick="ga('send', {
hitType: 'event',
eventCategory: 'CTA Tiles',
eventAction: 'Coaching',
eventLabel: location.pathname
})">
<!-- <a class="no-underline" href="./small-business/professional-coaching/"> -->
<div class="card flat-card">
<div class="card-body">
<img src="./assets/img/small-business-icons/coaching-icon.png" alt="Vitris Professional Coaching Icon" class="img-fluid mb-2">
<br>
<h5 class="text-dark">
Professional Coaching
</h5>
</div>
</div>
</a>
</div>
<div class="col-lg-3 col-md-4 col-sm-6 text-center mb-4 px-0">
<!-- <a class="no-underline" href="./small-business/"> -->
<a href="./agency-services/" class="no-underline" onclick="ga('send', {
hitType: 'event',
eventCategory: 'CTA Tiles',
eventAction: 'More',
eventLabel: location.pathname
})">
<div class="card flat-card">
<div class="card-body">
<img src="./assets/img/small-business-icons/add-more-icon.png" alt="Vitris Add More Icon" class="img-fluid mb-2">
<br>
<h5 class="text-dark">
And More...
</h5>
</div>
</div>
</a>
</div>
</div>
</div>
<div class="d-row d-sm-none">
<div id="small-business-tiles" class="carousel slide" data-pause="hover" data-interval="3000" data-ride="carousel">
<!-- <ol class="carousel-indicators">
<li data-target="#small-business-tiles" data-slide-to="0" class="slide-indicator active"></li>
<li data-target="#small-business-tiles" data-slide-to="1" class="slide-indicator"></li>
<li data-target="#small-business-tiles" data-slide-to="2" class="slide-indicator"></li>
<li data-target="#small-business-tiles" data-slide-to="3" class="slide-indicator"></li>
<li data-target="#small-business-tiles" data-slide-to="4" class="slide-indicator"></li>
<li data-target="#small-business-tiles" data-slide-to="5" class="slide-indicator"></li>
<li data-target="#small-business-tiles" data-slide-to="6" class="slide-indicator"></li>
<li data-target="#small-business-tiles" data-slide-to="7" class="slide-indicator"></li>
</ol> -->
<div class="carousel-inner">
<div class="carousel-item active">
<div class="carousel-caption d-block testimonial-item">
<div class="row mx-auto">
<div class="col-12 mx-auto">
<a href="./agency-services/" class="no-underline" onclick="ga('send', {
hitType: 'event',
eventCategory: 'CTA Tiles',
eventAction: 'Electronics Repair',
eventLabel: location.pathname
})">
<!-- <a class="no-underline" href="./small-business/electronics-repair/"> -->
<div class="card flat-card">
<div class="card-body">
<img src="./assets/img/small-business-icons/electronics-repair-icon.png" alt="Vitris Electronics Repair Icon" class="img-fluid mb-2">
<br>
<h5 class="text-dark">
Electronics Repair
</h5>
</div>
</div>
</a>
</div>
</div>
</div>
</div>
<div class="carousel-item">
<div class="carousel-caption d-block testimonial-item">
<div class="row mx-auto">
<div class="col-12 mx-auto">
<a class="no-underline" href="./small-business/home-improvement/" onclick="ga('send', {
hitType: 'event',
eventCategory: 'CTA Tiles',
eventAction: 'Home Improvement',
eventLabel: location.pathname
})">
<div class="card flat-card">
<div class="card-body">
<img src="./assets/img/small-business-icons/home-improvement-icon.png" alt="Vitris Home Improvement Icon" class="img-fluid mb-2">
<br>
<h5 class="text-dark">
Home Improvement
</h5>
</div>
</div>
</a>
</div>
</div>
</div>
</div>
<div class="carousel-item">
<div class="carousel-caption d-block testimonial-item">
<div class="row mx-auto">
<div class="col-12 mx-auto">
<a href="./agency-services/" class="no-underline" onclick="ga('send', {
hitType: 'event',
eventCategory: 'CTA Tiles',
eventAction: 'Financial Services',
eventLabel: location.pathname
})">
<!-- <a class="no-underline" href="./small-business/financial-services/"> -->
<div class="card flat-card">
<div class="card-body">
<img src="./assets/img/small-business-icons/financial-services-icon.png" alt="Vitris Financial Services Icon" class="img-fluid mb-2">
<br>
<h5 class="text-dark">
Financial Services
</h5>
</div>
</div>
</a>
</div>
</div>
</div>
</div>
<div class="carousel-item">
<div class="carousel-caption d-block testimonial-item mb-3">
<div class="row mx-auto">
<div class="col-12 mx-auto">
<a href="./agency-services/" class="no-underline" onclick="ga('send', {
hitType: 'event',
eventCategory: 'CTA Tiles',
eventAction: 'Fitness',
eventLabel: location.pathname
})">
<!-- <a class="no-underline" href="./small-business/fitness/"> -->
<div class="card flat-card">
<div class="card-body">
<img src="./assets/img/small-business-icons/fitness-icon.png" alt="Vitris Fitness Icon" class="img-fluid mb-2">
<br>
<h5 class="text-dark">
Fitness
</h5>
</div>
</div>
</a>
</div>
</div>
</div>
</div>
<div class="carousel-item">
<div class="carousel-caption d-block testimonial-item mb-3">
<div class="row mx-auto">
<div class="col-12 mx-auto">
<a href="./agency-services/" class="no-underline" onclick="ga('send', {
hitType: 'event',
eventCategory: 'CTA Tiles',
eventAction: 'Legal Services',
eventLabel: location.pathname
})">
<!-- <a class="no-underline" href="./small-business/legal-services/"> -->
<div class="card flat-card">
<div class="card-body">
<img src="./assets/img/small-business-icons/legal-services-icon.png" alt="Vitris Legal Services Icon" class="img-fluid mb-2">
<br>
<h5 class="text-dark">
Legal Services
</h5>
</div>
</div>
</a>
</div>
</div>
</div>
</div>
<div class="carousel-item">
<div class="carousel-caption d-block testimonial-item mb-3">
<div class="row mx-auto">
<div class="col-12 mx-auto">
<a href="./agency-services/" class="no-underline" onclick="ga('send', {
hitType: 'event',
eventCategory: 'CTA Tiles',
eventAction: 'Real Estate',
eventLabel: location.pathname
})">
<!-- <a class="no-underline" href="./small-business/real-estate/"> -->
<div class="card flat-card">
<div class="card-body">
<img src="./assets/img/small-business-icons/real-estate-icon.png" alt="Vitris Real Estate Icon" class="img-fluid mb-2">
<br>
<h5 class="text-dark">
Real Estate
</h5>
</div>
</div>
</a>
</div>
</div>
</div>
</div>
<div class="carousel-item">
<div class="carousel-caption d-block testimonial-item mb-3">
<div class="row mx-auto">
<div class="col-12 mx-auto">
<a href="./agency-services/" class="no-underline" onclick="ga('send', {
hitType: 'event',
eventCategory: 'CTA Tiles',
eventAction: 'Coaching',
eventLabel: location.pathname
})">
<!-- <a class="no-underline" href="./small-business/professional-coaching/"> -->
<div class="card flat-card">
<div class="card-body">
<img src="./assets/img/small-business-icons/coaching-icon.png" alt="Vitris Professional Coaching Icon" class="img-fluid mb-2">
<br>
<h5 class="text-dark">
Professional Coaching
</h5>
</div>
</div>
</a>
</div>
</div>
</div>
</div>
<div class="carousel-item">
<div class="carousel-caption d-block testimonial-item mb-3">
<div class="row mx-auto">
<div class="col-12 mx-auto">
<a href="./agency-services/" class="no-underline" onclick="ga('send', {
hitType: 'event',
eventCategory: 'CTA Tiles',
eventAction: 'More',
eventLabel: location.pathname
})">
<div class="card flat-card">
<div class="card-body">
<img src="./assets/img/small-business-icons/add-more-icon.png" alt="Vitris Add More Icon" class="img-fluid mb-2">
<br>
<h5 class="text-dark">
And More...
</h5>
</div>
</div>
</a>
</div>
</div>
</div>
</div>
</div>
<a class="carousel-control-prev" style="color: black" href="#small-business-tiles" role="button" data-slide="prev">
<i class="fas fa-chevron-left fa-2x"></i>
</a>
<a class="carousel-control-next" style="color: black" href="#small-business-tiles" role="button" data-slide="next">
<i class="fas fa-chevron-right fa-2x"></i>
</a>
</div>
</div>
</section>
<section class="py-5">
<div class="container">
<div class="row mb-3">
<div class="col-md-8 mx-auto text-center">
<h3 class="bold-h">BUILT FOR SERVICE PROS BY SERVICE PROS</h3>
<div class="how-hr mx-auto"></div>
<p class="mt-2">
We take great pride in our work and focus on converting our clients prospects into customers so they experience a significant return on investment. The results speak for thereself.
</p>
</div>
</div>
</div>
<div class="d-row">
<div id="vitrisCarousel" class="carousel slide" data-pause="hover" data-interval="5000" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#vitrisCarousel" data-slide-to="0" class="slide-indicator active"></li>
<li data-target="#vitrisCarousel" data-slide-to="1" class="slide-indicator"></li>
<li data-target="#vitrisCarousel" data-slide-to="2" class="slide-indicator"></li>
<li data-target="#vitrisCarousel" data-slide-to="3" class="slide-indicator"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active">
<div class="carousel-caption d-block testimonial-item mb-3">
<div class="row mx-auto">
<div class="col-md-8 mx-auto">
<img src="./assets/img/maleek-jackson.jpg" alt="Maleek Jackson" class="img-fluid rounded mb-3" style="height: 180px;">
<h5>Maleek Jackson</h5>
<h6>
<a href="https://www.maleekjacksonfitness.com/" target="_blank" onclick="ga('send', {
hitType: 'event',
eventCategory: 'Testimonial Slider',
eventAction: 'Maleek Jackson',
eventLabel: location.pathname
},{
'transport': 'beacon',
'hitCallback': function(){document.location = 'https:\/\/www.maleekjacksonfitness.com/';}
}
);">
Maleek Jackson Fitness Boxing Gym
</a>
</h6>
<p>Vitris is the best website development company in Philly, they've increased our sales over 40% in just a couple months. The team was extremely responsive and made a serious effort to bring my vison to life, I couldn't be happier.</p>
</div>
</div>
</div>
</div>
<div class="carousel-item">
<div class="carousel-caption d-block testimonial-item mb-3">
<div class="row mx-auto">
<div class="col-md-8 mx-auto">
<img src="./assets/img/steam-logo.png" alt="steam powered marketing logo" class="img-fluid mb-3" style="height: 90px;">
<h5>James Walters</h5>
<h6>
<a href="https://www.steampoweredmarketing.com/" target="_blank" onclick="ga('send', {
hitType: 'event',
eventCategory: 'Testimonial Slider',
eventAction: 'Steam Powered',
eventLabel: location.pathname
},{
'transport': 'beacon',
'hitCallback': function(){document.location = 'https:\/\/www.steampoweredmarketing.com/';}
}
);">
Steam Powered Marketing
</a>
</h6>
<p>The Vitris team is fantastic, they went above and beyond when helping to build my website! The website they provided is top quality. I would highly recommend using them for your business!</p>
</div>
</div>
</div>
</div>
<div class="carousel-item">
<div class="carousel-caption d-block testimonial-item mb-3">
<div class="row mx-auto">
<div class="col-md-8 mx-auto">
<img src="./assets/img/FixiTLLC-logo.png" alt="fixit fishtown logo" class="img-fluid mb-3" style="height: 180px; width: 180px;">
<h5>Aimen Arrak</h5>
<h6>
<a href="https://fixitfishtown.com" target="_blank" onclick="ga('send', {
hitType: 'event',
eventCategory: 'Testimonial Slider',
eventAction: 'Fixit Fishtown',
eventLabel: location.pathname
},{
'transport': 'beacon',
'hitCallback': function(){document.location = 'https://fixitfishtown.com';}
}
);">
Fixit LLC
</a>
</h6>
<p>Great company, they get the job done, I been working with them for few months now and the results are amazing, I am happy to say I picked the right company to help me with my advertising. 6 stars I would recommend to anyone looking to give their business a boost... Great job guys.. Jack is my go to guy thank you.</p>
</div>
</div>
</div>
</div>
<div class="carousel-item">
<div class="carousel-caption d-block testimonial-item mb-3">
<div class="row mx-auto">
<div class="col-md-8 mx-auto">
<img src="./assets/img/nick-sharpe.jpeg" alt="nick sharpe headshot" class="img-fluid rounded-circle mb-3" style="height: 180px; width: 180px;">
<h5>Nick Sharpe</h5>
<p>Young, hungry and humble, that’s the best way to describe Vitris. Thank you Jack and everyone else at Vitris for providing a warm welcome and expert services. Would recommend to anyone that’s looking to take their website to the next level!</p>
</div>
</div>
</div>
</div>
</div>
<a class="carousel-control-prev" style="color: black" href="#vitrisCarousel" role="button" data-slide="prev">
<i class="fas fa-chevron-left fa-2x"></i>
</a>
<a class="carousel-control-next" style="color: black" href="#vitrisCarousel" role="button" data-slide="next">
<i class="fas fa-chevron-right fa-2x"></i>
</a>
</div>
</div>
</section>
<section class="d-md-block d-none v-alt-bg">
<div class="container py-4">
<div class="row text-white">
<div class="col-12 text-center header-shadow">
<h3>Have you seen enough? We'd love to hear from you.</h3>
<div class="d-flex">
<!-- <a class="btn btn-v-blue btn-raised mt-3 wow fadeInUp ml-auto mr-2" data-toggle="modal" data-target="#sharedContactModal" onclick="ga('send', {
hitType: 'event',
eventCategory: 'CTA Button',
eventAction: 'Contact',
eventLabel: location.pathname
}); setModalHeader('Get In Touch');">
Contact Us
</a> -->
<a class="btn btn-v-blue btn-raised mt-3 wow fadeInUp ml-auto mr-2" href="./about/#our-team" onclick="ga('send', {
hitType: 'event',
eventCategory: 'CTA Buttons',
eventAction: 'About Us',
eventLabel: location.pathname
})">
ABOUT US
</a>
<a class="btn btn-v-blue btn-raised mt-3 wow fadeInUp mr-auto ml-2" href="./portfolio/" onclick="ga('send', {
hitType: 'event',
eventCategory: 'CTA Button',
eventAction: 'Portfolio',
eventLabel: location.pathname
});">
Our Portfolio
</a>
</div>
</div>
</div>
</div>
</section>
<!-- Philosophy -->
<section class="py-5 home-phil">
<div class="container">
<div class="row">
<div class="col-lg-6 my-auto">
<img class="img-fluid wow slideInUp" src="./assets/img/temple-byobb-pitche-2017.jpg" alt="jack giving pitch for byobb 2017">
</div>
<div class="col-lg-6 my-auto">
<h3 class="wow slideInUp mt-3 bold-h" style="text-align: right;">OUR PHILOSOPHY</h3>
<div class="how-hr ml-auto"></div>
<p class="wow fadeInUp mt-2 text-justify" style="text-align-last: right">
Our goal is to provide entrepreneurs with the tools they need make their dreams come true. We believe that being an entrepreneur is one of the most important jobs out there, so we strive to be an ongoing source of value for our users both on and off the screen.
</p>
<a class="btn btn-v-blue btn-raised wow fadeInUp float-right" href="./about/#our-team" onclick="ga('send', {
hitType: 'event',
eventCategory: 'CTA Buttons',
eventAction: 'About Us',
eventLabel: location.pathname
})">
ABOUT US
</a>
</div>
</div>
</div>
</section>
<!-- Footer -->
<div id="footer"></div>
<div id="contact-modal"></div>
<link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet">
<link rel="stylesheet" href="./assets/venders/css/webfonts/fontawesome-all.min.css">
<script src="./assets/venders/js/jquery-3.3.1.slim.min.js"></script>
<script src="./assets/scripts/shared-components.js"></script>
<script src="./assets/venders/js/popper.min.js"></script>
<script src="./assets/venders/js/bootstrap-material-design.min.js"></script>
<script src="./assets/venders/js/wow.min.js"></script>
<script>
new WOW().init();
$(document).ready(function() { $('body').bootstrapMaterialDesign(); });
</script>
<script src="./assets/scripts/smoothscroll.js"></script>
<!-- JSON structured data -->
<script type="application/ld+json">
{
"@context" : "http://schema.org",
"@graph":
[
{
"@type": "Organization",
"url": "https://tryvitris.com",
"logo": "https://tryvitris.com/assets/img/vitris-full.png",
"contactPoint": [{
"@type": "ContactPoint",
"telephone": "+1-215-595-8457",
"contactType": "Customer Service"
}],
"sameAs": [
"https://www.facebook.com/tryvitris",
"https://instagram.com/tryvitris",
"https://www.linkedin.com/company/vitris-wireless-llc/",
"https://twitter.com/tryvitris/"
]
},
{
"@type": "LocalBusiness",
"@id": "https://tryvitris.com",
"name" : "Vitris",
"image" : "https://tryvitris.com/assets/img/vitris-full.png",
"telephone": "+1-215-595-8457",
"email": "[email protected]",
"url": "https://tryvitris.com",
"priceRange": "$",
"address" : {
"@type" : "PostalAddress",
"streetAddress" : "1635 Market Street",
"addressLocality" : "Philadelphia",
"addressRegion": "PA",
"postalCode": "19103",
"addressCountry": "US"
},
"geo": {
"@type": "GeoCoordinates",
"latitude": "39.953300",
"longitude": "-75.168058"
},
"openingHoursSpecification": [
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": [
"Monday",
"Tuesday",
"Wednesday",
"Thursday",
"Friday"
],
"opens": "09:00",
"closes": "21:00"
}
]
},
{
"@type": "BreadcrumbList",
"itemListElement": [
{
"@type": "ListItem",
"position": 1,
"name": "Home",
"item": "https://tryvitris.com"
}
]
}
]
}
</script>
</body>
</html>