|
| 1 | +<!DOCTYPE html> |
| 2 | +<html lang="en"> |
| 3 | + |
| 4 | +<head> |
| 5 | + <meta charset="UTF-8"> |
| 6 | + <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
| 7 | + <meta http-equiv="X-UA-Compatible" content="ie=edge"> |
| 8 | + <title>Archive - AdoptOpenJDK</title> |
| 9 | + <link rel="shortcut icon" href="dist/assets/favicon.ico" type="image/x-icon"> |
| 10 | + <link rel="icon" href="dist/assets/favicon.ico" type="image/x-icon"> |
| 11 | + <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css"> |
| 12 | + <link rel="stylesheet" href="dist/css/styles.min.css"> |
| 13 | + <link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400" rel="stylesheet"> |
| 14 | + <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css"> |
| 15 | + <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css"> |
| 16 | + <script src="https://www.w3schools.com/lib/w3data.js"></script> |
| 17 | +</head> |
| 18 | + |
| 19 | +<body class="blue-bg"> |
| 20 | + |
| 21 | + <div id="menu-container" class="grey-bg hide slideInLeft"> |
| 22 | + <div id="menu-header"> |
| 23 | + <i id="menu-close" class="fa fa-arrow-circle-left" aria-hidden="true"></i> |
| 24 | + </div> |
| 25 | + <div id="menu-content"> |
| 26 | + <p><a href="./index.html">Home</a></p> |
| 27 | + <p><a href="./releases.html">Latest release</a></p> |
| 28 | + <p><a href="./archive.html">Release archive</a></p> |
| 29 | + <p><a href="./nightly.html">Nightly builds</a></p> |
| 30 | + <p><a href="./installation.html">Installation</a></p> |
| 31 | + <p><a href="./getinvolved.html">Get involved</a></p> |
| 32 | + <p><a href="./support.html">Support</a></p> |
| 33 | + <p><a href="./about.html">About</a></p> |
| 34 | + </div> |
| 35 | + </div> |
| 36 | + |
| 37 | + <nav> |
| 38 | + <i id="menu-button" class="fa fa-bars" aria-hidden="true"></i> |
| 39 | + <a id="logo" href="./index.html" class="a-button"> |
| 40 | + <div><img src="dist/assets/squares-logo.png"></div> |
| 41 | + <div><span>AdoptOpenJDK</span></div> |
| 42 | + </a> |
| 43 | + </nav> |
| 44 | + <div w3-include-html="./banner.html"></div> |
| 45 | + <script> |
| 46 | + w3IncludeHTML(); |
| 47 | + </script> |
| 48 | + |
| 49 | +<main class="grey-bg"> |
| 50 | + |
| 51 | + <div id="archives-page"> |
| 52 | + <h1 class="large-title">Archive</h1> |
| 53 | + <a href="./releases.html" id="latest-button" class="blue-button a-button"> |
| 54 | + <div> |
| 55 | + <span>See the latest release</span> |
| 56 | + <i class="fa fa-arrow-circle-o-right" aria-hidden="true"></i> |
| 57 | + </div> |
| 58 | + </a> |
| 59 | + <a href="./nightly.html" id="nightly-button" class="grey-button a-button"> |
| 60 | + <div> |
| 61 | + <span>See the nightly builds</span> |
| 62 | + <i class="fa fa-arrow-circle-o-right" aria-hidden="true"></i> |
| 63 | + </div> |
| 64 | + </a> |
| 65 | + |
| 66 | + <div id="archive-loading"><img src="dist/assets/loading_dots.gif" width="40" height="40"></div> |
| 67 | + |
| 68 | + <div id="filter-container" class="hide"> |
| 69 | + <h3 class="inline-block" style="margin: 2rem .5rem 1rem 0;">Filter by platform:</h3> |
| 70 | + <select id="platform-dropdown"> |
| 71 | + <option value="ALL">All</option> |
| 72 | + </select> |
| 73 | + </div> |
| 74 | + |
| 75 | + <div id="archive-list" class="hide"> |
| 76 | + <table class='archive-container'> |
| 77 | + <tbody id='archive-table-body'></tbody> |
| 78 | + </table> |
| 79 | + </div> |
| 80 | + |
| 81 | + </div> |
| 82 | + |
| 83 | + <div id="error-container"></div> |
| 84 | + |
| 85 | +</main> |
| 86 | + |
| 87 | +<footer> |
| 88 | + <div class="margin-auto"> |
| 89 | + <div class="footer-icon align-center inline-block"> |
| 90 | + <a href="https://github.com/AdoptOpenJDK" target="_blank" class="light-link no-underline"> |
| 91 | + <img src="dist/assets/GitHub.png" alt="" class="footer-logo"> |
| 92 | + <p class="margin-auto">GitHub repos</p> |
| 93 | + </a> |
| 94 | + </div> |
| 95 | + |
| 96 | + <div class="footer-icon align-center inline-block"> |
| 97 | + <a href="https://ci.adoptopenjdk.net" target="_blank" class="light-link no-underline"> |
| 98 | + <img src="dist/assets/jenkins_headshot.png" alt="" class="footer-logo"> |
| 99 | + <p class="margin-auto">Jenkins CI</p> |
| 100 | + </a> |
| 101 | + </div> |
| 102 | + </div> |
| 103 | + |
| 104 | + <a href="https://github.com/AdoptOpenJDK/openjdk-build/issues" target="_blank"class="light-link no-underline"> |
| 105 | + <p class="inline-block zero-margin" style="margin-bottom: 1rem;">Having issues? <i class="fa fa-arrow-circle-o-right" aria-hidden="true"></i></p> |
| 106 | + </a> |
| 107 | + <p>Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.</p> |
| 108 | +</footer> |
| 109 | + |
| 110 | +<script src="dist/js/app.min.js"></script> |
| 111 | +<script src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.18.0/moment.js"></script> |
| 112 | +<script>onArchiveLoad();</script> |
| 113 | + |
| 114 | +</body> |
| 115 | +</html> |
0 commit comments