Skip to content

Commit 537ef94

Browse files
committed
Get Involved
Close: #4
1 parent 7ae4ce2 commit 537ef94

File tree

2 files changed

+110
-2
lines changed

2 files changed

+110
-2
lines changed

_layouts/default.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<li class="waves-effect"><a href="#">Blog</a></li>
1212
<li class="waves-effect"><a href="#">Screenshots</a></li>
1313
<li class="waves-effect"><a href="#">Develop</a></li>
14-
<li class="waves-effect"><a href="#">Get Involved</a></li>
14+
<li class="waves-effect"><a href="{{ site.baseurl }}/get-involved">Get Involved</a></li>
1515
<li class="waves-effect"><a href="#">Support</a></li>
1616
<li class="waves-effect"><a href="#">Download</a></li>
1717
</ul>
@@ -21,7 +21,7 @@
2121
<li><a class="waves-effect" href="#">Blog</a></li>
2222
<li><a class="waves-effect" href="#">Screenshots</a></li>
2323
<li><a class="waves-effect" href="#">Develop</a></li>
24-
<li><a class="waves-effect" href="#">Get Involved</a></li>
24+
<li><a class="waves-effect" href="{{ site.baseurl }}/get-involved">Get Involved</a></li>
2525
<li><a class="waves-effect" href="#">Support</a></li>
2626
<li><a class="waves-effect" href="#">Download</a></li>
2727
</ul>

get-involved.html

+108
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,108 @@
1+
---
2+
layout: default
3+
title: Get Involved with Liri
4+
permalink: /get-involved/
5+
---
6+
7+
<div class="container">
8+
<div class="section">
9+
<div class="row">
10+
<div class="col s12 center">
11+
<h3><i class="mdi-content-send primary-text"></i></h3>
12+
<h4>Funding</h4>
13+
<p class="left-align light">
14+
Liri has no commercial funding, the development is done by team members and third-party
15+
contributors in their spare time. With continual funding, the Liri team will be able
16+
to dedicate more time on the project as well as pay third-party contributors.
17+
</p>
18+
</div>
19+
<div class="col s6">
20+
<h5>General Funding</h5>
21+
<p>
22+
You can support our ongoing crowdfunding campaign on Bountysource Salt. Choose an amount, get rewards, and help us reach our goals.
23+
<a class="read-more" href="https://salt.bountysource.com/teams/liri" target="_blank">Learn More</a>
24+
</p>
25+
<a class="waves-effect waves-light btn" href="https://salt.bountysource.com/teams/liri" target="_blank">Bountysource</a>
26+
<a class="waves-effect waves-light btn" href="#">Bountied Issues</a>
27+
</div>
28+
<div class="col s6">
29+
<h5>Targeted Funding</h5>
30+
<p>
31+
You can support our ongoing crowdfunding campaign on Bountysource Salt. Choose an amount, get rewards, and help us reach our goals.
32+
</p>
33+
</div>
34+
</div>
35+
</div>
36+
37+
<div class="section">
38+
<div class="row">
39+
<div class="col s12 center">
40+
<h3><i class="mdi-content-send primary-text"></i></h3>
41+
<h4>Operating System</h4>
42+
<p class="left-align light">
43+
Our desktop environment is built using Qt, C++, QML, Fluid and a number of other open libraries.
44+
Improve the code-base, implement new features or fix bugs.
45+
</p>
46+
<a class="waves-effect waves-light btn" href="#">Browse Code</a>
47+
<a class="waves-effect waves-light btn" href="#">Open Bugs</a>
48+
<a class="waves-effect waves-light btn" href="#">Bountied Issues</a>
49+
</div>
50+
</div>
51+
</div>
52+
53+
<div class="section">
54+
<div class="row">
55+
<div class="col s12 center">
56+
<h3><i class="mdi-content-send primary-text"></i></h3>
57+
<h4>App Development</h4>
58+
<p class="left-align light">
59+
Our cross-platform apps are built using Qt, C++, QML, Fluid and a number of other open libraries.
60+
Improve the code-base, implement new features or fix bugs.
61+
</p>
62+
</div>
63+
<div class="col s6">
64+
<h5>General Funding</h5>
65+
<p>
66+
You can support our ongoing crowdfunding campaign on Bountysource Salt. Choose an amount, get rewards, and help us reach our goals.
67+
<a class="read-more" href="https://salt.bountysource.com/teams/liri" target="_blank">Learn More</a>
68+
</p>
69+
<a class="waves-effect waves-light btn" href="https://salt.bountysource.com/teams/liri" target="_blank">Bountysource</a>
70+
<a class="waves-effect waves-light btn" href="#">Bountied Issues</a>
71+
</div>
72+
<div class="col s6">
73+
<h5>Targeted Funding</h5>
74+
<p>
75+
You can support our ongoing crowdfunding campaign on Bountysource Salt. Choose an amount, get rewards, and help us reach our goals.
76+
</p>
77+
</div>
78+
</div>
79+
</div>
80+
81+
<div class="section">
82+
<div class="row">
83+
<div class="col s12 center">
84+
<h3><i class="mdi-content-send primary-text"></i></h3>
85+
<h4>Design</h4>
86+
<p class="left-align light">
87+
Our projects begin with an idea. The Design Team takes these and turns them into clear
88+
blueprints and bug reports.
89+
</p>
90+
</div>
91+
<div class="col s6">
92+
<h5>Visual Design</h5>
93+
<p>
94+
You can support our ongoing crowdfunding campaign on Bountysource Salt. Choose an amount, get rewards, and help us reach our goals.
95+
<a class="read-more" href="https://salt.bountysource.com/teams/liri" target="_blank">Learn More</a>
96+
</p>
97+
<a class="waves-effect waves-light btn" href="https://salt.bountysource.com/teams/liri" target="_blank">Bountysource</a>
98+
<a class="waves-effect waves-light btn" href="#">Bountied Issues</a>
99+
</div>
100+
<div class="col s6">
101+
<h5>Interaction Design</h5>
102+
<p>
103+
You can support our ongoing crowdfunding campaign on Bountysource Salt. Choose an amount, get rewards, and help us reach our goals.
104+
</p>
105+
</div>
106+
</div>
107+
</div>
108+
</div>

0 commit comments

Comments
 (0)