Merge branch 'main' into 2023_02_18
Before Width: | Height: | Size: 158 KiB After Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 253 KiB After Width: | Height: | Size: 16 KiB |
Before Width: | Height: | Size: 163 KiB After Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 162 KiB After Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 209 KiB After Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 45 KiB After Width: | Height: | Size: 15 KiB |
Before Width: | Height: | Size: 142 KiB After Width: | Height: | Size: 10 KiB |
Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 23 KiB After Width: | Height: | Size: 16 KiB |
Before Width: | Height: | Size: 162 KiB After Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 145 KiB After Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 12 KiB |
BIN
beetroot_static/img/dashboard/scribe_circle.png
Normal file
After Width: | Height: | Size: 13 KiB |
BIN
beetroot_static/img/dashboard/translate_circle.png
Normal file
After Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 204 KiB After Width: | Height: | Size: 12 KiB |
|
@ -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 %}
|
||||
|
|