website annotate en/artwork/index.php @ rev 1006

en: full iconv'ed to utf-8; locale: add russian links, remove links to the same page; tiny edits
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Mar 29 01:59:45 2012 +0300 (2012-03-29)
parents fafea9f0f37f
children 7bb8568e1c75
rev   line source
pankso@921 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
pankso@921 2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
pankso@921 3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
pankso@921 4 <head>
pankso@921 5 <title>SliTaz - Artwork</title>
al@1006 6 <meta http-equiv="content-type" content="text/html; charset=utf-8" />
pankso@921 7 <meta name="description" content="SliTaz GNU/Linux project artwok images logos" />
pankso@921 8 <meta name="keywords" lang="en" content="about slitaz, gnu, linux, mini distro, livecd" />
pankso@921 9 <meta name="robots" content="index, follow, all" />
pankso@921 10 <meta name="modified" content="<?php echo (date( "Y-m-d H:i:s", getlastmod())); ?>" />
pankso@921 11 <meta name="author" content="Christophe Lincoln, Paul Issot"/>
pankso@921 12 <link rel="shortcut icon" href="../../favicon.ico" />
pankso@921 13 <link rel="stylesheet" type="text/css" href="../../slitaz.css" />
pankso@921 14 </head>
pankso@921 15 <body>
pankso@921 16
pankso@921 17 <?php include("../../lib/html/header.html"); ?>
pankso@921 18
pankso@921 19 <!-- Block -->
pankso@921 20 <div id="block">
pankso@921 21 <?php include("../../lib/html/nav.en.html"); ?>
pankso@921 22 <!-- Information/image -->
pankso@921 23 <div id="block_info">
pankso@921 24 <h4>Artwork</h4>
pankso@921 25 <p>
pankso@921 26 Find, enjoy, discuss, upload and share SliTaz Artwork! Join
pankso@921 27 the Artwork group on
pankso@921 28 <a href="http://scn.slitaz.org/groups/artwork/">SCN</a>.
pankso@921 29 Your work may be used on a Cooking release.
pankso@921 30 </p>
pankso@921 31 <ul>
pankso@921 32 <li><a href="#art4taz">Art &amp; Design</a></li>
pankso@921 33 <li><a href="#logos">Logos &amp; Spider</a></li>
paul@951 34 <li><a href="screenshots.php">Screenshots</a></li>
pankso@921 35 </ul>
pankso@921 36 </div>
pankso@921 37 </div>
pankso@921 38
pankso@921 39 <!-- Content -->
pankso@921 40 <div id="content">
pankso@921 41
pankso@921 42 <a name="art4taz"></a>
pankso@921 43 <h2>Artwork &amp; Design</h2>
pankso@921 44
pankso@921 45 <p>
pankso@921 46 This section of the website is dedicated to art and graphics intended for
pankso@921 47 the SliTaz project. Images are free, and you can use them to make your own
pankso@921 48 wallpaper or display a logo on your site to help popularize the project.
pankso@921 49 The SliTaz logos and icons are available for download in SVG format. You
paul@951 50 will also find here some <a href="screenshots.php">screenshots</a> made
pankso@921 51 with mtPaint and The Gimp. The Artwork team has its own platform on
pankso@921 52 the <a href="http://scn.slitaz.org/">SliTaz Community Network</a>.
pankso@921 53 </p>
pankso@921 54
pankso@921 55 <h3>Artwork for SliTaz</h3>
pankso@921 56 <p>
pankso@921 57 As with many things SliTaz, graphics, logos, themes, and wallpapers are fully
pankso@921 58 constructed by the community and developers. The project always likes to maintain
pankso@921 59 elegant, sober, quality design. Making a logo, wallpaper or otherwise is a
pankso@921 60 good way to participate in the project without getting your hands dirty coding
pankso@921 61 or document proofing xHTML. If you want to create artwork for SliTaz, or if want
pankso@921 62 to create an account on the SCN platform to upload your work, or you want to
pankso@921 63 use some artwork online, it is highly recommended that you contact us first via
pankso@921 64 the <a href="../mailing-list.php">Mailing List</a>. Please, try not to send
pankso@921 65 files that are too large.
pankso@921 66 </p>
pankso@921 67 <p>
pankso@921 68 To maintain the constraints of the LiveCD, the image must not exceed 200
pankso@921 69 kilobytes and should be 1024x768 in size. Finally each release
pankso@921 70 version offers a new theme / background which follow the same guidelines
pankso@921 71 and it goes without saying that tools distributed with the system should
pankso@921 72 be used. With a LiveCD you already have mtPaint and on an installed system
pankso@921 73 you'll find Gimp on the mirror. Note that the JPG format is prefered.
pankso@921 74 </p>
pankso@921 75
pankso@921 76 <a name="logos"></a>
pankso@921 77 <h2>Logos &amp; Spider</h2>
pankso@921 78 <div class="box">
pankso@921 79 SVG Format: <a href="../../images/artwork/slitaz-logo.svg">slitaz-logo.svg</a> |
pankso@921 80 <a href="../../images/artwork/slitaz-spider.svg">slitaz-spider.svg</a>
pankso@921 81 </div>
pankso@921 82 <div>
pankso@921 83 <img
pankso@921 84 src="../../images/artwork/slitaz-button-red.png"
pankso@921 85 alt="SliTaz button"
pankso@921 86 style="width: 148px; height: 148px;" />
pankso@921 87 <img
pankso@921 88 src="../../images/artwork/slitaz-logo-whitebg-320x118.png"
pankso@921 89 alt="SliTaz spider"
pankso@921 90 style="width: 320px; height: 118px;" />
pankso@921 91 <img
pankso@921 92 src="../../images/artwork/slitaz-tux-124x126.png"
pankso@921 93 alt="SliTaz Tux"
pankso@921 94 style="width: 124px; height: 126px;" />
pankso@921 95 <img
pankso@921 96 src="../../images/artwork/slitaz-spider-48x48.png"
pankso@921 97 alt="SliTaz spider"
pankso@921 98 style="width: 48px; height: 48px;" />
pankso@921 99 <img
pankso@921 100 src="../../images/artwork/tazpkg.png"
pankso@921 101 alt="Tazpkg package logo"
pankso@921 102 style="width: 32px; height: 32px;" />
pankso@921 103 <img
pankso@921 104 src="../../images/artwork/slitaz-minilogo-80x15.png"
pankso@921 105 alt="SliTaz mini logo"
pankso@921 106 style="width: 80px; height: 15px;" />
pankso@921 107 </div>
pankso@921 108
pankso@921 109 <!-- End of content -->
pankso@921 110 </div>
pankso@921 111
pankso@921 112 <?php include("../../lib/html/footer.html"); ?>
pankso@921 113
pankso@921 114 </body>
pankso@921 115 </html>