First major stab at the integration of Courtland's CSS into
[selectricity] / app / views / layouts / frontpage.rhtml
diff --git a/app/views/layouts/frontpage.rhtml b/app/views/layouts/frontpage.rhtml
new file mode 100644 (file)
index 0000000..8f14c3a
--- /dev/null
@@ -0,0 +1,25 @@
+<!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>Selectricity</title>
+    <%= stylesheet_link_tag "common", :media => "all" %>
+    <%= stylesheet_link_tag "front", :media => "all" %>
+  </head>
+
+  <body>
+    <div id="page-wrapper">
+
+    <div id="header">
+         <a href="index.html"><h1>selectricity: voting machinery for the masses</h1></a>
+    </div>
+  
+  <div id="body">
+    <%= @content_for_layout %>
+  </div>
+  
+  <%= render_partial 'layouts/footer' %>
+</div>
+</body>
+
+</html>

Benjamin Mako Hill || Want to submit a patch?