2019-08-16 11:23:55 -07:00
< h1 id = "live_os" class = "anchor" > < a href = "#live_os" > < i class = "fas fa-link anchor-icon" > < / i > < / a > {% t live_os.live_cd %}< / h1 >
{%- capture live_os_tails_title -%}{% t live_os.tails_title %}{%- endcapture -%}
2019-08-16 14:22:56 -05:00
{%- capture live_os_tails_labels -%}warning:contrib:{% t global.contrib %}{%- endcapture -%}
2019-08-16 11:23:55 -07:00
{%- capture live_os_tails_descr -%}{% t live_os.tails_descr %}{%- endcapture -%}
{%- capture live_os_knoppix_title -%}{% t live_os.knoppix_title %}{%- endcapture -%}
2019-08-16 14:22:56 -05:00
{%- capture live_os_knoppix_labels -%}warning:contrib:{% t global.contrib %}{%- endcapture -%}
2019-08-16 11:23:55 -07:00
{%- capture live_os_knoppix_descr -%}{% t live_os.knoppix_descr %}{%- endcapture -%}
{%- capture live_os_puppy_linux_title -%}{% t live_os.puppy_linux_title %}{%- endcapture -%}
2019-08-16 14:22:56 -05:00
{%- capture live_os_puppy_linux_labels -%}warning:contrib:{% t global.contrib %}{%- endcapture -%}
2019-08-16 11:23:55 -07:00
{%- capture live_os_puppy_linux_descr -%}{% t live_os.puppy_linux_descr %}{%- endcapture -%}
2019-01-20 20:24:58 +01:00
< div class = "row mb-2" >
{% include card.html color="success"
2019-08-16 11:23:55 -07:00
title=live_os_tails_title
labels=live_os_tails_labels
2019-04-01 19:42:34 -05:00
image="/assets/img/tools/Tails.png"
2019-01-20 20:24:58 +01:00
url="https://tails.boum.org/"
2019-08-16 11:23:55 -07:00
description=live_os_tails_descr
2019-01-20 20:24:58 +01:00
%}
{% include card.html color="primary"
2019-08-16 11:23:55 -07:00
title=live_os_knoppix_title
labels=live_os_knoppix_labels
2019-04-01 19:42:34 -05:00
image="/assets/img/tools/KNOPPIX.png"
2019-01-20 20:24:58 +01:00
url="https://www.knopper.net/knoppix/"
website="knopper.net"
2019-08-16 11:23:55 -07:00
description=live_os_knoppix_descr
2019-01-20 20:24:58 +01:00
%}
{% include card.html color="warning"
2019-08-16 11:23:55 -07:00
title=live_os_puppy_linux_title
labels=live_os_puppy_linux_labels
2019-04-01 19:42:34 -05:00
image="/assets/img/tools/Puppy-Linux.png"
2019-01-20 20:24:58 +01:00
url="http://puppylinux.org/"
2019-08-16 11:23:55 -07:00
description=live_os_puppy_linux_descr
2019-01-20 20:24:58 +01:00
%}
< / div >
2019-08-16 11:23:55 -07:00
< h3 > {% t live_os.worth_mentioning %}< / h3 >
2019-01-20 20:24:58 +01:00
< ul >
2019-08-16 14:22:56 -05:00
< li > < a href = "https://distro.ibiblio.org/tinycorelinux/" > {% t live_os.tiny_core_linux %}< / a > < span class = "badge badge-warning" data-toggle = "tooltip" title = "{% t global.contrib %}" > contrib < i class = "far fa-question-circle" > < / i > < / span > {% t live_os.tiny_core_linux_descr %}< / li >
2019-01-20 20:24:58 +01:00
< / ul >