[gnomeweb-wml] adding the GNOME Day event page, we can probably move it later to a better place.



commit da8352fa4cf9187207e28ddd10eb363b1a7ec6c4
Author: Pedro Villavicencio <pvillavi gnome org>
Date:   Sat Oct 3 11:53:33 2009 -0400

    adding the GNOME Day event page, we can probably move it later to a better place.

 projects.gnome.org/Makefile.am                     |    3 +-
 projects.gnome.org/diagnome/Makefile.am            |   13 +
 projects.gnome.org/diagnome/diagnome.css           |  209 ++++++++++
 projects.gnome.org/diagnome/expositores.html       |   66 +++
 projects.gnome.org/diagnome/images/Makefile.am     |   22 +
 projects.gnome.org/diagnome/images/botleft.png     |  Bin 0 -> 196 bytes
 projects.gnome.org/diagnome/images/botright.png    |  Bin 0 -> 195 bytes
 projects.gnome.org/diagnome/images/diagnome.jpg    |  Bin 0 -> 140436 bytes
 projects.gnome.org/diagnome/images/diego.jpg       |  Bin 0 -> 31844 bytes
 .../diagnome/images/encuentro-linux.jpg            |  Bin 0 -> 3753 bytes
 projects.gnome.org/diagnome/images/latour-logo.png |  Bin 0 -> 31950 bytes
 projects.gnome.org/diagnome/images/left.png        |  Bin 0 -> 2897 bytes
 .../diagnome/images/logo-facebook-40px.png         |  Bin 0 -> 2432 bytes
 .../diagnome/images/logo-twitter-40px.png          |  Bin 0 -> 4620 bytes
 .../diagnome/images/mapa-diagnome.png              |  Bin 0 -> 223059 bytes
 projects.gnome.org/diagnome/images/right.png       |  Bin 0 -> 220 bytes
 projects.gnome.org/diagnome/index.html             |   92 ++++
 projects.gnome.org/diagnome/index.html.en          |   92 ++++
 projects.gnome.org/diagnome/index.html.es          |   92 ++++
 projects.gnome.org/diagnome/layout.css             |  439 ++++++++++++++++++++
 projects.gnome.org/diagnome/programa.html          |  139 ++++++
 projects.gnome.org/diagnome/style.css              |  153 +++++++
 22 files changed, 1319 insertions(+), 1 deletions(-)
---
diff --git a/projects.gnome.org/Makefile.am b/projects.gnome.org/Makefile.am
index 0b4d3a2..3514316 100644
--- a/projects.gnome.org/Makefile.am
+++ b/projects.gnome.org/Makefile.am
@@ -64,7 +64,8 @@ SUBDIRS = css \
 	billreminder		\
 	cheese \
 	latour			\
-	libchamplain
+	libchamplain	\
+	diagnome
 
 urlpath = 
 
