mirror of
https://github.com/Kilian/Trimage.git
synced 2026-01-26 10:08:40 -05:00
update trimage website design, add icons and rewrite parts
This commit is contained in:
parent
dffc39185b
commit
57c594cfe8
5 changed files with 24 additions and 20 deletions
|
|
@ -28,13 +28,14 @@
|
||||||
h1 img {
|
h1 img {
|
||||||
position:absolute;
|
position:absolute;
|
||||||
top:-40px;
|
top:-40px;
|
||||||
left:-80px;
|
left:10px;
|
||||||
}
|
}
|
||||||
.subtitle {
|
.subtitle {
|
||||||
font-style:italic;
|
font-style:italic;
|
||||||
display:block;
|
display:block;
|
||||||
margin-bottom:1em;
|
margin-bottom:1em;
|
||||||
font-size:1.5em;
|
font-size:1.5em;
|
||||||
|
margin-top:-0.75em;
|
||||||
}
|
}
|
||||||
.tri {
|
.tri {
|
||||||
-moz-column-count:3;
|
-moz-column-count:3;
|
||||||
|
|
@ -44,15 +45,18 @@
|
||||||
img {
|
img {
|
||||||
margin-bottom:1.5em;
|
margin-bottom:1.5em;
|
||||||
}
|
}
|
||||||
|
h3 img {margin:0;}
|
||||||
h2, h1 {
|
h2, h1 {
|
||||||
background:#e0e0f0;
|
color:#fff;
|
||||||
padding:5px;
|
background:#76b9fb;
|
||||||
|
padding:10px;
|
||||||
-moz-border-radius:5px;
|
-moz-border-radius:5px;
|
||||||
-webkit-border-radius:5px;
|
-webkit-border-radius:5px;
|
||||||
}
|
}
|
||||||
|
h1, .subtitle {padding-left:80px;}
|
||||||
.footer {
|
.footer {
|
||||||
background:#e0e0f0;
|
background:#76b9fb;
|
||||||
padding:5px;
|
padding:10px;
|
||||||
-moz-border-radius:5px;
|
-moz-border-radius:5px;
|
||||||
-webkit-border-radius:5px;
|
-webkit-border-radius:5px;
|
||||||
clear:both;
|
clear:both;
|
||||||
|
|
@ -65,36 +69,36 @@
|
||||||
<div id="wrap">
|
<div id="wrap">
|
||||||
<h1><img src="trimage-icon.png" alt=""> Trimage image compressor</h1>
|
<h1><img src="trimage-icon.png" alt=""> Trimage image compressor</h1>
|
||||||
<span class="subtitle">A cross-platform tool for optimizing PNG and JPG files.</span>
|
<span class="subtitle">A cross-platform tool for optimizing PNG and JPG files.</span>
|
||||||
|
<p class="tri">Trimage is a cross-platform GUI and command-line interface to optimize image files via <a href="">optipng</a>,
|
||||||
|
<a href="">advpng</a> and <a href="">jpegoptim</a>, depending on the filetype (currently, PNG and JPG files are supported). It
|
||||||
|
was inspired by <a href="http://imageoptim.pornel.net/">imageoptim</a>. All image files are losslessy compressed on the highest
|
||||||
|
available compression levels. Trimage gives you various input functions to fit your own workflow: A regular file dialog, dragging
|
||||||
|
and dropping and various command line options.</p>
|
||||||
|
|
||||||
<p class="tri">Trimage is a cross-platform GUI and command line interface to <a href="">optipng</a>,
|
<h2>Trimage in action</h2>
|
||||||
<a href="">advpng</a> and <a href="">jpegoptim</a>. Trimage is made to do <strong>one thing well</strong>
|
<img src="image.png" alt="a screenshot of Trimage">
|
||||||
and make it as easy as possible for you to compress images. Trimage offers a number of ways to feed it your
|
|
||||||
images, such as a standard file dialog, drag and drop and command line options. Trimage was born out of a desire
|
|
||||||
to have an application such as <a href="http://imageoptim.pornel.net/">imageoptim</a> available on Ubuntu.</p>
|
|
||||||
|
|
||||||
<h2>Screenshot</h2>
|
|
||||||
<img src="image.png" alt="">
|
|
||||||
|
|
||||||
<div class="block2">
|
<div class="block2">
|
||||||
<h2>Download</h2>
|
<h2>Download</h2>
|
||||||
<h3>Ubuntu</h3>
|
<h3><img src="ubuntu.png" alt=""> Ubuntu</h3>
|
||||||
<ol>
|
<ol>
|
||||||
<li><code>sudo add-apt-repository bla</code></li>
|
<li><code>sudo add-apt-repository bla</code></li>
|
||||||
<li><code>sudo apt-get install trimage</code></li>
|
<li><code>sudo apt-get install trimage</code></li>
|
||||||
</ol>
|
</ol>
|
||||||
|
|
||||||
<h3>Other *nix</h3>
|
<h3><img src="linux.png" alt=""> Other *nix</h3>
|
||||||
<p>Download the source via Github, [do something]</p>
|
<p>Download the source via Github, [do something]</p>
|
||||||
|
|
||||||
<h3>Mac</h3>
|
<h3><img src="mac.png" alt=""> Mac</h3>
|
||||||
<p>Trimage should be able to run on Mac. <a href="mailto:help@trimage.org">Help us with this</a></p>
|
<p>Trimage should be able to run on Mac. <a href="mailto:help@trimage.org">Help us with this</a></p>
|
||||||
<h3>Windows</h3>
|
<h3><img src="windows.png" alt=""> Windows</h3>
|
||||||
<p>Trimage should be able to run on Windows. <a href="mailto:help@trimage.org">Help us with this</a></p>
|
<p>Trimage should be able to run on Windows. <a href="mailto:help@trimage.org">Help us with this</a></p>
|
||||||
</div>
|
</div>
|
||||||
<div class="block">
|
<div class="block">
|
||||||
<h2>Source</h2>
|
<h2>Repositories</h2>
|
||||||
<p>Trimage is an MIT licenced open source project, and lives on <a href="">GitHub</a>. We encourage contributions!</p>
|
<p><strong>Git:</strong> Trimage is primarily developed on <a href="">GitHub</a>.</p>
|
||||||
<p>Trimage is also available on <a href="">Launchpad</a>.</p>
|
<p><strong>Bzr:</strong> Trimage is also available on <a href="">Launchpad</a>.</p>
|
||||||
|
<p>Trimage is MIT licenced. We encourage contributions via GitHub.</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="block">
|
<div class="block">
|
||||||
<h2>Thanks</h2>
|
<h2>Thanks</h2>
|
||||||
|
|
|
||||||
BIN
website/linux.png
Normal file
BIN
website/linux.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.3 KiB |
BIN
website/mac.png
Normal file
BIN
website/mac.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 968 B |
BIN
website/ubuntu.png
Normal file
BIN
website/ubuntu.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.1 KiB |
BIN
website/windows.png
Normal file
BIN
website/windows.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.8 KiB |
Loading…
Add table
Add a link
Reference in a new issue