minesweeper/src/main/webapp/pages/index.html
changeset 183 77670cba08c3
parent 182 01951f6c119c
child 186 541d0898da47
     1.1 --- a/minesweeper/src/main/webapp/pages/index.html	Sat Jul 26 10:35:40 2014 +0200
     1.2 +++ b/minesweeper/src/main/webapp/pages/index.html	Sat Jul 26 11:15:18 2014 +0200
     1.3 @@ -155,7 +155,83 @@
     1.4         </div>
     1.5        </div>
     1.6      </div>
     1.7 -
     1.8 +<div class="row" data-bind="visible: !fieldShowing()">
     1.9 +  <div class="col-sm-6 col-md-4">
    1.10 +    <div class="thumbnail">
    1.11 +        <img src="android_logo.jpg" width="120" height="120" alt="Android">
    1.12 +      <div class="caption">
    1.13 +        <h3>DlvkBrwsr</h3>
    1.14 +        <p>
    1.15 +            This application has been packaged to run on your Android phone
    1.16 +            and is available on Google Play! In this mode it
    1.17 +            uses Dalvik virtual machine to execute Java code natively.
    1.18 +            It uses Android's WebView to display the UI and execute
    1.19 +            generated JavaScript. Both these components are
    1.20 +            bound together via <a href="http://wiki.apidesign.org/wiki/DlvkBrwsr">
    1.21 +            DlvkBrwsr</a>.
    1.22 +        </p>
    1.23 +        <p>
    1.24 +            <a href="https://play.google.com/store/apps/details?id=org.apidesign.demo.minesweeper"
    1.25 +               target="_blank"
    1.26 +               class="btn btn-primary" role="button"
    1.27 +               >Install &raquo;</a> 
    1.28 +        </p>
    1.29 +      </div>
    1.30 +    </div>
    1.31 +  </div>
    1.32 +  <div class="col-sm-6 col-md-4">
    1.33 +    <div class="thumbnail">
    1.34 +        <img src="ios_logo.jpg" width="120" height="120" alt="Android">
    1.35 +      <div class="caption">
    1.36 +        <h3>iBrwsr</h3>
    1.37 +        <p>
    1.38 +            This application can also be packaged to run on your iPhone
    1.39 +            or iPad. It is not yet available on AppStore, but it will.
    1.40 +            In this mode it
    1.41 +            uses <a target="_blank" href="http://www.robovm.org">RoboVM</a> 
    1.42 +            virtual machine to execute Java code natively.
    1.43 +            It uses iOS WebView to display the UI and execute
    1.44 +            generated JavaScript. Both these components are
    1.45 +            bound together via <a target="_blank" 
    1.46 +                href="http://wiki.apidesign.org/wiki/IBrwsr">
    1.47 +            iBrwsr</a> library.
    1.48 +        </p>
    1.49 +        <p>
    1.50 +            <a href="http://wiki.apidesign.org/wiki/IBrwsr"
    1.51 +               target="_blank"
    1.52 +               class="btn btn-primary" role="button"
    1.53 +               >Learn more &raquo;</a> 
    1.54 +        </p>
    1.55 +      </div>
    1.56 +    </div>
    1.57 +  </div>
    1.58 +  <div class="col-sm-6 col-md-4">
    1.59 +    <div class="thumbnail">
    1.60 +        <img src="netbeans_logo.jpg" width="120" height="120" alt="Android">
    1.61 +      <div class="caption">
    1.62 +        <h3>Develop Own App!</h3>
    1.63 +        <p>
    1.64 +            One can package this application as a 
    1.65 +            <a href="http://plugins.netbeans.org/plugin/53864/"
    1.66 +               target="_blank"
    1.67 +            >plugin for NetBeans</a> or
    1.68 +            use <a href="http://www.netbeans.org" target="_blank">
    1.69 +            NetBeans</a> IDE to create
    1.70 +            application like this yourself. Enjoy the
    1.71 +            power of <em>HTML</em> and <em>Java</em>.
    1.72 +            Write your applications once and deploy and display 
    1.73 +            them on any device!
    1.74 +        </p>
    1.75 +        <p>
    1.76 +            <a href="http://wiki.apidesign.org/wiki/DukeScriptInNetBeans"
    1.77 +               target="_blank"
    1.78 +               class="btn btn-primary" role="button"
    1.79 +               >Develop &raquo;</a> 
    1.80 +        </p>
    1.81 +      </div>
    1.82 +    </div>
    1.83 +  </div>
    1.84 +</div>
    1.85          <!-- boot bck2brwsr -->
    1.86          <script type="text/javascript" src="bck2brwsr.js"></script>
    1.87          <script>