2014-02-26 15:23:54 +01:00
@ extends ( 'master' )
@ section ( 'head' )
< link href = " { { asset('css/bootstrap.splash.css') }} " rel = " stylesheet " type = " text/css " />
< link href = " { { asset('css/splash.css') }} " rel = " stylesheet " type = " text/css " />
< link href = " { { asset('images/apple-touch-icon-114x114-precomposed.png') }} " rel = " apple-touch-icon-precomposed " sizes = " 114x114 " >
< link href = " { { asset('images/apple-touch-icon-72x72-precomposed.png') }} " rel = " apple-touch-icon-precomposed " sizes = " 72x72 " >
< link href = " { { asset('images/apple-touch-icon-57x57-precomposed.png') }} " rel = " apple-touch-icon-precomposed " >
@ stop
@ section ( 'body' )
2014-03-10 18:19:47 +01:00
{{ Form :: open ( array ( 'url' => 'get_started' , 'id' => 'startForm' )) }}
{{ Form :: hidden ( 'guest_key' ) }}
{{ Form :: close () }}
< script >
$ ( document ) . ready ( function () {
if ( isStorageSupported ()) {
$ ( '[name="guest_key"]' ) . val ( localStorage . getItem ( 'guest_key' ));
}
});
function isStorageSupported () {
try {
return 'localStorage' in window && window [ 'localStorage' ] !== null ;
} catch ( e ) {
return false ;
}
}
function getStarted () {
$ ( '#startForm' ) . submit ();
}
</ script >
2014-03-10 18:05:00 +01:00
< div class = " navbar " style = " margin-bottom:0px " >
< div class = " container " >
< div class = " navbar-inner " >
< a class = " brand " href = " # " >< img src =
" images/invoiceninja-logo.png " ></ a >
< ul class = " navbar-list " >
2014-03-10 18:19:47 +01:00
< li > {{ link_to ( 'about' , 'About Us' ) }} </ li >
< li > {{ link_to ( 'contact' , 'Contact Us' ) }} </ li >
< li > {{ link_to ( 'login' , Auth :: check () ? 'My Account' : 'Login' ) }} </ li >
2014-03-10 18:05:00 +01:00
</ ul >
</ div >
2014-02-26 15:23:54 +01:00
</ div >
</ div >
</ div >
2014-03-10 18:05:00 +01:00
< section class = " hero3 " data - speed = " 2 " data - type = " background " >
< div class = " container " >
< div class = " caption " >
< h1 > WHY INVOICE NINJA ?
</ h1 >
</ div >
2014-03-05 21:19:12 +01:00
</ div >
2014-03-10 18:05:00 +01:00
</ section >
2014-02-26 17:41:08 +01:00
2014-03-10 18:05:00 +01:00
< section class = " about center " >
2014-03-05 21:19:12 +01:00
< div class = " container " >
< div class = " row " >
< div class = " col-md-8 col-md-offset-2 " >
< h2 > Open Source Platform </ h2 >
< p > Free yourself from online invoicing platforms with high monthly fees and limited functionality . Being open source allows us fast app development , security audits by the open - course community , and we can keep it < span style = " color:#2299c0 " >< strong > FREE !</ strong ></ span ></ p >
</ div >
</ div >
</ div >
</ section >
< section class = " about white-bg " >
< div class = " container " >
< div class = " row " >
< div class = " col-md-5 " >
< div class = " screendump " >
2014-03-10 18:05:00 +01:00
< img src = " images/about1.jpg " >
2014-02-26 17:41:08 +01:00
</ div >
2014-03-05 21:19:12 +01:00
</ div >
< div class = " col-md-7 " >
< h2 > Live PDF Creation </ h2 >
< p >< strong > Look professional from day #1.</strong> Select one of our beautiful invoice templates to suit your company identity, switch between designs in real time to preview invoices & email them to clients with one click. The live preview PDF function was designed for an efficient and hassle-free experience, and it’ s awesome!
</ p >
</ div >
</ div >
</ div >
</ section >
< section class = " about " >
< div class = " container " >
< div class = " row " >
< div class = " col-md-7 " >
< h2 > Online Payments </ h2 >
< p >< strong > Authorize . net , Beanstream , PayPal ? </ strong > InvoiceNinja supports the most popular online payment gateways ! If you need help integrating a third party gateway we don’ t yet support , please contact us ! We’ re happy to help ! If you need assistance of want to learn more about online payment solutions , contact us !</ p >
</ div >
< div class = " col-md-5 " >
< div class = " screendump " >
2014-03-10 18:05:00 +01:00
< img src = " images/about2.jpg " >
2014-02-26 17:41:08 +01:00
</ div >
2014-03-05 21:19:12 +01:00
</ div >
</ div >
</ div >
</ section >
2014-03-10 18:19:47 +01:00
<!--
2014-03-10 18:05:00 +01:00
< section class = " about center white-bg " >
< div class = " container " >
< div class = " row " >
< div class = " col-md-8 col-md-offset-2 " >
< h2 > Info about the company / story </ h2 >
< p > Donec id elit non mi porta gravida at eget metus .
Fusce dapibus , tellus ac cursus commodo , tortor mauris
condimentum nibh , ut fermentum massa justo sit amet
risus . Etiam porta sem malesuada magna mollis euismod .
Donec sed odio dui .</ p >
2014-02-26 17:41:08 +01:00
</ div >
2014-03-10 18:05:00 +01:00
</ div >
</ div >
</ section >
2014-03-10 18:19:47 +01:00
-->
2014-03-05 21:19:12 +01:00
< section class = " upper-footer " >
< div class = " container " >
< div class = " row " >
< div class = " col-md-3 center-block " >
< a href = " # " >
< div class = " cta " >
< h2 onclick = " getStarted() " > Invoice Now < span >+</ span ></ h2 >
</ div >
</ a >
</ div >
</ div >
</ div >
</ section >
< footer >
< div class = " navbar " style = " margin-bottom:0px " >
< div class = " container " >
< div class = " social " >
2014-02-26 17:41:08 +01:00
<!--
< a href = " http://twitter.com/eas_id " >< span class =
" socicon " > c </ span ></ a >
-->
< a href =
" http://facebook.com/invoiceninja " target = " _blank " >< span class =
" socicon " > b </ span ></ a > < a href =
" http://twitter.com/invoiceninja " target = " _blank " >< span class =
" socicon " > a </ span ></ a >
< p > Copyright © 2014 InvoiceNinja . All rights reserved .</ p >
</ div >
< div class = " navbar-inner " >
< ul class = " navbar-list " >
2014-03-10 18:19:47 +01:00
< li > {{ link_to ( 'about' , 'About Us' ) }} </ li >
< li > {{ link_to ( 'contact' , 'Contact Us' ) }} </ li >
< li > {{ link_to ( 'login' , Auth :: check () ? 'My Account' : 'Login' ) }} </ li >
2014-02-26 17:41:08 +01:00
</ ul >
<!--
< ul class = " navbar-list " >
< li >< a href = " # " > For developers </ a ></ li >
< li >< a href = " # " > Jobs </ a ></ li >
< li >< a href = " # " > Terms & amp ; Conditions </ a ></ li >
< li >< a href = " # " > Our Blog </ a ></ li >
</ ul >
-->
</ div >
</ div >
</ div >
</ footer >< script src = " { { asset('/js/retina-1.1.0.min.js') }} " type = " text/javascript " ></ script >
2014-03-05 21:19:12 +01:00
@ stop