summaryrefslogtreecommitdiffstats
path: root/everest-site-1.0.0/content/index.php
diff options
context:
space:
mode:
authorChris Alfonso <calfonso@redhat.com>2008-06-27 09:31:49 -0400
committerChris Alfonso <calfonso@redhat.com>2008-06-27 09:31:49 -0400
commit420e6162afddc6aacad74864ec58c53cf8d716f9 (patch)
tree695438eb7b6a71c8b48422b2d1264d4086dd47f5 /everest-site-1.0.0/content/index.php
parentefef3e568bc007ff2d0742e36a9e3ffa352bf7fe (diff)
downloadsite-420e6162afddc6aacad74864ec58c53cf8d716f9.tar.gz
site-420e6162afddc6aacad74864ec58c53cf8d716f9.tar.xz
site-420e6162afddc6aacad74864ec58c53cf8d716f9.zip
Integrating new images and styling
Diffstat (limited to 'everest-site-1.0.0/content/index.php')
-rw-r--r--everest-site-1.0.0/content/index.php13
1 files changed, 5 insertions, 8 deletions
diff --git a/everest-site-1.0.0/content/index.php b/everest-site-1.0.0/content/index.php
index 0cf54bb..6621fd7 100644
--- a/everest-site-1.0.0/content/index.php
+++ b/everest-site-1.0.0/content/index.php
@@ -2,12 +2,10 @@
<? 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>
+<div id="wrapper">
+ <div id="content">
+ <h1>Everest makes building intrastructure in a cloud computing environment easy</h1>
+ <p class="pintro">Everest 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>
@@ -22,8 +20,7 @@
<li>Puppet - for constent system configuration</li>
</ul>
- </div>
- </div>
</div>
+</div>
<? include("footer.php") ?>