-
-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
108 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,108 @@ | ||
<!DOCTYPE html> | ||
<html lang=en> | ||
<head> | ||
<meta charset=utf-8> | ||
<meta name="robots" content="noindex"> | ||
<meta name="viewport" content="width=device-width, minimum-scale=1, initial-scale=1"> | ||
<meta name="referrer" content="strict-origin-when-cross-origin"> | ||
<meta name="title" content="Page not found - Chips-n-Salsa - A Java library of customizable, hybridizable, iterative, parallel, stochastic, and self-adaptive local search algorithms"> | ||
<title>Page not found - Chips-n-Salsa - A Java library of customizable, hybridizable, iterative, parallel, stochastic, and self-adaptive local search algorithms</title> | ||
<meta name="description" content="Page not found - Chips-n-Salsa - A Java library of customizable, hybridizable, iterative, parallel, stochastic, and self-adaptive local search algorithms"> | ||
<link rel="icon" href="/images/favicon48.png" sizes="16x16 32x32 48x48" type="image/png"> | ||
<link rel="icon" href="/images/favicon96.png" sizes="96x96" type="image/png"> | ||
<link rel="icon" href="/images/favicon144.png" sizes="144x144" type="image/png"> | ||
<link rel="icon" href="/images/favicon192.png" sizes="192x192" type="image/png"> | ||
<link rel="icon" href="/images/favicon384.png" sizes="384x384" type="image/png"> | ||
<style> | ||
header, nav, footer, article, aside, section { display: block; } | ||
footer { clear: both; } | ||
body { background-color: #f6f0bb; font-family: Arial, Helvetica, sans-serif; } | ||
#siteheader, aside, footer { background-color: #bfd9bf; } | ||
#siteheader, aside, footer, article { border: 2px solid #4CAF50; border-radius: 25px; margin: 10px; padding: 10px; } | ||
h1, h2, h3, h4, h5, h6, strong { color: #862d2d; } | ||
h2, h3, div.centered { text-align:center; } | ||
div.centered img { margin-top: 8px; } | ||
a { color: #005500; } | ||
a:visited { color:#862d2d; } | ||
#toggle { position: absolute; left: -100vw; display: none; } | ||
nav { margin: 0px; padding: 0; overflow: hidden; display: inline-block; } | ||
nav div, #menu-icon { float: left; margin-right: 8px; } | ||
nav div a, #menu-icon { display: block; background-color: #f6f0bb; border: 2px solid #4CAF50; text-decoration: none; text-align: center; color: #1c2833; } | ||
nav div a { border-bottom: none; border-radius: 12px 12px 0px 0px; padding: 6px 12px; } | ||
nav div a:visited { color: #1c2833; } | ||
nav div a:hover:not(.active), #menu-icon:hover:not(.active) { background-color: #305030; color: white; } | ||
nav div a.active { background-color: #4CAF50; } | ||
nav div a:not(.active) { display: none; } | ||
#toggle:checked ~ div a:not(.active) { display: block; } | ||
#menu-icon { cursor: pointer; display: block; padding: 3px 7px 3px 7px; border-radius: 4px; } | ||
article li { margin-bottom: 8px; margin-top: 8px; } | ||
.publist li { margin-bottom: 16px; } | ||
.publist ul { margin-bottom: 32px; } | ||
section li { margin-bottom: 16px; } | ||
section ul { margin-bottom: 32px; } | ||
#copyright { text-align: center; color: #862d2d; } | ||
#logo, #backup-logo, h1 {max-width: 100%; height: auto; text-align: center;} | ||
h1 {margin: 10px auto; padding: 10px;} | ||
img.contain img { object-fit: contain; } | ||
.badge-height { position: relative; width: 100%; height: 20px;} | ||
th { text-align: left; } | ||
table, th, td { border: 1px solid black; } | ||
th, td { padding: 15px; } | ||
@media screen and (min-width:601px){ | ||
#menu-icon { display: none; } | ||
nav div a:not(.active) { display: block; } | ||
} | ||
</style> | ||
</head> | ||
<body> | ||
<header id="siteheader"> | ||
<h1> | ||
<a href="/"> | ||
<picture> | ||
<source id="logo" | ||
width="1280" | ||
height="640" | ||
srcset="images/chips-n-salsa.webp 1280w, | ||
images/chips-n-salsa960.webp 960w, | ||
images/chips-n-salsa640.webp 640w, | ||
images/chips-n-salsa320.webp 320w"> | ||
<img id="backup-logo" | ||
src="images/chips-n-salsa.png" | ||
alt="Chips-n-Salsa - A Java library of customizable, hybridizable, iterative, parallel, stochastic, and self-adaptive local search algorithms" | ||
width="1280" | ||
height="640" | ||
srcset="images/chips-n-salsa.png 1280w, | ||
images/chips-n-salsa960.png 960w, | ||
images/chips-n-salsa640.png 640w, | ||
images/chips-n-salsa320.png 320w"> | ||
</picture> | ||
</a> | ||
</h1> | ||
<nav> | ||
<input type="checkbox" id="toggle"> | ||
<label for="toggle" id="menu-icon">☰</label> | ||
<div><a href="/">Home</a></div> | ||
<div><a href="https://github.com/cicirello/Chips-n-Salsa">Source Code</a></div> | ||
<div><a href="api/org.cicirello.chips_n_salsa/module-summary.html">API Docs</a></div> | ||
<div><a href="https://central.sonatype.com/artifact/org.cicirello/chips-n-salsa/">Maven Central</a></div> | ||
<div><a href="https://github.com/cicirello/chips-n-salsa-examples">Example Programs</a></div> | ||
<div><a href="https://github.com/cicirello/Chips-n-Salsa/issues">Issue Tracker</a></div> | ||
<div><a href="https://github.com/cicirello/Chips-n-Salsa/blob/master/CHANGELOG.md">ChangeLog</a></div> | ||
</nav> | ||
<div class="centered"> | ||
<a href="https://github.com/sponsors/cicirello"><img src="images/github-sponsors.svg" alt="GitHub Sponsors" width="107" height="28"></a> | ||
<a href="https://liberapay.com/cicirello"><img src="images/Liberapay.svg" alt="Sponsor on Liberapay" width="119" height="28"></a> | ||
<a href="https://ko-fi.com/cicirello"><img src="images/ko-fi.svg" alt="Sponsor on Ko-Fi" width="82" height="28"></a> | ||
</div> | ||
</header> | ||
<article> | ||
<h2>404</h2> | ||
<div class="centered"><strong>File not found.</strong></div> | ||
<div class="centered">This site does not contain the requested page. Use the menu in the site header above to find what you are looking for.</div> | ||
</article> | ||
<footer> | ||
<small><a rel="nofollow" href="https://www.cicirello.org/e/">Contact</a></small> | ||
<div id="copyright"><small>Copyright © 2002-2023 <a href="https://www.cicirello.org/">Vincent A. Cicirello</a>.</small></div> | ||
</footer> | ||
</body> | ||
</html> |