CSS : Modifications consequent to XHTML modifications;
Python : Modifications consequent to XHTML modifications; TOML : Various of modifications; XHTML : Uniform templates.
This commit is contained in:
parent
82fb55ca1c
commit
cbcf3b58d0
8 changed files with 512 additions and 289 deletions
|
@ -36,7 +36,7 @@
|
|||
<a class="system-menu" href="/selection">< Systems</a>
|
||||
<h1>{{title}}</h1>
|
||||
{% if skipped %}
|
||||
<a class="system-menu" href="/download/{{software}}/all">All clients ></a>
|
||||
<a class="system-menu" href="/download/{{software}}/all">Clients ></a>
|
||||
{% elif not featured %}
|
||||
<a class="system-menu" href="/download/{{software}}">Featured ></a>
|
||||
{% else %}
|
||||
|
@ -72,12 +72,12 @@
|
|||
<img src="/img/fdroid.svg" />
|
||||
</a>
|
||||
<span>
|
||||
<strong>Recommended:</strong>
|
||||
We advise installing an XMPP client with the
|
||||
<a href="https://f-droid.org">F-Droid</a> repository, to
|
||||
ensure that you are always using the most updated and secure
|
||||
version of your XMPP chat client of choice, with the latest
|
||||
and best that XMPP has to offer.
|
||||
<strong>(recommended)</strong>
|
||||
</span>
|
||||
</span>
|
||||
<span class="notice">
|
||||
|
@ -85,13 +85,13 @@
|
|||
<img src="/img/plant.svg" />
|
||||
</a>
|
||||
<span>
|
||||
<strong>Optional:</strong>
|
||||
We further suggest using an updated Android system. If your
|
||||
smartphone manufacturer has ceased to provide updates,
|
||||
then you can install <a href="https://divestos.org">DivestOS
|
||||
Mobile</a>, <a href="https://grapheneos.org/">GrapheneOS</a>
|
||||
or find another custom ROM for your device at
|
||||
<a href="https://customrombay.org">CustomRomBay</a>.
|
||||
<strong>(optional)</strong>
|
||||
</span>
|
||||
</span>
|
||||
</div>
|
||||
|
@ -175,6 +175,7 @@
|
|||
<dt>
|
||||
<a href="{{client['href']}}" id="{{client['iden']}}">
|
||||
<img class="narrow" src="/img/{{client['iden']}}.svg"/>
|
||||
<!-- img class="narrow" src="/img/{{client['iden']}}-small.svg"/ -->
|
||||
<strong>{{client['name']}}</strong>
|
||||
</a>
|
||||
</dt>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue