Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
LimaoC authored Sep 6, 2023
2 parents 7f95387 + 2e17c7b commit 6c40f90
Show file tree
Hide file tree
Showing 10 changed files with 71 additions and 1 deletion.
64 changes: 64 additions & 0 deletions content/showcase/_index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,70 @@ <h1 class="title is-2">UQCS Showcase</h1>
link="https://github.com/henzo800/BeatHarder"
class="showcase-element has-text-centered"
>}}
{{< showcase-item
src="/img/media/showcase/perfect_cadence.png"
title="Perfect Cadence"
caption="<p>An iOS app for runners which syncs music bpm with running cadence.</p><p><b>2023 Hackathon Runner-Up</b></p>"
image-class="showcase-image"
link="https://github.com/leafthelegend/Perfect-Cadence"
class="showcase-element has-text-centered"
>}}
{{< showcase-item
src="/img/media/showcase/empathese.gif"
title="Empathese"
caption="<p>A conversation interpreter powered by Svelte and OpenAI with two modes: helpful and brutal!</p>"
image-class="showcase-image"
link="https://github.com/McCorsa/empathese"
class="showcase-element has-text-centered"
>}}
{{< showcase-item
src="/img/media/showcase/thecentenarian.png"
title="The Centenarian"
caption="<p>Explore space in a 100 year old scrap space ship with your scrap Arduino virtual cockpit.</p><p><b>2023 Hackathon People's Choice</b></p>"
image-class="showcase-image"
link="https://github.com/VaughanSampson/the-centenarian"
class="showcase-element has-text-centered"
>}}
{{< showcase-item
src="/img/media/showcase/uq_building_dle.png"
title="UQ-Building-dle"
caption="<p>A web-based game that's like wordle mixed with countrydle, but for UQ buildings.</p><p><b>2023 Hackathon Best Newcomers</b></p>"
image-class="showcase-image"
link="https://github.com/Spurkus/UQ-Building-dle"
class="showcase-element has-text-centered"
>}}
{{< showcase-item
src="/img/media/showcase/procatstination.png"
title="proCATstination"
caption="<p>A focus app to overcome your procrastination. It has cats and makes productivity fun!</p><p><b>2023 Hackathon Best Design</b></p>"
image-class="showcase-image"
link="https://github.com/kitkat016/procatstination"
class="showcase-element has-text-centered"
>}}
{{< showcase-item
src="/img/media/showcase/blackboardfs.png"
title="BlackboardFS"
caption="<p>BlackboardFS is a filesystem driver that allows you to view your Blackboard course contents as if they were normal files and folders on your system!</p><p><b>2023 Best Overall Project</b></p>"
image-class="showcase-image"
link="https://github.com/BlackboardFS/bbfs"
class="showcase-element has-text-centered"
>}}
{{< showcase-item
src="/img/media/showcase/ratlab.png"
title="ratlab"
caption="<p>A transpiler from a custom programming language (inspired by a certain matrix-based language) to rust. Written in rust.</p><p><b>2023 Hackathon Most Masochistic</b></p>"
image-class="showcase-image"
link="https://github.com/thatsealgair/ratlab"
class="showcase-element has-text-centered"
>}}
{{< showcase-item
src="/img/media/showcase/signquest.png"
title="SignQuest"
caption="<p>A webapp that gamifies learning sign language and assesses your skills in real time.</p><p><b>2023 Hackathon Best Community</b></p>"
image-class="showcase-image"
link="https://github.com/rkoll55/SignQuest"
class="showcase-element has-text-centered"
>}}
{{< showcase-item
src="/img/media/showcase/lofi.apng"
title="LoFi-ify"
Expand Down
8 changes: 7 additions & 1 deletion content/talks/_index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@
<div class="container is-size-5">
<div class="columns is-centered">
<div class="column is-12 is-8-desktop">
<div class="block has-text-centered">
<h1 class="title is-2">UQCS Tech Talks 2023</h1>
</div>
{{< youtube id="videoseries?list=PLjGNXiulWlORQls0DruKFwKkM0X5cJ_gl" >}}
<br/>

<div class="block has-text-centered">
<h1 class="title is-2">UQCS Tech Talks 2022</h1>
</div>
Expand All @@ -32,4 +38,4 @@ <h1 class="title is-2">UQCS Tech Talks 2019</h1>
</div>
</div>
</div>
</section>
</section>
Binary file added static/img/media/showcase/blackboardfs.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/media/showcase/empathese.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/media/showcase/perfect_cadence.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/media/showcase/procatstination.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/media/showcase/ratlab.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/media/showcase/signquest.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/media/showcase/thecentenarian.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/media/showcase/uq_building_dle.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6c40f90

Please sign in to comment.