Add package links to landing page
This commit is contained in:
@@ -25,6 +25,24 @@ Production = Server & {
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="home-packages" aria-label="Official packages">
|
||||
<h2>Official packages</h2>
|
||||
<div class="package-links">
|
||||
<a href="https://crates.io/crates/decodal">
|
||||
<span>Rust crate</span>
|
||||
<strong>crates.io/crates/decodal</strong>
|
||||
</a>
|
||||
<a href="https://www.npmjs.com/package/decodal-wasm">
|
||||
<span>npm package</span>
|
||||
<strong>npmjs.com/package/decodal-wasm</strong>
|
||||
</a>
|
||||
<a href="https://jsr.io/@hare/decodal-wasm@0.1.2">
|
||||
<span>JSR package</span>
|
||||
<strong>jsr.io/@hare/decodal-wasm</strong>
|
||||
</a>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="home-grid" aria-label="Decodal overview">
|
||||
<article class="home-card">
|
||||
<h2>What it is</h2>
|
||||
|
||||
Reference in New Issue
Block a user