Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
improved text
Browse files Browse the repository at this point in the history
ildyria committed Feb 5, 2024
1 parent 6cafb25 commit 36bd9bf
Showing 3 changed files with 15 additions and 8 deletions.
6 changes: 6 additions & 0 deletions assets/styles/main.css
Original file line number Diff line number Diff line change
@@ -897,6 +897,12 @@ hr {
padding-bottom: 1px;
}

.donate__description {
width: 70%;
margin-left: auto;
margin-right: auto;
}

.donate:hover {
background-color: #f76707;
}
10 changes: 6 additions & 4 deletions template/index.tpl
Original file line number Diff line number Diff line change
@@ -155,10 +155,12 @@
<div class="support">
<h1>Support</h1>
<p class="donate__description">
Through contributions, donations, and sponsorship, you allow Lychee to thrive.<br>
Your donations directly support demo server costs, continuous enhancements, and most importantly bug fixes!
</p>
<p class="donate__description">If you enjoy Lychee, please consider supporting <a href="support.html">the team</a> on <a href="https://opencollective.com/LycheeOrg">opencollective</a>.</p>
We are LycheeOrg, <a href="support.html">a small group of developers</a> with aim to maintain
a free open-source photography library with high quality of code.
Being in control of our own data, our own pictures is something that we value above all.</p>
<p class="donate__description">If you are using Lychee, a small token of gratitude will go a long way.<br>
You can support further development (and bug fixes!) of Lychee on <a href="https://opencollective.com/LycheeOrg">opencollective</a> or
on <a href="https://github.com/sponsors/LycheeOrg">GitHub</a>.</p>
<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/>
<img src="/assets/images/PhpStorm_icon.png" alt="PhpStorm" width="75px"/></p>

7 changes: 3 additions & 4 deletions template/support.tpl
Original file line number Diff line number Diff line change
@@ -2,12 +2,11 @@
<link rel="stylesheet" href="assets/styles/fontawesome/fontawesome.css">
<!-- Introduction -->
<div class="donations">
<h1>Helping Lychee</h1>
<p class="f_p">We are LycheeOrg, a small group of developers with aim to maintain<br>
a free open-source photography library with high quality of code.<br>
<h1>Supporting Lychee</h1>
<p class="f_p">We aim to maintain a free open-source photography library with high quality of code.<br>
Being in control of our own data, our own pictures is something that we value above all.</p>
<p class="f_p">If you are using Lychee, a small token of gratitude will go a long way.<br>
You can support further development of Lychee on <a href="https://opencollective.com/LycheeOrg">opencollective</a>,
You can support further development of Lychee on <a href="https://opencollective.com/LycheeOrg">opencollective</a> or
on <a href="https://github.com/sponsors/LycheeOrg">GitHub</a>.</p>

<div class="contributors_list">

0 comments on commit 36bd9bf

Please sign in to comment.