tellform/public/modules/core/views/home.client.view.html

27 lines
704 B
HTML
Raw Normal View History

2015-06-30 17:36:51 +00:00
<section data-ng-controller="HomeController" class="hero-section">
2015-06-30 10:00:23 +00:00
2015-06-29 22:51:29 +00:00
<div class="jumbotron text-center">
2015-06-30 17:36:51 +00:00
<div class="opacity-background">
2015-06-30 10:00:23 +00:00
<div class="row">
<div class="col-md-6 col-md-offset-3 col-sm-6 col-sm-offset-3 col-xs-12">
<!-- <img alt="MEAN.JS" class="img-responsive text-center" src="modules/core/img/brand/logo.png" /> -->
</div>
2015-06-29 22:51:29 +00:00
</div>
2015-06-30 10:00:23 +00:00
<br>
<div class="row" data-ng-if="!authentication.isAuthenticated()">
<p class="lead">
Make beautiful forms in a snap.
</p>
<br><br> <br><br>
2015-06-30 19:42:02 +00:00
<a class="btn btn-info" href="/#!/signup">
2015-06-30 10:00:23 +00:00
Signup now
</a>
2015-06-29 22:51:29 +00:00
2015-06-30 10:00:23 +00:00
</div>
2015-06-29 22:51:29 +00:00
</div>
</div>
<br>Enjoy &amp; Keep Us Updated,
<br>The MedForms Team.
</section>