minesweeper/src/main/webapp/pages/index.html
branchAppStore
changeset 197 197472ca59d4
parent 186 541d0898da47
     1.1 --- a/minesweeper/src/main/webapp/pages/index.html	Tue Aug 05 08:26:11 2014 +0200
     1.2 +++ b/minesweeper/src/main/webapp/pages/index.html	Thu Aug 14 07:50:10 2014 +0200
     1.3 @@ -94,13 +94,13 @@
     1.4          
     1.5          <div class="jumbotron control-label" data-bind="visible: !fieldShowing() ">
     1.6              <div class="container">
     1.7 -                <h1>HTML/Java Technology Demo</h1>
     1.8 +                <h1>HTML/Java Technology Showcase</h1>
     1.9  
    1.10                  <p>At first sight this is an old good <em>minesweeper</em>
    1.11 -                    game. At closer look, this is a demo of a revolutionary 
    1.12 +                    game. At closer look, this is a sample use of a revolutionary 
    1.13                      technology that allows you to use <strong>Java</strong>
    1.14                      to code your application logic and present it using
    1.15 -                    <strong>HTML</strong> on any device capable of rendering
    1.16 +                    <strong>HTML</strong> on any device providing
    1.17                      modern <strong>HTML5</strong> browser.
    1.18                  </p>
    1.19                  <p><a class="btn btn-primary btn-lg" role="button" 
    1.20 @@ -112,11 +112,11 @@
    1.21  
    1.22      <div class="container" data-bind="visible: !fieldShowing()">
    1.23        <div>
    1.24 -        <div class="col-md-4">
    1.25 +        <div class="col-sm-8 col-md-6">
    1.26            <h2>Minesweeper</h2>
    1.27            <p>
    1.28                Discover ten square fields that contain a mine and
    1.29 -              mark them with a &#x26a0; sign.
    1.30 +              mark them with a <b>&#x26a0;</b> sign.
    1.31                Touch a square to find out if there is
    1.32                a mine or not and
    1.33                how many mines are in the eight surrounding 
    1.34 @@ -126,57 +126,39 @@
    1.35            </p>
    1.36            <p><a class="btn btn-default" href="#" data-bind="click: normalGame"role="button">Play &raquo;</a></p>
    1.37          </div>
    1.38 -        <div class="col-md-4">
    1.39 +        <div class="col-sm-8 col-md-6">
    1.40            <h2>Documentation</h2>
    1.41            <p>
    1.42                In case you want to write application like 
    1.43                this (e.g. use <strong>Java</strong> and <strong>HTML</strong>)
    1.44                you can learn more about the libraries that
    1.45                make that possible. Follow this link to
    1.46 -              our documentation.
    1.47 +              <em>HTML for Java</em> documentation.
    1.48            </p>
    1.49            <p><a class="btn btn-default"
    1.50                  target="_blank" href="http://bits.netbeans.org/html+java/"
    1.51                  role="button">Read more &raquo;</a></p>
    1.52         </div>
    1.53 -        <div class="col-md-4">
    1.54 -          <h2>Run in a Browser</h2>
    1.55 -          <p>
    1.56 -              While primarily this technology runs on a desktop
    1.57 -              or as a table or phone application, it is possible
    1.58 -              to execute the same unchanged code in a browser 
    1.59 -              as well. To do so, one needs a 
    1.60 -              <a href="http://bck2brwsr.apidesign.org">bck2brwsr</a>
    1.61 -              virtual machine.
    1.62 -          </p>
    1.63 -          <p><a class="btn btn-default"
    1.64 -                target="_blank" href="http://xelfi.cz/minesweeper/bck2brwsr/"
    1.65 -                role="button">Try it &raquo;</a></p>
    1.66 -       </div>
    1.67        </div>
    1.68      </div>
    1.69  <div class="container" data-bind="visible: !fieldShowing()">
    1.70    <div class="col-sm-6 col-md-4">
    1.71      <div class="thumbnail">
    1.72 -        <img src="android_logo.jpg" width="120" height="120" alt="Android">
    1.73 +        <img src="safari_logo.png" width="120" height="120" alt="Safari">
    1.74        <div class="caption">
    1.75 -        <h3>DlvkBrwsr</h3>
    1.76 -        <p>
    1.77 -            This application has been packaged to run on your Android phone
    1.78 -            and is available on Google Play! In this mode it
    1.79 -            uses Dalvik virtual machine to execute Java code natively.
    1.80 -            It uses Android's WebView to display the UI and execute
    1.81 -            generated JavaScript. Both these components are
    1.82 -            bound together via <a href="http://wiki.apidesign.org/wiki/DlvkBrwsr">
    1.83 -            DlvkBrwsr</a>.
    1.84 -        </p>
    1.85 -        <p>
    1.86 -            <a href="https://play.google.com/store/apps/details?id=org.apidesign.demo.minesweeper"
    1.87 -               target="_blank"
    1.88 -               class="btn btn-primary" role="button"
    1.89 -               >Install &raquo;</a> 
    1.90 -        </p>
    1.91 -      </div>
    1.92 +          <h3>Run in a Browser</h3>
    1.93 +          <p>
    1.94 +              While primarily this technology runs on a desktop
    1.95 +              or as a tablet or phone application, it is also possible
    1.96 +              to execute the same unchanged code directly in a browser 
    1.97 +              as well. To do so, one needs a 
    1.98 +              <a href="http://bck2brwsr.apidesign.org">bck2brwsr</a>
    1.99 +              virtual machine.
   1.100 +          </p>
   1.101 +          <p><a class="btn btn-primary" role="button"
   1.102 +                target="_blank" href="http://xelfi.cz/minesweeper/bck2brwsr/"
   1.103 +             >Try it &raquo;</a></p>
   1.104 +       </div>
   1.105      </div>
   1.106    </div>
   1.107    <div class="col-sm-6 col-md-4">
   1.108 @@ -186,7 +168,7 @@
   1.109          <h3>iBrwsr</h3>
   1.110          <p>
   1.111              This application can also be packaged to run on your iPhone
   1.112 -            or iPad. It is not yet available on AppStore, but it will.
   1.113 +            or iPad.
   1.114              In this mode it
   1.115              uses <a target="_blank" href="http://www.robovm.org">RoboVM</a> 
   1.116              virtual machine to execute Java code natively.