Build a better business

Front is the leading online template helping 1000+ customers.

Image Description
Image Description
Image Description
              
                <!-- Hero Section -->
                <div id="SVGheroSection" class="svg-preloader d-lg-flex position-relative border-bottom z-index-2">
                  <div class="container d-lg-flex align-items-lg-center flex-lg-wrap height-lg-100vh text-center space-top-2 space-top-md-4 space-top-lg-3">
                    <div class="w-100 mx-auto mb-9 mb-lg-0">
                      <div class="mb-5">
                        <h1 class="display-4 font-size-md-down-5 font-weight-semi-bold">Build a better business</h1>
                        <p>Front is the leading online template helping <strong class="text-primary">1000+</strong> customers.</p>
                      </div>

                      <!-- Form -->
                      <form class="js-validate w-md-75 w-lg-50 w-xl-40 mx-md-auto mb-4">
                        <div class="js-form-message">
                          <label class="sr-only" for="signupSrEmail">Your email</label>
                          <div class="input-group">
                            <input type="email" class="form-control" name="email" id="signupSrEmail" placeholder="Enter your email" aria-label="Enter your email" required
                                   data-msg="Please enter a valid email address."
                                   data-error-class="u-has-error"
                                   data-success-class="u-has-success">
                            <div class="input-group-append">
                              <button type="submit" class="btn btn-primary btn-wide">Get Started</button>
                            </div>
                          </div>
                        </div>
                      </form>
                      <!-- End Form -->

                      <div class="small">
                        <span class="font-weight-medium">View a demo:</span>
                        <a class="link-muted mx-2" href="index.html">Explore live demo</a>

                        <!-- Fancybox -->
                        <a class="js-fancybox link-muted" href="javascript:;"
                           data-src="//vimeo.com/167434033"
                           data-speed="700"
                           data-animate-in="zoomIn"
                           data-animate-out="zoomOut"
                           data-caption="Front - Responsive Website Template">
                          <small class="fas fa-play text-primary mr-1"></small>
                          Play video
                        </a>
                        <!-- End Fancybox -->
                      </div>
                    </div>

                    <div class="w-lg-50 mt-auto mx-lg-auto">
                      <!-- SVG Icon -->
                      <figure class="ie-enterprise-2">
                        <img class="js-svg-injector" src="../../assets/svg/flat-icons/enterprise-2.svg" alt="Image Description"
                             data-parent="#SVGheroSection">
                      </figure>
                      <!-- End SVG Icon -->
                    </div>
                  </div>

                  <!-- SVG Component -->
                  <div class="d-none d-lg-block content-centered-y left-0 w-100 max-width-40 z-index-n1">
                    <figure class="ie-abstract-shapes-1">
                      <img class="js-svg-injector" src="../../assets/svg/components/abstract-shapes-1.svg" alt="Image Description"
                           data-parent="#SVGheroSection">
                    </figure>
                  </div>
                  <!-- End SVG Component -->

                  <!-- SVG Component -->
                  <div class="d-none d-lg-block content-centered-y right-0 w-100 max-width-35 z-index-n1">
                    <figure class="ie-abstract-shapes-10">
                      <img class="js-svg-injector" src="../../assets/svg/components/abstract-shapes-10.svg" alt="Image Description"
                           data-parent="#SVGheroSection">
                    </figure>
                  </div>
                  <!-- End SVG Component -->
                </div>
                <!-- End Hero Section -->
              
            
              
                <link rel="stylesheet" href="../../assets/vendor/fancybox/jquery.fancybox.css">
              
            
              
                <!-- JS Implementing Plugins -->
                <script src="../../assets/vendor/fancybox/jquery.fancybox.min.js"></script>
                <script src="../../assets/vendor/svg-injector/dist/svg-injector.min.js"></script>

                <!-- JS Front -->
                <script src="../../assets/js/components/hs.fancybox.js"></script>
                <script src="../../assets/js/components/hs.svg-injector.js"></script>

                <!-- JS Plugins Init. -->
                <script>
                  $(window).on('load', function () {
                    // initialization of svg injector module
                    $.HSCore.components.HSSVGIngector.init('.js-svg-injector');
                  });

                  $(document).on('ready', function () {
                    // initialization of popups
                    $.HSCore.components.HSPopup.init('.js-fancybox');
                  });
                </script>