Skip to content

Commit

Permalink
Get Involved
Browse files Browse the repository at this point in the history
Close: #4
  • Loading branch information
plfiorini committed Oct 28, 2016
1 parent 7ae4ce2 commit 537ef94
Show file tree
Hide file tree
Showing 2 changed files with 110 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<li class="waves-effect"><a href="#">Blog</a></li>
<li class="waves-effect"><a href="#">Screenshots</a></li>
<li class="waves-effect"><a href="#">Develop</a></li>
<li class="waves-effect"><a href="#">Get Involved</a></li>
<li class="waves-effect"><a href="{{ site.baseurl }}/get-involved">Get Involved</a></li>
<li class="waves-effect"><a href="#">Support</a></li>
<li class="waves-effect"><a href="#">Download</a></li>
</ul>
Expand All @@ -21,7 +21,7 @@
<li><a class="waves-effect" href="#">Blog</a></li>
<li><a class="waves-effect" href="#">Screenshots</a></li>
<li><a class="waves-effect" href="#">Develop</a></li>
<li><a class="waves-effect" href="#">Get Involved</a></li>
<li><a class="waves-effect" href="{{ site.baseurl }}/get-involved">Get Involved</a></li>
<li><a class="waves-effect" href="#">Support</a></li>
<li><a class="waves-effect" href="#">Download</a></li>
</ul>
Expand Down
108 changes: 108 additions & 0 deletions get-involved.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,108 @@
---
layout: default
title: Get Involved with Liri
permalink: /get-involved/
---

<div class="container">
<div class="section">
<div class="row">
<div class="col s12 center">
<h3><i class="mdi-content-send primary-text"></i></h3>
<h4>Funding</h4>
<p class="left-align light">
Liri has no commercial funding, the development is done by team members and third-party
contributors in their spare time. With continual funding, the Liri team will be able
to dedicate more time on the project as well as pay third-party contributors.
</p>
</div>
<div class="col s6">
<h5>General Funding</h5>
<p>
You can support our ongoing crowdfunding campaign on Bountysource Salt. Choose an amount, get rewards, and help us reach our goals.
<a class="read-more" href="https://salt.bountysource.com/teams/liri" target="_blank">Learn More</a>
</p>
<a class="waves-effect waves-light btn" href="https://salt.bountysource.com/teams/liri" target="_blank">Bountysource</a>
<a class="waves-effect waves-light btn" href="#">Bountied Issues</a>
</div>
<div class="col s6">
<h5>Targeted Funding</h5>
<p>
You can support our ongoing crowdfunding campaign on Bountysource Salt. Choose an amount, get rewards, and help us reach our goals.
</p>
</div>
</div>
</div>

<div class="section">
<div class="row">
<div class="col s12 center">
<h3><i class="mdi-content-send primary-text"></i></h3>
<h4>Operating System</h4>
<p class="left-align light">
Our desktop environment is built using Qt, C++, QML, Fluid and a number of other open libraries.
Improve the code-base, implement new features or fix bugs.
</p>
<a class="waves-effect waves-light btn" href="#">Browse Code</a>
<a class="waves-effect waves-light btn" href="#">Open Bugs</a>
<a class="waves-effect waves-light btn" href="#">Bountied Issues</a>
</div>
</div>
</div>

<div class="section">
<div class="row">
<div class="col s12 center">
<h3><i class="mdi-content-send primary-text"></i></h3>
<h4>App Development</h4>
<p class="left-align light">
Our cross-platform apps are built using Qt, C++, QML, Fluid and a number of other open libraries.
Improve the code-base, implement new features or fix bugs.
</p>
</div>
<div class="col s6">
<h5>General Funding</h5>
<p>
You can support our ongoing crowdfunding campaign on Bountysource Salt. Choose an amount, get rewards, and help us reach our goals.
<a class="read-more" href="https://salt.bountysource.com/teams/liri" target="_blank">Learn More</a>
</p>
<a class="waves-effect waves-light btn" href="https://salt.bountysource.com/teams/liri" target="_blank">Bountysource</a>
<a class="waves-effect waves-light btn" href="#">Bountied Issues</a>
</div>
<div class="col s6">
<h5>Targeted Funding</h5>
<p>
You can support our ongoing crowdfunding campaign on Bountysource Salt. Choose an amount, get rewards, and help us reach our goals.
</p>
</div>
</div>
</div>

<div class="section">
<div class="row">
<div class="col s12 center">
<h3><i class="mdi-content-send primary-text"></i></h3>
<h4>Design</h4>
<p class="left-align light">
Our projects begin with an idea. The Design Team takes these and turns them into clear
blueprints and bug reports.
</p>
</div>
<div class="col s6">
<h5>Visual Design</h5>
<p>
You can support our ongoing crowdfunding campaign on Bountysource Salt. Choose an amount, get rewards, and help us reach our goals.
<a class="read-more" href="https://salt.bountysource.com/teams/liri" target="_blank">Learn More</a>
</p>
<a class="waves-effect waves-light btn" href="https://salt.bountysource.com/teams/liri" target="_blank">Bountysource</a>
<a class="waves-effect waves-light btn" href="#">Bountied Issues</a>
</div>
<div class="col s6">
<h5>Interaction Design</h5>
<p>
You can support our ongoing crowdfunding campaign on Bountysource Salt. Choose an amount, get rewards, and help us reach our goals.
</p>
</div>
</div>
</div>
</div>

0 comments on commit 537ef94

Please sign in to comment.