2019-08-15 15:45:15 -07:00
|
|
|
<h1 id="mobile_os" class="anchor"><a href="#mobile_os"><i class="fas fa-link anchor-icon"></i></a> {% t mobile_os.mobile_operating_systems %}</h1>
|
2019-01-20 20:27:20 +01:00
|
|
|
|
|
|
|
<div class="alert alert-warning" role="alert">
|
2019-08-15 15:45:15 -07:00
|
|
|
<strong>{% t mobile_os.google_warning %}</strong>
|
2019-01-20 20:27:20 +01:00
|
|
|
</div>
|
|
|
|
|
2019-08-16 14:22:56 -05:00
|
|
|
{%- capture mobile_os_lineageos_labels -%}warning:contrib:{% t global.contrib %}{%- endcapture -%}
|
2019-08-15 15:45:15 -07:00
|
|
|
{%- capture mobile_os_lineageos_descr -%}{% t mobile_os.lineageos_descr %}{%- endcapture -%}
|
2019-08-16 14:22:56 -05:00
|
|
|
{%- capture mobile_os_ubuntu_touch_labels -%}warning:contrib:{% t global.contrib %}{%- endcapture -%}
|
2019-08-15 15:45:15 -07:00
|
|
|
{%- capture mobile_os_ubuntu_touch_descr -%}{% t mobile_os.ubuntu_touch_descr %}{%- endcapture -%}
|
2019-08-16 14:22:56 -05:00
|
|
|
{%- capture mobile_os_grapheneos_labels -%}warning:contrib:{% t global.contrib %}{%- endcapture -%}
|
2019-08-15 15:45:15 -07:00
|
|
|
{%- capture mobile_os_grapheneos_descr -%}{% t mobile_os.grapheneos_descr %}{%- endcapture -%}
|
|
|
|
|
2019-01-20 20:27:20 +01:00
|
|
|
<div class="row mb-2">
|
|
|
|
|
|
|
|
{% include card.html color="success"
|
2019-08-16 15:04:22 -05:00
|
|
|
title="LineageOS"
|
2019-08-15 15:45:15 -07:00
|
|
|
labels=mobile_os_lineageos_labels
|
2019-04-01 19:42:34 -05:00
|
|
|
image="/assets/img/tools/LineageOS.png"
|
2019-01-20 20:27:20 +01:00
|
|
|
url="https://www.lineageos.org/"
|
2019-08-15 15:45:15 -07:00
|
|
|
description=mobile_os_lineageos_descr
|
2019-01-20 20:27:20 +01:00
|
|
|
%}
|
|
|
|
|
2019-03-31 16:01:51 +08:00
|
|
|
{% include card.html color="primary"
|
2019-08-16 15:04:22 -05:00
|
|
|
title="Ubuntu Touch"
|
2019-08-15 15:45:15 -07:00
|
|
|
labels=mobile_os_ubuntu_touch_labels
|
2019-04-01 19:42:34 -05:00
|
|
|
image="/assets/img/tools/Ubuntu-Touch.png"
|
2019-03-31 16:01:51 +08:00
|
|
|
url="https://ubuntu-touch.io/"
|
2019-08-15 15:45:15 -07:00
|
|
|
description=mobile_os_ubuntu_touch_descr
|
2019-05-01 18:53:46 -05:00
|
|
|
%}
|
|
|
|
|
|
|
|
{% include card.html color="warning"
|
2019-08-16 15:04:22 -05:00
|
|
|
title="GrapheneOS"
|
2019-08-15 15:45:15 -07:00
|
|
|
labels=mobile_os_grapheneos_labels
|
2019-05-01 18:53:46 -05:00
|
|
|
image="/assets/img/tools/GrapheneOS.png"
|
|
|
|
url="https://grapheneos.org/"
|
2019-08-15 15:45:15 -07:00
|
|
|
description=mobile_os_grapheneos_descr
|
2019-05-01 18:53:46 -05:00
|
|
|
%}
|
2019-03-31 16:01:51 +08:00
|
|
|
|
2019-01-20 20:27:20 +01:00
|
|
|
</div>
|
|
|
|
|
2019-08-15 15:45:15 -07:00
|
|
|
<h3>{% t mobile_os.worth_mentioning %}</h3>
|
2019-01-20 20:27:20 +01:00
|
|
|
|
|
|
|
<ul>
|
2019-08-16 15:04:22 -05:00
|
|
|
<li><a href="https://www.replicant.us/">Replicant</a> - {% t mobile_os.replicant_descr %}</li>
|
|
|
|
<li><a href="https://www.omnirom.org/">OmniROM</a> <span class="badge badge-warning" data-toggle="tooltip" title="{% t global.contrib %}">contrib <i class="far fa-question-circle"></i></span> - {% t mobile_os.omnirom_descr %}</li>
|
|
|
|
<li><a href="https://microg.org/">MicroG</a> <span class="badge badge-warning" data-toggle="tooltip" title="{% t global.contrib %}">contrib <i class="far fa-question-circle"></i></span> - {% t mobile_os.microg_descr %}</li>
|
2019-01-20 20:27:20 +01:00
|
|
|
</ul>
|