[gnomeweb-wml] [friends] Add ruler to Friends of GNOME front page



commit 69bff4ce8b71e71b608f099919b0e6bd4968144e
Author: Lucas Rocha <lucasr litl com>
Date:   Fri Feb 12 10:37:03 2010 +0000

    [friends] Add ruler to Friends of GNOME front page

 www.gnome.org/friends/css/Makefile.am |    1 +
 www.gnome.org/friends/css/ruler.css   |   37 +++++++++++++++++++++++++++++++++
 www.gnome.org/friends/index.wml       |   14 ++++++++++++
 3 files changed, 52 insertions(+), 0 deletions(-)
---
diff --git a/www.gnome.org/friends/css/Makefile.am b/www.gnome.org/friends/css/Makefile.am
index 82d731c..5b3224b 100644
--- a/www.gnome.org/friends/css/Makefile.am
+++ b/www.gnome.org/friends/css/Makefile.am
@@ -6,6 +6,7 @@ page_DATA = \
 	bar.png \
 	foot.png \
 	friends.css \
+	ruler.css \
 	general_bg.png \
 	general_separator.png \
 	gnome.png \
diff --git a/www.gnome.org/friends/css/ruler.css b/www.gnome.org/friends/css/ruler.css
new file mode 100644
index 0000000..0925d2b
--- /dev/null
+++ b/www.gnome.org/friends/css/ruler.css
@@ -0,0 +1,37 @@
+/* Ruler Tweaks */
+
+#gnome-fog-ruler {
+    padding: 0px 0px 16px 0px;
+    background: #fff;
+}
+
+#gnome-fog-ruler .fog-donate {
+    display: none;
+}
+
+#gnome-fog-ruler .fog-intro {
+    display: none;
+}
+
+#gnome-fog-ruler .fog-center {
+    width: 500px;
+    -moz-border-radius: 4px;
+    -webkit-border-radius: 4px;
+}
+
+#gnome-fog-ruler .fog-ruler {
+    border: 1px #000 solid;
+    padding: 1px;
+}
+
+#gnome-fog-ruler .fog-description {
+    padding-left: 50px;
+}
+
+#gnome-fog-ruler .fog-description .fog-item {
+    color: #000;
+}
+
+#gnome-fog-ruler .fog-description .fog-item .fog-box {
+    border: 1px #000 solid;
+}
diff --git a/www.gnome.org/friends/index.wml b/www.gnome.org/friends/index.wml
index ba9d763..25a7dba 100644
--- a/www.gnome.org/friends/index.wml
+++ b/www.gnome.org/friends/index.wml
@@ -57,6 +57,20 @@ in 2008 we were able to:
 <p>The GNOME desktop is free and accessible software available in many languages. GNOME is the software of choice for programs like One Laptop Per Child, governments, and mobile phone applications.
 </p>
 
+<h2>Help us to hire a Sysadmin for GNOME!</h2>
+<p>Keeping track of the routine day-to-day system administration tasks is
+neither glamorous nor a lot of fun, but it's essential to keeping the
+day-to-day work of thousands of GNOME contributors going. For this reason, the
+foundation is hoping to hire a part-time sysadmin to handle the coordination
+role on an ongoing basis. This is dependent on obtaining sufficient funding.
+You learn more about our plans for a system administrator on the
+<a href="http://live.gnome.org/Sysadmin/AdvisoryMeeting/JobDescription";>job
+description page</a>.
+</p>
+
+<script type="text/javascript" src="/friends/ruler/ruler.js"></script>
+<link media="all" type="text/css" rel="stylesheet" href="css/ruler.css"/>
+
 <h2>Donate to the GNOME Foundation</h2>
 
 <form id="aidform" method="post" action="step2.php">



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