[Bast-commits] r6443 - in DBIC-Web: components pages pages/resources pages/resources/css pages/resources/css/images pages/resources/images

castaway at dev.catalyst.perl.org castaway at dev.catalyst.perl.org
Wed May 27 22:17:45 GMT 2009


Author: castaway
Date: 2009-05-27 22:17:44 +0000 (Wed, 27 May 2009)
New Revision: 6443

Added:
   DBIC-Web/components/header.tt
   DBIC-Web/components/navigation.tt
   DBIC-Web/pages/bird-bullet.png
   DBIC-Web/pages/resources/css/
   DBIC-Web/pages/resources/css/basic.css
   DBIC-Web/pages/resources/css/images/
   DBIC-Web/pages/resources/css/images/bird-bullet.png
   DBIC-Web/pages/resources/css/layout.css
   DBIC-Web/pages/resources/images/
   DBIC-Web/pages/resources/images/bird-bullet.png
   DBIC-Web/pages/resources/images/dbic-100.png
   DBIC-Web/pages/resources/images/dbic-300px.png
   DBIC-Web/pages/resources/images/dbic-48px.png
   DBIC-Web/pages/resources/images/dbic-69px.png
   DBIC-Web/pages/resources/images/ppi01-banner.png
   DBIC-Web/pages/resources/images/twitter_logo-150px.png
Modified:
   DBIC-Web/components/twitter.tt
   DBIC-Web/components/wrapper.tt
   DBIC-Web/pages/articles.html
   DBIC-Web/pages/index.html
Log:
Mark's design added


Added: DBIC-Web/components/header.tt
===================================================================
--- DBIC-Web/components/header.tt	                        (rev 0)
+++ DBIC-Web/components/header.tt	2009-05-27 22:17:44 UTC (rev 6443)
@@ -0,0 +1,7 @@
+      <div id="header">
+        <img src="resources/images/dbic-69px.png" alt="dbic logo web size"
+             style="float: right; margin: 5px;" />
+        <h1>
+          DBIx:Class Web
+        </h1>
+      </div>

Added: DBIC-Web/components/navigation.tt
===================================================================
--- DBIC-Web/components/navigation.tt	                        (rev 0)
+++ DBIC-Web/components/navigation.tt	2009-05-27 22:17:44 UTC (rev 6443)
@@ -0,0 +1,11 @@
+      <div id="navigation">
+        <ul>
+          <li><a href="http://search.cpan.org/perldoc?DBIx::Class">about</a></li>
+          <li><a href="http://search.cpan.org/dist/DBIx-Class">download</a></li>
+          <li><a href="http://desert-island.me.uk/perldoc/dbic-tutorial/lib/DBIx/Class/Tutorial/Intro.pod">documentation</a></li>
+          <li><a href="/examples/">examples</a></li>
+          <li><a href="http://www.shadowcat.co.uk/services/support/">support</a></li>
+          <li><a href="/articles.html">articles</a></li>
+          <li><a href="/users.html">users</a></li>
+        </ul>
+      </div>

Modified: DBIC-Web/components/twitter.tt
===================================================================
--- DBIC-Web/components/twitter.tt	2009-05-27 21:35:48 UTC (rev 6442)
+++ DBIC-Web/components/twitter.tt	2009-05-27 22:17:44 UTC (rev 6443)
@@ -1,7 +1,17 @@
-     <p>
-      <div id="twitter_div">
-       <h3 class="sidebar-title">Latest information</h3>
-       <ul id="twitter_update_list"></ul>
-       <a href="http://twitter.com/dbix_class" id="twitter-link" style="display:block;text-align:right;">follow me</a>
-     </div>
-    </p>
+      <div id="sidebar">
+        <div id="twitter">
+          <img src="resources/images/twitter_logo-150px.png" alt="twitter logo" style="margin: 0px;" /><br>
+          <h3 class="sidebar-title">
+            Latest information
+          </h3>
+          <ul id="twitter_update_list"></ul>
+            <script type="text/javascript" 
+                    src="http://twitter.com/statuses/user_timeline/dbix_class.json?callback=twitterCallback2&amp;count=10">
+            </script>
+            <br /><br />
+
+            <a href="http://twitter.com/dbix_class" id="twitter-link" style="display:block;text-align:right;">
+            follow me on Twitter
+            </a>
+        </div>
+      </div>

Modified: DBIC-Web/components/wrapper.tt
===================================================================
--- DBIC-Web/components/wrapper.tt	2009-05-27 21:35:48 UTC (rev 6442)
+++ DBIC-Web/components/wrapper.tt	2009-05-27 22:17:44 UTC (rev 6443)
@@ -1,17 +1,20 @@
 <html>
  <head>
   <title>DBIC Web</title>
