From 4e043fd79b49c1c0e3210e8387425e7951577fc3 Mon Sep 17 00:00:00 2001 From: Melvin Carvalho Date: Thu, 11 Jun 2026 01:05:24 +0200 Subject: [PATCH 01/14] schema-apps: gallery entry for OnlineStore --- index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/index.html b/index.html index c7bd483..fa93e3b 100644 --- a/index.html +++ b/index.html @@ -492,6 +492,7 @@

schema-apps

{ file: "dry-cleaning-or-laundry.html", name: "DryCleaningOrLaundry", icon: "๐Ÿงบ", accent: "#06b6d4", tag: "Laundry" }, { file: "recycling-center.html", name: "RecyclingCenter", icon: "โ™ป๏ธ", accent: "#15803d", tag: "Recycling" }, { file: "post-office.html", name: "PostOffice", icon: "๐Ÿ“ฎ", accent: "#dc2626", tag: "Post office" }, + { file: "online-store.html", name: "OnlineStore", icon: "๐Ÿ›’", accent: "#16a34a", tag: "E-shop" }, ]; const grid = document.getElementById("grid"); From c2ba2eecb29ff411176967e063ccec55c7735763 Mon Sep 17 00:00:00 2001 From: Melvin Carvalho Date: Thu, 11 Jun 2026 01:05:24 +0200 Subject: [PATCH 02/14] schema-apps: gallery entry for ShoeStore --- index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/index.html b/index.html index fa93e3b..7e2979a 100644 --- a/index.html +++ b/index.html @@ -493,6 +493,7 @@

schema-apps

{ file: "recycling-center.html", name: "RecyclingCenter", icon: "โ™ป๏ธ", accent: "#15803d", tag: "Recycling" }, { file: "post-office.html", name: "PostOffice", icon: "๐Ÿ“ฎ", accent: "#dc2626", tag: "Post office" }, { file: "online-store.html", name: "OnlineStore", icon: "๐Ÿ›’", accent: "#16a34a", tag: "E-shop" }, + { file: "shoe-store.html", name: "ShoeStore", icon: "๐Ÿ‘Ÿ", accent: "#dc2626", tag: "Shoes" }, ]; const grid = document.getElementById("grid"); From 20ff6db2d40e9ca557baabd0494c5f22328cf142 Mon Sep 17 00:00:00 2001 From: Melvin Carvalho Date: Thu, 11 Jun 2026 01:05:24 +0200 Subject: [PATCH 03/14] schema-apps: gallery entry for SportingGoodsStore --- index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/index.html b/index.html index 7e2979a..2dcbaf5 100644 --- a/index.html +++ b/index.html @@ -494,6 +494,7 @@

schema-apps

{ file: "post-office.html", name: "PostOffice", icon: "๐Ÿ“ฎ", accent: "#dc2626", tag: "Post office" }, { file: "online-store.html", name: "OnlineStore", icon: "๐Ÿ›’", accent: "#16a34a", tag: "E-shop" }, { file: "shoe-store.html", name: "ShoeStore", icon: "๐Ÿ‘Ÿ", accent: "#dc2626", tag: "Shoes" }, + { file: "sporting-goods-store.html", name: "SportingGoodsStore", icon: "๐Ÿ…", accent: "#16a34a", tag: "Sports gear" }, ]; const grid = document.getElementById("grid"); From fa5288ac940668c45c691b21bd450389faf5bae6 Mon Sep 17 00:00:00 2001 From: Melvin Carvalho Date: Thu, 11 Jun 2026 01:05:24 +0200 Subject: [PATCH 04/14] schema-apps: gallery entry for MusicStore --- index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/index.html b/index.html index 2dcbaf5..314f484 100644 --- a/index.html +++ b/index.html @@ -495,6 +495,7 @@

schema-apps

