free-sample-dpg-energy-drinks.php
4.12 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
<?php
/**
* The template for displaying the Free Sample Survey.
*
* This page template will display any functions hooked into the `homepage` action.
* By default this includes a variety of product displays and the page content itself. To change the order or toggle these components
* use the Homepage Control plugin.
* https://wordpress.org/plugins/homepage-control/
*
* Template name: Free Sample DPG Energy Drinks
*
* @package storefront
*/
//remove_filter('the_content', 'wpautop');
if (isset($_COOKIE['thank_survey_form'])) {
wp_redirect(get_bloginfo('url') . '/thanks/');
exit();
}
get_header();
?>
<script type="text/javascript" src="http://ashishblog.com/ash/source/jquery.cookie.js"></script>
<div id="survey-form">
<div class="container-top-frm">
<h1 style="margin-top: 30px;">FREE SAMPLE</h1>
<img class="top-banner" src="/wp-content/themes/reize/assets/images/Free_Sample_DPG.jpg" alt="free_sample_banner.fw" width="951" height="628" />
<div class="content-top-banner">
<p class="style-fgc" style="text-align: center;">We've changed Energy Drinks for the better with our unique formula that give <em>Optimal Boost</em>. No crash. No jitters.</p>
<p class="style-fgc margin-20" style="text-align: center;">Help us on our journey by answering a few quick questions.</p>
</div>
</div>
<?php
echo do_shortcode('[gravityform id="2" title="true" description="true"]');
?>
<div class="container-bottom-frm">
<h1 style="text-align: center;">NO QUESTION ABOUT IT... These GUYS LOVE REIZE!</h1>
<p class="style-fgc">Read a few words from some of our REIZE club members!</p>
<div class="row"><!--col1-->
<div class="box-content"><div class="inner-box">
<img class="alignnone size-full wp-image-25773" src="https://dev.reize.com.au/wp-content/uploads/2017/01/Kristy_Square-1.png" alt="Kristy_Square" width="500" height="500" />
<div class="content-somebody">
<span class="name">KRISTY J.</span>
<span class="des">"You guys are my favourite. You've earned a customer for life"</span>
</div>
</div>
</div>
<div class="box-content">
<div class="inner-box">
<img class="alignnone size-full wp-image-13348" src="https://dev.reize.com.au/wp-content/uploads/2015/07/George-Gwynn-Running-12-440x422-1-1.jpg" alt="George-Gwynn-Running-12-440x422-1" width="440" height="422" />
<div class="content-somebody">
<span class="name">george g.</span>
<span class="des">"REIZE gives you the boost you need to get up and go."</span>
</div>
</div>
</div><div class="fgc-line"> </div>
<div class="box-content">
<div class="inner-box">
<img class="alignnone size-full wp-image-13331" src="https://dev.reize.com.au/wp-content/uploads/2015/09/tt1-440x422-1-1.jpg" alt="tt1-440x422-1" width="440" height="422" />
<div class="content-somebody">
<span class="name">Tony t. AKA - VIPER</span>
<span class="des">"AFTER MY FIRST REIZE I FELT A LOT MORE AND ENERGISED. GAMERS Could definitely benefit from the advantages that reize offers."</span>
</div>
</div>
</div>
<div class="box-content">
<div class="inner-box">
<img class="alignnone size-full wp-image-25774" src="https://dev.reize.com.au/wp-content/uploads/2017/01/Kelly_Square.png" alt="Kelly_Square" width="500" height="500" />
<div class="content-somebody">
<span class="name">Kelly B.</span>
<span class="des">"I tried it and I love it. I’m going to convert all the Red Bull drinkers heres!"</span>
</div>
</div>
</div>
<!--end col4-->
</div>
</div>
</div>
<?php get_footer(); ?>