Revision: 3496
          http://vexi.svn.sourceforge.net/vexi/?rev=3496&view=rev
Author:   clrg
Date:     2009-05-17 23:35:26 +0000 (Sun, 17 May 2009)

Log Message:
-----------
Website materials

Added Paths:
-----------
    trunk/media/web/
    trunk/media/web/current.png
    trunk/media/web/favicon.png
    trunk/media/web/forum.html
    trunk/media/web/forum.png
    trunk/media/web/forum_current.png
    trunk/media/web/header-inner.png
    trunk/media/web/header-inner.xcf
    trunk/media/web/header-outer.png
    trunk/media/web/header-upper.png
    trunk/media/web/template.css
    trunk/media/web/template.html
    trunk/media/web/vexi-icon64.png
    trunk/media/web/vexi_tagline.png
    trunk/media/web/wiki.png
    trunk/media/web/wiki_current.png
    trunk/media/web/wiki_current.xcf

Added: trunk/media/web/current.png
===================================================================
(Binary files differ)


Property changes on: trunk/media/web/current.png
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Added: trunk/media/web/favicon.png
===================================================================
(Binary files differ)


Property changes on: trunk/media/web/favicon.png
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Added: trunk/media/web/forum.html
===================================================================
--- trunk/media/web/forum.html                          (rev 0)
+++ trunk/media/web/forum.html  2009-05-17 23:35:26 UTC (rev 3496)
@@ -0,0 +1,29 @@
+<html>
+  <head>
+    <title>Vexi Web Application Platform</title>
+    <meta http-equiv="content-type" content="text/html;charset=UTF-8">
+    <meta name="author" content="Charles Goodwin" >
+
+    <link rel="icon" href="/web/favicon.png" type="image/x-icon">
+    <link rel="shortcut icon" href="/web/favicon.png" type="image/x-icon">
+    <link rel="icon" href="/web/favicon.png" type="image/ico">
+    <link rel="shortcut icon" href="/web/favicon.png" type="image/ico">
+
+    <link rel="stylesheet" type="text/css" media="screen" 
href="/web/template.css">
+  </head>
+  <body style="padding:0;margin:0;">
+    <div id="header-outer">
+      <div id="header-inner">
+        <div id="header-upper">
+          <img src="/web/vexi_tagline.png" width="500" height="48" />
+        </div>
+        <div id="header-lower">
+          <a href="#"><img src="/web/wiki.png" width="120" height="48" /></a>
+          <a href="#"><img src="/web/forum_current.png" width="120" 
height="48" /></a>
+        </div>
+      </div>
+    </div>
+    <a id="nabblelink" href="http://n2.nabble.com/Vexi-f1669141.html";>Vexi</a>
+    <script src="http://n2.nabble.com/embed/f1669141";></script>
+  </body>
+</html>

Added: trunk/media/web/forum.png
===================================================================
(Binary files differ)


Property changes on: trunk/media/web/forum.png
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Added: trunk/media/web/forum_current.png
===================================================================
(Binary files differ)


Property changes on: trunk/media/web/forum_current.png
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Added: trunk/media/web/header-inner.png
===================================================================
(Binary files differ)


Property changes on: trunk/media/web/header-inner.png
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Added: trunk/media/web/header-inner.xcf
===================================================================
(Binary files differ)


Property changes on: trunk/media/web/header-inner.xcf
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Added: trunk/media/web/header-outer.png
===================================================================
(Binary files differ)


Property changes on: trunk/media/web/header-outer.png
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Added: trunk/media/web/header-upper.png
===================================================================
(Binary files differ)


Property changes on: trunk/media/web/header-upper.png
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Added: trunk/media/web/template.css
===================================================================
--- trunk/media/web/template.css                                (rev 0)
+++ trunk/media/web/template.css        2009-05-17 23:35:26 UTC (rev 3496)
@@ -0,0 +1,37 @@
+body, div, img { margin:0; padding:0; border:0; }
+
+#header-outer {
+    background:url('header-outer.png') repeat-x top;
+    color:"black";
+    height:96px;
+}
+
+#header-inner {
+    background:url('header-inner.png') no-repeat left;
+    color:black;
+    height:96px;
+}
+
+#header-upper {
+    background:url('header-upper.png') repeat-x top;
+    color:white;
+    height:48px;
+    margin-left:96px;
+    margin-right:32px;
+    text-align:center;
+}
+
+#header-lower {
+    background:none;
+    color:black;
+    height:48px;
+    margin-left:96px;
+    margin-right:17px;
+    text-align:right;
+    vertical-align:bottom;
+}
+#header-lower a { }
+
+.current {
+    background:url('current.png') no-repeat bottom center;
+}

Added: trunk/media/web/template.html
===================================================================
--- trunk/media/web/template.html                               (rev 0)
+++ trunk/media/web/template.html       2009-05-17 23:35:26 UTC (rev 3496)
@@ -0,0 +1,29 @@
+<html>
+  <head>
+    <title>Vexi Web Application Platform</title>
+    <meta http-equiv="content-type" content="text/html;charset=UTF-8">
+    <meta name="author" content="Charles Goodwin" >
+
+    <link rel="icon" href="favicon.png" type="image/x-icon">
+    <link rel="shortcut icon" href="favicon.png" type="image/x-icon">
+    <link rel="icon" href="favicon.png" type="image/ico">
+    <link rel="shortcut icon" href="favicon.png" type="image/ico">
+
+    <link rel="stylesheet" type="text/css" media="screen" href="template.css">
+  </head>
+  <body style="padding:0;margin:0;">
+    <div id="header-outer">
+      <div id="header-inner">
+        <div id="header-upper">
+          <img src="vexi_tagline.png" width="500" height="48" />
+        </div>
+        <div id="header-lower">
+          <a href="#"><img src="wiki.png" width="120" height="48" /></a>
+          <a href="#"><img src="forum_current.png" width="120" height="48" 
/></a>
+        </div>
+      </div>
+    </div>
+    <a id="nabblelink" href="http://n2.nabble.com/Vexi-f1669141.html";>Vexi</a>
+    <script src="http://n2.nabble.com/embed/f1669141";></script>
+  </body>
+</html>

Added: trunk/media/web/vexi-icon64.png
===================================================================
(Binary files differ)


Property changes on: trunk/media/web/vexi-icon64.png
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Added: trunk/media/web/vexi_tagline.png
===================================================================
(Binary files differ)


Property changes on: trunk/media/web/vexi_tagline.png
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Added: trunk/media/web/wiki.png
===================================================================
(Binary files differ)


Property changes on: trunk/media/web/wiki.png
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Added: trunk/media/web/wiki_current.png
===================================================================
(Binary files differ)


Property changes on: trunk/media/web/wiki_current.png
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Added: trunk/media/web/wiki_current.xcf
===================================================================
(Binary files differ)


Property changes on: trunk/media/web/wiki_current.xcf
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables 
unlimited royalty-free distribution of the report engine 
for externally facing server and web deployment. 
http://p.sf.net/sfu/businessobjects
_______________________________________________
Vexi-svn mailing list
Vexi-svn@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/vexi-svn

Reply via email to