tellform/public/modules/core/views/home.client.view.html
2015-08-25 14:33:52 -07:00

43 lines
1.7 KiB
HTML
Executable file

<section data-ng-controller="HomeController" class="hero-section" style="overflow:hidden;">
<div class="opacity-background">
</div>
<div class="image-background">
</div>
<div class="jumbotron text-center">
<div class="row" data-ng-if="!authentication.isAuthenticated()">
<div class="col-xs-12 row text-center logo" style="border-bottom: 1px solid rgba(255,255,255,.2); margin-bottom: 30px;">
<h3 class="col-xs-12" style="color: #FA787E; margin-bottom:0px">
<i class="fa fa-archive fa-3x"></i>
</h3>
<h2 class="col-xs-12" style="margin-top:0px">
Node<span style="color: #FA787E">Forms</span>
</h2>
</div>
<div class="col-xs-12 row" style="margin-top:0px">
<h1 class="lead col-md-10 col-md-offset-1 hidden-xs hidden-sm" style="font-size:3.8em;">
Craft beautiful forms in seconds.
</h1>
<h2 class="lead col-sm-12 text-center hidden-md hidden-lg" style="font-size:2.8em;">
Craft beautiful forms.
</h2>
<p class="lead hidden-xs hidden-sm col-md-10 col-md-offset-1 col-lg-8 col-lg-offset-2" style="font-size:1.5em; color:rgba(255,255,255,.75)">
<i>NodeForms is an opensource <b>form builder</b> that can create stunning forms from PDFs or from scratch</i>
</p>
<p class="lead col-xs-12 hidden-md hidden-lg" style="font-size:1.5em; color:rgba(255,255,255,.75)">
<i>NodeForms is an opensource, self-hosted <b>form builder</b> that can create stunning forms</i>
</h1>
</div>
<div class="col-xs-12" style="margin-top:7%;">
<a class="btn btn-info signup-btn" href="/#!/signup" style="background-color:#FA787E; border: none; font-size: 2em; padding: 0.3em 0.9em; color: white;">
sign me up!
</a>
</div>
</div>
</div>
</section>