mirror of
https://github.com/Jackzmc/storage.git
synced 2025-05-05 22:23:21 +00:00
29 lines
No EOL
1.3 KiB
Handlebars
29 lines
No EOL
1.3 KiB
Handlebars
{{#> layouts/main }}
|
|
<div class="content">
|
|
<h1>{{ meta.app_name }} <span class="tag">v{{meta.app_version}}</span></h1>
|
|
<p>Open source project <a href="{{meta.repo_url}}"><b>{{ meta.app_name }}</b> (source code)</a></p>
|
|
<h4>Credits</h4>
|
|
<ul>
|
|
<li>
|
|
Frontend
|
|
<ul>
|
|
<li><a href="https://www.flaticon.com/free-icons/default" title="default icons">Default user icon created by kliwir art
|
|
-
|
|
Flaticon</a></li>
|
|
<li><a href="https://webgradients.com/">https://webgradients.com/</a></li>
|
|
<li><a href="https://www.seafile.com/">https://www.seafile.com/</a> - For inspiration</li>
|
|
<li><a href="https://fontawesome.com/">https://fontawesome.com/</a> - For icons</li>
|
|
<li><a href="https://bulma.io/">https://bulma.io/</a> - For the CSS framework / components</li>
|
|
</ul>
|
|
</li>
|
|
<li>
|
|
Backend
|
|
<ul>
|
|
<li><a href="https://rocket.rs/">https://rocket.rs/</a> - Web server</li>
|
|
<!-- TODO: add all dependencies :) -->
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
|
|
{{/layouts/main}} |