-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Send 'Get GovReady-Q' to new download page. List different ways to download GovReady-Q.
- Loading branch information
1 parent
5e44ec4
commit 557c0b5
Showing
16 changed files
with
247 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,244 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
|
||
<title>GovReady</title> | ||
|
||
<meta property="og:title" content="GovReady" /> | ||
|
||
<meta name="description" content=""> | ||
<meta property="og:description" content=""> | ||
|
||
<link rel="icon" type="image/png" href="favicon.ico"> | ||
|
||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous"> | ||
<style> | ||
@import url('https://fonts.googleapis.com/css?family=Lato|PT+Sans:700'); | ||
body { | ||
padding-top: 50px; | ||
padding-bottom: 20px; | ||
font-family: Lato, sans-serif; | ||
font-size: 14px; | ||
} | ||
h1, h2, h3, h4, .cta { | ||
font-family: 'PT Sans', sans-serif; | ||
font-weight: bold; | ||
} | ||
#deck { | ||
margin: 1em auto .5em auto; | ||
font-size: 30px; | ||
font-family: 'PT Sans', sans-serif; | ||
font-weight: bold; | ||
text-align: center; | ||
} | ||
#deck2 { | ||
margin-bottom: 1em; | ||
font-size: 20px; | ||
font-family: 'PT Sans', sans-serif; | ||
font-weight: bold; | ||
text-align: center; | ||
} | ||
.cta { margin: 5px 0 30px 0; } | ||
|
||
.img-responsive { margin: 40px 0px 0px 0px; border: none; } | ||
.img-responsive-small { height:42px; width:216px; margin: auto; border: none; } | ||
/*img { border:1px solid #8ac; width:260px;height:146px; }*/ | ||
table { border: none; } | ||
|
||
#qnav a { color: rgb(19,19,19); } | ||
|
||
</style> | ||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap-theme.min.css" integrity="sha384-fLW2N01lMqjakBkx3l/M9EahuwpSfeNvV63J5ezn3uZzapT0u7EYsXMjQV+0En5r" crossorigin="anonymous"> | ||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" integrity="sha256-VBrFgheoreGl4pKmWgZh3J23pJrhNlSUOBek+8Z2Gv0=" crossorigin="anonymous"> | ||
|
||
<link rel="stylesheet" href="static/css/main.css"> | ||
|
||
<!--[if lt IE 9]> | ||
<script src="static/js/html5-3.6-respond-1.1.0.min.js"></script> | ||
<![endif]--> | ||
</head> | ||
<body> | ||
|
||
<!--[if lt IE 8]><p>Internet Explorer version 8 or any modern web browser is required to use this website, sorry.<![endif]--> | ||
<!--[if gt IE 7]><!--> | ||
|
||
|
||
<div class="container"> | ||
<div style="margin: auto; max-width: 800px; text-align:center;"> | ||
<h1 class="sr-only">GovReady</h1> | ||
<a href="/"><img src="../../img/govready_logo.png" class="img-responsive" alt="GovReady PBC Logo" style="height: 80px; margin:auto;"></a> | ||
</div> | ||
|
||
<div id="qnav" style="text-align: center; margin-top: 20px;"> | ||
<a href="/govready-q/download">Get GovReady-Q</a> | ||
<a href="https://github.com/govready">GitHub</a> | ||
<a href="http://govready-q.readthedocs.org">Documentation</a> | ||
<a href="/news">News & Events</a> | ||
<!-- <a href="/videos">Videos & Presentations</a> --> | ||
<a href="/events/webinars">Webinars</a> | ||
</div> | ||
|
||
<p id="deck"> | ||
Get GovReady-Q | ||
</p> | ||
|
||
<div style="max-width: 900px; margin: 2em auto;"> | ||
<table class="table"> | ||
<style scoped> | ||
@media screen and (min-width: 769px) { | ||
.release { white-space: nowrap; font-weight: bold; font-size: 1.2em;} | ||
} | ||
a { white-space: nowrap; } | ||
td div { font-weight: bold; } | ||
.slide { max-width: 300px; } | ||
.notes { } | ||
/* Remove bootstrap table > tbody > tr > td border top */ | ||
.table > tbody > tr > td { border-top: 0px solid red; padding-bottom: 0px;} | ||
.table > tbody > tr > td > hr, h1 { margin: 0px;} | ||
</style> | ||
|
||
<tbody> | ||
|
||
<tr> | ||
<td colspan="3"> | ||
<h1><a name="oct" style="text-decoration:none" href="#top">Docker</a></h1> | ||
<hr/> | ||
</td> | ||
</tr> | ||
|
||
<tr> | ||
<th class="">Release</td> | ||
<th colspan="2">Link</td> | ||
<th class="">Notes</td> | ||
</tr> | ||
|
||
<tr> | ||
<td class="release">0.9.0</td> | ||
<td colspan="2"><a href="https://hub.docker.com/r/govready/govready-q-0.9.0">https://hub.docker.com/r/govready/govready-q/0.9.0</a></td> | ||
<td>recommended</td> | ||
</tr> | ||
<tr> | ||
<td class="release">0.8.6.2</td> | ||
<td colspan="2"><a href="https://hub.docker.com/r/govready/govready-q">https://hub.docker.com/r/govready/govready-q</a></td> | ||
<td> </td> | ||
</tr> | ||
|
||
|
||
|
||
<tr> | ||
<td colspan="3"> | ||
<p> </p> | ||
<h1><a name="oct" style="text-decoration:none" href="#top">GitHub</a></h1> | ||
<hr/> | ||
</td> | ||
</tr> | ||
|
||
<tr> | ||
<th class="">Release</td> | ||
<th class="">Link</td> | ||
<th class="">Documentation</th> | ||
<th class="">Notes</td> | ||
</tr> | ||
|
||
<tr> | ||
<td class="release">0.9.0</td> | ||
<td colspan="1"><a href="https://github.com/GovReady/govready-q/tree/0.9.0.dev">GovReady/govready-q/tree/0.9.0.dev</a></td> | ||
<td><a href="https://govready-q.readthedocs.io/en/latest/version.0.9.0.html">govready-q.readthedocs.io/en/latest/version.0.9.0.html</a></td> | ||
<td>recommended</td> | ||
</tr> | ||
<tr> | ||
<td class="release">0.8.6.2</td> | ||
<td colspan="1"><a href="https://github.com/GovReady/govready-q">GovReady/govready-q</a></td> | ||
<td><a href="https://govready-q.readthedocs.io">govready-q.readthedocs.io</a></td> | ||
<td> </td> | ||
</tr> | ||
|
||
|
||
<tr> | ||
<td colspan="3"> | ||
<p> </p> | ||
<h1><a name="oct" style="text-decoration:none" href="#top">Source Downloads</a></h1> | ||
<hr/> | ||
</td> | ||
</tr> | ||
|
||
<tr> | ||
<th class="">Release</td> | ||
<th class="">File</td> | ||
<th class="">Sha256</td> | ||
<th class="">Size</td> | ||
</tr> | ||
|
||
<tr> | ||
<td class="release">0.9.0.rc-003</td> | ||
<td><a href="govready-q-0.9.0.rc-003.zip">govready-q-0.9.0.rc-003.zip</a></td> | ||
<td>0c7392e222728088ce867adcce06314ee49a4598c19d91db9a9fe4afeabf97f2</td> | ||
<td>4.0 MB</td> | ||
</tr> | ||
<tr> | ||
<td class=""> </td> | ||
<td><a href="govready-q-0.9.0.rc-003.tar.gz">govready-q-0.9.0.rc-003.tar.gz</a></td> | ||
<td>0000175494c75c43322a40c1846d214657d90d7dc7463ce793d76ffe6c214e42</td> | ||
<td>3.8 MB</td> | ||
</tr> | ||
|
||
<tr> | ||
<td class="release">0.8.6.2</td> | ||
<td><a href="govready-q-0.8.6.2.zip">govready-q-0.8.6.2.zip</a></td> | ||
<td>c8a52653e80b1fafd7f4d52e0dec714fa96976aeb921ef160395335d4633f2d9</td> | ||
<td>4.3 MB</td> | ||
</tr> | ||
<tr> | ||
<td class=""> </td> | ||
<td><a href="govready-q-0.8.6.2.tar.gz">govready-q-0.8.6.2.tar.gz</a></td> | ||
<td>4f9b80572c1c6b6a380f4d573d5d29f26d2d484e3a216f1f6062ae738eca7f5c</td> | ||
<td>4.2 MB</td> | ||
</tr> | ||
|
||
<tr> | ||
<td class="release">0.8.6.1</td> | ||
<td><a href="govready-q-0.8.6.1.zip">govready-q-0.8.6.1.zip</a></td> | ||
<td>eb7e33f7bfcaf7b1b2c947d0946dd5a7e8e13723bde628493d065c2165d1c4d5</td> | ||
<td>4.1 MB</td> | ||
</tr> | ||
<tr> | ||
<td class=""> </td> | ||
<td><a href="govready-q-0.8.6.1.tar.gz">govready-q-0.8.6.1.tar.gz</a></td> | ||
<td>c2b23ad5acd97b28837dfe75e3fe753f83cea8ccf439ab88e70fa48f3a0c2bb3</td> | ||
<td>4.0 MB</td> | ||
</tr> | ||
|
||
<tr> | ||
<td class="release">0.8.6</td> | ||
<td><a href="govready-q-0.8.6.zip">govready-q-0.8.6.zip</a></td> | ||
<td>81ffd998f1564bd67a159112f7744803fffed75537845e156a2986b2cbb81134</td> | ||
<td>4.1 MB</td> | ||
</tr> | ||
<tr> | ||
<td class=""> </td> | ||
<td><a href="govready-q-0.8.6.tar.gz">govready-q-0.8.6.tar.gz</a></td> | ||
<td>1683d68c78759f8982482ed13f0243a5b47bbcb5ef6193fd5a19a21136707360</td> | ||
<td>4.0 MB</td> | ||
</tr> | ||
|
||
<tr> | ||
<td class="release">0.8.5</td> | ||
<td><a href="govready-q-0.8.5.zip">govready-q-0.8.5.zip</a></td> | ||
<td>acc433f2db7dee5d39a26b71078bd6edd8be3ab08581813d1c5624c81ce271fb</td> | ||
<td>4.0 MB</td> | ||
</tr> | ||
<tr> | ||
<td class=""> </td> | ||
<td><a href="govready-q-0.8.5.tar.gz">govready-q-0.8.5.tar.gz</a></td> | ||
<td>313ea26dd7b05a9eeb8fa887645b89cc3ccb96898148f97d242100c11d51fb0f</td> | ||
<td>3.9 MB</td> | ||
</tr> | ||
|
||
</tbody> | ||
</table> | ||
</div> | ||
</div> <!-- /container --> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters