diff --git a/website/index.html b/website/index.html index 2392eef..ec72243 100644 --- a/website/index.html +++ b/website/index.html @@ -28,13 +28,14 @@ h1 img { position:absolute; top:-40px; - left:-80px; + left:10px; } .subtitle { font-style:italic; display:block; margin-bottom:1em; font-size:1.5em; + margin-top:-0.75em; } .tri { -moz-column-count:3; @@ -44,15 +45,18 @@ img { margin-bottom:1.5em; } + h3 img {margin:0;} h2, h1 { - background:#e0e0f0; - padding:5px; + color:#fff; + background:#76b9fb; + padding:10px; -moz-border-radius:5px; -webkit-border-radius:5px; } + h1, .subtitle {padding-left:80px;} .footer { - background:#e0e0f0; - padding:5px; + background:#76b9fb; + padding:10px; -moz-border-radius:5px; -webkit-border-radius:5px; clear:both; @@ -65,36 +69,36 @@
Trimage is a cross-platform GUI and command-line interface to optimize image files via optipng, + advpng and jpegoptim, depending on the filetype (currently, PNG and JPG files are supported). It + was inspired by imageoptim. 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.
-Trimage is a cross-platform GUI and command line interface to optipng, - advpng and jpegoptim. Trimage is made to do one thing well - 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 imageoptim available on Ubuntu.
- -
+
Ubuntusudo add-apt-repository blasudo apt-get install trimage
Other *nixDownload the source via Github, [do something]
-
MacTrimage should be able to run on Mac. Help us with this
-
WindowsTrimage should be able to run on Windows. Help us with this
Trimage is an MIT licenced open source project, and lives on GitHub. We encourage contributions!
-Trimage is also available on Launchpad.
+Git: Trimage is primarily developed on GitHub.
+Bzr: Trimage is also available on Launchpad.
+Trimage is MIT licenced. We encourage contributions via GitHub.