Index: _layouts/page.html |
diff --git a/_layouts/page.html b/_layouts/page.html |
index dc1114501662ad3a39fc8d769aa72fc01ad20cc2..cd4c0b24cc8081aaac189853a9a759cbc1067f37 100644 |
--- a/_layouts/page.html |
+++ b/_layouts/page.html |
@@ -26,12 +26,15 @@ layout: default |
<div class="wrapper"> |
<header> |
<h1 class="header">The Fletch Project</h1> |
- <p class="header">Fast, flexible, and productive</p> |
+ <p class="header">Fast, flexible, and productive development for devices.</p> |
<ul> |
- <li><a href="index.html">Start</a></li> |
+ <li><a href="index.html">Getting started</a></li> |
+ <li><a href="samples.html">Samples</a></li> |
+ <li><a href="tool.html">Tool details</a></li> |
+ <li><a href="feedback.html">Feedback</a></li> |
+ <li><a href="faq.html">Questions</a></li> |
</ul> |
- |
</header> |
<section> |