{ file: "online-store.html", name: "OnlineStore", icon: "๐Ÿ›’", accent: "#16a34a", tag: "E-shop" }, { file: "shoe-store.html", name: "ShoeStore", icon: "๐Ÿ‘Ÿ", accent: "#dc2626", tag: "Shoes" }, { file: "sporting-goods-store.html", name: "SportingGoodsStore", icon: "๐Ÿ…", accent: "#16a34a", tag: "Sports gear" }, + { file: "music-store.html", name: "MusicStore", icon: "๐ŸŽธ", accent: "#7c3aed", tag: "Music shop" }, ]; const grid = document.getElementById("grid"); From 801da48286e25053df57b1a77eb9bfa23a8b2d69 Mon Sep 17 00:00:00 2001 From: Melvin Carvalho Date: Thu, 11 Jun 2026 01:05:24 +0200 Subject: [PATCH 05/14] schema-apps: gallery entry for BikeStore --- index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/index.html b/index.html index 314f484..ba988f4 100644 --- a/index.html +++ b/index.html @@ -496,6 +496,7 @@

schema-apps

{ file: "shoe-store.html", name: "ShoeStore", icon: "๐Ÿ‘Ÿ", accent: "#dc2626", tag: "Shoes" }, { file: "sporting-goods-store.html", name: "SportingGoodsStore", icon: "๐Ÿ…", accent: "#16a34a", tag: "Sports gear" }, { file: "music-store.html", name: "MusicStore", icon: "๐ŸŽธ", accent: "#7c3aed", tag: "Music shop" }, + { file: "bike-store.html", name: "BikeStore", icon: "๐Ÿšฒ", accent: "#65a30d", tag: "Bikes" }, ]; const grid = document.getElementById("grid"); From eee8c931081de3aea6dcbd3b76b70fb010b91130 Mon Sep 17 00:00:00 2001 From: Melvin Carvalho Date: Thu, 11 Jun 2026 01:05:24 +0200 Subject: [PATCH 06/14] schema-apps: gallery entry for GardenStore --- index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/index.html b/index.html index ba988f4..e1caa9a 100644 --- a/index.html +++ b/index.html @@ -497,6 +497,7 @@

schema-apps

{ file: "sporting-goods-store.html", name: "SportingGoodsStore", icon: "๐Ÿ…", accent: "#16a34a", tag: "Sports gear" }, { file: "music-store.html", name: "MusicStore", icon: "๐ŸŽธ", accent: "#7c3aed", tag: "Music shop" }, { file: "bike-store.html", name: "BikeStore", icon: "๐Ÿšฒ", accent: "#65a30d", tag: "Bikes" }, + { file: "garden-store.html", name: "GardenStore", icon: "๐ŸŒฑ", accent: "#15803d", tag: "Garden" }, ]; const grid = document.getElementById("grid"); From a36974188dea51e8bbd88131c9faa168791ea359 Mon Sep 17 00:00:00 2001 From: Melvin Carvalho Date: Thu, 11 Jun 2026 01:05:24 +0200 Subject: [PATCH 07/14] schema-apps: gallery entry for HobbyShop --- index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/index.html b/index.html index e1caa9a..cbcbfee 100644 --- a/index.html +++ b/index.html @@ -498,6 +498,7 @@

schema-apps

{ file: "music-store.html", name: "MusicStore", icon: "๐ŸŽธ", accent: "#7c3aed", tag: "Music shop" }, { file: "bike-store.html", name: "BikeStore", icon: "๐Ÿšฒ", accent: "#65a30d", tag: "Bikes" }, { file: "garden-store.html", name: "GardenStore", icon: "๐ŸŒฑ", accent: "#15803d", tag: "Garden" }, + { file: "hobby-shop.html", name: "HobbyShop", icon: "๐Ÿงฉ", accent: "#f59e0b", tag: "Hobby" }, ]; const grid = document.getElementById("grid"); From 98128583f9105f83207f12bc72bf0e6ee9dea023 Mon Sep 17 00:00:00 2001 From: Melvin Carvalho Date: Thu, 11 Jun 2026 01:05:24 +0200 Subject: [PATCH 08/14] schema-apps: gallery entry for HomeGoodsStore --- index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/index.html b/index.html index cbcbfee..11b141f 100644 --- a/index.html +++ b/index.html @@ -499,6 +499,7 @@

