summaryrefslogtreecommitdiffstats
path: root/WebContent/index.html
diff options
context:
space:
mode:
authorJouni Koivuviita <jouni.koivuviita@itmill.com>2009-09-04 12:15:41 +0000
committerJouni Koivuviita <jouni.koivuviita@itmill.com>2009-09-04 12:15:41 +0000
commit7eb544b69fa42eeb7c233ea4d3aa5b5cb31cb13f (patch)
tree8d7840d191f8f5598262d112ec6d0ad655cb5ae7 /WebContent/index.html
parentef488df19ce15c651ae7b23a797671746ae18c2f (diff)
downloadvaadin-framework-7eb544b69fa42eeb7c233ea4d3aa5b5cb31cb13f.tar.gz
vaadin-framework-7eb544b69fa42eeb7c233ea4d3aa5b5cb31cb13f.zip
Fixes #3142: Demo page's large heading should be clickable
svn changeset:8666/svn branch:6.1
Diffstat (limited to 'WebContent/index.html')
-rw-r--r--WebContent/index.html8
1 files changed, 6 insertions, 2 deletions
diff --git a/WebContent/index.html b/WebContent/index.html
index 0cfad20cb7..1dc2c853e8 100644
--- a/WebContent/index.html
+++ b/WebContent/index.html
@@ -47,14 +47,18 @@
<div id="upfront">
<div id="sampler">
+ <a href="sampler/" class="demoapp">
<h2>Vaadin Sampler</h2>
<p>Sampler contains examples of most features, as well as combination examples and useful UI patterns that you can use simply by copy-pasting the code.</p>
- <p><a href="sampler/" class="demoapp">Start Sampler &raquo;</a>
+ <strong>Start Sampler &raquo;</strong>
+ </a>
</div>
<div id="eclipse">
+ <a href="http://www.vaadin.com/eclipse">
<h2>Vaadin Eclipse Plugin</h2>
<p>The easiest way to start working with Vaadin is to use Eclipse IDE and download the Vaadin Eclipse plugin from our website.</p>
- <p><a href="http://www.vaadin.com/eclipse">How to install the Vaadin Eclipse Plugin &raquo;</a>
+ <strong>How to install the Vaadin Eclipse Plugin &raquo;</strong>
+ </a>
</div>
</div> <!-- /upfront -->