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