schema-apps

{ file: "bike-store.html", name: "BikeStore", icon: "๐Ÿšฒ", accent: "#65a30d", tag: "Bikes" }, { file: "garden-store.html", name: "GardenStore", icon: "๐ŸŒฑ", accent: "#15803d", tag: "Garden" }, { file: "hobby-shop.html", name: "HobbyShop", icon: "๐Ÿงฉ", accent: "#f59e0b", tag: "Hobby" }, + { file: "home-goods-store.html", name: "HomeGoodsStore", icon: "๐Ÿช‘", accent: "#92400e", tag: "Home goods" }, ]; const grid = document.getElementById("grid"); From bbc7cb609b712707676ceb017a165dd15efa7649 Mon Sep 17 00:00:00 2001 From: Melvin Carvalho Date: Thu, 11 Jun 2026 01:05:24 +0200 Subject: [PATCH 09/14] schema-apps: gallery entry for ComputerStore --- index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/index.html b/index.html index 11b141f..b521b76 100644 --- a/index.html +++ b/index.html @@ -500,6 +500,7 @@

schema-apps

{ file: "garden-store.html", name: "GardenStore", icon: "๐ŸŒฑ", accent: "#15803d", tag: "Garden" }, { file: "hobby-shop.html", name: "HobbyShop", icon: "๐Ÿงฉ", accent: "#f59e0b", tag: "Hobby" }, { file: "home-goods-store.html", name: "HomeGoodsStore", icon: "๐Ÿช‘", accent: "#92400e", tag: "Home goods" }, + { file: "computer-store.html", name: "ComputerStore", icon: "๐Ÿ–ฅ๏ธ", accent: "#334155", tag: "Computers" }, ]; const grid = document.getElementById("grid"); From acbfecb9ad2a57806ccbb96d53028077a8a5bcb6 Mon Sep 17 00:00:00 2001 From: Melvin Carvalho Date: Thu, 11 Jun 2026 01:05:24 +0200 Subject: [PATCH 10/14] schema-apps: gallery entry for MobilePhoneStore --- index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/index.html b/index.html index b521b76..f4f153f 100644 --- a/index.html +++ b/index.html @@ -501,6 +501,7 @@

schema-apps

{ file: "hobby-shop.html", name: "HobbyShop", icon: "๐Ÿงฉ", accent: "#f59e0b", tag: "Hobby" }, { file: "home-goods-store.html", name: "HomeGoodsStore", icon: "๐Ÿช‘", accent: "#92400e", tag: "Home goods" }, { file: "computer-store.html", name: "ComputerStore", icon: "๐Ÿ–ฅ๏ธ", accent: "#334155", tag: "Computers" }, + { file: "mobile-phone-store.html", name: "MobilePhoneStore", icon: "๐Ÿ“ฑ", accent: "#0284c7", tag: "Phones" }, ]; const grid = document.getElementById("grid"); From ff4005d35289767f504b63f11941ec6b75e2edad Mon Sep 17 00:00:00 2001 From: Melvin Carvalho Date: Thu, 11 Jun 2026 01:05:24 +0200 Subject: [PATCH 11/14] schema-apps: gallery entry for PawnShop --- index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/index.html b/index.html index f4f153f..3fe5c5f 100644 --- a/index.html +++ b/index.html @@ -502,6 +502,7 @@

schema-apps

