-
-
Notifications
You must be signed in to change notification settings - Fork 144
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
75 additions
and
53 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,73 @@ | ||
<?php | ||
require_once 'includes/header.php'; | ||
?> | ||
|
||
<section class="contain"> | ||
|
||
<section class="account-section"> | ||
<header> | ||
<h2>About and Credits</h2> | ||
</header> | ||
<div class="credits-list"> | ||
<p>Wallos v1.1.0</p> | ||
<p>License: | ||
<span> | ||
GPLv3 | ||
<a href="https://www.gnu.org/licenses/gpl-3.0.en.html" target="_blank" title="Visit external url"> | ||
<i class="fa-solid fa-arrow-up-right-from-square"></i> | ||
</a> | ||
</span> | ||
</p> | ||
<p> | ||
Issues and Request: | ||
<span> | ||
GitHub | ||
<a href="https://github.com/ellite/Wallos/issues" target="_blank" title="Visit external url"> | ||
<i class="fa-solid fa-arrow-up-right-from-square"></i> | ||
</a> | ||
</span> | ||
</p> | ||
<p> | ||
The author: | ||
<span> | ||
https://henrique.pt | ||
<a href="https://henrique.pt/" target="_blank" title="Visit external url"> | ||
<i class="fa-solid fa-arrow-up-right-from-square"></i> | ||
</a> | ||
</span> | ||
</p> | ||
<p> | ||
Icons: | ||
<span> | ||
https://www.streamlinehq.com/freebies/plump-flat-free | ||
<a href="https://www.streamlinehq.com/freebies/plump-flat-free" target="_blank" title="Visit external url"> | ||
<i class="fa-solid fa-arrow-up-right-from-square"></i> | ||
</a> | ||
</span> | ||
</p> | ||
<p> | ||
Payment Icons: | ||
<span> | ||
https://www.figma.com/file/5IMW8JfoXfB5GRlPNdTyeg/Credit-Cards-and-Payment-Methods-Icons-(Community) | ||
<a href="https://www.figma.com/file/5IMW8JfoXfB5GRlPNdTyeg/Credit-Cards-and-Payment-Methods-Icons-(Community)" target="_blank" title="Visit external url"> | ||
<i class="fa-solid fa-arrow-up-right-from-square"></i> | ||
</a> | ||
</span> | ||
</p> | ||
<p> | ||
Chart.js: | ||
<span> | ||
https://www.chartjs.org/ | ||
<a href="https://www.chartjs.org/" target="_blank" title="Visit external url"> | ||
<i class="fa-solid fa-arrow-up-right-from-square"></i> | ||
</a> | ||
</span> | ||
</p> | ||
</div> | ||
</section> | ||
|
||
</section> | ||
|
||
<?php | ||
require_once 'includes/footer.php'; | ||
?> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters