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