|
43 | 43 | </script> |
44 | 44 |
|
45 | 45 | <body> |
| 46 | + <div class="announcement-bar"> |
| 47 | + <span class="version-label">Latest release</span> |
| 48 | + <a href="https://github.com/FEAScript/FEAScript-core/releases/tag/0.2.0" |
| 49 | + ><img |
| 50 | + src="https://img.shields.io/github/v/release/FEAScript/FEAScript-core?logo=github" |
| 51 | + alt="GitHub release badge" |
| 52 | + /></a> |
| 53 | + <a href="https://www.npmjs.com/package/feascript" |
| 54 | + ><img src="https://img.shields.io/npm/v/feascript" alt="npm version badge" |
| 55 | + /></a> |
| 56 | + <span class="version-sep">·</span> |
| 57 | + <a href="https://github.com/orgs/FEAScript/discussions/72">Roadmap for 0.3.0</a> |
| 58 | + </div> |
| 59 | + |
46 | 60 | <h1 class="top"> |
47 | 61 | <a href="index.html"> |
48 | 62 | <img |
@@ -287,34 +301,6 @@ <h2 id="howtousefeascript"><a name="Getting Started"></a>How to Use FEAScript</h |
287 | 301 | >. |
288 | 302 | </p> |
289 | 303 |
|
290 | | - <div class="highlight-container" style="margin-bottom: 1.5em"> |
291 | | - <strong>Current stable release</strong> |
292 | | - <a href="https://github.com/FEAScript/FEAScript-core/releases/tag/0.2.0" |
293 | | - ><img |
294 | | - src="https://img.shields.io/github/v/release/FEAScript/FEAScript-core?logo=github" |
295 | | - alt="Gibhub Badge" |
296 | | - style=" |
297 | | - vertical-align: middle; |
298 | | - margin-left: 2px; |
299 | | - margin-bottom: 4px; |
300 | | - " /></a |
301 | | - > |
302 | | - <a href="https://www.npmjs.com/package/feascript" |
303 | | - ><img |
304 | | - src="https://img.shields.io/npm/v/feascript" |
305 | | - alt="npm Badge" |
306 | | - style=" |
307 | | - vertical-align: middle; |
308 | | - margin-left: 2px; |
309 | | - margin-bottom: 4px; |
310 | | - " /></a |
311 | | - ><br/>See also the <a href="https://github.com/orgs/FEAScript/discussions/72">roadmap</a> for the upcoming release 0.3.0 |
312 | | - <div style="height: 0.5em"></div> |
313 | | - 💖 If you find FEAScript useful, please consider supporting its development: |
314 | | - <a href="https://github.com/sponsors/FEAScript">GitHub Sponsors</a> • |
315 | | - <a href="https://liberapay.com/FEAScript/donate">Liberapay</a> |
316 | | - </div> |
317 | | - |
318 | 304 | <p class="blue-label" style="margin-bottom: 0">QUICK START</p> |
319 | 305 | <div class="blue-box" style="margin-top: 5px"> |
320 | 306 | <p> |
@@ -467,16 +453,6 @@ <h2 id="howtousefeascript"><a name="Getting Started"></a>How to Use FEAScript</h |
467 | 453 | } |
468 | 454 | </script> |
469 | 455 |
|
470 | | - <p class="notice-dev"> |
471 | | - 🚧 |
472 | | - <strong>FEAScript is currently under heavy development with new features being added regularly</strong>. |
473 | | - <br />Interested in contributing? Check out our |
474 | | - <a href="https://github.com/FEAScript/FEAScript-core/blob/main/CONTRIBUTING.md" |
475 | | - >contribution guidelines</a |
476 | | - > |
477 | | - to get started. |
478 | | - </p> |
479 | | - |
480 | 456 | <h2 id="features"><a name="Features"></a>Features</h2> |
481 | 457 |
|
482 | 458 | <p>The following list highlights key FEAScript features:</p> |
@@ -636,6 +612,16 @@ <h2 id="features"><a name="Features"></a>Features</h2> |
636 | 612 | </li> |
637 | 613 | </ul> |
638 | 614 |
|
| 615 | + <p class="notice-dev"> |
| 616 | + 🚧 |
| 617 | + <strong>FEAScript is currently under heavy development with new features being added regularly</strong>. |
| 618 | + <br />Interested in contributing? Check out our |
| 619 | + <a href="https://github.com/FEAScript/FEAScript-core/blob/main/CONTRIBUTING.md" |
| 620 | + >contribution guidelines</a |
| 621 | + > |
| 622 | + to get started. |
| 623 | + </p> |
| 624 | + |
639 | 625 | <div style="margin-top: 0.5em"></div> |
640 | 626 | <h2 id="tutorials"><a name="Tutorials"></a>Tutorials</h2> |
641 | 627 | <p> |
@@ -952,6 +938,12 @@ <h2 id="documentation"><a name="Documentation"></a>Documentation</h2> |
952 | 938 | <a href="https://blog.feascript.com">FEAScript blog</a>. |
953 | 939 | </p> |
954 | 940 |
|
| 941 | + <div class="sponsor-cta"> |
| 942 | + 💖 If you find FEAScript useful, please consider supporting its development: |
| 943 | + <a href="https://github.com/sponsors/FEAScript">GitHub Sponsors</a> · |
| 944 | + <a href="https://liberapay.com/FEAScript/donate">Liberapay</a> |
| 945 | + </div> |
| 946 | + |
955 | 947 | <h2 id="licensing"><a name="Licensing"></a>Licensing</h2> |
956 | 948 | <p> |
957 | 949 | The core library of FEAScript is distributed under the terms of the |
|
0 commit comments