Add three more apps to home
This commit is contained in:
parent
67f64a4313
commit
6a94dcfcc6
|
@ -600,8 +600,8 @@ p.authorization-code {
|
||||||
|
|
||||||
.flex-icons a {
|
.flex-icons a {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: 200px;
|
width: 250px;
|
||||||
margin: 0 0 15px 0;
|
margin: 0 0 25px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.flex-icons a img {
|
.flex-icons a img {
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 42 KiB |
Binary file not shown.
After Width: | Height: | Size: 55 KiB |
Binary file not shown.
After Width: | Height: | Size: 60 KiB |
|
@ -47,6 +47,21 @@
|
||||||
<h2>Ivory</h2>
|
<h2>Ivory</h2>
|
||||||
<i>iOS (Paid)</i>
|
<i>iOS (Paid)</i>
|
||||||
</a>
|
</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>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
Loading…
Reference in New Issue