-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.php
586 lines (509 loc) · 27.2 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>VPMA Global Services</title>
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<meta content="" name="keywords">
<meta content="" name="description">
<!-- Favicons -->
<link href="img/favicon.png" rel="icon">
<link href="img/apple-touch-icon.png" rel="apple-touch-icon">
<!-- Google Fonts -->
<link
href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,500,600,700,700i|Montserrat:300,400,500,600,700"
rel="stylesheet">
<script src="https://unpkg.com/typewriter-effect/dist/core.js"></script>
<!-- Bootstrap CSS File -->
<link href="lib/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Libraries CSS Files -->
<link href="lib/font-awesome/css/font-awesome.min.css" rel="stylesheet">
<link href="lib/animate/animate.min.css" rel="stylesheet">
<link href="lib/ionicons/css/ionicons.min.css" rel="stylesheet">
<link rel="stylesheet" href="http://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css">
<link href="lib/owlcarousel/assets/owl.carousel.min.css" rel="stylesheet">
<link href="lib/lightbox/css/lightbox.min.css" rel="stylesheet">
<!-- Main Stylesheet File -->
<link href="css/style.css" rel="stylesheet">
<!-- =======================================================
Theme Name: Rapid
Theme URL: https://bootstrapmade.com/rapid-multipurpose-bootstrap-business-template/
Author: BootstrapMade.com
License: https://bootstrapmade.com/license/
======================================================= -->
</head>
<body>
<!--==========================
Header
============================-->
<header id="header">
<div id="topbar">
<div class="container">
<div class="social-links">
<a href="#" class="twitter"><i class="fa fa-twitter"></i></a>
<a href="#" class="facebook"><i class="fa fa-facebook"></i></a>
<a href="#" class="linkedin"><i class="fa fa-linkedin"></i></a>
<a href="#" class="instagram"><i class="fa fa-instagram"></i></a>
</div>
</div>
</div>
<div class="container">
<div class="logo float-left">
<!-- Uncomment below if you prefer to use an image logo -->
<!-- <h1 class="text-light"><a href="#intro" class="scrollto"><span>Rapid</span></a></h1> -->
<a href="#intro" class="scrollto"><img src="img/vpma_logo.png" alt="" class="img-fluid"></a>
</div>
<nav class="main-nav float-right d-none d-lg-block">
<ul>
<li><a href="#about">About VPMA</a></li>
<li><a href="#features">Solutions</a></li>
<li><a href="#services">Services</a></li>
<li><a href="#why-us">Why VPMA</a></li>
<li><a href="#testimonials">Our Clients</a></li>
<li><a href="#footer">Contact Us</a></li>
</ul>
</nav><!-- .main-nav -->
</div>
</header><!-- #header -->
<!--==========================
Intro Section
============================-->
<section id="intro" class="clearfix">
<div id="cf" width="100%">
<img class="background-pic" src="img/landing-page.jpg"/>
</div>
<div class="container d-flex h-100">
<div class="row justify-content-center align-self-center" id="typewriter-content">
<div class="col-md-12 mx-auto intro-info text-center">
<h2><span style="color: white" id="typewriter"></span></h2>
</div>
</div>
</div>
</section><!-- #intro -->
<main id="main">
<!--==========================
About Us Section
============================-->
<section id="about">
<div class="container">
<div class="row">
<div class="col-lg-5 col-md-6">
<div class="about-img">
<img class="img-fluid" src="img/about-img.jpg" alt="">
</div>
</div>
<div class="col-lg-7 col-md-6">
<div class="about-content">
<h2>About Us</h2>
<p class="text-justify">VPMA Global Services provides medium to large enterprises with Workload
Automation
solutions, IT consultancy services and advanced IT training. With 20 years of experience
with BMC
Control-M Workload Automation and data analytics solutions across diverse industries,
consulting experts
at VPMA Global Services offer clients a winning combination of real-world knowledge and
creative problem
solving skills.
VPMA Global Services is headquartered in New York, with projects running throughout North
America, Asia
and Australia. VPMA Global Services is proud to be a BMC Software Consulting Service Partner
and
preferred service provider for some of the largest and most demanding corporations in the
financial
industry. </p>
</div>
</div>
</div>
</div>
</section><!-- #about -->
<!--==========================
Features Section
============================-->
<section id="features">
<div class="container">
<header class="section-header">
<h3>Solutions</h3>
</header>
<div class="row feature-item">
<div class="col-lg-6 wow fadeInUp">
<div class="row my-2">
<div class="col">
<iframe src="https://www.youtube.com/embed/Sg5up4fO0OI" width="100%" height="315"
frameborder="0"
allowfullscreen="allowfullscreen"></iframe>
</div>
</div>
</div>
<div class="col-lg-6 wow fadeInUp pt-5 pt-lg-0">
<h4>BMC CONTROL-M</h4>
<p class="text-justify">BMC Control-M integrates the management of critical workload processes from
a single
point of control.
With cross-application and cross-platform scheduling capabilities, this powerful workload
automation
solution accelerates business services and increases the quality of service delivered to your
customers.
</p>
<p class="text-justify">
Building on the tradition of innovation and excellence that has earned it the reputation as the
industry
leading Workload Automation solution for over a decade, BMC Control-M brings increased power and
a new,
simplified interface that makes managing complex workloads easier and more efficient than ever
before.
</p>
</div>
</div>
<div class="row feature-item mt-5 pt-5">
<div class="col-lg-6 wow fadeInUp order-1 order-lg-2">
<img src="img/features-2.svg" class="img-fluid" alt="">
</div>
<div class="col-lg-6 wow fadeInUp pt-4 pt-lg-0 order-2 order-lg-1">
<h4>VPMA Cloud Dashboard</h4>
<p class="text-justify">
For many organizations, Control-M is the lifeblood of their business. Control-M handles critical
file
transfers, data warehouse loads, order processing and account reconciliation which commonly has
Service
Level Agreements, SLA’s. This may lead to a penalty when there are delays. Due to these reasons,
VPMA
Global Services have developed a real time high-level Dashboard for Control-M’s Active
Environment.
</p>
<p class="text-justify">
At a glance you will know how many active jobs you have loaded on any given day and their
status. Our base
dashboard can be modified to suit your company’s specific requirements.
</p>
<p class="font-weight-bold mb-0">
What’s included?
</p>
<ul class="text-justify">
<li>Complete setup with a fresh Windows server
<ul>
<li>Installation of the web server software</li>
<li>Installation and configuration of the dashboard</li>
<li>Creation of the SQL read only account based on your companies standard</li>
</ul>
</li>
<li>Implementation in a testing environment to ensure a successful implementation</li>
<li>Migration from the testing environment to the production environment</li>
<li>Real-time visual representation of your active Control-M environment in a pie chart format
(excluding
cyclic jobs)
</li>
</ul>
</div>
</div>
</div>
</section><!-- #about -->
<!--==========================
Services Section
============================-->
<section id="services" class="section-bg">
<div class="container">
<header class="section-header">
<h3>Services</h3>
</header>
<div class="row">
<div class="col-md-6 col-lg-4 wow bounceInUp" data-wow-duration="1.4s">
<div class="box" onClick="showInformation('Control-M Implementation','content')">
<div class="icon" style="background: #fceef3;"><i class="ion-wrench"
style="color: #ff689b;"></i></div>
<h4 class="title"><a href="">Control-M Implementation</a></h4>
<p class="description">Voluptatum deleniti atque corrupti quos dolores et quas molestias
excepturi sint
occaecati cupiditate non provident</p>
</div>
</div>
<div class="col-md-6 col-lg-4 wow bounceInUp" data-wow-duration="1.4s">
<div class="box" onClick="showInformation('Health Check','content')">
<div class="icon" style="background: #fff0da;"><i class="ion-search"
style="color: #e98e06;"></i></div>
<h4 class="title"><a href="">Health Check</a></h4>
<p class="description">Minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip
ex ea
commodo consequat tarad limino ata</p>
</div>
</div>
<div class="col-md-6 col-lg-4 wow bounceInUp" data-wow-delay="0.1s" data-wow-duration="1.4s">
<div class="box" onClick="showInformation('Managed Services','content')">
<div class="icon" style="background: #e6fdfc;"><i class="ion-key" style="color: #3fcdc7;"></i>
</div>
<h4 class="title"><a href="">Managed Services</a></h4>
<p class="description">Duis aute irure dolor in reprehenderit in voluptate velit esse cillum
dolore eu
fugiat nulla pariatur</p>
</div>
</div>
<div class="col-md-6 col-lg-4 wow bounceInUp" data-wow-delay="0.1s" data-wow-duration="1.4s">
<div class="box" onClick="showInformation('Education','content')">
<div class="icon" style="background: #eafde7;"><i class="ion-university"
style="color:#41cf2e;"></i></div>
<h4 class="title"><a href="">Education</a></h4>
<p class="description">Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia
deserunt
mollit anim id est laborum</p>
</div>
</div>
<div class="col-md-6 col-lg-4 wow bounceInUp" data-wow-delay="0.1s" data-wow-duration="1.4s">
<div class="box" onClick="showInformation('Conversion','content')">
<div class="icon" style="background: #fffccc;"><i class="ion-code" style="color:#cec41c;"></i>
</div>
<h4 class="title"><a href="">Conversion</a></h4>
<p class="description">Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia
deserunt
mollit anim id est laborum</p>
</div>
</div>
<div class="col-md-6 col-lg-4 wow bounceInUp" data-wow-delay="0.1s" data-wow-duration="1.4s">
<div class="box" onClick="showInformation('Staff Augmentation','content')">
<div class="icon" style="background: #cca6e0;"><i class="ion-person-add"
style="color:#6c0f9b;"></i></div>
<h4 class="title"><a href="">Staff Augmentation</a></h4>
<p class="description">Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia
deserunt
mollit anim id est laborum</p>
</div>
</div>
</div>
</div>
</section><!-- #services -->
<!--==========================
Why Us Section
============================-->
<section id="why-us" class="wow fadeIn my-1">
<div class="container-fluid">
<header class="section-header">
<h3>Why VPMA</h3>
</header>
<div class="row">
<div class="col-lg-6">
<div class="why-us-img">
<img src="img/why-us.jpg" alt="" class="img-fluid">
</div>
</div>
<div class="col-lg-6">
<div class="why-us-content">
<p>Molestiae omnis numquam corrupti omnis itaque. Voluptatum quidem impedit. Odio dolorum
exercitationem
est error omnis repudiandae ad dolorum sit.</p>
<p>
Explicabo repellendus quia labore. Non optio quo ea ut ratione et quaerat. Porro facilis
deleniti porro
consequatur
et temporibus. Labore est odio.
Odio omnis saepe qui. Veniam eaque ipsum. Ea quia voluptatum quis explicabo sed nihil
repellat..
</p>
<div class="features wow bounceInUp clearfix">
<i class="fa fa-diamond" style="color: #f058dc;"></i>
<h4>Corporis dolorem</h4>
<p>Commodi quia voluptatum. Est cupiditate voluptas quaerat officiis ex alias dignissimos et
ipsum.
Soluta at enim modi ut incidunt dolor et.</p>
</div>
<div class="features wow bounceInUp clearfix">
<i class="fa fa-object-group" style="color: #ffb774;"></i>
<h4>Eum ut aspernatur</h4>
<p>Molestias eius rerum iusto voluptas et ab cupiditate aut enim. Assumenda animi occaecati.
Quo dolore
fuga quasi autem aliquid ipsum odit. Perferendis doloremque iure nulla aut.</p>
</div>
<div class="features wow bounceInUp clearfix">
<i class="fa fa-language" style="color: #589af1;"></i>
<h4>Voluptates dolores</h4>
<p>Voluptates nihil et quis omnis et eaque omnis sint aut. Ducimus dolorum aspernatur. Totam
dolores ut
enim ullam voluptas distinctio aut.</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!--==========================
Clients Section
============================-->
<section id="testimonials">
<div class="container">
<header class="section-header">
<h3>Testimonials</h3>
</header>
<div class="row justify-content-center">
<div class="col-lg-8">
<div class="owl-carousel testimonials-carousel wow fadeInUp">
<div class="testimonial-item">
<img src="img/testimonial-1.jpg" class="testimonial-img" alt="">
<h3>Saul Goodman</h3>
<h4>Ceo & Founder</h4>
<p class="text-justify">
Proin iaculis purus consequat sem cure digni ssim donec porttitora entum suscipit
rhoncus. Accusantium
quam, ultricies eget id, aliquam eget nibh et. Maecen aliquam, risus at semper.
</p>
</div>
<div class="testimonial-item">
<img src="img/testimonial-2.jpg" class="testimonial-img" alt="">
<h3>Sara Wilsson</h3>
<h4>Designer</h4>
<p class="text-justify">
Export tempor illum tamen malis malis eram quae irure esse labore quem cillum quid
cillum eram malis
quorum velit fore eram velit sunt aliqua noster fugiat irure amet legam anim culpa.
</p>
</div>
<div class="testimonial-item">
<img src="img/testimonial-3.jpg" class="testimonial-img" alt="">
<h3>Jena Karlis</h3>
<h4>Store Owner</h4>
<p class="text-justify">
Enim nisi quem export duis labore cillum quae magna enim sint quorum nulla quem veniam
duis minim
tempor labore quem eram duis noster aute amet eram fore quis sint minim.
</p>
</div>
<div class="testimonial-item">
<img src="img/testimonial-4.jpg" class="testimonial-img" alt="">
<h3>Matt Brandon</h3>
<h4>Freelancer</h4>
<p class="text-justify">
Fugiat enim eram quae cillum dolore dolor amet nulla culpa multos export minim fugiat
minim velit
minim dolor enim duis veniam ipsum anim magna sunt elit fore quem dolore labore illum
veniam.
</p>
</div>
</div>
</div>
</div>
<section id="why-us" class="wow fadeIn my-1">
<div class="container">
<div class="row counters">
<?php
$db = mysqli_connect("localhost", "giorgi", "ready2go", "vpma_site");
// $db = mysqli_connect("localhost", "root", "", "vpma_dashboard");
$query = "SELECT * from analytics";
$result = $db->query($query);
$row = $result->fetch_array(MYSQLI_ASSOC);
mysqli_close($db);
?>
<div class="col-lg-3 col-6 text-center">
<span data-toggle="counter-up"><?= $row['total_clients'] ?></span>
<p>Clients</p>
</div>
<div class="col-lg-3 col-6 text-center">
<span data-toggle="counter-up"><?= $row['total_projects'] ?></span>
<p>Projects</p>
</div>
<div class="col-lg-3 col-6 text-center">
<span data-toggle="counter-up"><?= $row['total_hours_consulting'] ?></span>
<p>Hours Of Consulting</p>
</div>
<div class="col-lg-3 col-6 text-center">
<span data-toggle="counter-up"><?= $row['total_hours_monitoring'] ?></span>
<p>Hours o f Monitoring</p>
</div>
</div>
</div>
</section>
</div>
</section><!-- #testimonials -->
</main>
<!--==========================
Footer
============================-->
<footer id="footer" class="section-bg">
<div class="footer-top">
<div class="container">
<div class="row">
<div class="col-lg-6">
<div class="footer-links">
<div>
<img class="mb-4" style="object-fit: cover; object-position: top" width="100%" height="150px"
src="img/building.jpg" alt="">
</div>
<h4>Contact Us</h4>
<p class="font-weight-bold my-0">VPMA GLOBAL SERVICES LLC</p>
<p>5080 Spectrum Drive Suite 1000 East Addison, Texas 75001 USA</p>
<p class="font-weight-bold my-0">VPMA GROUP PTY LTD</p>
<p>Suite 2006, 133-139 City Road Southbank, VIC 3006 Australia</p>
</div>
<div class="social-links">
<a href="#" class="twitter"><i class="fa fa-twitter"></i></a>
<a href="#" class="facebook"><i class="fa fa-facebook"></i></a>
<a href="#" class="instagram"><i class="fa fa-instagram"></i></a>
<a href="#" class="linkedin"><i class="fa fa-linkedin"></i></a>
</div>
</div>
<div class="col-lg-6">
<div class="form">
<h4>Send us a message</h4>
<p>Whether your organisation is interested in the BMC Control-M Workload Automation Solution or
looking
for consulting services, please don’t hesitate to contact us at [email protected] or
fill out the
from below.</p>
<form action="" method="post" role="form" class="contactForm">
<div class="form-group">
<input type="text" name="name" class="form-control" id="name" placeholder="Your Name"
data-rule="minlen:4" data-msg="Please enter at least 4 chars"/>
<div class="validation"></div>
</div>
<div class="form-group">
<input type="email" class="form-control" name="email" id="email"
placeholder="Your Email"
data-rule="email" data-msg="Please enter a valid email"/>
<div class="validation"></div>
</div>
<div class="form-group">
<input type="text" class="form-control" name="subject" id="subject"
placeholder="Subject"
data-rule="minlen:4" data-msg="Please enter at least 8 chars of subject"/>
<div class="validation"></div>
</div>
<div class="form-group">
<textarea class="form-control" name="message" rows="5" data-rule="required"
data-msg="Please write something for us" placeholder="Message"></textarea>
<div class="validation"></div>
</div>
<div id="sendmessage">Your message has been sent. Thank you!</div>
<div id="errormessage"></div>
<div class="text-center">
<button type="submit" title="Send Message">Send Message</button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<div class="container">
<div class="copyright">
Copyright © 2019 <strong>VPMA Global Services.</strong>. All Rights Reserved
</div>
</div>
</footer><!-- #footer -->
<a href="#" class="back-to-top"><i class="fa fa-chevron-up"></i></a>
<!-- Uncomment below i you want to use a preloader -->
<!-- <div id="preloader"></div> -->
<script src="https://cdn.jsdelivr.net/npm/sweetalert2@8"></script>
<script src="https://smtpjs.com/v3/smtp.js"></script>
<!-- JavaScript Libraries -->
<script src="lib/jquery/jquery.min.js"></script>
<script src="lib/jquery/jquery-migrate.min.js"></script>
<script src="lib/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="lib/easing/easing.min.js"></script>
<script src="lib/mobile-nav/mobile-nav.js"></script>
<script src="lib/wow/wow.min.js"></script>
<script src="lib/waypoints/waypoints.min.js"></script>
<script src="lib/counterup/counterup.min.js"></script>
<script src="lib/owlcarousel/owl.carousel.min.js"></script>
<script src="lib/isotope/isotope.pkgd.min.js"></script>
<script src="lib/lightbox/js/lightbox.min.js"></script>
<script src="js/native-typed.min.js"></script>
<!-- Contact Form JavaScript File -->
<script src="contactform/contactform.js"></script>
<script src="js/main.js"></script>
</body>
</html>