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

Resize balinor logo to 120px
author Christophe Lincoln <pankso@slitaz.org>
date Fri Jan 22 23:02:15 2021 +0100 (2021-01-22)
parents 836d86cc161c
children
line source
1 <!DOCTYPE html>
2 <html lang="en">
3 <head>
4 <meta charset="UTF-8">
5 <title>SliTaz - Artwork</title>
6 <meta name="description" content="SliTaz GNU/Linux project artwok images logos">
7 <meta name="keywords" lang="en" content="about slitaz, gnu, linux, mini distro, livecd">
8 <meta name="author" content="Christophe Lincoln, Paul Issot">
9 <?php include("../../lib/html/meta-link.html"); ?>
10 </head>
11 <body>
13 <?php
14 include("../../lib/html/header.html");
15 include("../../lib/html/nav.html");
16 include("../../lib/lang.php");
17 ?>
19 <!-- Content -->
20 <section id="content">
22 <h2 id="art4taz">Artwork &amp; Design</h2>
24 <p>
25 This section of the website is dedicated to art and graphics intended for
26 the SliTaz project. Images are free, and you can use them to make your own
27 wallpaper or display a logo on your site to help popularize the project.
28 The SliTaz logos and icons are available for download in SVG format. You
29 will also find here some <a href="screenshots.php">screenshots</a> made
30 with mtPaint and The Gimp. The Artwork team has its own platform on
31 the <a href="http://forum.slitaz.org/forum/artwork">SliTaz Forum</a>.
32 </p>
34 <h3>Artwork for SliTaz</h3>
36 <p>
37 As with many things SliTaz, graphics, logos, themes, and wallpapers are fully
38 constructed by the community and developers. The project always likes to maintain
39 elegant, sober, quality design. Making a logo, wallpaper or otherwise is a
40 good way to participate in the project without getting your hands dirty coding
41 or document proofing xHTML. If you want to create artwork for SliTaz, or if want
42 to create an account on the SCN platform to upload your work, or you want to
43 use some artwork online it is highly recommended that you contact us first via
44 the <a href="../mailing-list.php">Mailing List</a>. Please, try not to send
45 files that are too large.
46 </p>
47 <p>
48 To maintain the constraints of the LiveCD, the image must not exceed 200
49 kilobytes and should be 1024x768 in size. Finally each release
50 version offers a new theme/background which follow the same guidelines
51 and it goes without saying that tools distributed with the system should
52 be used. With a LiveCD you already have mtPaint and with an installed system
53 you can find Gimp on the mirror. Note that the JPG format is preferred.
54 </p>
56 <h2 id="logos">Logos &amp; Spider</h2>
58 <div class="box">
59 SVG Format: <a href="/images/artwork/slitaz-logo.svg">slitaz-logo.svg</a> |
60 <a href="/images/artwork/slitaz-spider.svg">slitaz-spider.svg</a> |
61 <a href="/images/artwork/slitaz_qrcode.svg">slitaz_qrcode.svg</a>
62 </div>
64 <div>
65 <img src="/images/artwork/slitaz-button-red.png" alt="SliTaz button" />
66 <img src="/images/artwork/slitaz-logo-whitebg-320x118.png" alt="SliTaz spider" />
67 <img src="/images/artwork/slitaz-tux-124x126.png" alt="SliTaz Tux" />
68 <img src="/images/artwork/slitaz-spider-48x48.png" alt="SliTaz spider" />
69 <img src="/images/artwork/tazpkg.png" alt="Tazpkg package logo" />
70 <img src="/images/artwork/slitaz-minilogo-80x15.png" alt="SliTaz mini logo" />
71 </div>
73 <div align="center">
74 <a href="/images/artwork/slitaz-qrcode.png">
75 <img src="/images/artwork/slitaz-qrcode.png" alt="SliTaz QR code" width="30%" />
76 </a>
77 </div>
79 <!-- End of content -->
80 </section>
82 <?php include("../../lib/html/footer.html"); ?>
84 </body>
85 </html>