Skip to content

Commit f445dbb

Browse files
committed
Use cards for Other Projects
1 parent 6650fcb commit f445dbb

File tree

1 file changed

+79
-15
lines changed

1 file changed

+79
-15
lines changed

src/other-projects.md

Lines changed: 79 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -12,22 +12,86 @@ description: "Links to my other projects."
1212

1313
# {{ title }}
1414

15-
## [ButterSTT](https://github.com/ButterscotchV/ButterSTT)
15+
<div class="columns is-multiline">
16+
<div class="column is-half">
17+
<div class="card">
18+
<header class="card-header">
19+
<p class="card-header-title">ButterSTT</p>
20+
</header>
21+
<div class="card-content">
22+
<div class="content">
23+
My open source speech to text program for VRChat! This is a passion project of mine built to provide a local free speech to text service that is fast.
24+
</div>
25+
</div>
26+
<footer class="card-footer is-nowrap is-flex-wrap-wrap">
27+
<a class="card-footer-item" href="https://github.com/ButterscotchV/ButterSTT" target="_blank" rel="noopener">GitHub</a>
28+
</footer>
29+
</div>
30+
</div>
1631

17-
My open source speech to text program for VRChat! This is a passion project of mine built to provide a local free speech to text service that is fast.
32+
<div class="column is-half">
33+
<div class="card">
34+
<header class="card-header">
35+
<p class="card-header-title">Bingus Search</p>
36+
</header>
37+
<div class="card-content">
38+
<div class="content">
39+
Bingus Search is a passion project of mine to assist with technical support, helping people find accurate information through a simple question-based search.
40+
</div>
41+
</div>
42+
<footer class="card-footer is-nowrap is-flex-wrap-wrap">
43+
<a class="card-footer-item" href="https://bingus.bscotch.ca/" target="_blank" rel="noopener">Website</a>
44+
<a class="card-footer-item" href="https://github.com/SlimeVR/Bingus-Search" target="_blank" rel="noopener">GitHub</a>
45+
</footer>
46+
</div>
47+
</div>
1848

19-
## [Bingus Search](https://bingus.bscotch.ca/)
49+
<div class="column is-half">
50+
<div class="card">
51+
<header class="card-header">
52+
<p class="card-header-title">SlimeVR Firmware Tool</p>
53+
</header>
54+
<div class="card-content">
55+
<div class="content">
56+
I host a fork of the SlimeVR Firmware Tool for people to use as the original is no longer hosted or maintained. There is a version integrated within the SlimeVR software which I highly recommend using instead.
57+
</div>
58+
</div>
59+
<footer class="card-footer is-nowrap is-flex-wrap-wrap">
60+
<a class="card-footer-item" href="https://slimevr-firmware.bscotch.ca/" target="_blank" rel="noopener">Website</a>
61+
</footer>
62+
</div>
63+
</div>
2064

21-
Bingus Search is a passion project of mine to assist with technical support, helping people find accurate information through a simple question-based search.
65+
<div class="column is-half">
66+
<div class="card">
67+
<header class="card-header">
68+
<p class="card-header-title">SlimeVR Testing Checklist</p>
69+
</header>
70+
<div class="card-content">
71+
<div class="content">
72+
This is a simple checklist I made to help with testing SlimeVR!
73+
</div>
74+
</div>
75+
<footer class="card-footer is-nowrap is-flex-wrap-wrap">
76+
<a class="card-footer-item" href="https://slimevr-testing.bscotch.ca/" target="_blank" rel="noopener">Website</a>
77+
<a class="card-footer-item" href="https://github.com/ButterscotchV/SlimeVR-Integration-Testing" target="_blank" rel="noopener">GitHub</a>
78+
</footer>
79+
</div>
80+
</div>
2281

23-
## [SlimeVR Firmware Tool](https://slimevr-firmware.bscotch.ca/)
24-
25-
I host a fork of the SlimeVR Firmware Tool for people to use as the original is no longer hosted or maintained. There is a version integrated within the SlimeVR software which I highly recommend using instead.
26-
27-
## [SlimeVR Testing Checklist](https://slimevr-testing.bscotch.ca/)
28-
29-
This is a simple checklist I made to help with testing SlimeVR!
30-
31-
## [SlimeVR Web GUI](https://slimevr-gui.bscotch.ca/)
32-
33-
Originally made for use with Termux for standalone SlimeVR, now it's no longer needed and it's recommended you follow the [mobile setup guide](https://docs.slimevr.dev/tools/mobile-installation.html).
82+
<div class="column is-half">
83+
<div class="card">
84+
<header class="card-header">
85+
<p class="card-header-title">SlimeVR Web GUI</p>
86+
</header>
87+
<div class="card-content">
88+
<div class="content">
89+
Originally made for use with Termux for standalone SlimeVR, now it's no longer needed and it's recommended you follow the <a href="https://docs.slimevr.dev/tools/mobile-installation.html" target="_blank" rel="noopener">mobile setup guide</a>.
90+
</div>
91+
</div>
92+
<footer class="card-footer is-nowrap is-flex-wrap-wrap">
93+
<a class="card-footer-item" href="https://slimevr-gui.bscotch.ca/" target="_blank" rel="noopener">Website</a>
94+
</footer>
95+
</div>
96+
</div>
97+
</div>

0 commit comments

Comments
 (0)