view content/downloads/content.html @ 70:b5c26476b5b9 development

Fix front page resizing issues. Adjust downloads page code. Add minimum sizes for small and large screens.
author Jie Kang <jkang@redhat.com>
date Fri, 03 Feb 2017 09:54:54 -0500
parents 236c53729f3c
children 4980b1410c79
line wrap: on
line source

<div class="container space40">

  <div class="panel panel-default">
    <div class="panel-heading" id="download">
      <h1 class="panel-title">Downloads</h1>
    </div>
    <div class="panel-body">
      <div class="row">
        <div class="col-md-4">
          <h3>Latest Stable Release</h3>
          <a href="http://icedtea.classpath.org/download/thermostat/thermostat-1.6.4.tar.gz" class="btn btn-default btn-c1" role="button"><span class="glyphicon glyphicon-download-alt" aria-hidden="true"> Thermostat-1.6.4</a>
        </div>
        <div class="col-md-4">
          <h3>Unstable Development Release</h3>
          <a href="http://icedtea.classpath.org/download/thermostat/thermostat-1.99.11-SNAPSHOT.tar.gz" class="btn btn-default btn-c1"
          role="button"><span class="glyphicon glyphicon-download-alt" aria-hidden="true"> Thermostat-1.99.11</a>
        </div>
        <div class="col-md-4">
          <h3>Previous Releases</h3>
          <a href="http://icedtea.classpath.org/download/thermostat/" class="btn btn-default btn-c1" role="button"><span class="glyphicon glyphicon-link" aria-hidden="true"> Archives</a>
        </div>
      </div>
      <div class="row space40">
        <div class="col-md-12">
          <h4>See <a href="../getting-started">Getting Started</a> for installation instructions.</h4>
        </div>
      </div>
    </div>
  </div>
  <div class="panel panel-default">
    <div class="panel-heading">
      <h1 class="panel-title">Requirements</h1>
    </div>
    <div class="panel-body">
      <h4>
        <ul>
          <li>Linux (Fedora, RHEL, CentOS, etc.)</li>
          <li>OpenJDK &gt;= 1.7</li>
          <li>Mongodb &gt;= 2.2 (or 2.0 if no SSL required)</li>
          <li>Servlet container (optional)</li>
        </ul>
      </h4>
    </div>
  </div>
</div>