|
59 | 59 | <picture> |
60 | 60 | <source id="logo" |
61 | 61 | type="image/webp" |
62 | | - srcset="images/jpt.webp 1280w, |
63 | | - images/jpt960.webp 960w, |
64 | | - images/jpt640.webp 640w, |
65 | | - images/jpt320.webp 320w" |
| 62 | + srcset="/images/jpt.webp 1280w, |
| 63 | + /images/jpt960.webp 960w, |
| 64 | + /images/jpt640.webp 640w, |
| 65 | + /images/jpt320.webp 320w" |
66 | 66 | sizes="(width <= 320px) 320px, |
67 | 67 | (width <= 640px) 640px, |
68 | 68 | (width <= 960px) 960px, |
69 | 69 | 1280px"> |
70 | 70 | <img id="backup-logo" |
71 | | - src="images/jpt.png" |
| 71 | + src="/images/jpt.png" |
72 | 72 | alt="JavaPermutationTools - A Java library for computation on permutations and sequences" |
73 | 73 | width="1280" |
74 | 74 | height="640" |
75 | 75 | class="respimg" |
76 | | - srcset="images/jpt.png 1280w, |
77 | | - images/jpt960.png 960w, |
78 | | - images/jpt640.png 640w, |
79 | | - images/jpt320.png 320w" |
| 76 | + srcset="/images/jpt.png 1280w, |
| 77 | + /images/jpt960.png 960w, |
| 78 | + /images/jpt640.png 640w, |
| 79 | + /images/jpt320.png 320w" |
80 | 80 | sizes="(width <= 320px) 320px, |
81 | 81 | (width <= 640px) 640px, |
82 | 82 | (width <= 960px) 960px, |
|
88 | 88 | <input type="checkbox" id="toggle"> |
89 | 89 | <label for="toggle" id="menu-icon">☰</label> |
90 | 90 | <div><a href="/">Home</a></div> |
91 | | -<div><a href="api/org.cicirello.jpt/module-summary.html">Documentation</a></div> |
| 91 | +<div><a href="/api/org.cicirello.jpt/module-summary.html">Documentation</a></div> |
92 | 92 | <div><a href="https://github.com/cicirello/JavaPermutationTools">Source Code</a></div> |
93 | 93 | <div><a href="https://central.sonatype.com/artifact/org.cicirello/jpt/">Maven Central</a></div> |
94 | 94 | <div><a href="https://github.com/cicirello/jpt-examples">Example Programs</a></div> |
|
97 | 97 | <div><a href="https://www.cicirello.org/">Author</a></div> |
98 | 98 | </nav> |
99 | 99 | <div class="centered"> |
100 | | -<a href="https://github.com/sponsors/cicirello"><img src="images/github-sponsors.svg" alt="GitHub Sponsors" width="107" height="28"></a> |
101 | | -<a href="https://liberapay.com/cicirello"><img src="images/Liberapay.svg" alt="Sponsor on Liberapay" width="119" height="28"></a> |
102 | | -<a href="https://ko-fi.com/cicirello"><img src="images/ko-fi.svg" alt="Sponsor on Ko-Fi" width="82" height="28"></a> |
| 100 | +<a href="https://github.com/sponsors/cicirello"><img src="/images/github-sponsors.svg" alt="GitHub Sponsors" width="107" height="28"></a> |
| 101 | +<a href="https://liberapay.com/cicirello"><img src="/images/Liberapay.svg" alt="Sponsor on Liberapay" width="119" height="28"></a> |
| 102 | +<a href="https://ko-fi.com/cicirello"><img src="/images/ko-fi.svg" alt="Sponsor on Ko-Fi" width="82" height="28"></a> |
103 | 103 | </div> |
104 | 104 | </header> |
105 | 105 | <article> |
|
0 commit comments