diff options
| author | Fuwn <[email protected]> | 2022-03-17 05:00:29 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-03-17 05:00:29 -0700 |
| commit | e7914171e379ec5b7bec1836a33eb71375897d67 (patch) | |
| tree | de2a36946162a4cc50a18bad81e32d166b12e543 | |
| parent | fmt(routes): prettier (diff) | |
| download | frontend-next-e7914171e379ec5b7bec1836a33eb71375897d67.tar.xz frontend-next-e7914171e379ec5b7bec1836a33eb71375897d67.zip | |
feat(index): add related projects
| -rw-r--r-- | src/routes/index.svelte | 28 |
1 files changed, 22 insertions, 6 deletions
diff --git a/src/routes/index.svelte b/src/routes/index.svelte index 9497358..e178912 100644 --- a/src/routes/index.svelte +++ b/src/routes/index.svelte @@ -52,12 +52,28 @@ SPDX-License-Identifier: GPL-3.0-only --> <p>Double fetch_time = {fetchTime}; /* ms */</p> {/if} - <h2>Contributing</h2> - <p> - If you'd like to support the project in any way, check out the repositories: - </p> + <h2>Related Projects</h2> + <p>Check out these other [The] Senpy Club-related projects!</p> <ul> - <li><a href="https://github.com/senpy-club/api-worker">API</a></li> - <li><a href="https://github.com/senpy-club/frontend-next">Frontend</a></li> + <li> + <a href="https://github.com/senpy-club/api-worker">API</a> — The Senpy + Club API + </li> + <li> + <a href="https://github.com/senpy-club/frontend-next">Frontend</a> — + You are here! + </li> + <li> + <a href="https://github.com/senpy-club/cli">CLI</a> — Access The Senpy + Club API from your terminal! (and export it to files too!) + </li> + <li> + <a href="https://docs.rs/senpy"><code>senpy-rs</code></a> — Access + The Senpy Club API from <a href="https://www.rust-lang.org/">Rust</a>! + </li> + <li> + <a href="https://docs.rs/senpy-ffi"><codE>senpy-ffi</codE></a> — Access + The Senpy Club API from any programming language! + </li> </ul> </section> |