[gimp-web/static-html5] news placeholder



commit 6dc0e64b9fcd63303e197c71a01bd43804c66e2a
Author: Jakub Steiner <jimmac novell com>
Date:   Wed Jun 30 00:06:17 2010 +0200

    news placeholder

 css/gimp.css                     |   14 +++++++++++++-
 css/gimp.sass                    |   15 +++++++++++++--
 img/news/release-development.png |  Bin 0 -> 4771 bytes
 img/news/release-stable.png      |  Bin 0 -> 3361 bytes
 img/news/wilber-eeek.png         |  Bin 0 -> 4221 bytes
 img/news/wilber-reading.png      |  Bin 0 -> 5220 bytes
 img/news/wilber.png              |  Bin 0 -> 4413 bytes
 inc/_news.html                   |   21 +++++++++++++++++++++
 index.html                       |    4 ++--
 9 files changed, 49 insertions(+), 5 deletions(-)
---
diff --git a/css/gimp.css b/css/gimp.css
index 9769062..f9865bc 100644
--- a/css/gimp.css
+++ b/css/gimp.css
@@ -164,8 +164,20 @@ a {
 
 .news {
   margin: 67px 0 10px;
-  padding: 12px;
+  padding: 18px;
   width: 60% !important; }
+  .news h2 {
+    font-size: 110%;
+    margin-top: 4em; }
+  .news h1 + h2 {
+    margin-top: 0; }
+  .news img {
+    display: block;
+    float: left;
+    margin-right: 6px; }
+  .news .newsdate {
+    display: block;
+    float: right; }
 
 #content {
   min-height: 400px; }
diff --git a/css/gimp.sass b/css/gimp.sass
index 1f62e6c..d0ee4bb 100644
--- a/css/gimp.sass
+++ b/css/gimp.sass
@@ -185,9 +185,20 @@ a
 
 .news
   margin: 67px 0 10px
-  padding: 12px
+  padding: 18px
   width: 60% !important
-  
+  h2
+    font-size: 110%
+    margin-top: 4em
+  h1+h2
+    margin-top: 0
+  img
+    display: block
+    float: left
+    margin-right: 6px
+  .newsdate
+    display: block
+    float: right
 #content
   min-height: 400px
 
diff --git a/img/news/release-development.png b/img/news/release-development.png
new file mode 100644
index 0000000..b2e953b
Binary files /dev/null and b/img/news/release-development.png differ
diff --git a/img/news/release-stable.png b/img/news/release-stable.png
new file mode 100644
index 0000000..066d7c4
Binary files /dev/null and b/img/news/release-stable.png differ
diff --git a/img/news/wilber-eeek.png b/img/news/wilber-eeek.png
new file mode 100644
index 0000000..54f7aab
Binary files /dev/null and b/img/news/wilber-eeek.png differ
diff --git a/img/news/wilber-reading.png b/img/news/wilber-reading.png
new file mode 100644
index 0000000..fbbd92c
Binary files /dev/null and b/img/news/wilber-reading.png differ
diff --git a/img/news/wilber.png b/img/news/wilber.png
new file mode 100644
index 0000000..1519877
Binary files /dev/null and b/img/news/wilber.png differ
diff --git a/inc/_news.html b/inc/_news.html
new file mode 100644
index 0000000..913140f
--- /dev/null
+++ b/inc/_news.html
@@ -0,0 +1,21 @@
+<h2><!--$Id$ --><span class="newstitle">GIMP 2.6.9 Released</span><span class="newsdate">2010-06-23</span></h2>
+
+<img alt="image" src="/img/news/release-stable.png"></img>
+<p>
+It's been a while since the last release. Quite a few bug-fixes have piled up in the stable branch, so here's another release in the stable GIMP 2.6 series. Please have a look at the <a href="http://developer.gimp.org/NEWS-2.6";>NEWS</a> file for a detailed list of changes.
+</p>
+<p>
+The source can be downloaded from <a href="http://gimp.org/downloads/#mirrors";>ftp.gimp.org</a>.  Binary packages for various supported platforms should become available soon; please check the  <a href="http://gimp.org/downloads/";>Downloads</a> section.
+</p>
+
+
+<h2 class="newsheading"><span class="newstitle">GIMP 2.6.8 Released</span><span class="newsdate">2009-12-10</span></h2>
+<img alt="image" src="/img/news/release-stable.png"></img>
+<p>
+GIMP 2.6.8 is a bug-fix release in the stable GIMP 2.6 series. Please have a look at the <a href="http://developer.gimp.org/NEWS-2.6";>NEWS</a> file for a detailed list of changes.
+</p>
+<p>
+The source can be downloaded from <a href="http://gimp.org/downloads/#mirrors";>ftp.gimp.org</a>.  Binary packages for various supported platforms are available; please check the  <a href="http://gimp.org/downloads/";>Downloads</a> section.
+
+</p>
+
diff --git a/index.html b/index.html
index 0e1d543..c547a88 100644
--- a/index.html
+++ b/index.html
@@ -55,8 +55,8 @@
     </div>
   </div>
   <div class="grid-8 news">
-    <h2>GIMP NEWS</h2>
-    FIXME: News
+    <h1>GIMP NEWS</h1>
+    <!--#include virtual="/inc/_news.html" -->    
   </div>
 </div>
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]