mirror of
https://github.com/jointakahe/takahe.git
synced 2024-11-21 14:51:02 +00:00
Add three more apps to home
This commit is contained in:
parent
67f64a4313
commit
6a94dcfcc6
5 changed files with 17 additions and 2 deletions
|
@ -600,8 +600,8 @@ p.authorization-code {
|
|||
|
||||
.flex-icons a {
|
||||
display: inline-block;
|
||||
width: 200px;
|
||||
margin: 0 0 15px 0;
|
||||
width: 250px;
|
||||
margin: 0 0 25px 0;
|
||||
}
|
||||
|
||||
.flex-icons a img {
|
||||
|
|
BIN
static/img/apps/fedilab.png
Executable file
BIN
static/img/apps/fedilab.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 42 KiB |
BIN
static/img/apps/sengi.png
Executable file
BIN
static/img/apps/sengi.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 55 KiB |
BIN
static/img/apps/toot.png
Executable file
BIN
static/img/apps/toot.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 60 KiB |
|
@ -47,6 +47,21 @@
|
|||
<h2>Ivory</h2>
|
||||
<i>iOS (Paid)</i>
|
||||
</a>
|
||||
<a href="https://nicolasconstant.github.io/sengi/">
|
||||
<img src="{% static "img/apps/sengi.png" %}" alt="Sengi logo">
|
||||
<h2>Sengi</h2>
|
||||
<i>Desktop Web/Apps (Free)</i>
|
||||
</a>
|
||||
<a href="https://fedilab.app/">
|
||||
<img src="{% static "img/apps/fedilab.png" %}" alt="Fedilab logo">
|
||||
<h2>Fedilab</h2>
|
||||
<i>Android (Paid)</i>
|
||||
</a>
|
||||
<a href="https://apps.apple.com/us/app/toot-for-mastodon/id1229021451">
|
||||
<img src="{% static "img/apps/toot.png" %}" alt="Toot! logo">
|
||||
<h2>Toot!</h2>
|
||||
<i>iOS (Paid)</i>
|
||||
</a>
|
||||
</div>
|
||||
</section>
|
||||
{% endblock %}
|
||||
|
|
Loading…
Reference in a new issue