Merge branch 'main' into 2023_02_18

This commit is contained in:
meaz 2024-03-05 15:27:40 +00:00
commit d21caf17e4
16 changed files with 13 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 158 KiB

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 253 KiB

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 163 KiB

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 162 KiB

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 209 KiB

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 45 KiB

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 142 KiB

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 23 KiB

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 162 KiB

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 145 KiB

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 204 KiB

After

Width:  |  Height:  |  Size: 12 KiB

View file

@ -53,7 +53,7 @@
<div class="image-dash">
<a class="dashlink" href="https://pad.disroot.org">
<img src="/static/themes/beetroot/img/dashboard/pads_circle.png">
<div class="dashlink-text"><p>Ether pads</p></div>
<div class="dashlink-text"><p>Etherpads</p></div>
</a>
</div>
<div class="image-dash">
@ -74,5 +74,17 @@
<div class="dashlink-text"><p>Audio Conference</p></div>
</a>
</div>
<div class="image-dash">
<a class="dashlink" href="https://translate.disroot.org">
<img src="/static/themes/beetroot/img/dashboard/translate_circle.png">
<div class="dashlink-text"><p>Translate</p></div>
</a>
</div>
<div class="image-dash">
<a class="dashlink" href="https://scribe.disroot.org">
<img src="/static/themes/beetroot/img/dashboard/scribe_circle.png">
<div class="dashlink-text"><p>D•Scribe</p></div>
</a>
</div>
</div>
{% endblock %}