<?php $__env->startSection('main'); ?>
<div class="widewrapper pagetitle" style="padding-bottom:10px;padding-top:0">
    <div class="container">
        <div class="pull-right">
            <img class="img-responsive" src="<?php echo URL::asset('img/digits.png');; ?>" alt="Digi-T's T-Shirt Configurator" style="height:150px;"/>
        </div>
    </div>
</div>
<div class="container" role="main">
    <div class="widewrapper">        
        <div class="row">
            <div class="col-md-6 image">
                <img src="<?php echo URL::asset('img/digits-ipad.png'); ?>" class="img-responsive" alt="Digi-T's iPad Configurator">
            </div>
            <div class="col-md-6 image">
                <img src="<?php echo URL::asset('img/digits-configurator.png'); ?>" class="img-responsive" alt="Digi-T's iPad Configurator">
            </div>
        </div>      
        <div class="row text-center" style="padding-top:5px">
            <a class="btn btn-grove-one btn-xlg btn-bold" data-toggle="modal" data-target="#digits-register-modal" data-form="Register Now">Register Now</a>
        </div>
        <div class="row">
            <div class="col-md-6 feature">
                <div class="text" id="ecommerce">
                    <h3 class="headline-text">Benefits of Digi-T's</h3>
                    <ul>
                        <li>Complete T-Shirt Configurator</li>
                        <li>Let your customers upload their own images</li>
                        <li>Works with your existing website</li>
                        <li>Instantly create new business</li>
                        <li>No setup required</li>
                        <li>Get started today with just your email address and name</li>
                    </ul>
                </div>
            </div>
            <div class="col-md-6 feature">
                <div class="text" id="ecommerce">
                    <h3 class="headline-text">Custom T-Shirts</h3>
                    <p>A typical T Shirt configurator for your website would cost you hundreds, if not thousands, of dollars. At Verenia, we take
                        a different approach. We can get your <strong>very own T-Shirt Configurator</strong> up and live within 24-hours. We offer an out-of-the-box solution that is geared
                    towards T-Shirt manufacturing companies that is affordable, fast and powerful. </p>
                </div>
            </div>
        </div>
    </div>
</div>

<div id="digits-register-modal" class="modal fade">
    <div class="modal-dialog">
        <div class="modal-content">
            <div class="modal-header">
                <button type="button" class="close" data-dismiss="modal"><span aria-hidden="true">&times;</span><span class="sr-only">Close</span></button>
                <h4 class="modal-title">Register for Digi-T's</h4>
            </div>
            <div class="modal-body">
                <form class="form" role="form" id="form-digits-register">
                    <div class="form-group">
                        <label for="contact-company" class="control-label">Company Name</label>
                        <input type="text" class="form-control" id="contact-name" placeholder="Mike's Awesome T-Shirts, Inc" name="demo-company">
                    </div>
                    <div class="form-group">
                        <label for="contact-name" class="control-label">Contact Info</label>
                        <input type="text" class="form-control" id="contact-name" placeholder="John Smith" name="demo-contactname">
                    </div>
                    <div class="form-group">
                        <label for="email" class="control-label">Phone</label>
                        <input type="email" class="form-control" id="phone" placeholder="(312) 555-1212" name="demo-phone">
                    </div>
                    <div class="form-group">
                        <label for="email" class="control-label">Email</label>
                        <input type="email" class="form-control" id="contact-email" placeholder="Email" name="demo-email">
                    </div>
                    <div class="form-group">
                        <label for="other-info" class="control-label">Anything else you want to tell us?</label>
                        <textarea id="other-info" class="form-control" rows="3" name="demo-other" placeholder="I want a demo of the Digi-T's T-Shirt Configurator."></textarea>
                    </div>
                </form>
                <div  class="contact-thanks" style="display:none;">
                    <h1 class="text-success">Thanks for reaching out!</h1>
                    <h3 class="text-success">Someone will get back to you within 24 hours.</h3>
                </div>
            </div>
            <div class="modal-footer">
                <button type="button" class="btn btn-primary" id="btn-register-digits">Register for Digi-T's</button>
            </div>
        </div><!-- /.modal-content -->
    </div><!-- /.modal-dialog -->
</div><!-- /.modal -->
<?php $__env->stopSection(); ?>
<?php echo $__env->make('subpages', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>