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

82 lines
3 KiB
HTML
Raw Normal View History

2015-08-06 05:52:59 +00:00
<section data-ng-controller="HomeController" class="hero-section" style="overflow:hidden;">
2015-07-07 01:21:43 +00:00
<div class="opacity-background">
</div>
<div class="image-background">
</div>
2015-06-29 22:51:29 +00:00
<div class="jumbotron text-center">
2015-11-13 18:47:59 +00:00
<div class="container" data-ng-if="!authentication.isAuthenticated()">
<div class="row text-center logo" style="border-bottom: 1px solid rgba(255,255,255,.2); margin-bottom: 30px;">
2015-07-07 01:21:43 +00:00
<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">
2015-11-23 19:19:02 +00:00
<span>Tell<span style="text-decoration: underline; color: #FA787E;">Form</span></span>
2015-07-07 01:21:43 +00:00
</h2>
2015-06-29 22:51:29 +00:00
</div>
<div class="row" style="margin-top:0px">
2015-08-06 05:52:59 +00:00
<h1 class="lead col-md-10 col-md-offset-1 hidden-xs hidden-sm" style="font-size:3.8em;">
2015-07-07 01:21:43 +00:00
Craft beautiful forms in seconds.
</h1>
<h2 class="lead col-sm-12 text-center hidden-md hidden-lg" style="font-size:2.8em;">
2015-08-06 05:52:59 +00:00
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)">
2015-11-16 22:43:18 +00:00
<i>TellForm is an opensource <b>alternative to TypeForm </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)">
2015-11-16 22:43:18 +00:00
<i>TellForm is an opensource <b>alternative to TypeForm </b> that can create stunning forms from PDFs or from scratch</i>
2015-07-07 01:21:43 +00:00
</h1>
2015-07-07 01:21:43 +00:00
</div>
2015-11-23 19:19:02 +00:00
</div>
</div>
<div class="jumbotron text-center">
<div class="container" data-ng-if="!authentication.isAuthenticated()">
<div class="row" style="margin-top:0px">
<h1 class="lead col-md-10 col-md-offset-1 hidden-xs hidden-sm" style="font-size:3.8em;">
Create your next ______.
</h1>
<h1 class="lead col-md-10 col-md-offset-1 hidden-xs hidden-sm" style="font-size:2.5em;">
Tell a story with a form.
</h1>
</div>
2015-11-13 18:47:59 +00:00
<div class="row" style="margin-top:7%;">
<a class="col-xs-4 col-xs-offset-4 btn btn-info signup-btn" href="/#!/signup" style="background-color:#FA787E; border: none; font-size: 2em; padding: 0.3em 0.9em; color: white;">
2015-07-07 01:21:43 +00:00
sign me up!
2015-06-30 10:00:23 +00:00
</a>
</div>
2015-06-29 22:51:29 +00:00
</div>
</div>
</section>
2015-11-23 19:19:02 +00:00
2016-04-22 20:06:07 +00:00
<footer class="footer-basic-centered">
2015-11-23 19:19:02 +00:00
2016-04-22 20:06:07 +00:00
<p class="footer-company-motto">The company motto.</p>
<p class="footer-links">
<a href="/#!/">Home</a>
·
<a href="/#!/blog">Blog</a>
·
<a href="https://github.com/whitef0x0/tellform">Github Source</a>
·
<a href="/#!/about">About</a>
.
<a href="/#!/terms">Privacy & Terms</a>
·
<a href="https://status.tellform.com">System Status</a>
·
<a href="mailto:polydaic@gmail.com">Contact</a>
</p>
<p class="footer-company-name">TellForm © 2016</p>
</footer>