1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-23 18:01:35 +02:00
invoiceninja/app/views/public/features.blade.php

67 lines
2.9 KiB
PHP
Raw Normal View History

2014-03-31 17:43:43 +02:00
@extends('public.header')
@section('content')
2014-05-05 15:08:57 +02:00
<section class="hero background hero5 center" data-speed="2" data-type="background">
2014-03-31 17:43:43 +02:00
<div class="container">
2014-05-05 15:08:57 +02:00
<div class="row">
<h1><img src="{{ asset('images/icon-features.png') }}"><span class="thin">THE</span> FEATURES</h1>
2014-03-31 17:43:43 +02:00
</div>
</div>
</section>
2014-05-05 15:08:57 +02:00
<section class="features features1">
2014-03-31 17:43:43 +02:00
<div class="container">
<div class="row">
<div class="col-md-5">
2014-05-05 15:08:57 +02:00
<div class="headline">
<div class="icon open"><span class="img-wrap"><img src="{{ asset('images/icon-opensource.png') }}"></span></div><h2>Open Source Platform</h2>
</div>
<p class="first">Set the code free! Here at Invoice Ninja, were all about being non-evil, and providing full code transparency is a central manifestation of this value.</p>
<p>Our users started seeing the benefits of open source within days of our launch, when we rolled out v1.0.2, which included some key code improvements that our friends on GitHub sent our way.
</p>
<p>We firmly believe that being an open source product helps everyone involved. Were looking forward to seeing what the developers out there can do to take Invoice Ninja into new realms of usefulness.</p>
2014-03-31 17:43:43 +02:00
</div>
2014-05-05 15:08:57 +02:00
<div class="col-md-7">
<img src="{{ asset('images/features1.jpg') }}">
2014-03-31 17:43:43 +02:00
</div>
</div>
</div>
</section>
2014-05-05 15:08:57 +02:00
<section class="blue features">
<div class="container">
<div class="row">
<div class="col-md-7">
<img src="{{ asset('images/devices-2.png') }}">
</div>
<div class="col-md-5">
<div class="headline">
<div class="icon free"><span class="img-wrap"><img src="{{ asset('images/icon-free2.png') }}"></span></div><h2>FREE. Forever.</h2>
</div>
<p class="first">Set the code free! Here at Invoice Ninja, were all about being non-evil, and providing full code transparency is a central manifestation of this value.</p>
<p>Our users started seeing the benefits of open source within days of our launch, when we rolled out v1.0.2, which included some key code improvements that our friends on GitHub sent our way.
</p>
<p>We firmly believe that being an open source product helps everyone involved. Were looking forward to seeing what the developers out there can do to take Invoice Ninja into new realms of usefulness.</p>
</div>
</div>
</div>
</section>
2014-03-31 17:43:43 +02:00
<section class="upper-footer white-bg">
<div class="container">
<div class="row">
<div class="col-md-3 center-block">
<a href="#">
<div class="cta">
<h2 onclick="return getStarted()">Invoice Now <span>+</span></h2>
</div>
</a>
</div>
</div>
</div>
</section>
@stop