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

en: tiny edits
author Paul Issott <paul@slitaz.org>
date Fri Nov 23 21:36:09 2012 +0000 (2012-11-23)
parents ecb638cb5473
children 9d8b7e54f6ea
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 <meta http-equiv="content-type" content="text/html; charset=utf-8" />
6 <title>SliTaz - Artwork</title>
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="author" content="Christophe Lincoln, Paul Issot"/>
10 <?php include("../../lib/html/meta-link.html"); ?>
11 </head>
12 <body>
14 <?php include("../../lib/html/header.html"); ?>
16 <!-- Block -->
17 <div id="block">
18 <?php include("../../lib/html/nav.en.html"); ?>
19 <!-- Information/image -->
20 <div id="block_info">
21 <h4>Artwork</h4>
22 <p>
23 Find, enjoy, discuss, upload and share SliTaz Artwork! Join
24 the Artwork group on
25 <a href="http://scn.slitaz.org/groups/artwork/">SCN</a>.
26 Your work may be used on a Cooking release.
27 </p>
28 <ul>
29 <li><a href="#art4taz">Art &amp; Design</a></li>
30 <li><a href="#logos">Logos &amp; Spider</a></li>
31 <li><a href="screenshots.php">Screenshots</a></li>
32 </ul>
33 </div>
34 </div>
36 <?php include("../../lib/lang.php"); ?>
38 <!-- Content -->
39 <div id="content">
41 <h2 id="art4taz">Artwork &amp; Design</h2>
43 <p>
44 This section of the website is dedicated to art and graphics intended for
45 the SliTaz project. Images are free, and you can use them to make your own
46 wallpaper or display a logo on your site to help popularize the project.
47 The SliTaz logos and icons are available for download in SVG format. You
48 will also find here some <a href="screenshots.php">screenshots</a> made
49 with mtPaint and The Gimp. The Artwork team has its own platform on
50 the <a href="http://scn.slitaz.org/">SliTaz Community Network</a>.
51 </p>
53 <h3>Artwork for SliTaz</h3>
55 <p>
56 As with many things SliTaz, graphics, logos, themes, and wallpapers are fully
57 constructed by the community and developers. The project always likes to maintain
58 elegant, sober, quality design. Making a logo, wallpaper or otherwise is a
59 good way to participate in the project without getting your hands dirty coding
60 or document proofing xHTML. If you want to create artwork for SliTaz, or if want
61 to create an account on the SCN platform to upload your work, or you want to
62 use some artwork online it is highly recommended that you contact us first via
63 the <a href="../mailing-list.php">Mailing List</a>. Please, try not to send
64 files that are too large.
65 </p>
66 <p>
67 To maintain the constraints of the LiveCD, the image must not exceed 200
68 kilobytes and should be 1024x768 in size. Finally each release
69 version offers a new theme/background which follow the same guidelines
70 and it goes without saying that tools distributed with the system should
71 be used. With a LiveCD you already have mtPaint and with an installed system
72 you can find Gimp on the mirror. Note that the JPG format is preferred.
73 </p>
75 <h2 id="logos">Logos &amp; Spider</h2>
77 <div class="box">
78 SVG Format: <a href="/images/artwork/slitaz-logo.svg">slitaz-logo.svg</a> |
79 <a href="/images/artwork/slitaz-spider.svg">slitaz-spider.svg</a> |
80 <a href="/images/artwork/slitaz_qrcode.svg">slitaz_qrcode.svg</a>
81 </div>
83 <div>
84 <img src="/images/artwork/slitaz-button-red.png" alt="SliTaz button" />
85 <img src="/images/artwork/slitaz-logo-whitebg-320x118.png" alt="SliTaz spider" />
86 <img src="/images/artwork/slitaz-tux-124x126.png" alt="SliTaz Tux" />
87 <img src="/images/artwork/slitaz-spider-48x48.png" alt="SliTaz spider" />
88 <img src="/images/artwork/tazpkg.png" alt="Tazpkg package logo" />
89 <img src="/images/artwork/slitaz-minilogo-80x15.png" alt="SliTaz mini logo" />
90 </div>
92 <div align="center">
93 <a href="/images/artwork/slitaz-qrcode.png">
94 <img src="/images/artwork/slitaz-qrcode.png" alt="SliTaz QR code" width="30%" />
95 </a>
96 </div>
98 <!-- End of content -->
99 </div>
101 <?php include("../../lib/html/footer.html"); ?>
103 </body>
104 </html>