Initial page based on Agency by http://startbootstrap.com

This commit is contained in:
Henne Vogelsang 2014-12-05 17:08:43 +01:00
commit 838774e06d
84 changed files with 8146 additions and 0 deletions

23
_includes/contact.html Normal file
View file

@ -0,0 +1,23 @@
<section id="contact">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading">Open Source</h2>
</div>
</div>
<div class="row">
<div class="col-lg-8 col-lg-offset-2 text-center">
<p class="lead">
This is the power of <a href="http://www.wired.com/2013/09/why-free-software-is-more-important-now-than-ever-before">Free and Open Source Software</a>.
People with diverse backgrounds, from many different parts of the world
collaborate as a team to distribute, study, change and improve OSEMs source code.
</p>
<p>
<a href="https://github.com/openSUSE/osem" class="btn btn-xl">
Why don't you join us?
</a>
</p>
</div>
</div>
</div>
</section>