Skip to content
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
11 changes: 9 additions & 2 deletions assets/projects.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ export default [
"scale": "1.75",
},
{
"url": "https://www.shadertoy.com/embed/tfVXz1?gui=false&t=10&paused=false&muted=true",
"url": "https://hamoid.com/static/code/shadertoy/shadertoy-tfVXz1.html",
"author": "aBe",
"author_url": "https://hamoid.com",
"color": "black",
"scale": "1.05",
"scale": "1",
},
{
"url": "https://cables.gl/view/y2j30p",
Expand Down Expand Up @@ -96,5 +96,12 @@ export default [
"author_url": "https://abd.ooo/90/",
"color": "black",
"scale": "1"
},
{
"url": "https://gfx.aimparency.org/greetings/",
"author": "fairlix",
"author_url": "https://avonx.space/",
"color": "black",
"scale": "1"
}
];
3 changes: 1 addition & 2 deletions public/_redirects
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@
/archive https://creativecodeberlin.github.io/Stammtisch/ 301
/jam https://funprogramming.org/pad/p/ccjam 301
/mastodon https://genart.social/@creativeCodeBLN 301
/twitter https://twitter.com/CreativeCodeBLN 301
/chat https://funprogramming.org/chat 301
/discord https://discord.gg/EnqmrU9 301
/discord https://discord.gg/CwNUGu5 301
/telegram https://t.me/creativecodeberlin 301
/instagram https://www.instagram.com/creativecodebln/ 301
/github https://github.com/CreativeCodeBerlin 301
Expand Down