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

94 lines
5.0 KiB
PHP
Raw Normal View History

2014-03-20 23:12:07 +01:00
@extends('public.header')
@section('content')
2014-04-06 19:48:34 +02:00
<section class="hero background hero3" data-speed="2" data-type="background">
<div class="caption-side"></div>
<div class="container">
<div class="row" style="margin:0;">
<div class="caption-wrap">
<div class="caption">
<h1>About <span style="color:#ecd816"> InvoiceNinja</span></h1>
</div>
</div>
</div>
</div>
</section>
2014-03-20 23:12:07 +01:00
<section class="about center">
<div class="container">
<div class="row">
<div class="col-md-8 col-md-offset-2">
2014-04-06 19:48:34 +02:00
<h2>What is Invoice Ninja?</h2>
2014-04-25 15:15:13 +02:00
<p>Invoice Ninja is a free, open-source solution for invoicing and billing
customers. With Invoice Ninja, you can easily build and send beautiful invoices
from any device that has access to the web. Your clients can print your invoices,
download them as pdf files, and even pay you online from within the system. </p>
&nbsp;
<h2>Team Ninja</h2>
<p>Invoice Ninja is managed by a team of seasoned web workers. We
launched in early 2014 and have been thrilled by the enthusiastic response weve
received from our growing community of users.</p>
2014-03-20 23:12:07 +01:00
</div>
</div>
</div>
</section>
2014-04-06 19:48:34 +02:00
<section class="team white-bg center">
2014-03-20 23:12:07 +01:00
<div class="container">
2014-04-06 19:48:34 +02:00
<div class="row">
<div class="col-md-8 col-md-offset-2">
2014-04-25 15:15:13 +02:00
2014-04-06 19:48:34 +02:00
</div>
</div>
2014-03-20 23:12:07 +01:00
<div class="row">
2014-04-06 19:48:34 +02:00
<div class="col-md-3">
<img src="images/shalomstark.jpg" alt="Shalom Stark" class="img-circle">
<h2>SHALOM STARK</h2>
<p class="blue-text">Co-Founder, CEO</p>
<p>Shalom has specialized in small business development for nearly 10 years. In addition to InvoiceNinja.com Shalom is CEO of a leading tour agency in Israel.</p>
<p><span class="social"><a href="https://twitter.com/shalomstark" target="_blank"><img src="images/twitter.svg" alt="Twitter"></a></span>
</p>
<p class="blue-text" style="margin-bottom: 2px;"><a href="http://shalomisraeltours.com/" target="_blank">shalomisraeltours.com</a></p>
2014-03-20 23:12:07 +01:00
</div>
2014-04-06 19:48:34 +02:00
<div class="col-md-3">
<img src="images/hillelcoren.jpg" alt="Hillel Coren" class="img-circle">
<h2>HILLEL COREN</h2>
<p class="blue-text">Co-Founder, CTO</p>
<p>Hillel has been developing enterprise applications for 15 years. His open-source <a href="http://www.adobe.com/cfusion/exchange/index.cfm?event=extensionDetail&extid=1721530" target="_blank">AutoComplete</a> component has been used by thousands of developers around the world.</p>
2014-04-06 19:48:34 +02:00
<p><span class="social"><a href="https://twitter.com/hillelcoren" target="_blank"><img src="images/twitter.svg" alt="Twitter"></a></span>
<span class="social"><a href="http://www.linkedin.com/profile/view?id=105143214" target="_blank"><img src="images/linkedin.svg" alt="LinkedIn"></a></span>
</p>
<p class="blue-text"><a href="http://hillelcoren.com/" target="_blank">hillelcoren.com</a></p>
2014-03-20 23:12:07 +01:00
</div>
2014-04-06 19:48:34 +02:00
<div class="col-md-3">
<img src="images/razikantorp.jpg" alt="Razi Kantorp" class="img-circle">
<h2>RAZI KANTORP</h2>
<p class="blue-text">Designer</p>
<p>Razi is a pixel nerd with a great deal of experience in design for web sites and applications. When she isn't busy with InvoiceNinja she runs a small web agency in Stockholm called kantorp-wegl.in</p>
<p><span class="social"><a href="https://twitter.com/kantorpweglin" target="_blank"><img src="images/twitter.svg" alt="Twitter"></a></span>
<span class="social"><a href="http://www.linkedin.com/profile/view?id=105143214" target="_blank"><img src="images/linkedin.svg" alt="LinkedIn"></a></span>
<span class="social"><a href="http://instagram.com/kantorpweglin" target="_blank"><img src="images/instagram.svg" alt="Twitter"></a>
</p>
<p class="blue-text"><a href="http://kantorp-wegl.in/" target="_blank">kantorp-wegl.in</a></p>
2014-03-20 23:12:07 +01:00
</div>
2014-04-06 19:48:34 +02:00
<div class="col-md-3">
<img src="images/benjacobson.jpg" alt="Ben Jacobsen" class="img-circle">
<h2>BEN JACOBSON</h2>
<p class="blue-text">Marketing</p>
<p>A veteran digital marketer and content strategist, Ben specializes in building communities around brands that make business easier for freelancers, SMBs and micro-entrepreneurs.
2014-04-06 19:48:34 +02:00
</p>
<p><span class="social"><a href="https://twitter.com/osbennn" target="_blank"><img src="images/twitter.svg" alt="Twitter"></a></span>
<span class="social"><a href="https://www.linkedin.com/pub/razi-kantorp/35/368/973" target="_blank"><img src="images/linkedin.svg" alt="LinkedIn"></a></span>
<span class="social"><a href="http://about.me/osbennn" target="_blank"><img src="images/me.svg" alt="about.me"></a></span>
</p>
<p class="blue-text"><a href="http://actionpackedmedia.com/" target="_blank">actionpackedmedia.com</a></p>
2014-03-20 23:12:07 +01:00
</div>
2014-04-06 19:48:34 +02:00
2014-03-20 23:12:07 +01:00
</div>
</div>
</section>
2014-04-06 19:48:34 +02:00
2014-03-20 23:12:07 +01:00
@stop