[guadec-web] [2010.guadec.org] Add teaser website for GUADEC 2010



commit 0df1335785a8f2b662e5435cab646bb0efef2967
Author: Lucas Rocha <lucasr gnome org>
Date:   Sun Nov 29 20:53:06 2009 +0000

    [2010.guadec.org] Add teaser website for GUADEC 2010

 2010.guadec.org/Makefile.am       |   13 +++++++
 2010.guadec.org/body-bg.png       |  Bin 0 -> 335 bytes
 2010.guadec.org/gnome-logo.png    |  Bin 0 -> 2340 bytes
 2010.guadec.org/index.html        |   72 +++++++++++++++++++++++++++++++++++++
 2010.guadec.org/paper_note-bg.png |  Bin 0 -> 167 bytes
 Makefile.am                       |    2 +-
 configure.in                      |    1 +
 7 files changed, 87 insertions(+), 1 deletions(-)
---
diff --git a/2010.guadec.org/Makefile.am b/2010.guadec.org/Makefile.am
new file mode 100644
index 0000000..0b1c9b3
--- /dev/null
+++ b/2010.guadec.org/Makefile.am
@@ -0,0 +1,13 @@
+SUBDIRS =
+
+urlpath =
+
+page_SCRIPTS = \
+	index.html
+
+page_DATA = \
+	gnome-logo.png \
+	body-bg.png \
+	paper_note-bg.png
+
+include $(top_srcdir)/rules.common
diff --git a/2010.guadec.org/body-bg.png b/2010.guadec.org/body-bg.png
new file mode 100644
index 0000000..df38290
Binary files /dev/null and b/2010.guadec.org/body-bg.png differ
diff --git a/2010.guadec.org/gnome-logo.png b/2010.guadec.org/gnome-logo.png
new file mode 100644
index 0000000..2d1780e
Binary files /dev/null and b/2010.guadec.org/gnome-logo.png differ
diff --git a/2010.guadec.org/index.html b/2010.guadec.org/index.html
new file mode 100644
index 0000000..3d68a05
--- /dev/null
+++ b/2010.guadec.org/index.html
@@ -0,0 +1,72 @@
+<!DOCTYPE html>
+<html>
+    <head>
+        <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
+        <title>GUADEC â?? GNOME Users and Developers Conference</title>
+        <link rel="icon" type="image/png" href="http://www.gnome.org/img/logo/foot-16.png";>
+        <link rel="SHORTCUT ICON" type="image/png" href="http://www.gnome.org/img/logo/foot-16.png";>
+    </head>
+    <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"; type="text/javascript"></script>
+    <style type="text/css">
+
+        body {
+            background: #afc0c9 url(body-bg.png) top repeat-x;
+            font-family: Helvetica, "Liberation Sans", Arial, sans-serif;
+            width: 550px;
+            margin: 0 auto;
+        }
+        a img {
+            border: 0;
+        }
+        #paper_note {
+            font-family: "Bitstream Charter", Georgia, serif;
+            font-size: 16px;
+            margin: 30px auto 30px;
+            background: #fff url(paper_note-bg.png);
+            padding: 30px;
+            -moz-border-radius: 6px;
+            -webkit-border-radius: 6px;
+            border-radius: 6px;
+            -moz-box-shadow: 0 5px 20px #899499;
+            -webkit-box-shadow: 0 5px 20px #899499;
+            line-height: 1.5em;
+        }
+        #paper_note h1 {
+            font-family: Helvetica, "Liberation Sans", Arial, sans-serif;
+            font-weight: bold;
+            line-height: 100%;
+            margin: 0 0 12px;
+            font-size: 26pt;
+            color: #204a87;
+        }
+        #paper_note p {
+            margin: 0 0 0.8em;
+        }
+        #paper_note a {
+            color: #204a87;
+            text-decoration: none;
+        }
+        #paper_note #love {
+            margin: 2em 0 0 0;
+        }
+        #paper_note #love img {
+            margin-top: 6px;
+        }
+    </style>
+    <script type="text/javascript">
+        $(document).ready( function() {
+
+            $('body').hide().fadeIn(1000);
+
+        });
+    </script>
+    <body>
+        <div id="paper_note">
+            <h1>The GNOME Users and Developers Conference 2010 is announced.</h1>
+            <p>Every year hundreds of GNOME users and developers from all over the world get together for planning and discussing the future of the most popular free software desktop.</p>
+            <p>For 2010, <strong>The Hague (Netherlands)</strong> was chosen as the venue city for the 10<sup>th</sup> GUADEC that will be held on <strong>July 24<sup>th</sup>-30<sup>th</sup></strong>.</p>
+            <p>For more information, read the <a href="http://www.gnome.org/press/releases/2009-11-guadec2010.html";>press release</a>.</p>
+            <p id="love"><em>Love,</em><br /><a href="http://gnome.org";><img src="gnome-logo.png" alt="GNOME" /></a></p>
+        </div>
+    </body>
+</html>
diff --git a/2010.guadec.org/paper_note-bg.png b/2010.guadec.org/paper_note-bg.png
new file mode 100644
index 0000000..9656781
Binary files /dev/null and b/2010.guadec.org/paper_note-bg.png differ
diff --git a/Makefile.am b/Makefile.am
index 8c709e7..9c9f94c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,4 +1,4 @@
-SUBDIRS = www.guadec.org 2003.guadec.org 2004.guadec.org 2005.guadec.org 2006.guadec.org
+SUBDIRS = www.guadec.org 2003.guadec.org 2004.guadec.org 2005.guadec.org 2006.guadec.org 2010.guadec.org
 
 #install-data-local:
 #	$(INSTALL) -d $(prefix)/scripts
diff --git a/configure.in b/configure.in
index 504b9de..1c05cab 100644
--- a/configure.in
+++ b/configure.in
@@ -53,4 +53,5 @@ www.guadec.org/images/Makefile
 2005.guadec.org/multimedia/Makefile
 2006.guadec.org/Makefile
 2006.guadec.org/press/Makefile
+2010.guadec.org/Makefile
 ])



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