First version of the webpage
diff --git a/_projectCommon.php b/_projectCommon.php
index 0fe02c9..0f45fb3 100644
--- a/_projectCommon.php
+++ b/_projectCommon.php
@@ -17,7 +17,9 @@
 
   # Define your project-wide Nav bars here.
   # Format is Link text, link URL (can be http://www.someothersite.com/), target (_self, _blank).
-  $Nav->addNavSeparator("Solstice",   "/eclipse.org-common/themes/solstice/docs/");
-  $Nav->addCustomNav("Documentation", "/eclipse.org-common/themes/solstice/docs/", "_self", NULL);
-  $Nav->addCustomNav("Source code", "http://git.eclipse.org/c/www.eclipse.org/eclipse.org-common.git/tree/themes/solstice/", "_self", NULL);
-  $Nav->addCustomNav("Using Phoenix", "http://wiki.eclipse.org/Using_Phoenix", "_self", NULL);
+  $Nav->addNavSeparator("Links",   "/eclipse.org-common/themes/solstice/docs/");
+  $Nav->addCustomNav("Project page", "https://projects.eclipse.org/projects/tools.titan", "_self", NULL);
+  $Nav->addCustomNav("Downloads", "https://projects.eclipse.org/projects/tools.titan/downloads", "_self", NULL);
+  $Nav->addCustomNav("Source code", "https://github.com/eclipse/titan.core", "_self", NULL);
+  $Nav->addCustomNav("Community forum", "https://www.eclipse.org/forums/index.php/f/297/", "_self", NULL);
+  $Nav->addCustomNav("Openhub page", "https://www.openhub.net/p/eclipse_titan", "_self", NULL);
diff --git a/content/en_index.php b/content/en_index.php
index f4e6422..453ae48 100644
--- a/content/en_index.php
+++ b/content/en_index.php
@@ -14,16 +14,20 @@
 <!-- Main content area -->
 <div id="midcolumn">
   <h1><?php print $pageTitle;?></h1>
-  <p><a href="solstice-starterkit.zip" class="btn btn-warning">Download Starterkit</a></p>
+  <p><img alt="" src="http://www.sioktatas.hu/doc/Titan_architecture.png" style="width: 561px; height: 481px;"></p>
+  <p>Titan is a TTCN-3 compilation and execution environment with an  Eclipse-based IDE. 
+TTCN-3 is a modular language specifically designed for testing (the acronym itself stands for Test and Test Conformance Notation), standardized by ETSI (see www.ttcn-3.org) and endorsed by ITU.
+The user of the tool can develop test cases, test execution logic and build the executable test suite for several platforms.
+Titan consists of a core part, executing in a Unix/Linux-like environment and a set of Eclipse plug-ins.</p>
 </div>
 <!-- ./end  #midcolumn -->
 
 <!-- Start of the right column -->
 <div id="rightcolumn">
   <div class="sideitem">
-    <h2>Related Links</h2>
+    <h2>News</h2>
     <ul>
-      <li><a target="_self" href="/eclipse.org-common/themes/solstice/docs/">Documentation</a></li>
+      <li>2017.03.01: Eclipse Titan release 6.1.pl0 is <a href="https://projects.eclipse.org/projects/tools.titan/downloads">avilable</a></li>
     </ul>
   </div>
 </div>
diff --git a/index.php b/index.php
index a3739bb..8b20270 100644
--- a/index.php
+++ b/index.php
@@ -22,9 +22,9 @@
   require_once('_projectCommon.php');
 
   # Begin: page-specific settings.  Change these.
-  $pageTitle = "Starterkit Template";
-  $pageKeywords = "Add maximal 20 keywords and seperate them from each other by a comma en a space.";
-  $pageAuthor = "Christopher Guindon";
+  $pageTitle = "Eclipse Titan";
+  $pageKeywords = "Eclipse, Titan, testing";
+  $pageAuthor = "";
 
   # Initialize custom solstice $variables.
   $variables = array();
diff --git a/index.php.bak b/index.php.bak
deleted file mode 100644
index 486353c..0000000
--- a/index.php.bak
+++ /dev/null
@@ -1 +0,0 @@
-<?php header('Location: http://eclipse.org/projects/project.php?id=tools.titan'); ?>
\ No newline at end of file