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