{ file: "home-goods-store.html", name: "HomeGoodsStore", icon: "๐Ÿช‘", accent: "#92400e", tag: "Home goods" }, { file: "computer-store.html", name: "ComputerStore", icon: "๐Ÿ–ฅ๏ธ", accent: "#334155", tag: "Computers" }, { file: "mobile-phone-store.html", name: "MobilePhoneStore", icon: "๐Ÿ“ฑ", accent: "#0284c7", tag: "Phones" }, + { file: "pawn-shop.html", name: "PawnShop", icon: "๐Ÿ’Ž", accent: "#ca8a04", tag: "Pawnbroker" }, ]; const grid = document.getElementById("grid"); From d8eccd492a345b207494e58f0f15e9ada58314bf Mon Sep 17 00:00:00 2001 From: Melvin Carvalho Date: Thu, 11 Jun 2026 01:05:24 +0200 Subject: [PATCH 12/14] schema-apps: gallery entry for InternetCafe --- index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/index.html b/index.html index 3fe5c5f..a090384 100644 --- a/index.html +++ b/index.html @@ -503,6 +503,7 @@

schema-apps

{ file: "computer-store.html", name: "ComputerStore", icon: "๐Ÿ–ฅ๏ธ", accent: "#334155", tag: "Computers" }, { file: "mobile-phone-store.html", name: "MobilePhoneStore", icon: "๐Ÿ“ฑ", accent: "#0284c7", tag: "Phones" }, { file: "pawn-shop.html", name: "PawnShop", icon: "๐Ÿ’Ž", accent: "#ca8a04", tag: "Pawnbroker" }, + { file: "internet-cafe.html", name: "InternetCafe", icon: "๐Ÿ–ฑ๏ธ", accent: "#7c3aed", tag: "Net cafรฉ" }, ]; const grid = document.getElementById("grid"); From 68948fa72c98991f70e84fc20e4c168e7c8f9baf Mon Sep 17 00:00:00 2001 From: Melvin Carvalho Date: Thu, 11 Jun 2026 01:05:24 +0200 Subject: [PATCH 13/14] schema-apps: gallery entry for EmergencyService --- index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/index.html b/index.html index a090384..ca8347c 100644 --- a/index.html +++ b/index.html @@ -504,6 +504,7 @@

schema-apps

{ file: "mobile-phone-store.html", name: "MobilePhoneStore", icon: "๐Ÿ“ฑ", accent: "#0284c7", tag: "Phones" }, { file: "pawn-shop.html", name: "PawnShop", icon: "๐Ÿ’Ž", accent: "#ca8a04", tag: "Pawnbroker" }, { file: "internet-cafe.html", name: "InternetCafe", icon: "๐Ÿ–ฑ๏ธ", accent: "#7c3aed", tag: "Net cafรฉ" }, + { file: "emergency-service.html", name: "EmergencyService", icon: "๐Ÿšจ", accent: "#dc2626", tag: "Emergency" }, ]; const grid = document.getElementById("grid"); From 521f5a48a7d281bc37362aa16398ec848429b331 Mon Sep 17 00:00:00 2001 From: Melvin Carvalho Date: Thu, 11 Jun 2026 01:05:24 +0200 Subject: [PATCH 14/14] schema-apps: gallery entry for PoliceStation --- index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/index.html b/index.html index ca8347c..a97c4ad 100644 --- a/index.html +++ b/index.html @@ -505,6 +505,7 @@

schema-apps

{ file: "pawn-shop.html", name: "PawnShop", icon: "๐Ÿ’Ž", accent: "#ca8a04", tag: "Pawnbroker" }, { file: "internet-cafe.html", name: "InternetCafe", icon: "๐Ÿ–ฑ๏ธ", accent: "#7c3aed", tag: "Net cafรฉ" }, { file: "emergency-service.html", name: "EmergencyService", icon: "๐Ÿšจ", accent: "#dc2626", tag: "Emergency" }, + { file: "police-station.html", name: "PoliceStation", icon: "๐Ÿš“", accent: "#1e3a8a", tag: "Police" }, ]; const grid = document.getElementById("grid");