Browse Source

Fixes #3142: Demo page's large heading should be clickable

svn changeset:8666/svn branch:6.1
tags/6.7.0.beta1
Jouni Koivuviita 15 years ago
parent
commit
7eb544b69f
1 changed files with 6 additions and 2 deletions
  1. 6
    2
      WebContent/index.html

+ 6
- 2
WebContent/index.html View File

@@ -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 -->

Loading…
Cancel
Save