free-sample-dpg-energy-drinks.php 4.12 KB
<?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">&nbsp;</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(); ?>