Skip to content

Commit

Permalink
Web: Add small footer to bottom of converter card.
Browse files Browse the repository at this point in the history
  • Loading branch information
schilkp committed Jul 3, 2024
1 parent c8f712f commit 3b95ab8
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ by running `mdbook build` in `docs/`. The latest version of the documentation ca

## Trace Converter + Viewing
The trace converter is written in rust, can be found [here](https://github.com/schilkp/Tonbandgeraet/tree/main/conv). For convenience there is
also a WASM version with web frontend, which can be found [here](https://schilk.co/Tonbandgeraet/).
also a WASM version with web frontend, which runs in the browser and can be found [here](https://schilk.co/Tonbandgeraet/).

---
## Status
Expand Down
17 changes: 17 additions & 0 deletions web/website/src/components/ConvertCard/ConvertCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -111,5 +111,22 @@ function download() {
</div>
</div>
<LogViewer />
<div class="uk-width-1-1 uk-margin"></div>
<div class="uk-grid-small uk-margin" uk-grid>
<div class="uk-width-1-4@s uk-text-center">
<a href="https://github.com/schilkp/Tonbandgeraet">📦 Source</a>
</div>
<div class="uk-width-1-4@s uk-text-center">
<a href="https://schilk.co/Tonbandgeraet/docs/index.html"
>📚 Documentation</a
>
</div>
<div class="uk-width-1-4@s uk-text-center">
<a href="https://schilk.co/">🌍 schilk.co</a>
</div>
<div class="uk-width-1-4@s uk-text-center">
Philipp Schilk '24, GNU GPL3
</div>
</div>
</div>
</template>

0 comments on commit 3b95ab8

Please sign in to comment.