Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added SuscatandStreet to showcase page #338

Merged
merged 1 commit into from
Oct 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.
Loading