-  <link rel="stylesheet" type="text/css" media="screen, projection"
-    href="/resources/blueprint/screen.css" />
-  <link rel="stylesheet" type="text/css" media="print"
-    href="/resources/blueprint/print.css" />
+
+    <link rel="stylesheet" type="text/css" media="screen, projection"
+     href="resources/css/layout.css" />
+    <link rel="stylesheet" type="text/css" media="screen, projection"
+     href="resources/css/basic.css" />
   <!--[if IE]><link rel="stylesheet" type="text/css"
     href="/resources/blueprint/ie.css" /><![endif]-->
 
-  <link rel="stylesheet" type="text/css" media="screen, projection"
-    href="/resources/dbic-web.css" />
+[% content %]
+      <div id="footer">
+          Design: &copy; J. Robinson, M. Keating 2009 
+      </div>
+  </div>
 
-[% content %]
 <script type="text/javascript" src="http://twitter.com/javascripts/blogger.js"></script>
 
 <script type="text/javascript" src="http://twitter.com/statuses/user_timeline/dbix_class.json?callback=twitterCallback2&amp;count=10"></script>

Modified: DBIC-Web/pages/articles.html
===================================================================
--- DBIC-Web/pages/articles.html	2009-05-27 21:35:48 UTC (rev 6442)
+++ DBIC-Web/pages/articles.html	2009-05-27 22:17:44 UTC (rev 6443)
@@ -1,10 +1,11 @@
 [% WRAPPER wrapper.tt %]
 </head>
-<body>
-  <div id="topblock" class="container">
-    [% PROCESS top_bar.tt %]
-    [% PROCESS left_nav.tt %]
-    <div class="span-12">
+  <body>
+    <div id="wrap">
+      [% PROCESS header.tt %]
+      [% PROCESS navigation.tt %]
+    
+      <div id="main"> 
       <h3>Articles about DBIx::Class</h3>
       <ul>
 <li><a href="http://rambles.bearcircle.net/2009/05/24/inflatecolumnfile-vs-inflatecolumnfs/">InflateColumn::File vs. InflateColumn::FS</a> May 24th, 2009</li>
@@ -13,8 +14,5 @@
 <li><a href="http://perlalchemy.blogspot.com/2006/10/tags-and-search-and-dbixclass.html">Tags and search and DBIx::Class</a> October 26th, 2006</li> 
       </ul>
     </div>
-    <div class="span-7 last">
      [% PROCESS twitter.tt %]
-   </div>  
-  </div> 
 [% END %]

Added: DBIC-Web/pages/bird-bullet.png
===================================================================
(Binary files differ)


Property changes on: DBIC-Web/pages/bird-bullet.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Modified: DBIC-Web/pages/index.html
===================================================================
--- DBIC-Web/pages/index.html	2009-05-27 21:35:48 UTC (rev 6442)
+++ DBIC-Web/pages/index.html	2009-05-27 22:17:44 UTC (rev 6443)
@@ -1,17 +1,51 @@
 [% WRAPPER wrapper.tt %]
- </head>
-<body>
-  <div id="topblock" class="container">
-    [% PROCESS top_bar.tt %]
-    [% PROCESS left_nav.tt %]
-    <div class="span-12">
-      What the heck is this?
-    </div>
-    <div class="span-7 last">
-     [% PROCESS twitter.tt %]
-   </div>  
-  </div> 
+  </head>
+    
+  <body>
+    <div id="wrap">
+      [% PROCESS header.tt %]
+      [% PROCESS navigation.tt %]
+    
+      <div id="main"> 
+        <a href="http://ironman.enlightenedperl.org"> 
+        <img src="resources/images/ppi01-banner.png" alt="Planet Perl Ironman Banner"
+             style="margin: 0px 0px 0px 40px;" border="0" />
+        </a>
+        
+        <h2>
+          Introduction to DBIx::Class
+        </h2>
+        
+        <p>
+          Welcome to the DBIx::Class website. This site is devoted to giving more information and 
+          providing relevant links to the DBIC project, an Extensible and flexible object <-> 
+          relational mapper written in Perl
+        </p>
+        
+        <p>
+          If you would like to read more about Dbic we reccomend you start with the
+          <a href="http://search.cpan.org/perldoc?DBIx::Class">cpan documentation</a>, and
+          the <a href="/examples/">tutorial</a>. There is a<a href="http://lists.scsys.co.uk">
+          Mailing List</a> if you would like to join in with the community.
+        </p>
+        
+        <p>
+          There are a selection of videos and slides on Dbic, these can be found at:<br /><br />
+          
+          <a href="http://www.shadowcat.co.uk/archive/conference-video/nwepm/catalyst-dbic/">
+            Introduction to DBIx::Class and Catalyst.
+          </a><br /><br />
+          <a href="http://www.shadowcat.co.uk/catalyst/talks/postgresql-WEST-2008/-files/catalyst-dbic-pg.xul">
+            Catalyst, DBIx::Class and Postgres Slides.
+          </a><br /><br />
+          <a href="http://www.shadowcat.co.uk/archive/conference-video/yapc-eu-2008/dbic-masterclass/">
+            DBIx:Class Masterclass Video.
+          </a><br /><br />
+          <a href="http://www.shadowcat.co.uk/catalyst/-talks/yapc-na-2008/dbix-masterclass.xul">
+            DBIx:Class Masterclass Slides.
+          </a><br /><br />
+        </p>
+      </div>
 
