diff --git a/src/_includes/main/webcliques.njk b/src/_includes/main/webcliques.njk
index b654fbfe..914c72cc 100644
--- a/src/_includes/main/webcliques.njk
+++ b/src/_includes/main/webcliques.njk
@@ -1,6 +1,41 @@
+{%- macro webCliqueImg(file, width, height, alt="") -%}
+
+{%- endmacro -%}
+
+ - aromatic // lavender
+ - rainbow 🌈 black and purple
- My favourite food is: Mushrooms
- My favourite hot bevarage is Coffee
- - OTF Cassette Beasts
- - I Choose You! :: Breloom
+ -
+ {{ webCliqueImg("caffeineNATION.png", 80, 15) }}
+ caffeineNATION ☕︎ mocha latte
+
+ -
+ OTF
+ {{ webCliqueImg("OTF.png", 15, 16) }}
+ Cassette Beasts
+
+ -
+ LINKED !
+ {{ webCliqueImg("linked.png", 20, 20) }}
+ Meredith Chen
+
+ -
+ Juhani is the guardian of this website
+
+ -
+ unexpected song
+ {{ webCliqueImg("unexpectedsong.png", 16, 16) }}
+ Steven Stone
+
+ -
+ I Choose You! :: Breloom
+ {{ webCliqueImg("breloom.png", 23, 25) }}
+
+ -
+ my jam!!
+ {{ webCliqueImg("myjam.png", 16, 16) }}
+ "Same Old Story"
+
\ No newline at end of file
diff --git a/src/assets/cliques/caffeineNATION.png b/src/assets/cliques/caffeineNATION.png
new file mode 100644
index 00000000..f1d795fb
Binary files /dev/null and b/src/assets/cliques/caffeineNATION.png differ
diff --git a/src/assets/cliques/linked.png b/src/assets/cliques/linked.png
new file mode 100644
index 00000000..5b033208
Binary files /dev/null and b/src/assets/cliques/linked.png differ
diff --git a/src/assets/cliques/myjam.png b/src/assets/cliques/myjam.png
new file mode 100644
index 00000000..eb3453ca
Binary files /dev/null and b/src/assets/cliques/myjam.png differ
diff --git a/src/assets/cliques/unexpectedsong.png b/src/assets/cliques/unexpectedsong.png
new file mode 100644
index 00000000..6b3c9da0
Binary files /dev/null and b/src/assets/cliques/unexpectedsong.png differ