Skip to content

Commit

Permalink
Added SuscatandStreet to showcase page (#338)
Browse files Browse the repository at this point in the history
  • Loading branch information
b-paul authored Oct 3, 2024
1 parent ebcf07c commit 5360b7e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Have you built something cool you want to show off to the world? It's easy to pu
2. Follow the "Getting Setup" instructions above, replacing the URL with your fork's URL.
2. Add your project to [content/showcase/_index.html](https://github.com/UQComputingSociety/website/blob/master/content/showcase/_index.html) by copying the format of an existing `showcase-item`. New projects should be added to the top.
3. Modify the `caption` text with a short blurb for your project. If you want to, you can use basic HTML in this field.
4. Add an image by adding it to the /img/media/showcase/ folder then specifying the `src` attribute. Images should be at least 1000×750 (larger images with the same aspect ratio are also fine).
4. Add an image by adding it to the static/img/media/showcase/ folder then specifying the `src` attribute. Images should be at least 1000×750 (larger images with the same aspect ratio are also fine).
5. Link your project's GitHub repository or website using the `link` attribute.
6. Preview the showcase page at http://localhost:1313/showcase/ and make sure you're happy with how it looks.
7. Create a pull request by following the steps at [CONTRIBUTING.md](CONTRIBUTING.md) (creating a new issue isn't required for showcase items).
Expand Down
8 changes: 8 additions & 0 deletions content/showcase/_index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@ <h1 class="title is-2">UQCS Showcase</h1>
<div class="columns is-centered">
<div class="column is-8">
<div class="showcase-gallery columns is-multiline">
{{< showcase-item
src="/img/media/showcase/suscatandstreet.png"
title="SuscatandStreet"
caption="<p>A Sus game which captures all emotions from sad to happy, through the magic of type theory.</p><p><b>2024 Hackathon Best Presentation</b></p>"
image-class="showcase-image"
link="https://github.com/xbarnett/SuscatandStreet/"
class="showcase-element has-text-centered"
>}}
{{< showcase-item
src="/img/media/showcase/UQuizzle.png"
title="UQuizzle"
Expand Down
Binary file added static/img/media/showcase/suscatandstreet.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 5360b7e

Please sign in to comment.