From 7514f66998c259d08e6c2ff8c28378249291e8e8 Mon Sep 17 00:00:00 2001
From: Jason Long
Date: Tue, 27 Nov 2012 16:16:07 -0500
Subject: [PATCH] added footer skeleton
---
css/application.css | 40 +++++++++++++++++++++
index.html | 15 ++++++--
licenses/foundation/apache/index.html | 11 ++++++
licenses/foundation/eclipse/index.html | 11 ++++++
licenses/foundation/index.html | 15 ++++++--
licenses/foundation/mozilla/index.html | 11 ++++++
licenses/permissive/bsd-3-clause/index.html | 11 ++++++
licenses/permissive/bsd/index.html | 11 ++++++
licenses/permissive/index.html | 9 +++++
licenses/permissive/mit/index.html | 11 ++++++
licenses/permissive/ms-pl/index.html | 11 ++++++
licenses/reciprocal/gpl-v2/index.html | 17 +++++++--
licenses/reciprocal/gpl-v3/index.html | 19 +++++++---
licenses/reciprocal/lgpl-v2.1/index.html | 15 ++++++--
licenses/reciprocal/lgpl-v3/index.html | 19 +++++++---
15 files changed, 207 insertions(+), 19 deletions(-)
diff --git a/css/application.css b/css/application.css
index cbaf77c..783d467 100644
--- a/css/application.css
+++ b/css/application.css
@@ -326,4 +326,44 @@ div.sidebar div.source {
div.sidebar div.boilerplate {
font-family: 'courier new', courier;
font-size: 0.7em;
+}
+
+#footer {
+ border-top: 1px solid #e9e6e1;
+ margin-top: 30px;
+ padding-top: 20px;
+ color: #7e7974;
+ font-size: 12px;
+ text-align: left;
+ line-height: 1.5;
+}
+#footer a {
+ color: #443a33;
+ font-weight: normal;
+}
+#footer p {
+ float: left;
+}
+#footer nav {
+ float: right;
+}
+#footer nav a {
+ display: inline-block;
+ margin-left: 20px;
+}
+
+/* For modern browsers */
+.cf:before,
+.cf:after {
+ content:"";
+ display:table;
+}
+
+.cf:after {
+ clear:both;
+}
+
+/* For IE 6/7 (trigger hasLayout) */
+.cf {
+ zoom:1;
}
\ No newline at end of file
diff --git a/index.html b/index.html
index 5e09aaa..75a3628 100644
--- a/index.html
+++ b/index.html
@@ -21,7 +21,7 @@
Which of the following best describes your situation?
}
-
+
-
@@ -49,9 +49,9 @@
-
+ -->
@@ -65,6 +65,15 @@
+
+