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

93 lines
5.0 KiB
PHP
Raw Normal View History

2014-03-20 23:12:07 +01:00
@extends('public.header')
@section('content')
2014-05-06 19:54:28 +02:00
<section class="hero background hero-about" data-speed="2" data-type="background">
<div class="container">
<div class="row">
<h1><img src="{{ asset('images/icon-about.png') }}"><span class="thin">About</span> Invoice Ninja</h1>
2014-04-06 19:48:34 +02:00
</div>
</div>
</section>
2014-05-06 19:54:28 +02:00
</section>
2014-03-20 23:12:07 +01:00
2014-05-12 12:14:29 +02:00
<section class="about">
2014-03-20 23:12:07 +01:00
<div class="container">
<div class="row">
2014-05-12 12:14:29 +02:00
<div class="col-md-5 valign">
<div class="headline">
2014-04-06 19:48:34 +02:00
<h2>What is Invoice Ninja?</h2>
2014-05-12 12:14:29 +02:00
</div>
<p class="first">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>
2014-03-20 23:12:07 +01:00
</div>
2014-05-12 12:14:29 +02:00
<div class="col-md-7">
<img src="{{ asset('images/devices3.png') }}">
</div>
2014-03-20 23:12:07 +01:00
</div>
</section>
2014-05-06 19:54:28 +02:00
<section class="team 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-05-06 19:54:28 +02:00
<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>
</div>
2014-04-06 19:48:34 +02:00
</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">
2014-05-12 12:14:29 +02:00
<div class="img-team">
<img src="images/shalomstark.jpg" alt="Shalom Stark">
</div>
<h2>Shalom Stark</h2>
2014-04-06 19:48:34 +02:00
<p class="blue-text">Co-Founder, CEO</p>
2014-05-12 12:14:29 +02:00
<p class="social blue"><a href="https://twitter.com/shalomstark" target="_blank"><img src="images/twitter.svg" alt="Twitter"></a>
<a href="http://shalomisraeltours.com/" target="_blank"><img src="images/website.svg" alt="Twitter"></a>
2014-04-06 19:48:34 +02:00
</p>
2014-05-12 12:14:29 +02:00
<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>
2014-03-20 23:12:07 +01:00
</div>
2014-04-06 19:48:34 +02:00
<div class="col-md-3">
2014-05-12 12:14:29 +02:00
<div class="img-team">
<img src="images/hillelcoren.jpg" alt="Hillel Coren">
</div>
<h2>Hillel Coren</h2>
2014-04-06 19:48:34 +02:00
<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">
2014-05-12 12:14:29 +02:00
<h2>Razi Kantorp</h2>
2014-04-06 19:48:34 +02:00
<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>
2014-04-27 15:22:03 +02:00
<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>
2014-04-06 19:48:34 +02:00
<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">
2014-05-12 12:14:29 +02:00
<h2>Ben Jacobson</h2>
2014-04-06 19:48:34 +02:00
<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>
2014-04-27 15:22:03 +02:00
<span class="social"><a href="http://www.linkedin.com/in/osbennn" 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>
2014-04-06 19:48:34 +02:00
</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