-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtemplate-trial-redesign.php
More file actions
54 lines (50 loc) · 2.27 KB
/
template-trial-redesign.php
File metadata and controls
54 lines (50 loc) · 2.27 KB
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
<?php
/**
* Template Name: Trial Redesign
*/
set_source( 'trial', 'pages/TrialRedesign', 'css' );
?>
<div class="Trial FullScreen">
<a href="<?= esc_url( home_url( '/', 'relative' ) ); ?>" class="Trial__logo__top">
<img src="<?= esc_url( get_template_directory_uri() ); ?>/assets/images/logo_liveagent.svg" alt="<?php bloginfo( 'name' ); ?>" class="urlslab-skip-lazy">
</a>
<div class="Trial__container">
<div class="Trial__sidebar urlslab-min-width-1024">
<div class="Trial__sidebar__inner">
<div class="Trial__sidebar__content checklist">
<h3 class="Trial__sidebar__title"><?php _e( 'Handle all support channels in one solution', 'ms' ); ?></h3>
<ul>
<li><?php _e( 'Spend 85% less time on issues', 'ms' ); ?></li>
<li><?php _e( 'Save 95% more money on support', 'ms' ); ?></li>
<li><?php _e( 'Gain 56% more returning customers', 'ms' ); ?></li>
<li><?php _e( 'Get 73% higher satisfaction rates', 'ms' ); ?></li>
</ul>
</div>
</div>
</div>
<div class="Trial__main">
<div class="heroBanner__awards">
<?php echo do_shortcode( '[hero-banner-awards title="false" bg="hero-banner-awards_small.jpg"]' ); ?>
</div>
<div class="Trial__main__inner">
<h1 class="Trial__main__title"><?php _e( 'Start your <span class="highlight-gradient">free trial</span> today', 'ms' ); ?></h1>
<p class="Trial__main__text"><?php _e( 'Experience working with LiveAgent for free with our 30-day free trial. Enjoy a helpdesk platform with all advanced features and capabilities for free without any strings attached.', 'ms' ); ?></p>
<div class="Signup__form__labels Trial__labels">
<div class="Signup__form__labels__label limited">
<?php _e( 'Limited pricing offer', 'ms' ); ?>
<div class="Tooltip">
<div class="fontello-info">
<div class="Tooltip__text Tooltip__text--left"><?php _e( 'This offer is temporary, but the discount isn’t. Get up to 40% off for life.', 'ms' ); ?></div>
</div>
</div>
</div>
<div class="Signup__form__labels__label">
<?php _e( '30-day free trial', 'ms' ); ?>
</div>
<div class="Signup__form__labels__label"><?php _e( 'No credit card required', 'ms' ); ?></div>
</div>
<?= do_shortcode( '[signupform]' ); ?>
</div>
</div>
</div>
</div>