ajax
5 years ago
config
5 years ago
cron
5 years ago
css
5 years ago
fonts
5 years ago
img
5 years ago
include
5 years ago
js
5 years ago
templates
5 years ago
backups.php
5 years ago
boot.php
5 years ago
cloud.php
5 years ago
dashboardWidget.php
5 years ago
proFeatures.php
5 years ago
restore_wordpress.php
5 years ago
schedule.php
5 years ago
security.php
5 years ago
services.php
5 years ago
settings.php
5 years ago
support.php
5 years ago
systemInfo.php
5 years ago
services.php
69 lines
| 1 | <?php |
| 2 | require_once(dirname(__FILE__).'/boot.php'); |
| 3 | require_once(SG_PUBLIC_INCLUDE_PATH.'header.php'); |
| 4 | ?> |
| 5 | <?php require_once(SG_PUBLIC_INCLUDE_PATH.'sidebar.php'); ?> |
| 6 | <div class="sg-top-info"><?php echo backupGuardLoggedMessage(); ?></div> |
| 7 | <div id="sg-content-wrapper"> |
| 8 | <div class="container-fluid"> |
| 9 | <div><h1 class="sg-backup-page-title"><?php _backupGuardT('Special services')?></h1></div> |
| 10 | <div class="sg-service-container"> |
| 11 | <div class="plugin-card-top"> |
| 12 | <div class="row"> |
| 13 | <div class="col-md-3"> |
| 14 | <div class="sg-migration-icon"></div> |
| 15 | <!-- <img src="<?php echo SG_PUBLIC_URL."img/wordPress-migration-service-product.png"?>" class="" alt=""> --> |
| 16 | </div> |
| 17 | <div class="col-md-7 sg-migration-info"> |
| 18 | <div class="column-name"> |
| 19 | <h1> |
| 20 | <a href="<?php echo SG_MIGRATION_SERVICE_URL?>" class="thickbox" target="_blank"><?php _backupGuardT('WordPress'); ?> <b><?php _backupGuardT('Migration Service'); ?></b></a> |
| 21 | </h1> |
| 22 | </div> |
| 23 | <div class="column-description"> |
| 24 | <p class="column-description-p"><?php _backupGuardT('Our professionals will migrate all of your files and database and ensure <br> everything is working properly on your new server. With our migration service, you can expect:')?></p> |
| 25 | <div class="row"> |
| 26 | <div class="col-md-5"> |
| 27 | <p class="sg-migration-features"> |
| 28 | <span class="sg-right-arrow sg-services-arrow"></span> |
| 29 | <?php _backupGuardT('Migration of your files')?> |
| 30 | </p> |
| 31 | <p class="sg-migration-features"> |
| 32 | <span class="sg-right-arrow sg-services-arrow"></span> |
| 33 | <?php _backupGuardT('Migration of your database')?> |
| 34 | </p> |
| 35 | <p class="sg-migration-features"> |
| 36 | <span class="sg-right-arrow sg-services-arrow"></span> |
| 37 | <?php _backupGuardT('Refactoring of all urls')?> |
| 38 | </p> |
| 39 | </div> |
| 40 | <div class="col-md-7"> |
| 41 | <p class="sg-migration-features"> |
| 42 | <span class="sg-right-arrow sg-services-arrow"></span> |
| 43 | <?php _backupGuardT('Refactoring of all file names and image paths')?> |
| 44 | </p> |
| 45 | <p class="sg-migration-features"> |
| 46 | <span class="sg-right-arrow sg-services-arrow"></span> |
| 47 | <?php _backupGuardT('Serialized data refactoring')?> |
| 48 | </p> |
| 49 | </div> |
| 50 | </div> |
| 51 | </div> |
| 52 | </div> |
| 53 | <div class="col-md-2 sg-migration-right-column"> |
| 54 | <div class="migration-price-wrapper"> |
| 55 | <ul class="sg-migration-price-ul"> |
| 56 | <li><p id="sg-migration-service-price">$<b>84.95</b></p></li> |
| 57 | <li> |
| 58 | <a class="btn btn-success" target="_blank" data-slug="" href="<?php echo SG_MIGRATION_SERVICE_URL?>" aria-label="" data-name=""><?php _backupGuardT('Order now')?></a> |
| 59 | </li> |
| 60 | </ul> |
| 61 | </div> |
| 62 | </div> |
| 63 | </div> |
| 64 | </div> |
| 65 | </div> |
| 66 | </div> |
| 67 | <?php require_once(SG_PUBLIC_INCLUDE_PATH . '/footer.php'); ?> |
| 68 | </div> |
| 69 |