[cig-commits] r11617 - in cs/portal/trunk/seismo/SeismoWebPortal: static/css static/pics templates/SeismoWebPortal

leif at geodynamics.org leif at geodynamics.org
Thu Mar 27 18:16:45 PDT 2008


Author: leif
Date: 2008-03-27 18:16:44 -0700 (Thu, 27 Mar 2008)
New Revision: 11617

Added:
   cs/portal/trunk/seismo/SeismoWebPortal/static/pics/logo.gif
   cs/portal/trunk/seismo/SeismoWebPortal/static/pics/mineos_logo.gif
Modified:
   cs/portal/trunk/seismo/SeismoWebPortal/static/css/style.css
   cs/portal/trunk/seismo/SeismoWebPortal/templates/SeismoWebPortal/splash.html
Log:
Added portal, Mineos logos.  Updated splash page.


Modified: cs/portal/trunk/seismo/SeismoWebPortal/static/css/style.css
===================================================================
--- cs/portal/trunk/seismo/SeismoWebPortal/static/css/style.css	2008-03-28 00:40:23 UTC (rev 11616)
+++ cs/portal/trunk/seismo/SeismoWebPortal/static/css/style.css	2008-03-28 01:16:44 UTC (rev 11617)
@@ -7,6 +7,11 @@
     vertical-align: middle;
 }
 
+#portal-logo {
+    /* override plone */
+    background: url(/specfem3dglobe/pics/logo.gif) no-repeat;
+}
+
 .illustration {
     margin-left: auto;
     margin-right: auto;
@@ -104,18 +109,35 @@
     text-align: center;
 }
 
-#presented {
-    display: none;
+.splash hr {
+    width: 50%;
+    margin-left: auto;
+    margin-right: auto;
+    margin-top: 1em;
+    margin-bottom: 1em;
 }
 
+#powered, #presented, #sponsored {
+    color: gray;
+    font-style: italic;
+}
+
+.codes li {
+    list-style: none;
+    display: inline;
+    padding-left: .5em;
+    padding-right: .5em;
+}
+
 .producers li {
     list-style: none;
+    display: inline;
+    padding-left: .5em;
+    padding-right: .5em;
 }
 
 .producers a {
-    color: gray;
     text-decoration: none;
-    text-transform: uppercase;
 }
 
 .nameplate {
@@ -126,16 +148,6 @@
     color: gray;
 }
 
-.nameplate h1 {
-    color: white;
-    background-color: navy;
-    font-family: serif;
-    font-size: 48pt;
-    font-weight: normal;
-    margin-top: 0;
-    margin-bottom: 0;
-}
-
 .splash a.button {
     text-transform: capitalize;
 }
@@ -153,11 +165,6 @@
     border-right: 0;
 }
 
-#sponsored {
-    /*display: none;*/
-    font-style: italic;
-}
-
 ul.sponsors {
     text-align: center;
     background: white;

Added: cs/portal/trunk/seismo/SeismoWebPortal/static/pics/logo.gif
===================================================================
(Binary files differ)


Property changes on: cs/portal/trunk/seismo/SeismoWebPortal/static/pics/logo.gif
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: cs/portal/trunk/seismo/SeismoWebPortal/static/pics/mineos_logo.gif
===================================================================
(Binary files differ)


Property changes on: cs/portal/trunk/seismo/SeismoWebPortal/static/pics/mineos_logo.gif
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Modified: cs/portal/trunk/seismo/SeismoWebPortal/templates/SeismoWebPortal/splash.html
===================================================================
--- cs/portal/trunk/seismo/SeismoWebPortal/templates/SeismoWebPortal/splash.html	2008-03-28 00:40:23 UTC (rev 11616)
+++ cs/portal/trunk/seismo/SeismoWebPortal/templates/SeismoWebPortal/splash.html	2008-03-28 01:16:44 UTC (rev 11617)
@@ -2,24 +2,36 @@
 <div class=splash>
 
     <div class=nameplate>
-        <p id=presented>Presented by:</p>
-        <ul class=producers>
-            <li><a href="http://www.geodynamics.org/">Computational Infrastructure for Geodynamics</a>
-            <li><a href="http://www.caltech.edu/">California Institute of Technology</a>
-        </ul>
-        <h1>SPECFEM 3D GLOBE</h1>
-        <h2>Web Portal</h2>
+        <h1>CIG Seismology Web Portal</h1>
+
+        <p>Version 3
+
     </div>
 
-    <p>Version 3.6.1
-
     <p><a class=button href="login/">login</a>
 
     <p>Are you a new user? If so, please <a href="registration/">register</a>.<br>
        If you need help, <a href="mailto:portal at geodynamics.org">contact us</a>.
 
-    <p><img src="/specfem3dglobe/pics/specfem3dg.jpg" width=393 height=374>
+    <hr>
 
+    <p id=powered>Powered by:</p>
+    <ul class=codes>
+        <li><img src="/specfem3dglobe/pics/specfem3dg_logo.jpg" width=99 height=94>Specfem 3D Globe v4.0
+        <li><img src="/specfem3dglobe/pics/mineos_logo.gif" width=75 height=75>Mineos v1.0
+    </ul>
+
+    <hr>
+
+    <p id=presented>Presented by:</p>
+    <ul class=producers>
+        <li><a href="http://www.geodynamics.org/">Computational Infrastructure for Geodynamics</a>
+        <li><a href="http://www.caltech.edu/">California Institute of Technology</a>
+        <li><a href="http://www.colorado.edu/">University of Colorado at Boulder</a>
+    </ul>
+
+    <hr>
+
     <p id=sponsored>Sponsored by:</p>
     <ul class=sponsors>
         <li><a href="http://www.geodynamics.org/"><img src="/specfem3dglobe/pics/cig-logo_small-initials.gif"></a>



More information about the cig-commits mailing list