summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Salim <michel@berlin.local>2007-09-23 02:41:46 -0400
committerMichel Salim <michel@berlin.local>2007-09-23 02:41:46 -0400
commit890e0ff5cad97e2f0b0ca21d13464320df004e3b (patch)
tree984c93d3f314cfb6a36a9b9766e7cb0cc1155a2e
parenta457fbcea75e907a1e2163efe9e3684fe6919e6d (diff)
downloadpublic_html-890e0ff5cad97e2f0b0ca21d13464320df004e3b.tar.gz
public_html-890e0ff5cad97e2f0b0ca21d13464320df004e3b.tar.xz
public_html-890e0ff5cad97e2f0b0ca21d13464320df004e3b.zip
Borrow Fedora page layout for home page
-rw-r--r--FOOTER.inc19
-rw-r--r--HEADER.inc33
2 files changed, 52 insertions, 0 deletions
diff --git a/FOOTER.inc b/FOOTER.inc
new file mode 100644
index 0000000..7d29928
--- /dev/null
+++ b/FOOTER.inc
@@ -0,0 +1,19 @@
+ </div>
+ </div>
+ <div id="bottom">
+ <div id="footer">
+ <p class="disclaimer">
+
+ The Fedora Project is maintained and driven by the community and sponsored by Red Hat. This is a community maintained site. Red Hat is not responsible for content.
+ </p>
+ <ul>
+ <li class="first"><a href="http://fedoraproject.org/wiki/Legal">Legal</a></li>
+ <li><a href="http://fedoraproject.org/wiki/Legal/TrademarkGuidelines">Trademark Guidelines</a></li>
+
+ </ul>
+ </div>
+ </div>
+
+ </body>
+</html>
+
diff --git a/HEADER.inc b/HEADER.inc
new file mode 100644
index 0000000..2dccab1
--- /dev/null
+++ b/HEADER.inc
@@ -0,0 +1,33 @@
+CTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html>
+
+ <head>
+ <title>Fedora People</title>
+ <style type="text/css" media="screen">
+ @import url("http://fedorapeople.org/userdefs/css/fedora.css");
+ @import url("http://fedorapeople.org/userdefs/css/style.css");
+ </style>
+ </head>
+
+ <body>
+
+ <div id="wrapper">
+
+ <div id="head">
+ <h1><a href="http://fedoraproject.org/">Fedora</a></h1>
+ </div>
+ <div id="sidebar">
+ <div class="nav">
+ <h2>Navigation</h2>
+ <ul>
+
+ <li><strong><a href="/">Home</a></strong></li>
+
+ </ul>
+ </div>
+ </div>
+ <div id="content">
+ <div id="pageLogin">
+ </div>
+
+