diff options
author | Ismael Carnales <icarnales@gmail.com> | 2009-10-30 16:56:21 -0200 |
---|---|---|
committer | Ismael Carnales <icarnales@gmail.com> | 2009-11-09 22:24:37 -0200 |
commit | 79f00ef686e0597cb197ed67ba1462aa60a530bb (patch) | |
tree | fa27253b023f1cd6ec9f1d3fd79d0ee6bd727aaa /templates/public/art.html | |
parent | ce662e0e0cdb66a7425bfc55bc7342cb152d5e4b (diff) |
"imported" public app files from archweb_pub
Diffstat (limited to 'templates/public/art.html')
-rw-r--r-- | templates/public/art.html | 78 |
1 files changed, 78 insertions, 0 deletions
diff --git a/templates/public/art.html b/templates/public/art.html new file mode 100644 index 00000000..82968e4e --- /dev/null +++ b/templates/public/art.html @@ -0,0 +1,78 @@ +{% extends "base.html" %} +{% block title %}Arch Linux - Artwork{% endblock %} +{% block content %} +<div class="box"> + <h2 class="title">Arch Linux Logos and Artwork</h2> + <h3>Official Packages</h3> + <p>Official logos, artwork, and more are available from the Extra repository. Currently, these packages are:</p> + <ul> + <li><strong>archlinux-artwork</strong> - official logos, icons and CD labels</li> + <li><strong>archlinux-wallpaper</strong> - a variety of desktop wallpapers for standard and widescreen resolutions</li> + <li><strong>archlinux-themes-gdm</strong> - GDM login themes</li> + <li><strong>archlinux-themes-kde</strong> - KDE themes and icons</li> + <li><strong>archlinux-themes-kdm</strong> - KDM login themes</li> + <li><strong>archlinux-themes-ksplash</strong> - Ksplash themes</li> + <li><strong>archlinux-themes-slim</strong> - SLiM login themes</li> + </ul> + <p>Alternatively, you can <a href="ftp://ftp.archlinux.org/other/artwork/" title="Browse the FTP archives">download the source files via FTP</a>.</p> + <h3>Former Logos</h3> + <p>Arch has gone through a few iterations of logos and associated artwork. + Here is a good selection of these logos. Several of the later logos can be + clicked on to get either a larger PNG or SVG version of the logo.</p> + <h4>Original Ribbon Logos</h4> + <p> + <img src="/logos/old/archlogo.gif"/> + <img src="/logos/old/archlogo2.gif"/> + <img src="/logos/old/archlogo_black_plain.png"/> + </p> + <p> + <img src="/logos/old/archlogo3.gif"/> + <img src="/logos/old/archlogo_white.gif"/> + <img src="/logos/old/archlogo_black.gif"/> + </p> + <h4>"Arch Blue" Logos</h4> + <p> + <a href="/logos/old/archlinux_logo_2.svg"> + <img src="/logos/old/archblue.png"/> + </a> + <span style="margin-left: 1em;"> + <a href="/logos/old/archlinux_logo_1.svg"> + <img src="/logos/old/archblue2.png"/> + </a> + </span> + </p> + <h4>"Arch Aqua" Logos</h4> + <p> + <a href="/logos/old/archlinux_logo_aqua.svg"> + <img src="/logos/old/sml_128-archlinux_logo_aqua.png"/> + </a> + <a href="/logos/old/scalable/arch_linux_blue.svg"/> + <img src="/logos/old/128x128/arch_linux_blue.png"/> + </a> + <a href="/logos/old/scalable/arch_linux_white.svg"/> + <img src="/logos/old/128x128/arch_linux_white.png"/> + </a> + </p> + <h4>Release-specific Logos</h4> + <p> + <a href="/logos/old/wombat.png" title="Wombat"/> + <img src="/logos/old/sml-wombat.png" height="128"/> + </a> + </p> + <p> + <a href="/logos/old/scalable/arch_linux_blue_noodle.svg" title="Noodle"/> + <img src="/logos/old/128x128/arch_linux_blue_noodle.png"/> + </a> + <a href="/logos/old/scalable/arch_linux_white_noodle.svg" title="Noodle"/> + <img src="/logos/old/128x128/arch_linux_white_noodle.png"/> + </a> + <a href="/logos/old/scalable/arch_noodles.svg" title="Noodle"/> + <img src="/logos/old/128x128/arch_noodles.png"/> + </a> + <a href="/logos/old/scalable/pot_arch.svg" title="Noodle"/> + <img src="/logos/old/128x128/pot_arch.png"/> + </a> + </p> +</div> +{% endblock %} + |