templates
2 years ago
autoupdate_banner.php
2 years ago
cdn_page.php
2 years ago
customer_support.php
2 years ago
deactivation_popup.php
2 years ago
post_custom_column.php
2 years ago
referral_program_page.php
2 years ago
settings_basic.php
11 months ago
settings_connect.php
3 years ago
settings_view.php
1 year ago
two_black_friday.php
3 years ago
two_header.php
3 years ago
white_label_view.php
2 years ago
two_black_friday.php
37 lines
| 1 | <?php |
| 2 | wp_enqueue_script('two_bf_countdown_js', TENWEB_SO_URL . '/assets/js/two_bf_countdown.js', ['jquery'], TENWEB_SO_VERSION); |
| 3 | ?> |
| 4 | <div class="two_black_friday_countdown_container"> |
| 5 | <div class="two_black_friday_countdown"> |
| 6 | <div class="two_black_friday_countdown_numbers two_bfc_days"> |
| 7 | <span class="two_black_friday_countdown_each"></span> |
| 8 | <span class="two_black_friday_countdown_each"></span> |
| 9 | </div> |
| 10 | <p class="two_black_friday_countdown_text">Days</p> |
| 11 | </div> |
| 12 | <img src="<?php echo esc_url(TENWEB_SO_URL . '/assets/images/conutdown_dots.png'); ?>" /> |
| 13 | <div class="two_black_friday_countdown"> |
| 14 | <div class="two_black_friday_countdown_numbers two_bfc_hours"> |
| 15 | <span class="two_black_friday_countdown_each"></span> |
| 16 | <span class="two_black_friday_countdown_each"></span> |
| 17 | </div> |
| 18 | <p class="two_black_friday_countdown_text">Hours</p> |
| 19 | </div> |
| 20 | <img src="<?php echo esc_url(TENWEB_SO_URL . '/assets/images/conutdown_dots.png'); ?>" /> |
| 21 | <div class="two_black_friday_countdown"> |
| 22 | <div class="two_black_friday_countdown_numbers two_bfc_minutes"> |
| 23 | <span class="two_black_friday_countdown_each"></span> |
| 24 | <span class="two_black_friday_countdown_each"></span> |
| 25 | </div> |
| 26 | <p class="two_black_friday_countdown_text">Minutes</p> |
| 27 | </div> |
| 28 | </div> |
| 29 | <p class="two_pro_container_offer_title"><?php _e('30% lifetime discount this Black Friday', 'tenweb-speed-optimizer'); ?> |
| 30 | <img src="<?php echo esc_url(TENWEB_SO_URL . '/assets/images/offer_underline.png'); ?>" /></p> |
| 31 | <p class="two_pro_container_title"><?php _e('Achieve more with 10Web Pro:', 'tenweb-speed-optimizer'); ?></p> |
| 32 | <p class="two_pro_option two_pro_bg_flash"><?php echo sprintf(__('Auto-optimize all %s pages and %s images', 'tenweb-speed-optimizer'), esc_html($black_friday_total_pages), esc_html($black_friday_total_images)); ?></p> |
| 33 | <p class="two_pro_option two_pro_bg_flash"><?php _e('Enable Cloudflare Enterprise CDN and get', 'tenweb-speed-optimizer'); ?></p> |
| 34 | <p class="two_pro_option"><?php _e('Up to 60% performance boost and <100ms TTFB', 'tenweb-speed-optimizer'); ?></p> |
| 35 | <p class="two_pro_option"><?php _e('Full page caching on edge network', 'tenweb-speed-optimizer'); ?></p> |
| 36 | <a href="<?php echo esc_url($black_friday_upgrade_button); ?>" target="_blank" class="two_add_page_button"><?php _e('Upgrade with discount', 'tenweb-speed-optimizer'); ?></a> |
| 37 |