website view en/artwork/index.php @ rev 1013

cn, da, de, en, es, id, it, ru: lib/lang.php applied to all pages
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Mar 30 03:53:36 2012 +0300 (2012-03-30)
parents c2f9d5d0f314
children e366582685d1
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 <?php include("../../lib/lang.php"); ?>
41 <!-- Content -->
42 <div id="content">
44 <a name="art4taz"></a>
45 <h2>Artwork &amp; Design</h2>
47 <p>
48 This section of the website is dedicated to art and graphics intended for
49 the SliTaz project. Images are free, and you can use them to make your own
50 wallpaper or display a logo on your site to help popularize the project.
51 The SliTaz logos and icons are available for download in SVG format. You
52 will also find here some <a href="screenshots.php">screenshots</a> made
53 with mtPaint and The Gimp. The Artwork team has its own platform on
54 the <a href="http://scn.slitaz.org/">SliTaz Community Network</a>.
55 </p>
57 <h3>Artwork for SliTaz</h3>
58 <p>
59 As with many things SliTaz, graphics, logos, themes, and wallpapers are fully
60 constructed by the community and developers. The project always likes to maintain
61 elegant, sober, quality design. Making a logo, wallpaper or otherwise is a
62 good way to participate in the project without getting your hands dirty coding
63 or document proofing xHTML. If you want to create artwork for SliTaz, or if want
64 to create an account on the SCN platform to upload your work, or you want to
65 use some artwork online, it is highly recommended that you contact us first via
66 the <a href="../mailing-list.php">Mailing List</a>. Please, try not to send
67 files that are too large.
68 </p>
69 <p>
70 To maintain the constraints of the LiveCD, the image must not exceed 200
71 kilobytes and should be 1024x768 in size. Finally each release
72 version offers a new theme / background which follow the same guidelines
73 and it goes without saying that tools distributed with the system should
74 be used. With a LiveCD you already have mtPaint and on an installed system
75 you'll find Gimp on the mirror. Note that the JPG format is prefered.
76 </p>
78 <a name="logos"></a>
79 <h2>Logos &amp; Spider</h2>
80 <div class="box">
81 SVG Format: <a href="../../images/artwork/slitaz-logo.svg">slitaz-logo.svg</a> |
82 <a href="../../images/artwork/slitaz-spider.svg">slitaz-spider.svg</a>
83 </div>
84 <div>
85 <img
86 src="../../images/artwork/slitaz-button-red.png"
87 alt="SliTaz button"
88 style="width: 148px; height: 148px;" />
89 <img
90 src="../../images/artwork/slitaz-logo-whitebg-320x118.png"
91 alt="SliTaz spider"
92 style="width: 320px; height: 118px;" />
93 <img
94 src="../../images/artwork/slitaz-tux-124x126.png"
95 alt="SliTaz Tux"
96 style="width: 124px; height: 126px;" />
97 <img
98 src="../../images/artwork/slitaz-spider-48x48.png"
99 alt="SliTaz spider"
100 style="width: 48px; height: 48px;" />
101 <img
102 src="../../images/artwork/tazpkg.png"
103 alt="Tazpkg package logo"
104 style="width: 32px; height: 32px;" />
105 <img
106 src="../../images/artwork/slitaz-minilogo-80x15.png"
107 alt="SliTaz mini logo"
108 style="width: 80px; height: 15px;" />
109 </div>
111 <!-- End of content -->
112 </div>
114 <?php include("../../lib/html/footer.html"); ?>
116 </body>
117 </html>