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