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-15 15:45:15 -07:00
{%- capture mobile_os_lineageos_title -%}{% t mobile_os.lineageos_title %}{%- endcapture -%}
{%- capture mobile_os_lineageos_labels -%}{% t mobile_os.lineageos_labels %}{%- endcapture -%}
{%- capture mobile_os_lineageos_descr -%}{% t mobile_os.lineageos_descr %}{%- endcapture -%}
{%- capture mobile_os_ubuntu_touch_title -%}{% t mobile_os.ubuntu_touch_title %}{%- endcapture -%}
{%- capture mobile_os_ubuntu_touch_labels -%}{% t mobile_os.ubuntu_touch_labels %}{%- endcapture -%}
{%- capture mobile_os_ubuntu_touch_descr -%}{% t mobile_os.ubuntu_touch_descr %}{%- endcapture -%}
{%- capture mobile_os_grapheneos_title -%}{% t mobile_os.grapheneos_title %}{%- endcapture -%}
{%- capture mobile_os_grapheneos_labels -%}{% t mobile_os.grapheneos_labels %}{%- endcapture -%}
{%- 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-15 15:45:15 -07:00
title=mobile_os_lineageos_title
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-15 15:45:15 -07:00
title=mobile_os_ubuntu_touch_title
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-15 15:45:15 -07:00
title=mobile_os_grapheneos_title
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-15 15:45:15 -07:00
< li > < a href = "https://www.replicant.us/" > {% t mobile_os.replicant %}< / a > {% t mobile_os.replicant_descr %}< / li >
< li > < a href = "https://www.omnirom.org/" > {% t mobile_os.omnirom %}< / a > < span class = "badge badge-warning" data-toggle = "tooltip" title = "{% t mobile_os.contrib_descr %}" > {% t mobile_os.contrib %} < i class = "far fa-question-circle" > < / i > < / span > {% t mobile_os.omnirom_descr %}< / li >
< li > < a href = "https://microg.org/" > {% t mobile_os.microg %}< / a > < span class = "badge badge-warning" data-toggle = "tooltip" title = "{% t mobile_os.contrib_descr %}" > {% t mobile_os.contrib %} < i class = "far fa-question-circle" > < / i > < / span > {% t mobile_os.microg_descr %}< / li >
2019-01-20 20:27:20 +01:00
< / ul >