summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Alfonso <calfonso@redhat.com>2008-06-26 14:01:01 -0400
committerChris Alfonso <calfonso@redhat.com>2008-06-26 14:01:01 -0400
commitbc9ffb66eaddeb2f51c1b018542360afea504969 (patch)
tree341beea6b7f4dba71f19d766ad2bd4d7544f187f
downloadsite-bc9ffb66eaddeb2f51c1b018542360afea504969.tar.gz
site-bc9ffb66eaddeb2f51c1b018542360afea504969.tar.xz
site-bc9ffb66eaddeb2f51c1b018542360afea504969.zip
Initial website structure
-rw-r--r--contribute.php10
-rw-r--r--documentation.php9
-rw-r--r--download.php10
-rw-r--r--footer.php29
-rw-r--r--header.php16
-rw-r--r--index.html5
-rw-r--r--index.php29
-rw-r--r--menu.php23
-rw-r--r--styles/callout-bg.pngbin0 -> 2751 bytes
-rw-r--r--styles/default.css3
-rw-r--r--styles/et_logo.pngbin0 -> 5194 bytes
-rw-r--r--styles/everest.css332
-rw-r--r--styles/footer_corner.pngbin0 -> 2359 bytes
-rw-r--r--styles/footer_pattern.pngbin0 -> 817 bytes
-rw-r--r--styles/generic.css74
-rw-r--r--styles/topbar-bg.pngbin0 -> 3196 bytes
-rw-r--r--styles/topbar-graphic.pngbin0 -> 9383 bytes
17 files changed, 540 insertions, 0 deletions
diff --git a/contribute.php b/contribute.php
new file mode 100644
index 0000000..d452198
--- /dev/null
+++ b/contribute.php
@@ -0,0 +1,10 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<? include("header.php") ?>
+ <div id="body">
+<? include("menu.php") ?>
+ <div id="content">
+
+ </div>
+ </div>
+<? include("footer.php") ?>
+
diff --git a/documentation.php b/documentation.php
new file mode 100644
index 0000000..4a578f1
--- /dev/null
+++ b/documentation.php
@@ -0,0 +1,9 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<? include("header.php") ?>
+ <div id="body">
+<? include("menu.php") ?>
+ <div id="content">
+ </div>
+ </div>
+<? include("footer.php") ?>
+
diff --git a/download.php b/download.php
new file mode 100644
index 0000000..19b0344
--- /dev/null
+++ b/download.php
@@ -0,0 +1,10 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<? include("header.php") ?>
+ <div id="body">
+<? include("menu.php") ?>
+ <div id="content">
+
+ </div>
+ </div>
+<? include("footer.php") ?>
+
diff --git a/footer.php b/footer.php
new file mode 100644
index 0000000..67f3f1f
--- /dev/null
+++ b/footer.php
@@ -0,0 +1,29 @@
+ <div id="footer">
+ <div id="projects">
+ <dl id="p1">
+ <dt><a href="http://augeas.net/">Augeas</a></dt>
+ <dd><span>A configuration editing tool and API</span></dd>
+ <dt><a href="http://libvirt.org/">libvirt</a></dt>
+ <dd><span>The open source virtualization API</span></dd>
+ </dl>
+ <dl id="p2">
+ <dt><a href="http://cobbler.et.redhat.com/">Cobbler</a></dt>
+ <dd><span>OS provisioning and profile management</span></dd>
+ <dt><a href="http://ovirt.org/">oVirt</a></dt>
+ <dd><span>Virtualization management across the data center</span></dd>
+ </dl>
+ <dl id="p3">
+ <dt><a href="http://freeipa.org/">FreeIPA</a></dt>
+ <dd><span>Identity, policy and audit management</span></dd>
+ <dt><a href="http://virt-manager.org/">Virtual Machine Manager</a></dt>
+ <dd><span>Virtualization management from the desktop</span></dd>
+ </dl>
+ </div>
+ <p id="et">
+ <a href="http://et.redhat.com/"><img src="./styles/et_logo.png" alt="A Red Hat Emerging Technology Project"></a>
+ </p>
+ </div>
+</body>
+</html>
+
+
diff --git a/header.php b/header.php
new file mode 100644
index 0000000..743cbf0
--- /dev/null
+++ b/header.php
@@ -0,0 +1,16 @@
+<html>
+<head>
+ <title>Everest</title>
+ <meta name="keywords" content="everest, virtual, management, provisioning">
+ <meta name="description" content="Tools that enable IT infrastructure construction">
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+ <link rel="shortcut icon" href="./styles/favicon.ico" type="image/x-icon">
+ <link rel="StyleSheet" type="text/css" href="./styles/default.css" title="Main style">
+ <link rel="Alternate StyleSheet" type="text/css" href="./styles/default-debug.css" title="Debug main style">
+</head>
+<body>
+ <div id="header">
+ <div id="headerLogo"></div>
+ <div id="headerSearch"></div>
+ </div>
+
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..535aa01
--- /dev/null
+++ b/index.html
@@ -0,0 +1,5 @@
+<html>
+ <head><meta HTTP-EQUIV="REFRESH" content="0; url=index.php"></head>
+ <body></body>
+</html>
+
diff --git a/index.php b/index.php
new file mode 100644
index 0000000..0cf54bb
--- /dev/null
+++ b/index.php
@@ -0,0 +1,29 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<? include("header.php") ?>
+ <div id="body">
+<? include("menu.php") ?>
+ <div id="content">
+ <div id="frontpage">
+ <div id="intro">
+ <h1><strong>Everest</strong> makes building intrastructure in a cloud computing environment easy</h1>
+ <div id="graphic"></div>
+ <p>Evererst is a set of light weight tools that use Cobbler, Puppet, and Xen to provide developers and system administrators an easy way to initiate provisioning and system configuration of IT systems.</p>
+ <p></p>
+ <h2>Everest goals:</h2>
+ <ul>
+ <li>Consistently configure systems throughout the software development lifecycle, including production</li>
+ <li>Provide a consistent disaster recovery solution for system configuration</li>
+ <li>Enable large scale parallel developement of infrastructure systems</li>
+ </ul>
+ <h2>Everest uses:</h2>
+ <ul>
+ <li>Cobbler - for OS provisioning and system profile management</li>
+ <li>Func - for remote control of cloud based machines</li>
+ <li>Puppet - for constent system configuration</li>
+ </ul>
+
+ </div>
+ </div>
+ </div>
+<? include("footer.php") ?>
+
diff --git a/menu.php b/menu.php
new file mode 100644
index 0000000..2eb2f80
--- /dev/null
+++ b/menu.php
@@ -0,0 +1,23 @@
+<?php
+ define("HOME", "h");
+ define("DOWNLOAD", "g");
+ define("CONTRIBUTE", "c");
+ define("DOCUMENTATION", "d");
+ define("ACTIVE", "active");
+ define("INACTIVE", "inactive");
+ $trk = $_REQUEST['trk'];
+
+ $home = $trk == HOME || $trk == '' ? 'active' : 'inactive';
+ $download = $trk == DOWNLOAD ? 'active' : 'inactive';
+ $contribute = $trk == CONTRIBUTE ? 'active' : 'inactive';
+ $documentation = $trk == DOCUMENTATION ? 'active' : 'inactive';
+
+?>
+<div id="menu">
+ <ul class="l0">
+ <li><div> <a class="<?php echo $home ?>" title="Home" href="./index.php">Home</a> </div></li>
+ <li><div> <a class="<?php echo $download ?>" title="Get the latest releases" href="./download.php?trk=g">Download</a> </div></li>
+ <li><div> <a class="<?php echo $contribute ?>" title="Information about design/development process" href="./contribute.php?trk=c">Contribute</a> </div></li>
+ <li><div> <a class="<?php echo $documentation ?>" title="Project documentation" href="./documentation.php?trk=d">Documentation</a> </div></li>
+ </ul>
+</div>
diff --git a/styles/callout-bg.png b/styles/callout-bg.png
new file mode 100644
index 0000000..c24e5b8
--- /dev/null
+++ b/styles/callout-bg.png
Binary files differ
diff --git a/styles/default.css b/styles/default.css
new file mode 100644
index 0000000..069de9c
--- /dev/null
+++ b/styles/default.css
@@ -0,0 +1,3 @@
+
+@import url(generic.css);
+@import url(everest.css);
diff --git a/styles/et_logo.png b/styles/et_logo.png
new file mode 100644
index 0000000..e094b59
--- /dev/null
+++ b/styles/et_logo.png
Binary files differ
diff --git a/styles/everest.css b/styles/everest.css
new file mode 100644
index 0000000..8f3195b
--- /dev/null
+++ b/styles/everest.css
@@ -0,0 +1,332 @@
+
+h1 {
+ font-weight: normal;
+}
+
+body {
+ background: white;
+ color: #757575;
+}
+
+#header {
+ margin: 0px;
+ height: 106px;
+ width: 100%;
+ background: url(ftopbar-bg.png) 5px 0px repeat-x;
+ border: 0px;
+}
+
+#body {
+ float: left;
+ border: 0px;
+ left: 0px;
+ margin: 0px;
+ width: 100%;
+}
+
+#content {
+ padding: 0px;
+ margin: 0px;
+ margin-left: 210px;
+}
+
+
+#intro {
+ float: left;
+ top: 0px;
+ width: 600px;
+}
+
+#bullets {
+ margin-left: 455px;
+}
+
+
+#frontpage h1 {
+ padding: 0px;
+ margin: 0px;
+ color: #0664fe;
+}
+
+#frontpage h2 {
+ border-bottom: 1px solid #ccc;
+ padding: 0px;
+ margin: 0px;
+}
+
+#bullets {
+ padding-top: 0.3em;
+ padding-left: 1em;
+}
+
+#bullets h2 {
+ padding-bottom: 0.2em;
+}
+
+#bullets li {
+ margin-bottom: 0.5em;
+}
+
+#graphic {
+ padding-top: 1em;
+}
+
+#menu {
+ float: left;
+ padding-top: 0px;
+ left: 0px;
+ width: 200px;
+ margin-bottom: 1em;
+}
+
+#menu ul {
+ background: white;
+ margin: 0px;
+ padding: 0px;
+ margin-left: 10px;
+ padding-top: 1px;
+ padding-bottom: 1px;
+}
+
+#menu li ul {
+ margin-left: 0px;
+ padding: 0px;
+}
+
+#menu ul li {
+ list-style: none;
+ color: white;
+ padding: 0px;
+ font-weight: bold;
+ font-size: 1.2em;
+}
+
+#menu li ul li {
+ font-size: 1em;
+}
+
+#menu ul li a, #menu ul li span {
+ text-decoration: inherit;
+ color: inherit;
+ display: block;
+ padding: 6px;
+ margin: 1px;
+}
+
+#menu ul li .active {
+ background: #0664fe;
+}
+
+#menu ul.l0 li .inactive {
+ background: #629dfe;
+}
+
+
+#menu ul.l1 li .inactive {
+ background: #ecf2e0;
+ border-left: 6px solid #629dfe;
+}
+
+#menu ul.l1 li .inactive,
+#menu ul.l1 li .active {
+ padding-left: 1em;
+}
+
+#menu ul.l1 li .active {
+ border-left: 6px solid #0664fe;
+}
+
+#headerLogo {
+ position: absolute;
+ top: 0px;
+ left:0px;
+ height: 105px;
+ width: 390px;
+ background: url(ftopbar-graphic.png);
+}
+#headerSearch {
+ position: absolute;
+ top: 0px;
+ right: 0px;
+ padding: 2em;
+}
+
+#headerSearch input {
+ border: 1px solid #999999;
+ color: #999999;
+ background: white;
+ padding: 3px;
+ font-size: 1em;
+}
+
+#headerSearch #submit {
+ border: 1px solid #999999;
+ background: #eeeeee;
+ color: black;
+ padding: 3px;
+ font-size: 1em;
+}
+
+
+#sitemap ul li {
+ list-style: none;
+}
+
+#sitemap ul {
+ margin: 1em;
+ padding: 0em;
+}
+
+#sitemap ul ul {
+ padding-left: 2em;
+}
+
+#sitemap li {
+ margin: 0.5em;
+}
+
+#sitemap a {
+ color: inherit;
+ text-decoration: underline;
+ font-weight: bold;
+}
+
+pre {
+ border: 1px solid #bad08e;
+ background: #d3e1b7;
+ color: black;
+ padding: 1em;
+}
+
+a {
+ color: inherit;
+}
+
+
+h1 a, h2 a, h3 a, h4 a, h5 a {
+ color: inherit;
+ text-decoration: inherit;
+}
+
+#changelog .author {
+ color: #3c857c;
+ font-weight: bold;
+}
+
+p.image {
+ text-align: center;
+}
+
+
+#footer {
+ clear: both;
+ position: relative;
+ margin: 0px;
+ padding: 0px;
+ border: 0px;
+ width: 100%;
+ background: #757575;
+ height: 180px;
+}
+/* This is hidden from IE <= 6 because it can't do transparency */
+body > #footer {
+ background: #757575 url(footer_pattern.png) repeat-x;
+}
+
+#footer p {
+ position: absolute;
+ top: 0px;
+ left: 0px;
+ margin: 0px;
+ border: 0px;
+ width: 220px;
+ text-align: center;
+}
+
+#footer p a img {
+ border: 0px;
+}
+
+#projects {
+ margin: 0px;
+ border: 0px;
+ position: absolute;
+ top: 0px;
+ left: 0px;
+ width: 100%;
+}
+
+
+#projects dl {
+ margin: 0px;
+ border: 0px solid white;
+ height: 180px;
+ position: absolute;
+ top: 0px;
+ left: 0px;
+}
+/* This is hidden from IE <= 6 because it can't do transparency */
+head:first-child+body #projects dl {
+ background: url(footer_corner.png) no-repeat;
+}
+
+
+#projects #p1 {
+ margin-left: 25%;
+ width: 75%;
+}
+
+#projects #p2 {
+ margin-left: 50%;
+ width: 50%;
+}
+
+#projects #p3 {
+ margin-left: 75%;
+ width: 25%;
+}
+
+#projects dt, #projects dd {
+ padding: 0px;
+ margin: 0px;
+}
+
+#projects #p1 dt, #projects #p1 dd {
+ width: 33%;
+ }
+#projects #p2 dt, #projects #p2 dd {
+ width: 50%;
+}
+#projects #p3 dt, #projects #p3 dd {
+ width: 99%;
+}
+
+#projects {
+}
+
+#projects span {
+ font-size: 0.8em;
+ display: block;
+ padding-left: 1em;
+ padding-top: 0.5em;
+}
+
+#projects a {
+ font-size: 0.8em;
+ display: block;
+ padding-left: 0.8em;
+ padding-top: 1em;
+}
+
+#projects a {
+ color: white;
+ text-decoration: inherit;
+}
+
+#projects span {
+ color: #ccc;
+}
+
+dd {
+ padding-bottom: 1em;
+}
diff --git a/styles/footer_corner.png b/styles/footer_corner.png
new file mode 100644
index 0000000..090bfce
--- /dev/null
+++ b/styles/footer_corner.png
Binary files differ
diff --git a/styles/footer_pattern.png b/styles/footer_pattern.png
new file mode 100644
index 0000000..647c52a
--- /dev/null
+++ b/styles/footer_pattern.png
Binary files differ
diff --git a/styles/generic.css b/styles/generic.css
new file mode 100644
index 0000000..f04cc1f
--- /dev/null
+++ b/styles/generic.css
@@ -0,0 +1,74 @@
+
+body {
+ margin: 0em;
+ padding: 0px;
+ color: rgb(0,0,0);
+ font-family: Verdana, Arial, Helvetica, sans-serif;
+ font-size: 76%;
+}
+
+p, ul, ol, dl {
+ padding: 0px;
+ margin: 0px;
+}
+
+ol,ul {
+ margin-left: 3em;
+}
+
+ol,ul,dl,p {
+ margin-top: 1em;
+ margin-bottom: 1em;
+}
+
+p:first-line {
+ margin-right: 1em;
+}
+
+div.body p:first-letter {
+ font-size: 1.2em;
+ font-weight: bold;
+}
+
+h1,h2,h3,h4,h5,h6 {
+ font-weight: bold;
+ margin: 0px;
+ padding: 0px;
+ margin-top: 0.5em;
+}
+
+div.footer {
+ margin-top: 1em;
+}
+
+h1 {
+ font-size: 2em;
+}
+h2 {
+ font-size: 1.6em;
+}
+h3 {
+ font-size: 1.4em;
+}
+h4 {
+ font-size: 1.2em;
+}
+h5 {
+ font-size: 1em;
+}
+h6 {
+ font-size: 0.8em;
+}
+
+dl dt {
+ margin-left: 1em;
+ margin-right: 2em;
+ font-weight: bold;
+ font-size: larger;
+}
+
+dl dd {
+ margin-left: 2em;
+ margin-right: 2em;
+ margin-bottom: 0.5em;
+}
diff --git a/styles/topbar-bg.png b/styles/topbar-bg.png
new file mode 100644
index 0000000..f89afb1
--- /dev/null
+++ b/styles/topbar-bg.png
Binary files differ
diff --git a/styles/topbar-graphic.png b/styles/topbar-graphic.png
new file mode 100644
index 0000000..96adcc3
--- /dev/null
+++ b/styles/topbar-graphic.png
Binary files differ