Author:worstprgr
Comitter:worstprgr
Date:2025-05-12 19:14:11 UTC
diff --git a/.gitignore b/.gitignore
index 22e3eee..500b378 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,5 @@
build/
images/*.jpg
*.tar.gz
deploy.sh
deploy.bat
diff --git a/www/data.js b/www/data.js
index 94ac2f3..dca5fce 100644
--- a/www/data.js
+++ b/www/data.js
@@ -28,7 +28,7 @@ const data = {
name: "Tonsky",
category: "tech",
url: "https://tonsky.me/",
description: "Developer and UI/UX designer. Great blog posts about developing. And a very funny website"
description: "Developer and UI/UX designer"
},
{
name: "Casey Muratori",
@@ -78,5 +78,11 @@ const data = {
url: "https://consumerrights.wiki/Main_Page",
description: "A database of consumer explotation practises. Contribution is very welcome!"
},
{
"name": "solarium.technology",
"category": "tech",
"url": "https://solarium.technology",
"description": "Tech related site, which also aims for a broad compatibility with many, many browsers"
},
]
}
diff --git a/www/data.json b/www/data.json
index 1c7a16b..358907e 100644
--- a/www/data.json
+++ b/www/data.json
@@ -27,7 +27,7 @@
"name": "Tonsky",
"category": "tech",
"url": "https://tonsky.me/",
"description": "Developer and UI/UX designer. Great blog posts about developing. And a very funny website"
"description": "Developer and UI/UX designer"
},
{
"name": "Casey Muratori",
@@ -76,5 +76,11 @@
"category": "misc",
"url": "https://consumerrights.wiki/Main_Page",
"description": "A database of consumer explotation practises. Contribution is very welcome!"
},
{
"name": "solarium.technology",
"category": "tech",
"url": "https://solarium.technology",
"description": "Tech related site, which also aims for a broad compatibility with many, many browsers"
}
]