Create a new home page for the project.
diff --git a/_projectCommon.php b/_projectCommon.php
index cd3eb9c..4b307b6 100644
--- a/_projectCommon.php
+++ b/_projectCommon.php
@@ -4,18 +4,9 @@
 
 $pageAuthor = isset($pageAuthor) ? $pageAuthor : "";
 $pageKeywords = isset($pageKeywords) ? $pageKeywords : "";
+$theme = "Solstice";
 
-if (isset ($_GET["skin"]) && preg_match("/^(Blue|EclipseStandard|Industrial|Lazarus|Miasma|Modern|OldStyle|Phoenix|PhoenixTest|PlainText)$/", $_GET["skin"], $regs))
-{
-	$theme = $regs[1];
-}
-else
-{
-	$theme = "Lazarus";
-}
-
-$Nav->addCustomNav("About This Project", "/projects/project_summary.php?projectid=technology.dash", "", 1);
+$Nav->addCustomNav("About This Project", "https://projects.eclipse.org/projects/technology.dash", "", 1);
 $Nav->addCustomNav("Wiki", "http://wiki.eclipse.org/Dash_Project", "", 1);
-$Nav->addCustomNav("Plan", "http://www.eclipse.org/projects/project-plan.php?projectid=technology.dash", "", 1);
 
 ?>
diff --git a/index.php b/index.php
index ef48e02..0062661 100644
--- a/index.php
+++ b/index.php
Binary files differ