[Swift-commit] r4895 - in wwwdev: . case_studies case_studies/_notes

vytas at ci.uchicago.edu vytas at ci.uchicago.edu
Mon Aug 1 09:23:12 CDT 2011


Author: vytas
Date: 2011-08-01 09:23:10 -0500 (Mon, 01 Aug 2011)
New Revision: 4895

Added:
   wwwdev/case_studies/
   wwwdev/case_studies/_notes/
   wwwdev/case_studies/_notes/dwsync.xml
   wwwdev/case_studies/index.php
Log:
new look & feel

Added: wwwdev/case_studies/_notes/dwsync.xml
===================================================================
--- wwwdev/case_studies/_notes/dwsync.xml	                        (rev 0)
+++ wwwdev/case_studies/_notes/dwsync.xml	2011-08-01 14:23:10 UTC (rev 4895)
@@ -0,0 +1,4 @@
+<?xml version="1.0" encoding="utf-8" ?>
+<dwsync>
+<file name="index.php" server="login.ci.uchicago.edu//home/vytas/public_html/projects/2011_07-Swift/" local="3394717762" remote="16279619652" />
+</dwsync>
\ No newline at end of file

Added: wwwdev/case_studies/index.php
===================================================================
--- wwwdev/case_studies/index.php	                        (rev 0)
+++ wwwdev/case_studies/index.php	2011-08-01 14:23:10 UTC (rev 4895)
@@ -0,0 +1,54 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+<title>Swift - Case Studies</title>
+<link href="../css/960_12_col.css" rel="stylesheet" type="text/css" />
+<link href="../css/reset.css" rel="stylesheet" type="text/css" />
+<link href="../css/style3.css" rel="stylesheet" type="text/css" />
+<script type="text/javascript" src="http://use.typekit.com/dbf2lqy.js"></script>
+<script type="text/javascript">try{Typekit.load();}catch(e){}</script>
+</head>
+
+<body>
+<div class="container_12">
+	<!-- header -->
+	<?php require('../inc/header2.php') ?>
+	<!-- end header -->
+<div class="grid_12 page-header">				
+	<h1>Case Studies</h1>
+</div>
+<div class="clear"></div>
+<!-- end .grid_12 -->
+
+ <div class="grid_9">
+	<h3>Main Header</h3>
+	<p>Main column content.</p>
+	<p> </p>
+	</div>
+  <!-- end .grid_9 -->
+  <div class="grid_3">
+  	<h3>Right Header</h3>
+    <p>Right column content.</p>
+    <p> </p>
+  </div>
+  <!-- end .grid_3 -->
+  
+  <div class="clear"></div>
+				
+  </div>
+<!-- end .container_12 -->
+<!-- footer -->
+<?php require('../inc/footer2.php') ?> 
+<!-- end footer -->
+<script type="text/javascript">
+var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
+document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
+</script>
+<script type="text/javascript">
+try {
+var pageTracker = _gat._getTracker("UA-106257-5");
+pageTracker._trackPageview();
+} catch(err) {}</script>
+</body>
+</html>




More information about the Swift-commit mailing list