diff --git a/_game-jams/2022-01 Global Game Jam.md b/_game-jams/2022-01 Global Game Jam.md index 9a14d4d..f0ac4c6 100644 --- a/_game-jams/2022-01 Global Game Jam.md +++ b/_game-jams/2022-01 Global Game Jam.md @@ -2,7 +2,7 @@ layout: game_jam title: Global Game Jam 2022 theme: Duality -imageLink: /img/logos/globalGameJamBanner.png +imageLink: /img/logos/GGJ2022Banner.jpg jamLink: https://globalgamejam.org/2022/jam-sites/purdue-siggd --- diff --git a/game-jams/index.html b/game-jams/index.html index 598c276..973268f 100644 --- a/game-jams/index.html +++ b/game-jams/index.html @@ -2,33 +2,36 @@ layout: default ---
-

Game Jams

-
- {% for game_jam in site.game_jams reversed limit:2 %} -
-
- -
-
- -

{{ game_jam.title }}

-
- {% if game_jam.jamLink != null %} - Jam page link - {% endif %} - {% assign contentSize = game_jam.content | size %} - {% if game_jam.content contains ' - ' %} - {{ game_jam.content | split:' - ' | first }} -

Click here to read more.. - {% elsif contentSize > 512 %} - {{ game_jam.content | truncate: 512 }} -

Click here to read more.. - {% else %} - {{ game_jam.content }} - {% endif %} -
-
- {% endfor %} +

Game Jams

+
+ {% for jam in site.game-jams reversed %} +
+
+ +
+
+ {% if jam.jamLink != null %} + +

{{ jam.title }}

+
+ {$ else %} + +

{{ jam.title }}

+
+ {% endif %} + {% assign contentSize = jam.content | size %} + {% if jam.content contains ' + ' %} + {{ jam.content | split:' + ' | first }} +

Click here to read more.. + {% elsif contentSize > 512 %} + {{ jam.content | truncate: 512 }} +

Click here to read more.. + {% else %} + {{ jam.content }} + {% endif %} +
+
+ {% endfor %}
\ No newline at end of file diff --git a/img/logos/GGJ2022Banner.jpg b/img/logos/GGJ2022Banner.jpg new file mode 100644 index 0000000..0d522ed Binary files /dev/null and b/img/logos/GGJ2022Banner.jpg differ diff --git a/index.html b/index.html index 8197f07..12b304e 100644 --- a/index.html +++ b/index.html @@ -154,9 +154,15 @@
(See list of all game jams)
+ {% if jam.jamLink != null %} + +

{{ jam.title }}

+
+ {$ else %}

{{ jam.title }}

+ {% endif %} {% assign contentSize = jam.content | size %} {% if jam.content contains ' ' %}