-
+      [% PROCESS twitter.tt %]	  
 [% END %]
-

Added: DBIC-Web/pages/resources/css/basic.css
===================================================================
--- DBIC-Web/pages/resources/css/basic.css	                        (rev 0)
+++ DBIC-Web/pages/resources/css/basic.css	2009-05-27 22:17:44 UTC (rev 6443)
@@ -0,0 +1,80 @@
+
+body {
+  font-family: sans-serif;
+  background: #ffffff;
+}
+
+
+h1 {
+  margin: 30px 0px 10px 3px;
+  font-size: 200%;
+  font-family: sans-serif;
+  color: #ffffff;
+}
+
+h2 {
+  margin: 10px 0px 0px 0px;
+  font-size: 150%;
+  font-family: sans-serif;
+  color: #0969a2;
+}
+  
+h3.sidebar-title {
+  margin: 0px 0px 5px 3px;
+  font-size: 125%;
+  font-family: serif;
+  color: #03436a;
+}
+
+a:hover{
+  color: #cc0000;
+}
+
+/* NAVIGATION LINKS */
+
+#navigation ul{
+  margin: 0px;
+  padding-left: 0px;
+  text-decoration: none;
+}
+
+#navigation li{
+  list-style: none;
+  float: left;
+  padding: 5px 10px 5px 10px;
+  font-variant: small-caps;
+  font-size: 90%;
+  color: #ffffff;
+  border-right: 1px solid #ffffff;
+}
+
+#navigation li:hover{
+  background: #64a8d1;
+  }
+
+#navigation a{
+  text-decoration: none;
+  color: #ffffff;
+  padding: 5px 10px 5px 10px;
+}
+
+#navigation a:hover{
+  color: #000000;
+}
+
+
+/* SIDEBAR LINKS */
+
+#twitter ul{
+  margin: 0px;
+}
+
+#twitter li{
+  list-style: url(images/bird-bullet.png) disc;
+  padding: 5px 5px 5px 5px;
+  color: #eeeeee;
+}
+
+
+
+

Added: DBIC-Web/pages/resources/css/images/bird-bullet.png
===================================================================
(Binary files differ)


Property changes on: DBIC-Web/pages/resources/css/images/bird-bullet.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: DBIC-Web/pages/resources/css/layout.css
===================================================================
--- DBIC-Web/pages/resources/css/layout.css	                        (rev 0)
+++ DBIC-Web/pages/resources/css/layout.css	2009-05-27 22:17:44 UTC (rev 6443)
@@ -0,0 +1,46 @@
+#wrap {
+  width: 930px;
+  border: 2px solid #3d9ad1;
+  display: relative;
+  margin: 0px 15px 0px 15px;
+  background: white;
+}
+
+#header {
+  width: 920px;
+  background: #3d9ad1;
+  padding: 5px;
+}
+
+#navigation {
+  position: relative;
+  height: 25px;
+  width: 930px;
+  background: #0969a2;
+}
+
+#main{
+  clear: both;
+  float: left;
+  width: 560px;
+  margin: 5px 15px 0px 0px;
+  padding: 5px;
+}
+
+#sidebar {
+  float: right;
+  width: 300px;
+  background: #65a5d1;
+  padding: 10px;
+  margin: -4px 0px 0px 0px;
+}
+#footer {
+  width: 930px;
+  margin: 0px 0px 0px 0px;
+  background: #3d9ad1;
+  clear: both;
+  color: #ffffff;
+  font-size: 90%;
+  padding: 20px 0px 3px 0px;
+}
+

Added: DBIC-Web/pages/resources/images/bird-bullet.png
===================================================================
(Binary files differ)


Property changes on: DBIC-Web/pages/resources/images/bird-bullet.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: DBIC-Web/pages/resources/images/dbic-100.png
===================================================================
(Binary files differ)


Property changes on: DBIC-Web/pages/resources/images/dbic-100.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: DBIC-Web/pages/resources/images/dbic-300px.png
===================================================================
(Binary files differ)


Property changes on: DBIC-Web/pages/resources/images/dbic-300px.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: DBIC-Web/pages/resources/images/dbic-48px.png
===================================================================
(Binary files differ)


Property changes on: DBIC-Web/pages/resources/images/dbic-48px.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: DBIC-Web/pages/resources/images/dbic-69px.png
===================================================================
(Binary files differ)


Property changes on: DBIC-Web/pages/resources/images/dbic-69px.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: DBIC-Web/pages/resources/images/ppi01-banner.png
===================================================================
(Binary files differ)


Property changes on: DBIC-Web/pages/resources/images/ppi01-banner.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: DBIC-Web/pages/resources/images/twitter_logo-150px.png
===================================================================
(Binary files differ)


Property changes on: DBIC-Web/pages/resources/images/twitter_logo-150px.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream




More information about the Bast-commits mailing list