Skip to content

Commit

Permalink
Splash page - text
Browse files Browse the repository at this point in the history
  • Loading branch information
mbogoevici committed Jun 1, 2012
1 parent a6c0587 commit 5537869
Showing 1 changed file with 27 additions and 19 deletions.
46 changes: 27 additions & 19 deletions demo/src/main/webapp/resources/templates/desktop/home.html
@@ -1,23 +1,24 @@
<div class="container well">
<div class="hero-unit">
<h1 class="special-title">TicketMonster. A JBoss Example</h1>
<h1 class="special-title">TicketMonster. A JBoss Example.</h1>

<p>TicketMonster is an online ticketing application that gets you started with
JBoss technologies.</p>
<p>
TicketMonster is an online ticketing demo application that gets you started with
JBoss technologies, helping you to learn and evaluate them.
</p>

<p><a class="btn btn-primary" href="#events">Buy tickets now!</a></p>
<p><a class="btn btn-primary" href="#events">Buy tickets now</a></p>
</div>
<div class="row">

<div class="span4">
<img src="resources/img/jdf_mark_100px.png" style="float: left;"/>

<h3 class="page-header">Built with JDF</h3>

<p>TicketMonster's architecture uses the best of the JBoss
Developer Framework. Learn how easy it is to harness the power of vanilla
Java EE,
with a choice of three different UI frameworks: HTML5 and JavaScript,
<h3 class="page-header">
Built with <img src="resources/img/jdf_mark_50px.png" align="bottom"/>
</h3>
<p>TicketMonster's architecture uses the best technologies that make up JBoss
Developer Framework. Learn how easy it is to harness the power of
Java EE behind a choice of three different UI frameworks: HTML5/JavaScript (POH5),
Richfaces/JSF and GWT/Errai.</p>

</div>
Expand All @@ -26,8 +27,8 @@ <h3 class="page-header">Built with JDF</h3>
<div class="">
<h3 class="page-header">Mobile-ready</h3>

<p>When you interact with TicketMonster from a mobile device, you will get
a mobile-specific interface. Learn how easy it is to write applications that
<p>When you interact with TicketMonster on a mobile device, you will get
a mobile-specific interface. Learn how easy it is to write Java EE applications that
can
accommodate desktop and mobile clients.</p>
</div>
Expand All @@ -38,7 +39,7 @@ <h3 class="page-header">Mobile-ready</h3>
<h3 class="page-header">Cloud-ready</h3>

<p>A deployment of TicketMonster runs continuously on the OpenShift platform.
Learn how easy it is to write applications that can deploy locally and in
Learn how easy it is to write Java EE applications that can deploy both locally and in
the cloud.</p>
</div>
</div>
Expand All @@ -47,25 +48,32 @@ <h3 class="page-header">Cloud-ready</h3>

<div class="span4">
<div class="">
<h3 class="page-header">On GitHub</h3>
<h3 class="page-header">Fork it on GitHub</h3>

<p>TODO</p>
<p>TicketMonster is available on GitHub. Within a click,
you can get the source code, build and run it!</p>
</div>
</div>

<div class="span4">
<div class="">
<h3 class="page-header">Follow our steps</h3>

<p>TODO</p>
<p>TicketMonster is accompanied by a tutorial that
walks your through the application architecture. Read it to learn
how the application is built or you can even build it yourself
following our instructions</p>
</div>
</div>

<div class="span4">
<div class="">
<h3 class="page-header">Go on your own</h3>
<h3 class="page-header">Customize</h3>

<p>TODO</p>
<p>TicketMonster an example tha you can follow, but you
can also use the predefined application structure to implement your
own use cases and test your ideas, and to contribute back to the community.
</p>
</div>
</div>
</div>
Expand Down

0 comments on commit 5537869

Please sign in to comment.