christmas-landing.php 26.4 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 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440
<?php
/**
 * The template for displaying the Christmas Landing page .
 *
 * Template name: Christmas Landing
 *
 * @package storefront
 */
/**
 *
 * @author Hung Tran
 */
remove_filter('the_content', 'wpautop');
get_header();
?>

<div id="christmas_landing_page">
    <div id="img-tinsel">
        <img id="img-tinsel-left" src="/wp-content/themes/reize/assets/images/christmas_landing/tinsel_left.png" alt="" />
        <img id="img-tinsel-right" src="/wp-content/themes/reize/assets/images/christmas_landing/tinsel_right.png" alt="" />
    </div>

    <div id="primary" class="content-area">
        <main id="main" class="site-main" role="main">

            <?php // while (have_posts()) : the_post(); ?>

            <?php
            do_action('storefront_page_before');
            ?>
            <div class="shop-step-1" >
                <h5 class="shop-step-title">STEP 1 OF 3</h5>
                <h1 class="page-title shop-page-title">CHOOSE YOUR QUANTITY</h1>
                <p>Don't get your tinsel in a tangle. We have the perfect Christmas gift idea for him or her. Treat someone to REIZE this year and avoid the dreadful queues with our free home delivery!</p>
                <p><b> </b></p>
            </div>

            <div class="outbox-slider" slider="1">
                <div class="fgc-box-slider">
                    <div class="fgc-slider"><div class="fgc_slider_products"></div></div>
                </div>

                <span class="navigation-box pre-box"><span class="pre-button">_</span></span><span class="navigation-box next-box"><span class="next-button">+</span></span>
                <span class="nav-text-pre">Lower Volumes</span> <span class="nav-text-next">Higher Volumes</span>
            </div>

            <img class="img-below-slider" src="/wp-content/themes/reize/assets/images/christmas_landing/deadpan_guy.jpg" alt="" />

            <div id="reasons_choose_reize">
                <h3>12 REASONS WHY REIZE IS THE PERFECT CHRISTMAS GIFT IDEA...</h3>
                <p>(THE 12 DAYS OF CHRISTMAS IN DISGUISE)</p>
                <div id="christmas_reason_list">
                    <div class="reason_row dark">
                        <div class="reason_element left">
                            <div class="reason_element_img">
                                <img src="/wp-content/themes/reize/assets/images/christmas_landing/testimonial/a_great_stocking.png"/>
                            </div>
                            <div class="reason_element_text">
                                <h3>A GREAT STOCKING FILLER</h3>
                                <p>REIZE is the perfect present to add to someones stocking this year to give them a little energy boost after that monstrous christmas dinner!</p>
                            </div>
                        </div>
                        <div class="reason_element right">
                            <div class="reason_element_img">
                                <img src="/wp-content/themes/reize/assets/images/christmas_landing/testimonial/versatile.png"/>
                            </div>
                            <div class="reason_element_text">
                                <h3>VERSATILE</h3>
                                <p>Mix it any way you want. With water, with soda water or brewed hot from the kettle. You can even experiment with your favourite juice, cocktail and other drinks.</p>
                            </div>
                        </div>
                    </div>
                    <div class="reason_row light">
                        <div class="reason_element left">
                            <div class="reason_element_img">
                                <img src="/wp-content/themes/reize/assets/images/christmas_landing/testimonial/great_value.png"/>
                            </div>
                            <div class="reason_element_text">
                                <h3>Great value</h3>
                                <p>No other energy drink is this cheap, which means you can buy more for your loved one.</p>
                            </div>
                        </div>
                        <div class="reason_element right">
                            <div class="reason_element_img">
                                <img src="/wp-content/themes/reize/assets/images/christmas_landing/testimonial/sugar_free.png"/>
                            </div>
                            <div class="reason_element_text">
                                <h3>Sugar free</h3>
                                <p>Sugar is the enemy!</p>
                            </div>
                        </div>
                    </div>
                    <div class="reason_row dark">
                        <div class="reason_element left">
                            <div class="reason_element_img">
                                <img src="/wp-content/themes/reize/assets/images/christmas_landing/testimonial/lightweight.png"/>
                            </div>
                            <div class="reason_element_text">
                                <h3>Lightweight</h3>
                                <p>Carry it with you anywhere you go. No more lugging around heavy cans.</p>
                            </div>
                        </div>
                        <div class="reason_element right">
                            <div class="reason_element_img">
                                <img src="/wp-content/themes/reize/assets/images/christmas_landing/testimonial/greatboost.png"/>
                            </div>
                            <div class="reason_element_text">
                                <h3>GREAT BOOST</h3>
                                <p>The combination of caffeine, taurine and ginseng combines to give you an unforgettable long lasting boost.</p>
                            </div>
                        </div>
                    </div>
                    <div class="reason_row light">
                        <div class="reason_element left">
                            <div class="reason_element_img">
                                <img src="/wp-content/themes/reize/assets/images/christmas_landing/testimonial/healthy.png"/>
                            </div>
                            <div class="reason_element_text">
                                <h3>Healthy</h3>
                                <p>Packed with B-Vitamins, REIZE will have you feeling great.</p>
                            </div>
                        </div>
                        <div class="reason_element right">
                            <div class="reason_element_img">
                                <img src="/wp-content/themes/reize/assets/images/christmas_landing/testimonial/free_delivery.png"/>
                            </div>
                            <div class="reason_element_text">
                                <h3>free delivery</h3>
                                <p>Right to your doorstep.<br/>
                                    (*Australia only. International postage costs added for other countries)</p>
                            </div>
                        </div>
                    </div>
                    <div class="reason_row dark">
                        <div class="reason_element left">
                            <div class="reason_element_img">
                                <img src="/wp-content/themes/reize/assets/images/christmas_landing/testimonial/sports.png"/>
                            </div>
                            <div class="reason_element_text">
                                <h3>sports</h3>
                                <p>Used by some of Australia and New Zealand’s most successful triathlete's and endurance athletes. Drink REIZE 20 minutes before you exercise and you'll have more stamina, more focus and achieve better results.</p>
                            </div>
                        </div>
                        <div class="reason_element right">
                            <div class="reason_element_img">
                                <img src="/wp-content/themes/reize/assets/images/christmas_landing/testimonial/australian_owner.png"/>
                            </div>
                            <div class="reason_element_text">
                                <h3>100% Australian Owned</h3>
                                <p>G’Day mate. We’re more Aussie than kangaroo’s, koala’s and Crocodile Dundee. Pour yourself a glass of REIZE and throw another shrimp on the barbie.</p>
                            </div>
                        </div>
                    </div>
                    <div class="reason_row light">
                        <div class="reason_element left">
                            <div class="reason_element_img">
                                <img src="/wp-content/themes/reize/assets/images/christmas_landing/testimonial/tastier.png"/>
                            </div>
                            <div class="reason_element_text">
                                <h3>tastier</h3>
                                <p>In blind taste tests 78% of people thought REIZE tasted better than the leading brands. </p>
                            </div>
                        </div>
                        <div class="reason_element right">
                            <div class="reason_element_img">
                                <img src="/wp-content/themes/reize/assets/images/christmas_landing/testimonial/did_we_mention.png"/>
                            </div>
                            <div class="reason_element_text">
                                <h3>DID WE MENTION GREAT VALUE?</h3>
                                <p>Such good value, we had to count it twice. At risk of repeating ourselves, REIZE is a truly unique Christmas gift idea for him or her!</p>
                            </div>
                        </div>
                    </div>
                </div>

                <div class="panel-group" id="accordion" role="tablist" aria-multiselectable="true">

                    <div class="panel panel-reize">
                        <div class="panel-heading" role="tab" id="great_stock">
                            <h4 class="panel-title">
                                <a role="button" data-toggle="collapse" class="" data-parent="#accordion" href="#collapse_great_stock" aria-expanded="true" aria-controls="great_stock">
                                    <span><img src="/wp-content/themes/reize/assets/images/christmas_landing/testimonial/a_great_stocking.png"/></span>
                                    A GREAT STOCKING FILLER
                                </a>
                            </h4>
                        </div>
                        <div id="collapse_great_stock" class="panel-collapse collapse in" role="tabpanel" aria-labelledby="great_stock">
                            <div class="panel-body">
                                REIZE is the perfect present to add to someones stocking this year to give them a little energy boost after that monstrous christmas dinner!
                            </div>
                        </div>
                    </div>
                    <div class="panel panel-reize">
                        <div class="panel-heading" role="tab" id="versatile">
                            <h4 class="panel-title">
                                <a role="button" data-toggle="collapse" class="collapsed" data-parent="#accordion" href="#collapse_versatile" aria-expanded="true" aria-controls="versatile">
                                    <span><img src="/wp-content/themes/reize/assets/images/christmas_landing/testimonial/versatile.png"/></span>
                                    Versatile
                                </a>
                            </h4>
                        </div>
                        <div id="collapse_versatile" class="panel-collapse collapse" role="tabpanel" aria-labelledby="versatile">
                            <div class="panel-body">
                                Mix it any way you want. With water, with soda water or brewed hot from the kettle. You can even experiment with your favourite juice, cocktail and other drinks.
                            </div>
                        </div>
                    </div>
                    <div class="panel panel-reize">
                        <div class="panel-heading" role="tab" id="great_value">
                            <h4 class="panel-title">
                                <a role="button" data-toggle="collapse" class="collapsed" data-parent="#accordion" href="#collapse_great_value" aria-expanded="true" aria-controls="collapse_great_value">
                                    <span><img src="/wp-content/themes/reize/assets/images/ourdrink/great_value.png"/></span>
                                    Great value
                                </a>
                            </h4>
                        </div>
                        <div id="collapse_great_value" class="panel-collapse collapse" role="tabpanel" aria-labelledby="great_value">
                            <div class="panel-body">
                                No other energy drink is this cheap, which means you can buy more for your loved one.
                            </div>
                        </div>
                    </div>
                    <div class="panel panel-reize">
                        <div class="panel-heading" role="tab" id="sugar_free">
                            <h4 class="panel-title">
                                <a role="button" data-toggle="collapse" class="collapsed" data-parent="#accordion" href="#collapse_sugar_free" aria-expanded="true" aria-controls="collapse_sugar_free">
                                    <span><img src="/wp-content/themes/reize/assets/images/ourdrink/Sugar-free.png"/></span>
                                    Sugar free
                                </a>
                            </h4>
                        </div>
                        <div id="collapse_sugar_free" class="panel-collapse collapse" role="tabpanel" aria-labelledby="sugar_free">
                            <div class="panel-body">
                                Sugar is the enemy!
                            </div>
                        </div>
                    </div>
                    <div class="panel panel-reize">
                        <div class="panel-heading" role="tab" id="Lightweight">
                            <h4 class="panel-title">
                                <a role="button" data-toggle="collapse" class="collapsed" data-parent="#accordion" href="#collapseLightweight" aria-expanded="true" aria-controls="collapseLightweight">
                                    <span><img src="/wp-content/themes/reize/assets/images/ourdrink/Lightweight.png"/></span>
                                    Lightweight
                                </a>
                            </h4>
                        </div>
                        <div id="collapseLightweight" class="panel-collapse collapse" role="tabpanel" aria-labelledby="Lightweight">
                            <div class="panel-body">
                                Carry it with you anywhere you go. No more lugging around heavy cans.
                            </div>
                        </div>
                    </div>
                    <div class="panel panel-reize">
                        <div class="panel-heading" role="tab" id="great_boost">
                            <h4 class="panel-title">
                                <a role="button" data-toggle="collapse" class="collapsed" data-parent="#accordion" href="#collapse_great_boost" aria-expanded="true" aria-controls="collapse_great_boost">
                                    <span><img src="/wp-content/themes/reize/assets/images/ourdrink/Great-Boost.png"/></span>
                                    Great boost
                                </a>
                            </h4>
                        </div>
                        <div id="collapse_great_boost" class="panel-collapse collapse" role="tabpanel" aria-labelledby="great_boost">
                            <div class="panel-body">
                                The combination of caffeine, taurine and ginseng combines to give you an unforgettable long lasting boost.
                            </div>
                        </div>
                    </div>
                    <div class="panel panel-reize">
                        <div class="panel-heading" role="tab" id="Healthy">
                            <h4 class="panel-title">
                                <a role="button" data-toggle="collapse" class="collapsed" data-parent="#accordion" href="#collapseHealthy" aria-expanded="true" aria-controls="collapseHealthy">
                                    <span><img src="/wp-content/themes/reize/assets/images/ourdrink/Healthy.png"/></span>
                                    Healthy
                                </a>
                            </h4>
                        </div>
                        <div id="collapseHealthy" class="panel-collapse collapse" role="tabpanel" aria-labelledby="Healthy">
                            <div class="panel-body">
                                Packed with B-Vitamins, REIZE will have you feeling great.
                            </div>
                        </div>
                    </div>
                    <div class="panel panel-reize">
                        <div class="panel-heading" role="tab" id="free_delivery">
                            <h4 class="panel-title">
                                <a role="button" data-toggle="collapse" class="collapsed" data-parent="#accordion" href="#collapse_free_delivery" aria-expanded="true" aria-controls="collapse_free_delivery">
                                    <span><img src="/wp-content/themes/reize/assets/images/ourdrink/Free-delivery.png"/></span>
                                    Free delivery
                                </a>
                            </h4>
                        </div>
                        <div id="collapse_free_delivery" class="panel-collapse collapse" role="tabpanel" aria-labelledby="free_delivery">
                            <div class="panel-body">
                                Right to your doorstep.
                                <br/>
                                (*Australia only. International postage costs added for other countries)
                            </div>
                        </div>
                    </div>
                    <div class="panel panel-reize">
                        <div class="panel-heading" role="tab" id="Sports">
                            <h4 class="panel-title">
                                <a role="button" data-toggle="collapse" class="collapsed" data-parent="#accordion" href="#collapseSports" aria-expanded="true" aria-controls="collapseSports">
                                    <span><img src="/wp-content/themes/reize/assets/images/ourdrink/Sports.png"/></span>
                                    Sports
                                </a>
                            </h4>
                        </div>
                        <div id="collapseSports" class="panel-collapse collapse" role="tabpanel" aria-labelledby="Sports">
                            <div class="panel-body">
                                Used by some of Australia and New Zealand’s most successful triathlete's and endurance athletes. Drink REIZE 20 minutes before you exercise and you'll have more stamina, more focus and achieve better results.
                            </div>
                        </div>
                    </div>
                    <div class="panel panel-reize">
                        <div class="panel-heading" role="tab" id="aus_owner">
                            <h4 class="panel-title">
                                <a role="button" data-toggle="collapse" class="collapsed" data-parent="#accordion" href="#collapsedid_aus_owner" aria-expanded="true" aria-controls="collapsedid_aus_owner">
                                    <span><img src="/wp-content/themes/reize/assets/images/ourdrink/KangaIcon.png"/></span>
                                    100% Australian owned
                                </a>
                            </h4>
                        </div>
                        <div id="collapsedid_aus_owner" class="panel-collapse collapse" role="tabpanel" aria-labelledby="aus_owner">
                            <div class="panel-body">
                                G'Day mate. We're more Aussie then kangaroo's, koala's and Crocodile Dundee. Pour yourself a glass of REIZE and throw another shrimp on the barbie.
                            </div>
                        </div>
                    </div>
                    <div class="panel panel-reize">
                        <div class="panel-heading" role="tab" id="Flavoursome">
                            <h4 class="panel-title">
                                <a role="button" data-toggle="collapse" class="collapsed" data-parent="#accordion" href="#collapseFlavoursome" aria-expanded="true" aria-controls="collapseFlavoursome">
                                    <span><img src="/wp-content/themes/reize/assets/images/ourdrink/Flavoursome.png"/></span>
                                    Tastier
                                </a>
                            </h4>
                        </div>
                        <div id="collapseFlavoursome" class="panel-collapse collapse" role="tabpanel" aria-labelledby="Flavoursome">
                            <div class="panel-body">
                                In blind taste tests 78% of people thought REIZE tasted better than the leading brands.
                            </div>
                        </div>
                    </div>

                    <div class="panel panel-reize">
                        <div class="panel-heading" role="tab" id="did_ve">
                            <h4 class="panel-title">
                                <a role="button" data-toggle="collapse" class="collapsed" data-parent="#accordion" href="#collapsedid_ve" aria-expanded="true" aria-controls="collapsedid_ve">
                                    <span><img src="/wp-content/themes/reize/assets/images/ourdrink/Did-we.png"/></span>
                                    Did we mention great value?
                                </a>
                            </h4>
                        </div>
                        <div id="collapsedid_ve" class="panel-collapse collapse" role="tabpanel" aria-labelledby="did_ve">
                            <div class="panel-body">
                                Such good value, we had to count it twice. At risk of repeating ourselves, REIZE is a truly unique Christmas gift idea for him or her!
                            </div>
                        </div>
                    </div>
                </div>
            </div>

            <div id="christmas_testimonial">
                <h2>THE GUYS LOVING REIZE ALL YEAR ROUND</h2>
                <p>Read a few words from some of our REIZE club members!</p>
                <div id="testimonial_panel" class="row">
                    <div class="tes_profile col-xs-6 col-sm-3 col-md-3">
                        <div class="tes_image">
                            <img src="/wp-content/themes/reize/assets/images/christmas_landing/kristy.jpg"></img>
                        </div>
                        <h3>KRISTY J.</h3>
                        <p>"YOU GUYS ARE MY FAVOURITE. YOU"VE EARNED A CUSTOMER FOR LIFE!"</p>
                    </div>
                    <div class="tes_profile col-xs-6 col-sm-3 col-md-3">
                        <div class="tes_image">
                            <img src="/wp-content/themes/reize/assets/images/christmas_landing/george.jpg"></img>
                        </div>
                        <h3>GEORGE G.</h3>
                        <p>"REIZE GIVES YOU THE BOOST YOU NEED TO GET UP AND GO."</p>
                    </div>

                    <div class="tes_profile col-xs-6 col-sm-3 col-md-3">
                        <div class="tes_image">
                            <img src="/wp-content/themes/reize/assets/images/christmas_landing/rob.jpg"></img>
                        </div>
                        <h3>ROB W.</h3>
                        <p>"I LOVE THE REFRESHING TASTE OF REIZE AND THE ENERGY IT GIVES ME."</p>
                    </div>
                    <div class="tes_profile col-xs-6 col-sm-3 col-md-3">
                        <div class="tes_image">
                            <img src="/wp-content/themes/reize/assets/images/christmas_landing/kelly.jpg"></img>
                        </div>
                        <h3>KELLY B.</h3>
                        <p>"I TRIED IT AND I LOVE IT. I'M GOING TO CONVERT ALL THE RED BULL DRINKERS HERE!"</p>
                    </div>
                </div>
            </div>
            <div class="satisfation-guaranteed">
                <img id="ribbon_desktop" src="/wp-content/themes/reize/assets/images/christmas_landing/ribbon_desktop.png" alt="" />
                <img id="ribbon_mobile" src="/wp-content/themes/reize/assets/images/christmas_landing/ribbon_mobile.png" alt="" />
                <div class="text-satisfation-guaranteed">
                    <p>SATISFACTION GUARANTEED</p>
                    <hr/>
                    <p>REIZE WILL HAVE YOU FEELING GREAT!</p>
                </div>
            </div>
            <div class="outbox-slider" slider="2">
                <div class="fgc-box-slider" >
                    <div class="fgc-slider"><div class="fgc_slider_products"></div></div>
                </div>

                <span class="navigation-box pre-box"><span class="pre-button">_</span></span><span class="navigation-box next-box"><span class="next-button">+</span></span>
                <span class="nav-text-pre">Lower Volumes</span> <span class="nav-text-next">Higher Volumes</span>
            </div>

            <div class="let-do-this ">
                <a href="/get-started/"><span class="link-spanner"></span>Actually I want to be a member<br/>
                    <b>Let's do this!</b>
                </a>
            </div>
            <?php
            if (class_exists('Fgc_Google_Experiments')) {
                Fgc_Google_Experiments::get_products_for_slider(false);
            }
            ?>
            <?php
            /**
             * @hooked storefront_display_comments - 10
             */
            do_action('storefront_page_after');
            ?>

            <?php // endwhile; // end of the loop.    ?>


    </div>
</main><!-- #main -->
</div><!-- #primary -->
<?php get_footer(); ?>