summaryrefslogtreecommitdiffstats
path: root/everest-site-1.0.0/content/index.php
diff options
context:
space:
mode:
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") ?>