diff --git a/projects.gnome.org/diagnome/Makefile.am b/projects.gnome.org/diagnome/Makefile.am
new file mode 100644
index 0000000..18040ae
--- /dev/null
+++ b/projects.gnome.org/diagnome/Makefile.am
@@ -0,0 +1,13 @@
+SUBDIRS=images 
+
+urlpath = /diagnome/
+
+page_SCRIPTS= index.html	\
+		programa.html \
+		expositores.html \
+		layout.css \
+		style.css \
+		diagnome.css
+
+
+include $(top_srcdir)/rules.common
diff --git a/projects.gnome.org/diagnome/diagnome.css b/projects.gnome.org/diagnome/diagnome.css
new file mode 100755
index 0000000..23eb383
--- /dev/null
+++ b/projects.gnome.org/diagnome/diagnome.css
@@ -0,0 +1,209 @@
+/* nautilus website overrides */
+
+body {
+	font-family: "Bitstream Vera Sans", Arial, Helvetica, Verdana, sans-serif;
+
+	background-image: none;
+}
+
+#diagnome-social {
+margin-left: 5%;
+width: 100px;
+float: right;
+}
+
+#expositores {
+margin-left: 5%;
+width: 70%;
+float: left;
+}
+
+#expositores h3 {
+color: #3465a4;
+font-size: 14px; 
+text-align: right;
+}
+
+#expositores td {
+width: 80%;
+-moz-border-radius: 0.5em; 
+-webkit-border-radius: 0.5em; 
+background-color: #Ffffff; 
+text-align: left;
+margin-right: 100px;
+margin-left: 1px;
+}
+
+#expositores img  {
+border: none;
+float: left;
+margin-left: 6px;
+margin-top: 2px;
+margin-right: 6px;
+margin-bottom: 2px;
+}
+
+
+#programa {
+margin-left: 5%;
+width: 70%
+float: center;
+}
+
+
+h2 {
+color: #3f3f3f;
+font-size: 20px;
+margin-top: 2.5em;
+}
+
+h3 {
+color: #3f3f3f;
+font-size: 14px;
+margin-top: 2.5em;
+}
+
+p,
+li {
+font-size: 12px;
+}
+
+#latour-content {
+margin-left: 5%;
+width: 450px;
+float: left;
+letter-spacing: 0.8px;
+}
+
+#latour-logo {
+width: 400px;
+float: left;
+margin-left: 4%;
+margin-top: 30px;
+}
+
+.tour-stop {
+color: #3465a4;
+font-size: 18px;
+}
+a,
+a:active,
+a:visited {
+color: #3465a4;
+text-decoration: none;
+border-bottom: 1px dotted #3465a4;
+}
+
+h3 span {
+font-weight: bold;
+font-size: 16px;
+}
+
+#languages {
+font-size: 12px;
+text-align: right;
+padding-top: 0.3em;
+padding-right: 2.5em;
+}
+
+#links {
+font-size 12px;
+text-align: right;
+padding-top: 0.5em;
+padding-right: 2.5em;
+}
+
+.latour-logo-content {
+padding-left: 10px;
+}
+
+.photos img {
+margin: 2px;
+padding: 1px;
+border: 1px solid #555;
+float: left;
+}
+.photos {
+text-align: center;
+padding-right: 1.8em;
+}
+.photos br {
+clear: both;
+}
+
+#footer {
+color: #aaa;
+text-align: center;
+padding: 0.5em;
+clear: both;
+font-size: 12px;
+}
+
+#footer a {
+color: #888;
+border: 0;
+}
+
+
+/* Tabla programa */
+
+#rounded-corner
+{
+	font-family: "Bitstream Vera Sans", Arial, Helvetica, Verdana, sans-serif;;
+	font-size: 12px;
+	margin: 45px;
+	width: 80%;
+	text-align: left;
+	border-collapse: collapse;
+}
+
+#rounded-corner thead th.rounded-hora
+{
+	background: #b9c9fe url('images/left.png') left -1px no-repeat;
+}
+
+#rounded-corner thead th.rounded-tema
+{
+	background: #b9c9fe url('images/right.png') right -1px no-repeat;
+}
+
+#rounded-corner th
+{
+	padding: 8px;
+	font-weight: bold;
+	font-size: 13px;
+	color: #fff;
+	background: #3465a4;
+}
+
+#rounded-corner td
+{
+	padding: 4px;
+	background: #fafaf8;
+	border-top: 1px solid #fff;
+	color: #669;
+}
+
+#rounded-corner tfoot td.rounded-foot-left
+{
+	background: #b9c9fe url('images/botleft.png') left bottom no-repeat;
+}
+#rounded-corner tfoot td.rounded-foot-right
+{
+	background: #b9c9fe url('images/botright.png') right bottom no-repeat;
+}
+#rounded-corner tbody tr:hover td
+{
+	background: #b9c9fe;
+        color: #fff;
+}
+
+#rounded-corner tbody td.break
+{
+        background: #def9e6;
+}
+
+#rounded-cornet tbody tb.break:hover
+{
+        background: lightgreen;
+}
diff --git a/projects.gnome.org/diagnome/expositores.html b/projects.gnome.org/diagnome/expositores.html
new file mode 100755
index 0000000..eb9b93e
--- /dev/null
+++ b/projects.gnome.org/diagnome/expositores.html
@@ -0,0 +1,66 @@
+<?xml version="1.0" encoding="utf-8";?>
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
+    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
+<html lang="en" xmlns="http://www.w3.org/1999/xhtml";>
+<head>
+<meta http-equiv="content-type" content="text/html; charset=UTF-8">
+	<title>Dia GNOME 2009 - Valparaiso, Chile.</title>
+	<link href="layout.css" rel="stylesheet" type="text/css" media="screen">
+	<link rel="stylesheet" type="text/css" href="diagnome.css"> 
+	
+</head><body>
+
+<ul id="general">
+      <li class="home" id="siteaction-gnome_home">
+        <a title="Home" href="http://www.gnome.org/";>Home</a>
+      </li>
+      <li id="siteaction-gnome_news">
+        <a title="News" href="http://news.gnome.org/";>News</a>
+      </li>
+      <li id="siteaction-gnome_projects">
+        <a title="Projects" href="http://projects.gnome.org/";>Projects</a>
+      </li>
+      <li id="siteaction-gnome_art">
+        <a title="Art" href="http://art.gnome.org/";>Art</a>
+      </li>
+      <li id="siteaction-gnome_support">
+        <a title="Support" href="http://www.gnome.org/support/";>Support</a>
+      </li>
+      <li id="siteaction-gnome_development">
+        <a title="Development" href="http://library.gnome.org/devel/";>Development</a>
+      </li>
+      <li id="siteaction-gnome_community">
+        <a title="Community" href="http://www.gnome.org/community/";>Community</a>
+      </li>
+    </ul>
+<div id="languages"><a href="index.html.en">English</a> &middot; <a href="index.html.es">Español</a>
+</div>
+<div id="links"><a href="index.html">Home</a> &middot; <a href="programa.html">Programa</a>
+</div>
+
+<div id="expositores">
+<h2>Expositores Día de GNOME en Chile 2009!</h2>
+<!-- begin expositor -->
+<table>
+<h3>Diego Escalante Urrelo</h3>
+<td>
+<a name="diego"></a>
+<img src="images/diego.jpg">
+<p>Miembro de la Fundación GNOME y colaborador del proyecto GNOME donde se está involucrado en el equipo de control de calidad (Bugsquad), el navegador web Epiphany y el equipo de administración. Ha estado presente como asistente y voluntario en las últimas dos ediciones de la conferencia anual de GNOME: GUADEC. Actualmente conspira con otros gnomos de la región cómo fomentar la participación de nuevos colaboradores latinoamericanos en el proyecto.<br/>
+<br/>
+En Perú, es parte del equipo de Involucrate.org donde se promueve la inclusión de nuevos participantes en proyectos de Software Libre. También ayuda a la organización de actividades de <a class="nonexistent" href="/DebianPer%C3%BA">?</a>DebianPerú y es recurrente expositor en charlas y conferencias.<br/>
+<br/>
+Aspira a cambiar el mundo antes de que el mundo lo cambie a él.<br/>
+<br/>
+<strong>Charlas: </strong><br />
+<ul>
+</li>
+</td>
+</table>
+<!-- finish expositor -->
+</div>
+<div id="footer">
+Copyright © 2009 The GNOME Project.<br/>
+Design by <a href="http://www.andreasn.se/";>Andreas Nilsson</a>, <a href="http://www.gnome.org/~diegoe/";>Diego Escalante Urrelo</a> and  <a href="http://www.gnome.org/~pvillavi/";>Pedro Villavicencio Garrido</a>
+</div>
+</body></html>
diff --git a/projects.gnome.org/diagnome/images/Makefile.am b/projects.gnome.org/diagnome/images/Makefile.am
new file mode 100644
index 0000000..7b1cd3b
--- /dev/null
+++ b/projects.gnome.org/diagnome/images/Makefile.am
@@ -0,0 +1,22 @@
+SUBDIRS=
+
+urlpath = /diagnome/images
+
+page_SCRIPTS=
+
+include $(top_srcdir)/rules.common
+
+misc_images=\
+	botleft.png \
+	diagnome.jpg	\
+	encuentro-linux.jpg	\
+	left.png	\
+	logo-twitter-40px.png	\
+	mapa-diagnome.png	\
+	botright.png	\
+	diego.jpg	\
+	latour-logo.png	\
+	logo-facebook-40px.png	\
+	right.png
+
+page_DATA=$(misc_images)
diff --git a/projects.gnome.org/diagnome/images/botleft.png b/projects.gnome.org/diagnome/images/botleft.png
new file mode 100644
index 0000000..a7bb117
Binary files /dev/null and b/projects.gnome.org/diagnome/images/botleft.png differ
diff --git a/projects.gnome.org/diagnome/images/botright.png b/projects.gnome.org/diagnome/images/botright.png
new file mode 100644
index 0000000..6d8ae53
Binary files /dev/null and b/projects.gnome.org/diagnome/images/botright.png differ
diff --git a/projects.gnome.org/diagnome/images/diagnome.jpg b/projects.gnome.org/diagnome/images/diagnome.jpg
new file mode 100755
index 0000000..503b547
Binary files /dev/null and b/projects.gnome.org/diagnome/images/diagnome.jpg differ
diff --git a/projects.gnome.org/diagnome/images/diego.jpg b/projects.gnome.org/diagnome/images/diego.jpg
new file mode 100755
index 0000000..7a0cf6b
Binary files /dev/null and b/projects.gnome.org/diagnome/images/diego.jpg differ
diff --git a/projects.gnome.org/diagnome/images/encuentro-linux.jpg b/projects.gnome.org/diagnome/images/encuentro-linux.jpg
new file mode 100755
index 0000000..1f59279
Binary files /dev/null and b/projects.gnome.org/diagnome/images/encuentro-linux.jpg differ
diff --git a/projects.gnome.org/diagnome/images/latour-logo.png b/projects.gnome.org/diagnome/images/latour-logo.png
new file mode 100755
index 0000000..4811de7
Binary files /dev/null and b/projects.gnome.org/diagnome/images/latour-logo.png differ
diff --git a/projects.gnome.org/diagnome/images/left.png b/projects.gnome.org/diagnome/images/left.png
new file mode 100644
index 0000000..b3733ee
Binary files /dev/null and b/projects.gnome.org/diagnome/images/left.png differ
diff --git a/projects.gnome.org/diagnome/images/logo-facebook-40px.png b/projects.gnome.org/diagnome/images/logo-facebook-40px.png
new file mode 100755
index 0000000..7f559c5
Binary files /dev/null and b/projects.gnome.org/diagnome/images/logo-facebook-40px.png differ
diff --git a/projects.gnome.org/diagnome/images/logo-twitter-40px.png b/projects.gnome.org/diagnome/images/logo-twitter-40px.png
new file mode 100755
index 0000000..685c4e7
Binary files /dev/null and b/projects.gnome.org/diagnome/images/logo-twitter-40px.png differ
diff --git a/projects.gnome.org/diagnome/images/mapa-diagnome.png b/projects.gnome.org/diagnome/images/mapa-diagnome.png
new file mode 100644
index 0000000..420c84e
Binary files /dev/null and b/projects.gnome.org/diagnome/images/mapa-diagnome.png differ
diff --git a/projects.gnome.org/diagnome/images/right.png b/projects.gnome.org/diagnome/images/right.png
new file mode 100644
index 0000000..2f84569
Binary files /dev/null and b/projects.gnome.org/diagnome/images/right.png differ
diff --git a/projects.gnome.org/diagnome/index.html b/projects.gnome.org/diagnome/index.html
new file mode 100755
index 0000000..a9404a7
--- /dev/null
+++ b/projects.gnome.org/diagnome/index.html
@@ -0,0 +1,92 @@
+<?xml version="1.0" encoding="utf-8";?>
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
+    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
+<html lang="en" xmlns="http://www.w3.org/1999/xhtml";>
+<head>
+<meta http-equiv="content-type" content="text/html; charset=UTF-8">
+	<title>Dia GNOME 2009 - Valparaiso, Chile.</title>
+	<link href="layout.css" rel="stylesheet" type="text/css" media="screen">
+	<link rel="stylesheet" type="text/css" href="diagnome.css"> 
+	
+</head><body>
+
+<ul id="general">
+      <li class="home" id="siteaction-gnome_home">
+        <a title="Home" href="http://www.gnome.org/";>Home</a>
+      </li>
+      <li id="siteaction-gnome_news">
+        <a title="News" href="http://news.gnome.org/";>News</a>
+      </li>
+      <li id="siteaction-gnome_projects">
+        <a title="Projects" href="http://projects.gnome.org/";>Projects</a>
+      </li>
+      <li id="siteaction-gnome_art">
+        <a title="Art" href="http://art.gnome.org/";>Art</a>
+      </li>
+      <li id="siteaction-gnome_support">
+        <a title="Support" href="http://www.gnome.org/support/";>Support</a>
+      </li>
+      <li id="siteaction-gnome_development">
+        <a title="Development" href="http://library.gnome.org/devel/";>Development</a>
+      </li>
+      <li id="siteaction-gnome_community">
+        <a title="Community" href="http://www.gnome.org/community/";>Community</a>
+      </li>
+    </ul>
+<div id="languages"><a href="index.html.en">English</a> &middot; <a href="index.html.es">Español</a>
+</div>
+<div id="links"><a href="programa.html">Programa</a> &middot; <a href="expositores.html">Expositores</a>
+</div>
+
+<div id="latour-content">
+<h2>Dia de GNOME en Chile! 2009!</h2>
+<p>Este es el evento de difusión del proyecto <a href="www.gnome.org">GNOME</a> más grande que se organiza a nivel nacional.</p>
+<p>
+Se darán a conocer al público en general y a los desarrolladores interesados en poder contribuir, información sobre sus alcances, tecnologías y últimos avances del proyecto.
+</p>
+<p>
+Este encuentro de usuarios y desarrolladores se mostrarán diferentes herramientas y se compartirá conocimiento sobre GNOME, a través de una serie de actividades como charlas y talleres, las cuales serán cubiertas por un número importante de expositores nacionales e internacionales que contribuyen de forma activa a este proyecto.
+</p>
+<p>
+En esta oportunidad se contará con expositores provenientes de los países de Perú y Finlandia, los cuales se sumarán al conjunto de desarrolladores locales con los que cuenta nuestro país, demostrando que Chile no se encuentra lejos de ser un actor importante en el desarrollo y difusión de este ambiente.
+</p>
+<p>
+Se llevará a cabo el día Sábado 24 de Octubre de 2009 en la Universidad Técnica Federico Santa María, en la ciudad de Valparaíso, Chile. Y esta enmarcado dentro del <a href="http://2009.encuentrolinux.cl";>Décimo Encuentro Linux</a> a realizarse desde el Jueves 22 al Sábado 24 de Octubre en dicha ciudad.</p>
+
+<h2>¡Participa!</h2>
+<p>La inscripción no tiene costo, solamente debes inscribirte en <a href="http://registro.gnome.cl";>esta página</a>., la cual nos ayudará a programarnos de mejor forma.</p>
+
+<p><a href="#salondiagnome">El salón</a> donde se realizará el evento tiene una capacidad máxima de 300 personas y tendrán preferencia las personas inscritas.</p>
+<ul>
+  <li>Asistiras al evento? <a href="http://registro.gnome.cl";>Inscribete!</a></li> 
+  <li>Subscribete a la <a href="http://mail.gnome.org/mailman/listinfo/gnome-cl-list";>lista de correo de correo</a> de <a href="http://www.gnome.cl";>GNOME Chile!</a></li>
+  <li>Visita la pagina de <a href="http://www.gnome.cl";>GNOME Chile</a></li>
+  <li>Unete al <a href="http://www.facebook.com/group.php?gid=147294960046";>grupo de Facebook!</a>
+</ul>
+<a name="salondiagnome"><h2>¿Dónde?</h2></a>
+<iframe width="425" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.com/maps/ms?source=s_q&amp;hl=en&amp;geocode=&amp;view=map&amp;ie=UTF8&amp;t=h&amp;msa=0&amp;msid=113135296348126613369.000474fcb3b8972334458&amp;ll=-33.030937,-71.596656&amp;spn=0.012593,0.018239&amp;z=15&amp;output=embed";></iframe><br /><small>View <a href="http://maps.google.com/maps/ms?source=embed&amp;hl=en&amp;geocode=&amp;view=map&amp;ie=UTF8&amp;t=h&amp;msa=0&amp;msid=113135296348126613369.000474fcb3b8972334458&amp;ll=-33.030937,-71.596656&amp;spn=0.012593,0.018239&amp;z=15"; style="color:#0000FF;text-align:left">Día GNOME</a> in a larger map</small>
+<h3><span>Cómo llegar</span></h3>
+<p>El Día GNOME se realizara en el <a href="images/mapa-diagnome.png">Salón T</a> de la UTFSM, puedes visitar el <a href="images/mapa-diagnome.png">mapa</a> para ver su ubicación. </p>
+</div>
+<div id="latour-logo">
+<div class="latour-logo-content">
+<!--<img src="images/diagnome.jpg" title="debe ser cambiado por un banner"/><br/> -->
+<iframe align="center" src="http://www.flickr.com/slideShow/index gne?group_id=954185 N22&user_id=&set_id=&text=" frameBorder="0" width="450" height="450" scrolling="no"></iframe>
+<br/>
+<div id="diagnome-social">
+<a href="http://www.twitter.com/diagnome"; title="Siguenos mediante Twitter!"><img src="images/logo-twitter-40px.png"></a><a href="http://www.facebook.com/group.php?gid=147294960046"; title="Unete al Grupo Día GNOME de Facebook!"><img src="images/logo-facebook-40px.png"></a>
+</div>
+<div id="twitter_div">
+<h3 class="sidebar-title">Día GNOME Twitter Updates</h3>
+<ul id="twitter_update_list"></ul>
+</div>
+<script type="text/javascript" src="http://twitter.com/javascripts/blogger.js";></script>
+<script type="text/javascript" src="http://twitter.com/statuses/user_timeline/diagnome.json?callback=twitterCallback2&amp;count=5";></script>
+</div>
+</div>
+</div>
+<div id="footer">
+Copyright © 2009 The GNOME Project.<br/>
+Design by <a href="http://www.andreasn.se/";>Andreas Nilsson</a>,<a href="http://www.gnome.org/~diegoe/";>Diego Escalante Urrelo</a> and <a href="http://www.gnome.org/~pvillavi/";>Pedro Villavicencio Garrido</a>.
+</div>
+</body></html>
diff --git a/projects.gnome.org/diagnome/index.html.en b/projects.gnome.org/diagnome/index.html.en
new file mode 100755
index 0000000..2369bf7
--- /dev/null
+++ b/projects.gnome.org/diagnome/index.html.en
@@ -0,0 +1,92 @@
+<?xml version="1.0" encoding="utf-8";?>
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
+    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
+<html lang="en" xmlns="http://www.w3.org/1999/xhtml";>
+<head>
+<meta http-equiv="content-type" content="text/html; charset=UTF-8">
+	<title>Dia GNOME 2009 - Valparaiso, Chile.</title>
+	<link href="layout.css" rel="stylesheet" type="text/css" media="screen">
+	<link rel="stylesheet" type="text/css" href="diagnome.css"> 
+	
+</head><body>
+
+<ul id="general">
+      <li class="home" id="siteaction-gnome_home">
+        <a title="Home" href="http://www.gnome.org/";>Home</a>
+      </li>
+      <li id="siteaction-gnome_news">
+        <a title="News" href="http://news.gnome.org/";>News</a>
+      </li>
+      <li id="siteaction-gnome_projects">
+        <a title="Projects" href="http://projects.gnome.org/";>Projects</a>
+      </li>
+      <li id="siteaction-gnome_art">
+        <a title="Art" href="http://art.gnome.org/";>Art</a>
+      </li>
+      <li id="siteaction-gnome_support">
+        <a title="Support" href="http://www.gnome.org/support/";>Support</a>
+      </li>
+      <li id="siteaction-gnome_development">
+        <a title="Development" href="http://library.gnome.org/devel/";>Development</a>
+      </li>
+      <li id="siteaction-gnome_community">
+        <a title="Community" href="http://www.gnome.org/community/";>Community</a>
+      </li>
+    </ul>
+<div id="languages"><a href="index.html.en">English</a> &middot; <a href="index.html.es">Español</a>
+</div>
+<div id="links"><a href="programa.html">Programa</a> &middot; <a href="expositores.html">Expositores</a>
+</div>
+
+<div id="latour-content">
+<h2>Dia de GNOME en Chile! 2009!</h2>
+<p>Este es el evento de difusión del proyecto <a href="www.gnome.org">GNOME</a> más grande que se organiza a nivel nacional.</p>
+<p>
+Se darán a conocer al público en general y a los desarrolladores interesados en poder contribuir, información sobre sus alcances, tecnologías y últimos avances del proyecto.
+</p>
+<p>
+Este encuentro de usuarios y desarrolladores se mostrarán diferentes herramientas y se compartirá conocimiento sobre GNOME, a través de una serie de actividades como charlas y talleres, las cuales serán cubiertas por un número importante de expositores nacionales e internacionales que contribuyen de forma activa a este proyecto.
+</p>
+<p>
+En esta oportunidad se contará con expositores provenientes de los países de Perú y Finlandia, los cuales se sumarán al conjunto de desarrolladores locales con los que cuenta nuestro país, demostrando que Chile no se encuentra lejos de ser un actor importante en el desarrollo y difusión de este ambiente.
+</p>
+<p>
+Se llevará a cabo el día Sábado 24 de Octubre de 2009 en la Universidad Técnica Federico Santa María, en la ciudad de Valparaíso, Chile. Y esta enmarcado dentro del <a href="http://2009.encuentrolinux.cl";>Décimo Encuentro Linux</a> a realizarse desde el Jueves 22 al Sábado 24 de Octubre en dicha ciudad.</p>
+
+<h2>¡Participa!</h2>
+<p>La inscripción no tiene costo, solamente debes inscribirte en <a href="http://registro.gnome.cl";>esta página</a>., la cual nos ayudará a programarnos de mejor forma.</p>
+
+<p><a href="#salondiagnome">El salón</a> donde se realizará el evento tiene una capacidad máxima de 300 personas y tendrán preferencia las personas inscritas.</p>
+<ul>
+  <li>Asistiras al evento? <a href="http://registro.gnome.cl";>Inscribete!</a></li> 
+  <li>Subscribete a la <a href="http://mail.gnome.org/mailman/listinfo/gnome-cl-list";>lista de correo de correo</a> de <a href="http://www.gnome.cl";>GNOME Chile!</a></li>
+  <li>Visita la pagina de <a href="http://www.gnome.cl";>GNOME Chile</a></li>
+  <li>Unete al <a href="http://www.facebook.com/group.php?gid=147294960046";>grupo de Facebook!</a>
+</ul>
+<a name="salondiagnome"><h2>¿Dónde?</h2></a>
+<iframe width="425" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.com/maps/ms?source=s_q&amp;hl=en&amp;geocode=&amp;view=map&amp;ie=UTF8&amp;t=h&amp;msa=0&amp;msid=113135296348126613369.000474fcb3b8972334458&amp;ll=-33.030937,-71.596656&amp;spn=0.012593,0.018239&amp;z=15&amp;output=embed";></iframe><br /><small>View <a href="http://maps.google.com/maps/ms?source=embed&amp;hl=en&amp;geocode=&amp;view=map&amp;ie=UTF8&amp;t=h&amp;msa=0&amp;msid=113135296348126613369.000474fcb3b8972334458&amp;ll=-33.030937,-71.596656&amp;spn=0.012593,0.018239&amp;z=15"; style="color:#0000FF;text-align:left">Día GNOME</a> in a larger map</small>
+<h3><span>Cómo llegar</span></h3>
+<p>El Día GNOME se realizara en el <a href="images/mapa-diagnome.png">Salón T</a> de la UTFSM, puedes visitar el <a href="images/mapa-diagnome.png">mapa</a> para ver su ubicación. </p>
+</div>
+<div id="latour-logo">
+<div class="latour-logo-content">
+<img src="images/diagnome.jpg" title="debe ser cambiado por un banner"/><br/>
+<!--<iframe align="center" src="http://www.flickr.com/slideShow/index gne?group_id=954185 N22&user_id=&set_id=&text=" frameBorder="0" width="450" height="450" scrolling="no"></iframe>-->
+<br/>
+<div id="diagnome-social">
+<a href="http://www.twitter.com/diagnome"; title="Siguenos mediante Twitter!"><img src="images/logo-twitter-40px.png"></a><a href="http://www.facebook.com/group.php?gid=147294960046"; title="Unete al Grupo Día GNOME de Facebook!"><img src="images/logo-facebook-40px.png"></a>
+</div>
+<div id="twitter_div">
+<h3 class="sidebar-title">Día GNOME Twitter Updates</h3>
+<ul id="twitter_update_list"></ul>
+</div>
+<script type="text/javascript" src="http://twitter.com/javascripts/blogger.js";></script>
+<script type="text/javascript" src="http://twitter.com/statuses/user_timeline/diagnome.json?callback=twitterCallback2&amp;count=5";></script>
+</div>
+</div>
+</div>
+<div id="footer">
+Copyright © 2009 The GNOME Project.<br/>
+Design by <a href="http://www.andreasn.se/";>Andreas Nilsson</a>,<a href="http://www.gnome.org/~diegoe/";>Diego Escalante Urrelo</a> and <a href="http://www.gnome.org/~pvillavi/";>Pedro Villavicencio Garrido</a>.
+</div>
+</body></html>
diff --git a/projects.gnome.org/diagnome/index.html.es b/projects.gnome.org/diagnome/index.html.es
new file mode 100755
index 0000000..2369bf7
--- /dev/null
+++ b/projects.gnome.org/diagnome/index.html.es
@@ -0,0 +1,92 @@
+<?xml version="1.0" encoding="utf-8";?>
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
+    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
+<html lang="en" xmlns="http://www.w3.org/1999/xhtml";>
+<head>
+<meta http-equiv="content-type" content="text/html; charset=UTF-8">
+	<title>Dia GNOME 2009 - Valparaiso, Chile.</title>
+	<link href="layout.css" rel="stylesheet" type="text/css" media="screen">
+	<link rel="stylesheet" type="text/css" href="diagnome.css"> 
+	
+</head><body>
+
+<ul id="general">
+      <li class="home" id="siteaction-gnome_home">
+        <a title="Home" href="http://www.gnome.org/";>Home</a>
+      </li>
+      <li id="siteaction-gnome_news">
+        <a title="News" href="http://news.gnome.org/";>News</a>
+      </li>
+      <li id="siteaction-gnome_projects">
+        <a title="Projects" href="http://projects.gnome.org/";>Projects</a>
+      </li>
+      <li id="siteaction-gnome_art">
+        <a title="Art" href="http://art.gnome.org/";>Art</a>
+      </li>
+      <li id="siteaction-gnome_support">
+        <a title="Support" href="http://www.gnome.org/support/";>Support</a>
+      </li>
+      <li id="siteaction-gnome_development">
+        <a title="Development" href="http://library.gnome.org/devel/";>Development</a>
+      </li>
+      <li id="siteaction-gnome_community">
+        <a title="Community" href="http://www.gnome.org/community/";>Community</a>
+      </li>
+    </ul>
+<div id="languages"><a href="index.html.en">English</a> &middot; <a href="index.html.es">Español</a>
+</div>
+<div id="links"><a href="programa.html">Programa</a> &middot; <a href="expositores.html">Expositores</a>
+</div>
+
+<div id="latour-content">
+<h2>Dia de GNOME en Chile! 2009!</h2>
+<p>Este es el evento de difusión del proyecto <a href="www.gnome.org">GNOME</a> más grande que se organiza a nivel nacional.</p>
+<p>
+Se darán a conocer al público en general y a los desarrolladores interesados en poder contribuir, información sobre sus alcances, tecnologías y últimos avances del proyecto.
+</p>
+<p>
+Este encuentro de usuarios y desarrolladores se mostrarán diferentes herramientas y se compartirá conocimiento sobre GNOME, a través de una serie de actividades como charlas y talleres, las cuales serán cubiertas por un número importante de expositores nacionales e internacionales que contribuyen de forma activa a este proyecto.
+</p>
+<p>
+En esta oportunidad se contará con expositores provenientes de los países de Perú y Finlandia, los cuales se sumarán al conjunto de desarrolladores locales con los que cuenta nuestro país, demostrando que Chile no se encuentra lejos de ser un actor importante en el desarrollo y difusión de este ambiente.
+</p>
+<p>
+Se llevará a cabo el día Sábado 24 de Octubre de 2009 en la Universidad Técnica Federico Santa María, en la ciudad de Valparaíso, Chile. Y esta enmarcado dentro del <a href="http://2009.encuentrolinux.cl";>Décimo Encuentro Linux</a> a realizarse desde el Jueves 22 al Sábado 24 de Octubre en dicha ciudad.</p>
+
+<h2>¡Participa!</h2>
+<p>La inscripción no tiene costo, solamente debes inscribirte en <a href="http://registro.gnome.cl";>esta página</a>., la cual nos ayudará a programarnos de mejor forma.</p>
+
+<p><a href="#salondiagnome">El salón</a> donde se realizará el evento tiene una capacidad máxima de 300 personas y tendrán preferencia las personas inscritas.</p>
+<ul>
+  <li>Asistiras al evento? <a href="http://registro.gnome.cl";>Inscribete!</a></li> 
+  <li>Subscribete a la <a href="http://mail.gnome.org/mailman/listinfo/gnome-cl-list";>lista de correo de correo</a> de <a href="http://www.gnome.cl";>GNOME Chile!</a></li>
+  <li>Visita la pagina de <a href="http://www.gnome.cl";>GNOME Chile</a></li>
+  <li>Unete al <a href="http://www.facebook.com/group.php?gid=147294960046";>grupo de Facebook!</a>
+</ul>
+<a name="salondiagnome"><h2>¿Dónde?</h2></a>
+<iframe width="425" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.com/maps/ms?source=s_q&amp;hl=en&amp;geocode=&amp;view=map&amp;ie=UTF8&amp;t=h&amp;msa=0&amp;msid=113135296348126613369.000474fcb3b8972334458&amp;ll=-33.030937,-71.596656&amp;spn=0.012593,0.018239&amp;z=15&amp;output=embed";></iframe><br /><small>View <a href="http://maps.google.com/maps/ms?source=embed&amp;hl=en&amp;geocode=&amp;view=map&amp;ie=UTF8&amp;t=h&amp;msa=0&amp;msid=113135296348126613369.000474fcb3b8972334458&amp;ll=-33.030937,-71.596656&amp;spn=0.012593,0.018239&amp;z=15"; style="color:#0000FF;text-align:left">Día GNOME</a> in a larger map</small>
+<h3><span>Cómo llegar</span></h3>
+<p>El Día GNOME se realizara en el <a href="images/mapa-diagnome.png">Salón T</a> de la UTFSM, puedes visitar el <a href="images/mapa-diagnome.png">mapa</a> para ver su ubicación. </p>
+</div>
+<div id="latour-logo">
+<div class="latour-logo-content">
+<img src="images/diagnome.jpg" title="debe ser cambiado por un banner"/><br/>
+<!--<iframe align="center" src="http://www.flickr.com/slideShow/index gne?group_id=954185 N22&user_id=&set_id=&text=" frameBorder="0" width="450" height="450" scrolling="no"></iframe>-->
+<br/>
+<div id="diagnome-social">
+<a href="http://www.twitter.com/diagnome"; title="Siguenos mediante Twitter!"><img src="images/logo-twitter-40px.png"></a><a href="http://www.facebook.com/group.php?gid=147294960046"; title="Unete al Grupo Día GNOME de Facebook!"><img src="images/logo-facebook-40px.png"></a>
+</div>
+<div id="twitter_div">
+<h3 class="sidebar-title">Día GNOME Twitter Updates</h3>
+<ul id="twitter_update_list"></ul>
+</div>
+<script type="text/javascript" src="http://twitter.com/javascripts/blogger.js";></script>
+<script type="text/javascript" src="http://twitter.com/statuses/user_timeline/diagnome.json?callback=twitterCallback2&amp;count=5";></script>
+</div>
+</div>
+</div>
+<div id="footer">
+Copyright © 2009 The GNOME Project.<br/>
+Design by <a href="http://www.andreasn.se/";>Andreas Nilsson</a>,<a href="http://www.gnome.org/~diegoe/";>Diego Escalante Urrelo</a> and <a href="http://www.gnome.org/~pvillavi/";>Pedro Villavicencio Garrido</a>.
+</div>
+</body></html>
diff --git a/projects.gnome.org/diagnome/layout.css b/projects.gnome.org/diagnome/layout.css
new file mode 100755
index 0000000..66aba6b
--- /dev/null
+++ b/projects.gnome.org/diagnome/layout.css
@@ -0,0 +1,439 @@
+/* Basic tags */
+body {
+	margin: 0px;
+	background-color: white;
+	font-family: sans-serif;
+	color: black;
+}
+
+#body {
+	margin: 90px 230px 0px 10px;
+	padding: 0px;
+}
+
+a img {
+	border: 0px;
+}
+
+/* Anchors */
+a {
+	color: #0000ff;
+}
+
+a:visited {
+	color: #551a8b;
+}
+
+a:active {
+	color: #ff0000;
+}
+
+/* Basic classes */
+
+.none { /* to add paragraph spacing to various elements for ttys */
+	margin: 0px;
+	padding: 0px;
+}
+
+.invisible { /* stuff that should appear when this css isn't used */
+	margin: 0px;
+	border: 0px;
+	padding: 0px;
+	height: 0px;
+	visibility: hidden;
+}
+
+.left {
+	margin: 10px;
+	padding: 0px;
+	float: left;
+}
+
+.right {
+	margin: 10px;
+	padding: 0px;
+	float: right;
+}
+
+.center {
+	text-align: center;
+}
+
+/* Common page elements: Header, footer, etc. */
+
+#logo {
+	position: absolute;
+	top: 10px;
+	left: 10px;
+	border: 0px;
+	z-index: 10;
+
+	width: 64px;
+	height: 64px;
+}
+
+#logo a img {
+	width: 64px;
+	height: 64px;
+}
+
+#hdr {
+	position: absolute;
+	z-index: 5;
+
+	top: 0px;
+	left: 0px;
+	right: 0px;
+	width: 100%;
+	height: 48px;
+
+	text-align: right;
+
+	background-color: #e3ffc3;
+	border-bottom: 1px solid #807d74;
+}
+
+#banner {
+	position: absolute;
+	z-index: 10;
+
+	top: 0px;
+	right: 0px;
+	border: 0px;
+
+	width: 300px;
+	height: 48px;
+
+}
+
+#banner a img {
+	width: 300px;
+	height: 48px;
+}
+
+#hdrNav {
+	position: absolute;
+	top: 54px;
+	left: 0px;
+
+	margin-left: 84px;
+	text-align: left;
+	vertical-align: middle;
+	font-size: small;
+}
+
+#hdrNav a {
+	color: #000000;
+}
+
+#hdrTitle {
+	height: 48px;
+	padding: 10px 10px 0px 0px;
+	font-weight: bold;
+}
+
+
+/* Search thingy */
+
+#search {
+	font-size: small;
+	margin-bottom: 10px;
+	padding: 10px;
+	background-color: #dddddd;
+}
+
+#search input {
+	border: 1px solid #666666;
+	background-color: #ffffff;
+
+	vertical-align: middle;
+}
+
+
+/* Sidebar */
+
+#sidebar {
+	position: absolute;
+	top: 90px;
+	right: 0px;
+	width: 210px;
+
+	/*margin-right: 10px;*/
+	padding-right: 10px;
+	padding-bottom: 0px;
+	border-left: 1px dashed #dddddd;
+	background-color: #ffffff;
+}
+
+#sidebar p {
+	margin-top: 0px;
+	padding-left: 10px;
+	padding-right: 10px;
+}
+
+#sidebar p.section {
+	text-align: center;
+	font-weight: bold;
+	padding-top: 3px;
+	padding-bottom: 3px;
+	color: #999999;
+	background-color: #eeeeee;
+}
+
+#sidebar ul {
+  margin: 0em;
+  margin-bottom: 15px;
+  padding-left: 10px;
+  padding-right: 10px;
+  list-style-type: none;
+}
+
+#sidebar ul ul {
+  padding-left: 2em;
+  padding-right: 0em;
+  list-style-type: square;
+}
+
+
+/* Copyright footer */
+
+#copyright {
+	text-align: center;
+	font-size: small;
+	clear: both;
+
+	margin-top: 10px;
+	padding: 5px 0px 5px 0px;
+	color: #aaaaaa;
+}
+
+#copyright a {
+	color: #aaaaff;
+}
+
+#copyright a:visited {
+	color: #ffaaaa;
+}
+
+
+/* News Sections */
+
+p.newsitem {
+	clear: left;
+	margin-bottom: 20px;
+}
+
+p.newsitem img.newsicon {
+	float: left;
+	margin: 0px 10px 10px 10px;
+	border: 0px;
+}
+
+
+/* Generic Classes */
+
+div.code {
+	background-color: #e0e0e0;
+	color: #000000;
+	white-space: pre;
+	font-family: monospace;
+}
+
+
+body {
+	margin: 0px;
+	padding: 0px;
+	font-family: sans-serif;
+	background: white url(star.png) -100px -200px no-repeat;
+	height: 101%;
+}
+
+#page {
+	margin: 0px;
+	padding: 0px;
+}
+
+div.in-column {
+	margin: 0 0 2em 1em;
+	float: right;
+	max-width: 12em;
+}
+
+hr {
+	color: #888;
+	background: #888;
+	border: 0;
+	height: 1px;
+	width: 90%;
+	text-align: center;
+	clear: both;
+}
+
+
+div.body {
+	clear: both;
+}
+
+
+div.sidebar {
+	position: absolute;
+	text-align: left;
+	right: 0px;
+	top: 60px;
+	width: 27ex;
+	padding-left: 1ex;
+	border-left: 1ex solid #eee;
+	margin-top: 4em;
+}
+
+div.sidebar h2 {
+	margin-top: 0;
+	padding: 5px 2ex 5px 2ex;
+	background: url(t.png) top left repeat-y;
+	font-size: 100%;
+}
+
+ul.toc {
+	padding: 0;
+	padding-left: 20px;
+	margin-left: 0;
+	margin-right: 10px;
+	list-style: none;
+}
+
+ul.toc li {
+	list-style: circle;
+}
+
+ul.toc li a {
+	text-decoration: none;
+	color: black;
+}
+
+ul.toc li a:hover {
+	text-decoration: underline;
+}
+
+#general {
+	list-style: none;
+	background: #2E3436 url(general_bg.png) 0 100% repeat-x;
+	text-align: right;
+	padding: 0 1ex;
+	margin: 0;
+	font-size: 70%;
+}
+
+#general li {
+	display: inline;
+	background: url(http://www.gnome.org/css/general_separator.png) 0 0 no-repeat;
+	padding-top: 10px;
+	padding-bottom: 8px;
+	margin-left: 0px;
+	margin-top: 0px;
+}
+
+#general li a {
+	font-weight: bold;
+	color: #FFFFFF;
+	margin: 0 2ex;
+	text-decoration: none;
+	line-height: 30px;
+	border: 0;
+}
+
+#general li a:hover {
+	text-decoration: underline;
+}
+
+#general .home {
+	float: left;
+	background: url(http://www.gnome.org/css/general_separator.png) 100% 0 no-repeat;
+	padding-top: 0;
+	padding-bottom: 0;
+}
+
+#general .home a {
+	float: left;
+	background: url(http://www.gnome.org/css/foot.png) 7px 50% no-repeat;
+	margin-left: 0;
+	padding-left: 27px;
+}
+
+
+#header {
+	background: #729FCF url(gnome.png) 15px 10px no-repeat;
+	float: left;
+	width: 100%;
+	font-size: 75%;
+}
+
+#header h1 {
+	margin: 0;
+	margin-left: 85px;
+	padding-top: 25px;
+	font-size: 200%;
+	color: #eeeeec;
+}
+
+#tabs {
+	background: url(bar.png) 0 100% repeat-x;
+	width: 100%;
+	float: left;
+	margin: 0;
+	padding: 0;
+}
+
+#portal-globalnav {
+	float: right;
+	list-style: none;
+	margin: 0;
+	margin-right: 3ex;
+}
+
+#portal-globalnav li {
+	float: left;
+	margin: 0;
+	margin-left: 0.2ex;
+	font-size: 2ex;
+}
+
+#portal-globalnav li a:hover {
+	color: #111111;
+}
+
+#portal-globalnav li a {
+	float: left;
+	text-decoration: none;
+	color: #555555;
+	background: url(tab_left.png) 0 0 no-repeat;
+	padding: 7px 0 7px 7px;
+	border-bottom: 2px solid #CCCCCC;
+}
+
+#portal-globalnav li span {
+	background: url(tab_right.png) 100% 0 no-repeat;
+	padding: 7px 28px 7px 19px;
+}
+
+#portal-globalnav li.selected a {
+	color: #3566A5;
+	background: url(tab_left.png) 0 -57px no-repeat;
+	border-bottom: none;
+	padding-top: 8px;
+	padding-bottom: 8px;
+}
+
+#portal-globalnav li.selected a span {
+	background: url(tab_right.png) 100% -57px no-repeat;
+	padding-top: 8px;
+	padding-bottom: 8px;
+}
+
+/* page content */
+
+div#content {
+	clear: both;
+	padding: 1em;
+	margin: 1em;
+}
+
diff --git a/projects.gnome.org/diagnome/programa.html b/projects.gnome.org/diagnome/programa.html
new file mode 100755
index 0000000..4601467
--- /dev/null
+++ b/projects.gnome.org/diagnome/programa.html
@@ -0,0 +1,139 @@
+<?xml version="1.0" encoding="utf-8";?>
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
+    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
+<html lang="en" xmlns="http://www.w3.org/1999/xhtml";>
+<head>
+<meta http-equiv="content-type" content="text/html; charset=UTF-8">
+	<title>Dia GNOME 2009 - Valparaiso, Chile.</title>
+	<link href="layout.css" rel="stylesheet" type="text/css" media="screen">
+	<link rel="stylesheet" type="text/css" href="diagnome.css"> 
+	
+</head><body>
+
+<ul id="general">
+      <li class="home" id="siteaction-gnome_home">
+        <a title="Home" href="http://www.gnome.org/";>Home</a>
+      </li>
+      <li id="siteaction-gnome_news">
+        <a title="News" href="http://news.gnome.org/";>News</a>
+      </li>
+      <li id="siteaction-gnome_projects">
+        <a title="Projects" href="http://projects.gnome.org/";>Projects</a>
+      </li>
+      <li id="siteaction-gnome_art">
+        <a title="Art" href="http://art.gnome.org/";>Art</a>
+      </li>
+      <li id="siteaction-gnome_support">
+        <a title="Support" href="http://www.gnome.org/support/";>Support</a>
+      </li>
+      <li id="siteaction-gnome_development">
+        <a title="Development" href="http://library.gnome.org/devel/";>Development</a>
+      </li>
+      <li id="siteaction-gnome_community">
+        <a title="Community" href="http://www.gnome.org/community/";>Community</a>
+      </li>
+    </ul>
+<div id="languages"><a href="index.html.en">English</a> &middot; <a href="index.html.es">Español</a>
+</div>
+<div id="links"><a href="index.html">Home</a> &middot; <a href="expositores.html">Expositores</a>
+</div>
+
+<div id="programa">
+<h2>Programa Día GNOME Chile 2009</h2>
+<!-- begin programa -->
+
+<table id="rounded-corner" summary="Programa Dia GNOME">
+    <thead>
+    	<tr>
+            <th scope="col" class="rounded-hora">Hora</th>
+            <th scope="col" class="rounded-tema">Tema</th>
+        </tr>
+    </thead>
+    <tfoot>
+  	<tr>
+        <td colspan="1" class="rounded-foot-left">&nbsp;</td>
+        <td class="rounded-foot-right">&nbsp;</td>
+        </tr>
+    </tfoot>
+    <tbody>
+    	<tr>
+            <td>09:00</td>
+            <td><strong>Registro y Bienvenida al Día GNOME!</strong></td>
+        </tr>
+        <tr>
+            <td>09:30</td>
+            <td>Tema a definir <small>(Expositor a definir)</small></td>
+        </tr>
+        <tr>
+           <td>09:50</td>
+            <td>Tema a definir <small>(Expositor a definir)</small></td>
+        </tr>
+        <tr>
+            <td>10:25</td>
+            <td>Tema a definir <small>(Expositor a definir)</small></td>
+        </tr>
+        <tr>
+            <td>10:55</td>
+            <td>Tema a definir <small>(Expositor a definir)</small></td>
+        </tr>
+        <tr>
+            <td>11:15</td>
+            <td>Tema a definir <small>(Expositor a definir)</small></td>
+        </tr>
+        <tr>
+            <td class="break">11:40-11:50</td>
+            <td class="break">Receso</td>
+        </tr>
+        <tr>
+            <td>11:50</td>
+            <td>Tema a definir <small>(Expositor a definir)</small></td>
+        </tr>
+        <tr>
+            <td>12:10</td>
+            <td>Tema a definir <small>(Expositor a definir)</small></td>
+        </tr>
+        <tr>
+            <td class="break">13:00-14:00</td>
+            <td class="break">Almuerzo</td>
+        </tr>
+        <tr>
+            <td>14:20</td>
+            <td>Tema a definir <small>(Expositor a definir)</small></td>
+        </tr>
+        <tr>
+            <td class="break">15:15-15:25</td>
+            <td class="break">Receso</td>
+        </tr>
+        <tr>
+            <td>15:25</td>
+            <td>Tema a definir <small>(Expositor a definir)</small></td>
+        </tr>
+        <tr>
+            <td>16:00</td>
+            <td>Tema a definir <small>(Expositor a definir)</small></td>
+        </tr>
+        <tr>
+            <td class="break">16:35-16:45</td>
+            <td class="break">Receso</td>
+        </tr>
+        <tr>
+            <td>16:45</td>
+            <td>Tema a definir <small>(Expositor a definir)</small></td>
+        </tr>
+        <tr>
+            <td>17:30</td>
+            <td>Tema a definir <small>(Expositor a definir)</small></td>
+        </tr>
+        <tr>
+            <td>18:45</td>
+            <td><strong>Cierre Día GNOME</strong></td>
+        </tr>
+    </tbody>
+</table>
+<!-- finish programa -->
+</div>
+<div id="footer">
+Copyright © 2009 The GNOME Project.<br/>
+Design by <a href="http://www.andreasn.se/";>Andreas Nilsson</a>, <a href="http://www.gnome.org/~diegoe/";>Diego Escalante Urrelo</a> and  <a href="http://www.gnome.org/~pvillavi/";>Pedro Villavicencio Garrido</a>.
+</div>
+</body></html>
diff --git a/projects.gnome.org/diagnome/style.css b/projects.gnome.org/diagnome/style.css
new file mode 100755
index 0000000..c7266b6
--- /dev/null
+++ b/projects.gnome.org/diagnome/style.css
@@ -0,0 +1,153 @@
+/**
+ * Styles that are not a part of page layout.
+ *
+ * For example:
+ *  Fonts
+ *  Sizes
+ *  Decoration
+ *  Separators
+ */
+body {
+  font-family: verdana, arial, sans-serif;
+}
+
+/*div#content {
+	max-width: 50em;
+}*/
+
+div#content a {
+	color: #3465a4;
+	text-decoration: none;
+}
+
+div#content a:hover {
+	text-decoration: underline;
+}
+
+
+h1.first {
+  margin-top: 0;
+  padding-top: 0;
+}
+
+h2, h3, h4, h5, h6 {
+  color: #3f3f3f;
+}
+
+h1 {
+  font-size: 1.4em;
+}
+
+h2 {
+  font-size: 1.2em;
+}
+
+h3 {
+  font-size: 1.0em;
+}
+
+/*  lists  */
+.list {
+  margin-top:.5em;
+}
+.list tr td {
+  padding:.2em;
+  text-align:left;
+}
+.list td label {
+  border-bottom:1px dashed #999;
+  font-weight:normal;
+}
+.list th {
+  background: #ccf;
+  border: 1px solid #000;
+  font-weight: bold;
+  padding: 2px;
+}
+.list th a {
+  display: block;
+  padding:.2em 1.2em .2em .2em;
+  text-align: left;
+}
+.list th a:hover {
+  background-color: #fff;
+}
+.row1 {
+  background-color: #eee;
+}
+.row2 {
+  background-color: #ddd;
+}
+.row1:hover, .row2:hover {
+  background-color: #fff;
+}
+
+.record th {
+  text-align: right;
+}
+
+/* styling page content */
+
+h1 {
+	font-size: 1.5em;
+	color: #3f3f3f;
+}
+
+/* styling form widgets like bugzilla.gnome.org */
+input,textarea {
+ border: 1px solid #6f6f6f;
+/* background: #dddddd; */
+}
+
+input.login_small {
+ border-style: none;
+}
+
+input:focus,textarea:focus {
+  background-color: #f7f2d0;
+  color: #000000;
+}
+
+/* select {
+ border: groove
+} */
+
+option {
+ border: 0px none #ffffff;
+}
+
+input[type=radio] {
+  margin-left: 1em;
+}
+
+/* footer */
+
+#footer {
+	text-align: center;
+	margin: 3em 3em 1em 3em;
+	border-top: 1px solid gray;
+	padding-top: 1.5em;
+	color: #888;
+	font-size: 80%;
+	clear: both;
+}
+
+#footer ul {
+	margin: 0;
+	padding: 0;
+}
+
+#footer li {
+	display: inline;
+	padding: 0 1em;
+}
+
+#footer a {
+	color: #3465a4;
+	text-decoration: none;
+}
+
+#footer a:hover {
+	text-decoration: underline;
+}
+



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