Skip to content

Commit 308b1f3

Browse files
authored
Add support buttons (#121)
1 parent 44bd95c commit 308b1f3

File tree

3 files changed

+18
-5
lines changed

3 files changed

+18
-5
lines changed

assets/styles/main.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -897,6 +897,12 @@ hr {
897897
padding-bottom: 1px;
898898
}
899899

900+
.donate__description {
901+
width: 70%;
902+
margin-left: auto;
903+
margin-right: auto;
904+
}
905+
900906
.donate:hover {
901907
background-color: #f76707;
902908
}

template/index.tpl

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,13 @@
154154
<!-- Donate -->
155155
<div class="support">
156156
<h1>Support</h1>
157-
<p class="donate__description">If you enjoy Lychee, please consider <a href="support.html">supporting us</a>.</p>
158-
157+
<p class="donate__description">
158+
We are LycheeOrg, <a href="support.html">a small group of developers</a> with aim to maintain
159+
a free open-source photography library with high quality of code.
160+
Being in control of our own data, our own pictures is something that we value above all.</p>
161+
<p class="donate__description">If you are using Lychee, a small token of gratitude will go a long way.<br>
162+
You can support further development (and bug fixes!) of Lychee on <a href="https://opencollective.com/LycheeOrg">opencollective</a> or
163+
on <a href="https://github.com/sponsors/LycheeOrg">GitHub</a>.</p>
159164
<p class="donate__description">Lychee is supported by Jetbrains' <a href="https://www.jetbrains.com/community/opensource/">Open Source Development - Community Support</a> program.<br/>
160165
<img src="/assets/images/PhpStorm_icon.png" alt="PhpStorm" width="75px"/></p>
161166

template/support.tpl

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@
33
<!-- Introduction -->
44
<div class="donations">
55
<h1>Supporting Lychee</h1>
6-
<h4>There is no way to donate to "Lychee" as a project.</h4>
7-
<p class="f_p">However if you want to say "thank you" and support further development<br>you can donate to
8-
the individual developers members of <a href="https://github.com/LycheeOrg">LycheeOrg</a> below.</p>
6+
<p class="f_p">We aim to maintain a free open-source photography library with high quality of code.<br>
7+
Being in control of our own data, our own pictures is something that we value above all.</p>
8+
<p class="f_p">If you are using Lychee, a small token of gratitude will go a long way.<br>
9+
You can support further development of Lychee on <a href="https://opencollective.com/LycheeOrg">opencollective</a> or
10+
on <a href="https://github.com/sponsors/LycheeOrg">GitHub</a>.</p>
911

1012
<div class="contributors_list">
1113
<p class="contributors">

0 commit comments

Comments
 (0)