From 72956050c5e1275103999cb892a0d7015c8b75e2 Mon Sep 17 00:00:00 2001 From: Johannes Nordskov Date: Thu, 10 Apr 2025 21:41:33 +0200 Subject: new artwork added --- static/images/capitalism-is-short-termed.jpg | Bin 0 -> 3573858 bytes static/images/corporate-greed-burn-in-hell.jpg | Bin 0 -> 3852698 bytes static/images/digitaliseret-kvaeg.jpg | Bin 0 -> 3885116 bytes static/images/no-job-more-life.jpg | Bin 0 -> 2947045 bytes static/images/outraged.jpg | Bin 0 -> 4823434 bytes static/js/data.json | 35 +++++++++++++++++++++++++ 6 files changed, 35 insertions(+) create mode 100644 static/images/capitalism-is-short-termed.jpg create mode 100644 static/images/corporate-greed-burn-in-hell.jpg create mode 100644 static/images/digitaliseret-kvaeg.jpg create mode 100644 static/images/no-job-more-life.jpg create mode 100644 static/images/outraged.jpg diff --git a/static/images/capitalism-is-short-termed.jpg b/static/images/capitalism-is-short-termed.jpg new file mode 100644 index 0000000..b251691 Binary files /dev/null and b/static/images/capitalism-is-short-termed.jpg differ diff --git a/static/images/corporate-greed-burn-in-hell.jpg b/static/images/corporate-greed-burn-in-hell.jpg new file mode 100644 index 0000000..2275725 Binary files /dev/null and b/static/images/corporate-greed-burn-in-hell.jpg differ diff --git a/static/images/digitaliseret-kvaeg.jpg b/static/images/digitaliseret-kvaeg.jpg new file mode 100644 index 0000000..0fce330 Binary files /dev/null and b/static/images/digitaliseret-kvaeg.jpg differ diff --git a/static/images/no-job-more-life.jpg b/static/images/no-job-more-life.jpg new file mode 100644 index 0000000..e65e1f1 Binary files /dev/null and b/static/images/no-job-more-life.jpg differ diff --git a/static/images/outraged.jpg b/static/images/outraged.jpg new file mode 100644 index 0000000..49d35e6 Binary files /dev/null and b/static/images/outraged.jpg differ diff --git a/static/js/data.json b/static/js/data.json index e1af300..f2324e4 100644 --- a/static/js/data.json +++ b/static/js/data.json @@ -41,6 +41,13 @@ "authors": ["SPYO"], "image": "static/images/capitalism-has-no-democracy.jpg" }, + { + "lat": 55.654594, + "lng": 12.517883, + "name": "CAPiTALiSM iS SHORT-TERMED", + "authors": ["SPYO"], + "image": "static/images/capitalism-is-short-termed.jpg" + }, { "lat": 55.690506, "lng": 12.55555, @@ -48,6 +55,13 @@ "authors": ["SPYO"], "image": "./static/images/communicating-thru-walls....jpg" }, + { + "lat": 55.711808, + "lng": 12.553769, + "name": "CORPORATE GREED BURN iN HELL!", + "authors": ["SPYO"], + "image": "static/images/corporate-greed-burn-in-hell.jpg" + }, { "lat": 55.668254, "lng": 12.541757, @@ -62,6 +76,13 @@ "authors": ["SPYO"], "image": "static/images/diagnose.jpg" }, + { + "lat": 55.712058, + "lng": 12.552917, + "name": "DiGiTALiSEREt KVÆG", + "authors": [ "SPYO"], + "image": "static/images/digitaliseret-kvaeg.jpg" + }, { "lat": 55.668825, "lng": 12.543654, @@ -188,6 +209,13 @@ "authors": ["SPYO"], "image": "static/images/ne-traveillez-jamaiz.jpg" }, + { + "lat": 55.654581, + "lng": 12.517139, + "name": "NO JOB MORE LiFE", + "authors": ["SPYO"], + "image": "static/images/no-job-more-life.jpg" + }, { "lat": 55.698986, "lng": 12.536356, @@ -195,6 +223,13 @@ "authors": ["SPYO"], "image": "static/images/normen-trives.jpg" }, + { + "lat": 55.711875, + "lng": 12.553503, + "name": "OUTRAGED", + "authors": ["SPYO"], + "image": "static/images/outraged.jpg" + }, { "lat": 55.702919, "lng": 12.543353, -- cgit v1.3.1 From 36899d63dfb437105bffe4c7998e46d58a4398ca Mon Sep 17 00:00:00 2001 From: Johannes Nordskov Date: Thu, 10 Apr 2025 22:17:30 +0200 Subject: minor script changes --- generate-image-entry.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/generate-image-entry.py b/generate-image-entry.py index 8d812d8..d828cca 100644 --- a/generate-image-entry.py +++ b/generate-image-entry.py @@ -38,10 +38,10 @@ def main(): "lng": round(lon_dec_deg, 6), "name": "", "authors": ["SPYO"], - "image": "./static/images/" + "image": "static/images/" } - print(json.dumps(data, indent=4)) + print(json.dumps(data, indent=4) + ",") if __name__ == '__main__': -- cgit v1.3.1 From f3f350571c5b3926e6b73941a6d344ac6fbc0abf Mon Sep 17 00:00:00 2001 From: Johannes Nordskov Date: Fri, 11 Apr 2025 07:23:54 +0200 Subject: resized images --- static/images/capitalism-is-short-termed.jpg | Bin 3573858 -> 1019373 bytes static/images/corporate-greed-burn-in-hell.jpg | Bin 3852698 -> 1029203 bytes static/images/digitaliseret-kvaeg.jpg | Bin 3885116 -> 1091226 bytes static/images/no-job-more-life.jpg | Bin 2947045 -> 925482 bytes static/images/outraged.jpg | Bin 4823434 -> 1213227 bytes 5 files changed, 0 insertions(+), 0 deletions(-) diff --git a/static/images/capitalism-is-short-termed.jpg b/static/images/capitalism-is-short-termed.jpg index b251691..2a8f5aa 100644 Binary files a/static/images/capitalism-is-short-termed.jpg and b/static/images/capitalism-is-short-termed.jpg differ diff --git a/static/images/corporate-greed-burn-in-hell.jpg b/static/images/corporate-greed-burn-in-hell.jpg index 2275725..e0007e8 100644 Binary files a/static/images/corporate-greed-burn-in-hell.jpg and b/static/images/corporate-greed-burn-in-hell.jpg differ diff --git a/static/images/digitaliseret-kvaeg.jpg b/static/images/digitaliseret-kvaeg.jpg index 0fce330..1e7219b 100644 Binary files a/static/images/digitaliseret-kvaeg.jpg and b/static/images/digitaliseret-kvaeg.jpg differ diff --git a/static/images/no-job-more-life.jpg b/static/images/no-job-more-life.jpg index e65e1f1..3bd6fef 100644 Binary files a/static/images/no-job-more-life.jpg and b/static/images/no-job-more-life.jpg differ diff --git a/static/images/outraged.jpg b/static/images/outraged.jpg index 49d35e6..5f83dbb 100644 Binary files a/static/images/outraged.jpg and b/static/images/outraged.jpg differ -- cgit v1.3.1 From f4147ab670811c6b52c66bfc18563c77bc7bd796 Mon Sep 17 00:00:00 2001 From: Johannes Nordskov Date: Fri, 11 Apr 2025 16:17:34 +0200 Subject: corrected capitalisation --- static/js/data.json | 62 ++++++++++++++++++++++++++--------------------------- 1 file changed, 31 insertions(+), 31 deletions(-) diff --git a/static/js/data.json b/static/js/data.json index f2324e4..0701252 100644 --- a/static/js/data.json +++ b/static/js/data.json @@ -2,42 +2,42 @@ { "lat": 55.660186, "lng": 12.543522, - "name": "ALL YOU NEED IS LESS OF EVERYTHING", + "name": "ALL YOU NEED iS LESS OF EVERYTHiNG", "authors": ["SPYO"], "image": "static/images/all-you-need-is-less-of-everything.jpg" }, { "lat": 55.659767, "lng": 12.552625, - "name": "APARNAGE TIL ALLE - SLUK FOR DE RIGES PRIVILEGIER", + "name": "APARNAGE TIL ALLE!! SLUK FOR DE RiGES PRiViLEGiER!", "authors": ["SPYO"], "image": "static/images/aparnage-til-alle....jpg" }, { "lat": 55.655789, "lng": 12.540328, - "name": "ARTISTIC INTEGRITY - YOU ARE ABOUT TO BECOME PRIVATIZED AS STATE GOVERMENT PROPERTY (IM DYSLEXIC)", + "name": "ARTiSTiC iNTEGRiTY YOU ARE ABOUt tO BECOME PRiVAtiZED AS StAtE GOVERMENt PROPERtY (iM DYSLEXiC)", "authors": ["SPYO"], "image": "static/images/artistic-integrity-you-are....jpg" }, { "lat": 55.654025, "lng": 12.535908, - "name": "BIRDSFMK SPYO NON SERVIAM", + "name": "BIRDSFMK SPYO NON SERViAM", "authors": ["SPYO"], "image": "static/images/birdsfmk-spyo-non-serviam.jpg" }, { "lat": 55.657492, "lng": 12.556389, - "name": "BRÆND LORTET AF", + "name": "BRÆND LORTET AF!", "authors": ["SPYO"], "image": "static/images/braend-lortet-af.jpg" }, { "lat": 55.695297, "lng": 12.533322, - "name": "CAPITALISM HAS NO DEMOCRACY", + "name": "CAPiTALiSM HAS NO DEMOCRACY", "authors": ["SPYO"], "image": "static/images/capitalism-has-no-democracy.jpg" }, @@ -51,7 +51,7 @@ { "lat": 55.690506, "lng": 12.55555, - "name": "COMMUNICATING THRU WALLS...", + "name": "COMMUNiCATiNG THRU WALLS...", "authors": ["SPYO"], "image": "./static/images/communicating-thru-walls....jpg" }, @@ -65,7 +65,7 @@ { "lat": 55.668254, "lng": 12.541757, - "name": "DET SKA CHEFEN IK BE OM!", + "name": "DEt SKA CHEFEN iK BE OM!", "authors": ["SPYO"], "image": "static/images/det-ska-chefen-ik-be-om.jpg" }, @@ -86,28 +86,28 @@ { "lat": 55.668825, "lng": 12.543654, - "name": "DINE PROBLEMER HAR INGEN PROBLEMER", + "name": "DiNE PrObLEMEr HAr iNGEN PrObLEMEr", "authors": ["SPYO"], "image": "static/images/dine-problemer-har-ingen-problemer.jpg" }, { "lat": 55.655769, "lng": 12.538344, - "name": "DU ER BANKENS LILLE SKØDEHUND", + "name": "DU ER BANKENS LiLLE SKØDEHUND", "authors": ["SPYO"], "image": "static/images/du-er-bankens-lille-skoedehund.jpg" }, { "lat": 55.667844, "lng": 12.553230, - "name": "EVERYBODY WANTS TO BE AN ARTIST", + "name": "EVErYBODY WANTS TO BE AN ArTiST", "authors": ["SPYO"], "image": "static/images/everybody-wants-to-be-an-artist.jpg" }, { "lat": 55.698572, "lng": 12.535864, - "name": "FATNESS WORLD", + "name": "FAtNESS WORLD", "authors": ["SPYO"], "image": "static/images/fatness-world.jpg" }, @@ -121,14 +121,14 @@ { "lat": 55.657069, "lng": 12.555044, - "name": "GOVERMENT LIES!", + "name": "GOVERMENT LiES!", "authors": ["SPYO"], "image": "static/images/goverment-lies.jpg" }, { "lat": 55.655267, "lng": 12.540433, - "name": "GREENWASHING UR ASS WITH FINANCIAL MORALISM", + "name": "GREENWASHING UR ASS WitH FiNANCiAL MORALiSM", "authors": ["SPYO"], "image": "static/images/greenwashing-ur-ass....jpg" }, @@ -142,70 +142,70 @@ { "lat": 55.695747, "lng": 12.532172, - "name": "HANNE REUMERT ILDSJÆL", + "name": "HANNE REUMERT ILDSjÆL", "authors": ["SPYO"], "image": "static/images/hanne-reumert-ildsjael.jpg" }, { "lat": 55.652508, "lng": 12.516631, - "name": "HISTORIELØST SAMFUND", + "name": "HiSTORiELØST SAMFUND", "authors": ["SPYO"], "image": "./static/images/historieloest-samfund.jpg" }, { "lat": 55.667302, "lng": 12.539762, - "name": "HOVEDLØST OVERFORBRUG", + "name": "HOVEDLØST OVERFOrBrUG", "authors": ["SPYO"], "image": "static/images/hovedloest-overforbrug.jpg" }, { "lat": 55.666580, "lng": 12.550174, - "name": "IM GAY", + "name": "iM GAY", "authors": ["SPYO"], "image": "static/images/im-gay.jpg" }, { "lat": 55.692183, "lng": 12.556647, - "name": "JYDERESERVAT", + "name": "jYDERESERVAT", "authors": ["SPYO"], "image": "static/images/jydereservat.jpg" }, { "lat": 55.667409, "lng": 12.539276, - "name": "KAPITALEN ER BEGEJSTRET", + "name": "KAPiTALEN ER BEGEJSTRET", "authors": ["SPYO"], "image": "static/images/kapitalen-er-begejstret.jpg" }, { "lat": 55.659050, "lng": 12.543878, - "name": "KUNST OG KULTUR FUNGERE BEDST UNDER ORDNEDE FORHOLD, HILSEN STAT OG KOMMUNE", + "name": "KUNSt&KULtUR FUNGERE BEDSt UNDER ORDNEDE FORHOLD, HiLSEN StAt&KOMMUNE", "authors": ["SPYO"], "image": "static/images/kunst-og-kultur-fungere-bedst....jpg" }, { "lat": 55.669817, "lng": 12.551470, - "name": "KØB MER!", + "name": "KØb MER!", "authors": ["SPYO"], "image": "static/images/koeb-mer.jpg" }, { "lat": 55.654961, "lng": 12.520164, - "name": "MENNESKET FØR PROFIT", + "name": "MENNESKET FØR PrOFiT", "authors": ["SPYO"], "image": "./static/images/mennesket-foer-profit.jpg" }, { "lat": 55.655633, "lng": 12.539511, - "name": "NE TRAVAILLEZ JAMAIS", + "name": "NE TRAVAiLLEZ jAMAiS", "authors": ["SPYO"], "image": "static/images/ne-traveillez-jamaiz.jpg" }, @@ -240,21 +240,21 @@ { "lat": 55.655992, "lng": 12.538383, - "name": "POLITICALLY ORGANISED DENIAL", + "name": "POLiTiCALLY ORGANiSED DENiAL! :(", "authors": ["SPYO"], "image": "static/images/politically-organised-denial.jpg" }, { "lat": 55.670386, "lng": 12.538222, - "name": "POLITIK = PØLS", + "name": "POLiTiK=PØLs", "authors": ["SPYO"], "image": "static/images/politik-er-lig-poels.jpg" }, { "lat": 55.690506, "lng": 12.55555, - "name": "PSEUDO - DIT LIV ER RØV SKOD", + "name": "PSEUDO DiT LiV ER RØV SKOD", "authors": ["SPYO"], "image": "./static/images/pseudo-dit-liv-er-roev-skod.jpg" }, @@ -275,7 +275,7 @@ { "lat": 55.655578, "lng": 12.540731, - "name": "STRUKTUREL FATTIGDOM", + "name": "STRUKTUREL FATTiGDOM", "authors": ["SPYO"], "image": "static/images/strukturel-fattigdom.jpg" }, @@ -289,21 +289,21 @@ { "lat": 55.652681, "lng": 12.515906, - "name": "THIS MAY NOT REFLECT REAL LIVE SITUATIONS", + "name": "THiS MAY NOT REFLECT REAL LiVE SiTUATiONS", "authors": ["SPYO"], "image": "./static/images/this-may-not-reflect-real-live-situations.jpg" }, { "lat": 55.660000, "lng": 12.553628, - "name": "TRESPASSERS WILL BE ACKNOWLEDGED CHERISED APPLAUDED - IN THE END SALUTED", + "name": "TRESPASSERS WiLL BE ACKNOWLEDGED CHERiSHED AND APPLAUDED-IN THE END SALUTED", "authors": ["SPYO"], "image": "static/images/trespassers-will-be-acknowledged....jpg" }, { "lat": 55.695683, "lng": 12.531800, - "name": "TRY PRIVATIZING THIS", + "name": "TRY PRiVATiZiNG THiS", "authors": ["SPYO"], "image": "static/images/try-privatizing-this.jpg" } -- cgit v1.3.1 From 06f32b5de03b340c8444f6b0fec259dc834583c5 Mon Sep 17 00:00:00 2001 From: Johannes Nordskov Date: Fri, 11 Apr 2025 16:23:33 +0200 Subject: missed single upper/lower case entry --- static/js/data.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/data.json b/static/js/data.json index 0701252..bdf7c75 100644 --- a/static/js/data.json +++ b/static/js/data.json @@ -282,7 +282,7 @@ { "lat": 55.668428, "lng": 12.542317, - "name": "TAK MAGTHAVERNE.. FOR AT HOLDE DIG BESKÆFTIGET", + "name": "TAK MAGtHAVERNE.. FOR At HOLDE DiG BESKÆFtiGEt", "authors": ["SPYO"], "image": "./static/images/tak-magthaverne..-for-at-holde-dig-beskaeftiget.jpg" }, -- cgit v1.3.1 From abba9a7c3c056a3d17114e5a089c06ebb5296107 Mon Sep 17 00:00:00 2001 From: Johannes Nordskov Date: Fri, 11 Apr 2025 16:29:06 +0200 Subject: added spacing between links for readability --- static/style/style.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/static/style/style.css b/static/style/style.css index 0f20051..d37b497 100644 --- a/static/style/style.css +++ b/static/style/style.css @@ -32,6 +32,8 @@ body { li { list-style-position: outside; margin-left: 20px; + padding-top: 5px; + padding-bottom: 5px; } li::before { @@ -115,13 +117,13 @@ h1 { } a, a:visited { - text-decoration: underline; + text-decoration: none;; font-weight: bold; color: #DBDBDB; } a:hover { - text-decoration: underline; + text-decoration: none; color: #ffffff; } -- cgit v1.3.1 From da294f9e662d36c12237345cc7b504f56da2e3ca Mon Sep 17 00:00:00 2001 From: Johannes Nordskov Date: Sat, 12 Apr 2025 20:27:05 +0200 Subject: three new artworks added --- static/images/greta-thunberg.jpg | Bin 0 -> 844834 bytes static/images/neocolonialism-still-going-on.jpg | Bin 0 -> 890480 bytes static/images/smaafacistist-og-kulturloest.jpg | Bin 0 -> 968274 bytes static/js/data.json | 21 +++++++++++++++++++++ 4 files changed, 21 insertions(+) create mode 100644 static/images/greta-thunberg.jpg create mode 100644 static/images/neocolonialism-still-going-on.jpg create mode 100644 static/images/smaafacistist-og-kulturloest.jpg diff --git a/static/images/greta-thunberg.jpg b/static/images/greta-thunberg.jpg new file mode 100644 index 0000000..00af8bf Binary files /dev/null and b/static/images/greta-thunberg.jpg differ diff --git a/static/images/neocolonialism-still-going-on.jpg b/static/images/neocolonialism-still-going-on.jpg new file mode 100644 index 0000000..40c2478 Binary files /dev/null and b/static/images/neocolonialism-still-going-on.jpg differ diff --git a/static/images/smaafacistist-og-kulturloest.jpg b/static/images/smaafacistist-og-kulturloest.jpg new file mode 100644 index 0000000..b1b1f98 Binary files /dev/null and b/static/images/smaafacistist-og-kulturloest.jpg differ diff --git a/static/js/data.json b/static/js/data.json index bdf7c75..79af06f 100644 --- a/static/js/data.json +++ b/static/js/data.json @@ -132,6 +132,13 @@ "authors": ["SPYO"], "image": "static/images/greenwashing-ur-ass....jpg" }, + { + "lat": 55.654089, + "lng": 12.510417, + "name": "GrETA THUNBErG", + "authors": ["SPYO"], + "image": "static/images/greta-thunberg.jpg" + }, { "lat": 55.702442, "lng": 12.543458, @@ -209,6 +216,13 @@ "authors": ["SPYO"], "image": "static/images/ne-traveillez-jamaiz.jpg" }, + { + "lat": 55.650236, + "lng": 12.511519, + "name": "NEOCOLONiALiSM STiLL GOiNG ON", + "authors": ["SPYO", "SULT"], + "image": "static/images/neocolonialism-still-going-on.jpg" + }, { "lat": 55.654581, "lng": 12.517139, @@ -272,6 +286,13 @@ "authors": ["SPYO"], "image": "static/images/selvfed-isme.jpg" }, + { + "lat": 55.650836, + "lng": 12.511331, + "name": "SMÅFACiSTiSK OG KULTURLØST", + "authors": ["SPYO"], + "image": "static/images/smaafacistist-og-kulturloest.jpg" + }, { "lat": 55.655578, "lng": 12.540731, -- cgit v1.3.1 From c715326a54c6b5cb18d2daac148d9af8aefb04a0 Mon Sep 17 00:00:00 2001 From: Johannes Nordskov Date: Thu, 17 Apr 2025 22:37:38 +0200 Subject: new pieces --- static/images/capitalistic-democracy.jpg | Bin 0 -> 1223010 bytes static/images/chr.borg-er-lig-paradise-hotel.jpg | Bin 0 -> 1027632 bytes static/images/corporate-greed-stinks.jpg | Bin 0 -> 4720202 bytes static/images/crimefighters.jpg | Bin 0 -> 1164173 bytes static/images/europe-build-on-colonialism.jpg | Bin 0 -> 1398451 bytes static/images/free-palestine.jpg | Bin 0 -> 1611843 bytes static/images/gaza.jpg | Bin 0 -> 1190020 bytes static/images/hvid-skroebelighed.jpg | Bin 0 -> 1172303 bytes .../hvorfor-er-frihed-ik-en-global-rettighed.jpg | Bin 0 -> 895104 bytes static/images/jeg-forblev-i-narniaskabet.jpg | Bin 0 -> 810230 bytes .../images/kbhs-kommune-din-kaerlige-krykstok.jpg | Bin 0 -> 1491765 bytes static/images/landsforraeder-bjarne-corydon.jpg | Bin 0 -> 1502220 bytes static/images/leave-noone-behind.jpg | Bin 0 -> 972111 bytes static/images/mangfoldighed-nu.jpg | Bin 0 -> 1178490 bytes static/images/pasiv-indkomst.jpg | Bin 0 -> 1368637 bytes static/images/politiciansucks.jpg | Bin 0 -> 1309507 bytes static/images/smaafacistisk-ledelse.jpg | Bin 0 -> 976278 bytes static/images/stadig-uden-e-boks-og-nem-id.jpg | Bin 0 -> 1246245 bytes .../images/stop-making-rich-people-important.jpg | Bin 0 -> 1234049 bytes static/js/data.json | 161 +++++++++++++++++++++ 20 files changed, 161 insertions(+) create mode 100644 static/images/capitalistic-democracy.jpg create mode 100644 static/images/chr.borg-er-lig-paradise-hotel.jpg create mode 100644 static/images/corporate-greed-stinks.jpg create mode 100644 static/images/crimefighters.jpg create mode 100644 static/images/europe-build-on-colonialism.jpg create mode 100644 static/images/free-palestine.jpg create mode 100644 static/images/gaza.jpg create mode 100644 static/images/hvid-skroebelighed.jpg create mode 100644 static/images/hvorfor-er-frihed-ik-en-global-rettighed.jpg create mode 100644 static/images/jeg-forblev-i-narniaskabet.jpg create mode 100644 static/images/kbhs-kommune-din-kaerlige-krykstok.jpg create mode 100644 static/images/landsforraeder-bjarne-corydon.jpg create mode 100644 static/images/leave-noone-behind.jpg create mode 100644 static/images/mangfoldighed-nu.jpg create mode 100644 static/images/pasiv-indkomst.jpg create mode 100644 static/images/politiciansucks.jpg create mode 100644 static/images/smaafacistisk-ledelse.jpg create mode 100644 static/images/stadig-uden-e-boks-og-nem-id.jpg create mode 100644 static/images/stop-making-rich-people-important.jpg diff --git a/static/images/capitalistic-democracy.jpg b/static/images/capitalistic-democracy.jpg new file mode 100644 index 0000000..0d80431 Binary files /dev/null and b/static/images/capitalistic-democracy.jpg differ diff --git a/static/images/chr.borg-er-lig-paradise-hotel.jpg b/static/images/chr.borg-er-lig-paradise-hotel.jpg new file mode 100644 index 0000000..661e48e Binary files /dev/null and b/static/images/chr.borg-er-lig-paradise-hotel.jpg differ diff --git a/static/images/corporate-greed-stinks.jpg b/static/images/corporate-greed-stinks.jpg new file mode 100644 index 0000000..12949a1 Binary files /dev/null and b/static/images/corporate-greed-stinks.jpg differ diff --git a/static/images/crimefighters.jpg b/static/images/crimefighters.jpg new file mode 100644 index 0000000..9921f14 Binary files /dev/null and b/static/images/crimefighters.jpg differ diff --git a/static/images/europe-build-on-colonialism.jpg b/static/images/europe-build-on-colonialism.jpg new file mode 100644 index 0000000..f6de2bb Binary files /dev/null and b/static/images/europe-build-on-colonialism.jpg differ diff --git a/static/images/free-palestine.jpg b/static/images/free-palestine.jpg new file mode 100644 index 0000000..1c2c233 Binary files /dev/null and b/static/images/free-palestine.jpg differ diff --git a/static/images/gaza.jpg b/static/images/gaza.jpg new file mode 100644 index 0000000..965ed43 Binary files /dev/null and b/static/images/gaza.jpg differ diff --git a/static/images/hvid-skroebelighed.jpg b/static/images/hvid-skroebelighed.jpg new file mode 100644 index 0000000..db881e4 Binary files /dev/null and b/static/images/hvid-skroebelighed.jpg differ diff --git a/static/images/hvorfor-er-frihed-ik-en-global-rettighed.jpg b/static/images/hvorfor-er-frihed-ik-en-global-rettighed.jpg new file mode 100644 index 0000000..9549f78 Binary files /dev/null and b/static/images/hvorfor-er-frihed-ik-en-global-rettighed.jpg differ diff --git a/static/images/jeg-forblev-i-narniaskabet.jpg b/static/images/jeg-forblev-i-narniaskabet.jpg new file mode 100644 index 0000000..7e10498 Binary files /dev/null and b/static/images/jeg-forblev-i-narniaskabet.jpg differ diff --git a/static/images/kbhs-kommune-din-kaerlige-krykstok.jpg b/static/images/kbhs-kommune-din-kaerlige-krykstok.jpg new file mode 100644 index 0000000..d3e490b Binary files /dev/null and b/static/images/kbhs-kommune-din-kaerlige-krykstok.jpg differ diff --git a/static/images/landsforraeder-bjarne-corydon.jpg b/static/images/landsforraeder-bjarne-corydon.jpg new file mode 100644 index 0000000..99f4794 Binary files /dev/null and b/static/images/landsforraeder-bjarne-corydon.jpg differ diff --git a/static/images/leave-noone-behind.jpg b/static/images/leave-noone-behind.jpg new file mode 100644 index 0000000..f35cb51 Binary files /dev/null and b/static/images/leave-noone-behind.jpg differ diff --git a/static/images/mangfoldighed-nu.jpg b/static/images/mangfoldighed-nu.jpg new file mode 100644 index 0000000..655e73a Binary files /dev/null and b/static/images/mangfoldighed-nu.jpg differ diff --git a/static/images/pasiv-indkomst.jpg b/static/images/pasiv-indkomst.jpg new file mode 100644 index 0000000..c54f7bf Binary files /dev/null and b/static/images/pasiv-indkomst.jpg differ diff --git a/static/images/politiciansucks.jpg b/static/images/politiciansucks.jpg new file mode 100644 index 0000000..09bd650 Binary files /dev/null and b/static/images/politiciansucks.jpg differ diff --git a/static/images/smaafacistisk-ledelse.jpg b/static/images/smaafacistisk-ledelse.jpg new file mode 100644 index 0000000..8a83414 Binary files /dev/null and b/static/images/smaafacistisk-ledelse.jpg differ diff --git a/static/images/stadig-uden-e-boks-og-nem-id.jpg b/static/images/stadig-uden-e-boks-og-nem-id.jpg new file mode 100644 index 0000000..8ed0467 Binary files /dev/null and b/static/images/stadig-uden-e-boks-og-nem-id.jpg differ diff --git a/static/images/stop-making-rich-people-important.jpg b/static/images/stop-making-rich-people-important.jpg new file mode 100644 index 0000000..6d0fab7 Binary files /dev/null and b/static/images/stop-making-rich-people-important.jpg differ diff --git a/static/js/data.json b/static/js/data.json index 79af06f..bb7e7d2 100644 --- a/static/js/data.json +++ b/static/js/data.json @@ -48,6 +48,20 @@ "authors": ["SPYO"], "image": "static/images/capitalism-is-short-termed.jpg" }, + { + "lat": 55.686744, + "lng": 12.560272, + "name": "CAPiTALiSTiC DEMOCRACY", + "authors": ["SPYO"], + "image": "static/images/capitalistic-democracy.jpg" +}, + { + "lat": 55.683669, + "lng": 12.563781, + "name": "CHR.BORG=PARADiSE HOTEL", + "authors": ["SPYO", "SAZER"], + "image": "static/images/chr.borg-er-lig-paradise-hotel.jpg" + }, { "lat": 55.690506, "lng": 12.55555, @@ -62,6 +76,27 @@ "authors": ["SPYO"], "image": "static/images/corporate-greed-burn-in-hell.jpg" }, + { + "lat": 55.686508, + "lng": 12.551256, + "name": "CORPORATE GREED STiNKS!", + "authors": ["SPYO"], + "image": "static/images/corporate-greed-stinks.jpg" + }, + { + "lat": 55.686564, + "lng": 12.551086, + "name": "CORPORATiZED DEMOCRACY", + "authors": ["SPYO", "KURD1"], + "image": "static/images/politiciansucks.jpg" + }, + { + "lat": 55.685839, + "lng": 12.555461, + "name": "CRiMEFiGHTERS!", + "authors": ["SPYO", "DEPON"], + "image": "static/images/crimefighters.jpg" + }, { "lat": 55.668254, "lng": 12.541757, @@ -97,6 +132,13 @@ "authors": ["SPYO"], "image": "static/images/du-er-bankens-lille-skoedehund.jpg" }, + { + "lat": 55.686872, + "lng": 12.551217, + "name": "EUROPE BUiLD ON COLONiALiSM", + "authors": ["SPYO"], + "image": "static/images/europe-build-on-colonialism.jpg" + }, { "lat": 55.667844, "lng": 12.553230, @@ -118,6 +160,27 @@ "authors": ["SPYO"], "image": "static/images/forbrugsfesten.jpg" }, + { + "lat": 55.684922, + "lng": 12.555394, + "name": "FREE PALESTiNE", + "authors": ["SPYO"], + "image": "static/images/free-palestine.jpg" + }, + { + "lat": 55.686819, + "lng": 12.551469, + "name": "FUCK FASCISM", + "authors": ["SPYO", "SAZER"], + "image": "static/images/kbhs-kommune-din-kaerlige-krykstok.jpg" + }, + { + "lat": 55.685536, + "lng": 12.559842, + "name": "GAZA", + "authors": ["SPYO", "PUM"], + "image": "static/images/gaza.jpg" + }, { "lat": 55.657069, "lng": 12.555044, @@ -167,6 +230,20 @@ "authors": ["SPYO"], "image": "static/images/hovedloest-overforbrug.jpg" }, + { + "lat": 55.683519, + "lng": 12.564267, + "name": "HVORFOR ER FRiHED iK EN GLOBAL RETTiGHED.", + "authors": ["SPYO"], + "image": "static/images/hvorfor-er-frihed-ik-en-global-rettighed.jpg" + }, + { + "lat": 55.686664, + "lng": 12.551086, + "name": "HViD SKRØBELiGHED", + "authors": ["SPYO"], + "image": "static/images/hvid-skroebelighed.jpg" + }, { "lat": 55.666580, "lng": 12.550174, @@ -174,6 +251,13 @@ "authors": ["SPYO"], "image": "static/images/im-gay.jpg" }, + { + "lat": 55.683681, + "lng": 12.564467, + "name": "jEG FORBLEV i NARNiASKABET", + "authors": ["SPYO", "SAZER"], + "image": "static/images/jeg-forblev-i-narniaskabet.jpg" + }, { "lat": 55.692183, "lng": 12.556647, @@ -188,6 +272,13 @@ "authors": ["SPYO"], "image": "static/images/kapitalen-er-begejstret.jpg" }, + { + "lat": 55.686819, + "lng": 12.551469, + "name": "KBHS-KOMMUNE DiN KÆRLIGE KRYKSTOK", + "authors": ["SPYO"], + "image": "static/images/kbhs-kommune-din-kaerlige-krykstok.jpg" + }, { "lat": 55.659050, "lng": 12.543878, @@ -202,6 +293,34 @@ "authors": ["SPYO"], "image": "static/images/koeb-mer.jpg" }, + { + "lat": 55.685906, + "lng": 12.560081, + "name": "LANDSFORRÆDER BjARNE CORYDON", + "authors": ["SPYO"], + "image": "static/images/landsforraeder-bjarne-corydon.jpg" + }, + { + "lat": 55.686175, + "lng": 12.560594, + "name": "LEAVE NOONE BEHIND", + "authors": ["SPYO"], + "image": "static/images/leave-noone-behind.jpg" + }, + { + "lat": 55.686564, + "lng": 12.551086, + "name": "LETS ALL jUST BE NORMAL", + "authors": ["SPYO"], + "image": "static/images/politiciansucks.jpg" + }, + { + "lat": 55.684878, + "lng": 12.554564, + "name": "MANGFOLDiGHED NU!", + "authors": ["SPYO"], + "image": "static/images/mangfoldighed-nu.jpg" + }, { "lat": 55.654961, "lng": 12.520164, @@ -251,6 +370,13 @@ "authors": ["SPYO"], "image": "static/images/palestine-will-be-free.jpg" }, + { + "lat": 55.685269, + "lng": 12.554536, + "name": "PASiV iNDKOMST", + "authors": ["SPYO", "TESM"], + "image": "static/images/pasiv-indkomst.jpg" + }, { "lat": 55.655992, "lng": 12.538383, @@ -258,6 +384,13 @@ "authors": ["SPYO"], "image": "static/images/politically-organised-denial.jpg" }, + { + "lat": 55.686564, + "lng": 12.551086, + "name": "POLItICIAnSUCKS", + "authors": ["SPYO"], + "image": "static/images/politiciansucks.jpg" + }, { "lat": 55.670386, "lng": 12.538222, @@ -286,6 +419,13 @@ "authors": ["SPYO"], "image": "static/images/selvfed-isme.jpg" }, + { + "lat": 55.685128, + "lng": 12.559483, + "name": "SMÅFACiSTiSK LEDELSE", + "authors": ["SPYO"], + "image": "static/images/smaafacistisk-ledelse.jpg" + }, { "lat": 55.650836, "lng": 12.511331, @@ -293,6 +433,20 @@ "authors": ["SPYO"], "image": "static/images/smaafacistist-og-kulturloest.jpg" }, + { + "lat": 55.686511, + "lng": 12.551422, + "name": "STADiG UDEN E-BOKS OG NEM iD", + "authors": ["SPYO"], + "image": "static/images/stadig-uden-e-boks-og-nem-id.jpg" + }, + { + "lat": 55.686894, + "lng": 12.551008, + "name": "STOP MAKiNG RiCH PEOPLE iMPORTANT", + "authors": ["SPYO"], + "image": "static/images/stop-making-rich-people-important.jpg" + }, { "lat": 55.655578, "lng": 12.540731, @@ -327,5 +481,12 @@ "name": "TRY PRiVATiZiNG THiS", "authors": ["SPYO"], "image": "static/images/try-privatizing-this.jpg" + }, + { + "lat": 55.686564, + "lng": 12.551086, + "name": "UPARLAMENTARiSK ÅNDEHUL", + "authors": ["SPYO", "KURD1"], + "image": "static/images/politiciansucks.jpg" } ] -- cgit v1.3.1 From d7d908c46fe01f1ff433edd92158e3e1c49e7811 Mon Sep 17 00:00:00 2001 From: Johannes Nordskov Date: Thu, 1 May 2025 19:36:50 +0200 Subject: more data --- static/images/de-magtfuldes-daemonkrati.jpg | Bin 0 -> 1004974 bytes static/images/dine-penge-mig-i-roeven.jpg | Bin 0 -> 1239745 bytes static/images/eat-the-rich.jpg | Bin 0 -> 439509 bytes static/images/gaeld-er-en-livsstil.jpg | Bin 0 -> 1227986 bytes .../images/jeg-er-saerdeles-omstillingsparat.jpg | Bin 0 -> 1576440 bytes static/images/job-noget-der-ska-passes.jpg | Bin 0 -> 1209688 bytes static/images/sass-den-op-fra-slap.jpg | Bin 0 -> 900628 bytes static/js/data.json | 49 +++++++++++++++++++++ 8 files changed, 49 insertions(+) create mode 100644 static/images/de-magtfuldes-daemonkrati.jpg create mode 100644 static/images/dine-penge-mig-i-roeven.jpg create mode 100644 static/images/eat-the-rich.jpg create mode 100644 static/images/gaeld-er-en-livsstil.jpg create mode 100644 static/images/jeg-er-saerdeles-omstillingsparat.jpg create mode 100644 static/images/job-noget-der-ska-passes.jpg create mode 100644 static/images/sass-den-op-fra-slap.jpg diff --git a/static/images/de-magtfuldes-daemonkrati.jpg b/static/images/de-magtfuldes-daemonkrati.jpg new file mode 100644 index 0000000..19c72a7 Binary files /dev/null and b/static/images/de-magtfuldes-daemonkrati.jpg differ diff --git a/static/images/dine-penge-mig-i-roeven.jpg b/static/images/dine-penge-mig-i-roeven.jpg new file mode 100644 index 0000000..4362012 Binary files /dev/null and b/static/images/dine-penge-mig-i-roeven.jpg differ diff --git a/static/images/eat-the-rich.jpg b/static/images/eat-the-rich.jpg new file mode 100644 index 0000000..b7042a2 Binary files /dev/null and b/static/images/eat-the-rich.jpg differ diff --git a/static/images/gaeld-er-en-livsstil.jpg b/static/images/gaeld-er-en-livsstil.jpg new file mode 100644 index 0000000..4a40826 Binary files /dev/null and b/static/images/gaeld-er-en-livsstil.jpg differ diff --git a/static/images/jeg-er-saerdeles-omstillingsparat.jpg b/static/images/jeg-er-saerdeles-omstillingsparat.jpg new file mode 100644 index 0000000..3aab2d1 Binary files /dev/null and b/static/images/jeg-er-saerdeles-omstillingsparat.jpg differ diff --git a/static/images/job-noget-der-ska-passes.jpg b/static/images/job-noget-der-ska-passes.jpg new file mode 100644 index 0000000..f47a10e Binary files /dev/null and b/static/images/job-noget-der-ska-passes.jpg differ diff --git a/static/images/sass-den-op-fra-slap.jpg b/static/images/sass-den-op-fra-slap.jpg new file mode 100644 index 0000000..fdf70df Binary files /dev/null and b/static/images/sass-den-op-fra-slap.jpg differ diff --git a/static/js/data.json b/static/js/data.json index bb7e7d2..5558fe2 100644 --- a/static/js/data.json +++ b/static/js/data.json @@ -97,6 +97,13 @@ "authors": ["SPYO", "DEPON"], "image": "static/images/crimefighters.jpg" }, + { + "lat": 55.693908, + "lng": 12.547853, + "name": "DE MAGtFULDES DÆMONKRAti", + "authors": ["SPYO"], + "image": "static/images/de-magtfuldes-daemonkrati.jpg" + }, { "lat": 55.668254, "lng": 12.541757, @@ -118,6 +125,13 @@ "authors": [ "SPYO"], "image": "static/images/digitaliseret-kvaeg.jpg" }, + { + "lat": 55.692503, + "lng": 12.551478, + "name": "DinE PEnGE MiG i RØVEn", + "authors": ["SPYO"], + "image": "static/images/dine-penge-mig-i-roeven.jpg" + }, { "lat": 55.668825, "lng": 12.543654, @@ -132,6 +146,13 @@ "authors": ["SPYO"], "image": "static/images/du-er-bankens-lille-skoedehund.jpg" }, + { + "lat": 55.653962, + "lng": 12.535835, + "name": "EAT THE RiCH!", + "authors": ["SPYO"], + "image": "static/images/eat-the-rich.jpg" + }, { "lat": 55.686872, "lng": 12.551217, @@ -209,6 +230,13 @@ "authors": ["SPYO"], "image": "static/images/grundskyld.jpg" }, + { + "lat": 55.699464, + "lng": 12.544803, + "name": "GÆLD ER EN LiVSSTiL <3", + "authors": ["SPYO"], + "image": "static/images/gaeld-er-en-livsstil.jpg" + }, { "lat": 55.695747, "lng": 12.532172, @@ -251,6 +279,13 @@ "authors": ["SPYO"], "image": "static/images/im-gay.jpg" }, + { + "lat": 55.696828, + "lng": 12.546869, + "name": "jEG ER SÆRDELES OMSTiLLiNGSPARAT", + "authors": ["SPYO"], + "image": "static/images/jeg-er-saerdeles-omstillingsparat.jpg" + }, { "lat": 55.683681, "lng": 12.564467, @@ -258,6 +293,13 @@ "authors": ["SPYO", "SAZER"], "image": "static/images/jeg-forblev-i-narniaskabet.jpg" }, + { + "lat": 55.698394, + "lng": 12.544128, + "name": "jOB NOGET DER SKA PASSES!", + "authors": ["SPYO"], + "image": "static/images/job-noget-der-ska-passes.jpg" + }, { "lat": 55.692183, "lng": 12.556647, @@ -405,6 +447,13 @@ "authors": ["SPYO"], "image": "./static/images/pseudo-dit-liv-er-roev-skod.jpg" }, + { + "lat": 55.698511, + "lng": 12.543947, + "name": "SASS DEN OP FRA SLAP", + "authors": ["SPYO"], + "image": "static/images/sass-den-op-fra-slap.jpg" + }, { "lat": 55.660589, "lng": 12.514628, -- cgit v1.3.1 From 72a09cf77bd22c31453bc0508672b01a432ad600 Mon Sep 17 00:00:00 2001 From: Johannes Nordskov Date: Sat, 10 May 2025 10:52:23 +0200 Subject: more data --- static/images/er-penge-dynamiske.jpg | Bin 0 -> 324047 bytes static/images/imperialistic-mindfulness.jpg | Bin 0 -> 1194880 bytes static/images/medmenneskelighed.jpg | Bin 0 -> 463713 bytes static/images/nej-tak-til-rotteraeset.jpg | Bin 0 -> 278990 bytes static/js/data.json | 34 +++++++++++++++++++++++++--- 5 files changed, 31 insertions(+), 3 deletions(-) create mode 100644 static/images/er-penge-dynamiske.jpg create mode 100644 static/images/imperialistic-mindfulness.jpg create mode 100644 static/images/medmenneskelighed.jpg create mode 100644 static/images/nej-tak-til-rotteraeset.jpg diff --git a/static/images/er-penge-dynamiske.jpg b/static/images/er-penge-dynamiske.jpg new file mode 100644 index 0000000..372289f Binary files /dev/null and b/static/images/er-penge-dynamiske.jpg differ diff --git a/static/images/imperialistic-mindfulness.jpg b/static/images/imperialistic-mindfulness.jpg new file mode 100644 index 0000000..e14167e Binary files /dev/null and b/static/images/imperialistic-mindfulness.jpg differ diff --git a/static/images/medmenneskelighed.jpg b/static/images/medmenneskelighed.jpg new file mode 100644 index 0000000..6e00ba3 Binary files /dev/null and b/static/images/medmenneskelighed.jpg differ diff --git a/static/images/nej-tak-til-rotteraeset.jpg b/static/images/nej-tak-til-rotteraeset.jpg new file mode 100644 index 0000000..a875e7e Binary files /dev/null and b/static/images/nej-tak-til-rotteraeset.jpg differ diff --git a/static/js/data.json b/static/js/data.json index 5558fe2..39d5357 100644 --- a/static/js/data.json +++ b/static/js/data.json @@ -23,7 +23,7 @@ { "lat": 55.654025, "lng": 12.535908, - "name": "BIRDSFMK SPYO NON SERViAM", + "name": "NON SERViAM", "authors": ["SPYO"], "image": "static/images/birdsfmk-spyo-non-serviam.jpg" }, @@ -77,7 +77,7 @@ "image": "static/images/corporate-greed-burn-in-hell.jpg" }, { - "lat": 55.686508, + "lat": 55.686508, "lng": 12.551256, "name": "CORPORATE GREED STiNKS!", "authors": ["SPYO"], @@ -153,6 +153,13 @@ "authors": ["SPYO"], "image": "static/images/eat-the-rich.jpg" }, + { + "lat": 55.664269, + "lng": 12.576508, + "name": "ER PENGE DYNAMiSKE", + "authors": ["SPYO"], + "image": "static/images/er-penge-dynamiske.jpg" + }, { "lat": 55.686872, "lng": 12.551217, @@ -279,6 +286,13 @@ "authors": ["SPYO"], "image": "static/images/im-gay.jpg" }, + { + "lat": 55.66335, + "lng": 12.536819, + "name": "iMPERiALiSTiC MiNDFULNESS", + "authors": ["SPYO", "DEPON"], + "image": "static/images/imperialistic-mindfulness.jpg" + }, { "lat": 55.696828, "lng": 12.546869, @@ -363,12 +377,19 @@ "authors": ["SPYO"], "image": "static/images/mangfoldighed-nu.jpg" }, + { + "lat": 55.662946, + "lng": 12.575752, + "name": "MEDMENNESKELiGHED", + "authors": ["SPYO"], + "image": "static/images/medmenneskelighed.jpg" + }, { "lat": 55.654961, "lng": 12.520164, "name": "MENNESKET FØR PrOFiT", "authors": ["SPYO"], - "image": "./static/images/mennesket-foer-profit.jpg" + "image": "static/images/mennesket-foer-profit.jpg" }, { "lat": 55.655633, @@ -377,6 +398,13 @@ "authors": ["SPYO"], "image": "static/images/ne-traveillez-jamaiz.jpg" }, + { + "lat": 55.639513, + "lng": 12.550421, + "name": "NEj TAK TiL ROTTERÆSET", + "authors": ["SPYO"], + "image": "static/images/nej-tak-til-rotteraeset.jpg" + }, { "lat": 55.650236, "lng": 12.511519, -- cgit v1.3.1 From 2def756f771626f0e98d23f1f4c4bbdcd97151ce Mon Sep 17 00:00:00 2001 From: Johannes Nordskov Date: Sat, 10 May 2025 10:56:28 +0200 Subject: updated authors --- static/js/data.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/data.json b/static/js/data.json index 39d5357..78cb9e2 100644 --- a/static/js/data.json +++ b/static/js/data.json @@ -402,7 +402,7 @@ "lat": 55.639513, "lng": 12.550421, "name": "NEj TAK TiL ROTTERÆSET", - "authors": ["SPYO"], + "authors": ["SPYO", "SULT", "WHO"], "image": "static/images/nej-tak-til-rotteraeset.jpg" }, { -- cgit v1.3.1 From 4e9484c77419872dc5178ef9aa29f45dce8e17d5 Mon Sep 17 00:00:00 2001 From: Johannes Nordskov Date: Sat, 10 May 2025 11:05:36 +0200 Subject: corrected gps coordinates --- static/js/data.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/js/data.json b/static/js/data.json index 78cb9e2..6841ae9 100644 --- a/static/js/data.json +++ b/static/js/data.json @@ -399,8 +399,8 @@ "image": "static/images/ne-traveillez-jamaiz.jpg" }, { - "lat": 55.639513, - "lng": 12.550421, + "lat": 55.639460, + "lng": 12.550777, "name": "NEj TAK TiL ROTTERÆSET", "authors": ["SPYO", "SULT", "WHO"], "image": "static/images/nej-tak-til-rotteraeset.jpg" -- cgit v1.3.1 From 278a605f37b7087cf0f3521bb50eff60052b824f Mon Sep 17 00:00:00 2001 From: Johannes Nordskov Date: Thu, 15 May 2025 18:40:34 +0200 Subject: added new data --- static/images/define-freedom.jpeg | Bin 0 -> 167534 bytes static/images/drifters-and-dreamers.jpeg | Bin 0 -> 509314 bytes static/images/humans-dehumanize.jpeg | Bin 0 -> 350956 bytes static/images/medfoedte-privilegier.jpeg | Bin 0 -> 327591 bytes static/images/self-sufficient-with-no-image.jpeg | Bin 0 -> 1023872 bytes static/images/stavnsbundet.jpeg | Bin 0 -> 367836 bytes static/images/stenbroens-buttede-afrodite.jpeg | Bin 0 -> 393917 bytes static/js/data.json | 62 ++++++++++++++++++++--- 8 files changed, 55 insertions(+), 7 deletions(-) create mode 100644 static/images/define-freedom.jpeg create mode 100644 static/images/drifters-and-dreamers.jpeg create mode 100644 static/images/humans-dehumanize.jpeg create mode 100644 static/images/medfoedte-privilegier.jpeg create mode 100644 static/images/self-sufficient-with-no-image.jpeg create mode 100644 static/images/stavnsbundet.jpeg create mode 100644 static/images/stenbroens-buttede-afrodite.jpeg diff --git a/static/images/define-freedom.jpeg b/static/images/define-freedom.jpeg new file mode 100644 index 0000000..804a54b Binary files /dev/null and b/static/images/define-freedom.jpeg differ diff --git a/static/images/drifters-and-dreamers.jpeg b/static/images/drifters-and-dreamers.jpeg new file mode 100644 index 0000000..a487d65 Binary files /dev/null and b/static/images/drifters-and-dreamers.jpeg differ diff --git a/static/images/humans-dehumanize.jpeg b/static/images/humans-dehumanize.jpeg new file mode 100644 index 0000000..a4cd3cf Binary files /dev/null and b/static/images/humans-dehumanize.jpeg differ diff --git a/static/images/medfoedte-privilegier.jpeg b/static/images/medfoedte-privilegier.jpeg new file mode 100644 index 0000000..8cfe1c2 Binary files /dev/null and b/static/images/medfoedte-privilegier.jpeg differ diff --git a/static/images/self-sufficient-with-no-image.jpeg b/static/images/self-sufficient-with-no-image.jpeg new file mode 100644 index 0000000..31fe2db Binary files /dev/null and b/static/images/self-sufficient-with-no-image.jpeg differ diff --git a/static/images/stavnsbundet.jpeg b/static/images/stavnsbundet.jpeg new file mode 100644 index 0000000..436ea52 Binary files /dev/null and b/static/images/stavnsbundet.jpeg differ diff --git a/static/images/stenbroens-buttede-afrodite.jpeg b/static/images/stenbroens-buttede-afrodite.jpeg new file mode 100644 index 0000000..dfaedd9 Binary files /dev/null and b/static/images/stenbroens-buttede-afrodite.jpeg differ diff --git a/static/js/data.json b/static/js/data.json index 6841ae9..40d6012 100644 --- a/static/js/data.json +++ b/static/js/data.json @@ -20,13 +20,6 @@ "authors": ["SPYO"], "image": "static/images/artistic-integrity-you-are....jpg" }, - { - "lat": 55.654025, - "lng": 12.535908, - "name": "NON SERViAM", - "authors": ["SPYO"], - "image": "static/images/birdsfmk-spyo-non-serviam.jpg" - }, { "lat": 55.657492, "lng": 12.556389, @@ -104,6 +97,13 @@ "authors": ["SPYO"], "image": "static/images/de-magtfuldes-daemonkrati.jpg" }, + { + "lat": 55.700823, + "lng": 12.534096, + "name": "DEFiNE FREEDOM", + "authors": ["SPYO"], + "image": "static/images/define-freedom.jpeg" + }, { "lat": 55.668254, "lng": 12.541757, @@ -139,6 +139,13 @@ "authors": ["SPYO"], "image": "static/images/dine-problemer-har-ingen-problemer.jpg" }, + { + "lat": 55.693148, + "lng": 12.611749, + "name": "DRiFTeRS AND DREAMERS", + "authors": ["SPYO"], + "image": "static/images/drifters-and-dreamers.jpeg" + }, { "lat": 55.655769, "lng": 12.538344, @@ -264,6 +271,12 @@ "name": "HOVEDLØST OVERFOrBrUG", "authors": ["SPYO"], "image": "static/images/hovedloest-overforbrug.jpg" + }, { + "lat": 55.697901, + "lng": 12.497877, + "name": "HUMANS DEHUMANiZE", + "authors": ["SPYO"], + "image": "static/images/humans-dehumanize.jpeg" }, { "lat": 55.683519, @@ -377,6 +390,13 @@ "authors": ["SPYO"], "image": "static/images/mangfoldighed-nu.jpg" }, + { + "lat": 55.682977, + "lng": 12.607277, + "name": "MEDFØDtE PRiViLEGiER", + "authors": ["SPYO"], + "image": "static/images/medfoedte-privilegier.jpeg" + }, { "lat": 55.662946, "lng": 12.575752, @@ -419,6 +439,13 @@ "authors": ["SPYO"], "image": "static/images/no-job-more-life.jpg" }, + { + "lat": 55.654025, + "lng": 12.535908, + "name": "NON SERViAM", + "authors": ["SPYO"], + "image": "static/images/birdsfmk-spyo-non-serviam.jpg" + }, { "lat": 55.698986, "lng": 12.536356, @@ -482,6 +509,13 @@ "authors": ["SPYO"], "image": "static/images/sass-den-op-fra-slap.jpg" }, + { + "lat": 55.693555, + "lng": 12.611938, + "name": "SELF SUFFiCiENT WiTH NO iMAGE", + "authors": ["SPYO"], + "image": "static/images/self-sufficient-with-no-image.jpeg" + }, { "lat": 55.660589, "lng": 12.514628, @@ -517,6 +551,20 @@ "authors": ["SPYO"], "image": "static/images/stadig-uden-e-boks-og-nem-id.jpg" }, + { + "lat": 55.697753, + "lng": 12.498571, + "name": "STAVNSBUNDET", + "authors": ["SPYO"], + "image": "static/images/stavnsbundet.jpeg" + }, + { + "lat": 55.697402, + "lng": 12.498428, + "name": "STENBROENS BUTTEDE AFRODiTE", + "authors": ["SPYO"], + "image": "static/images/stenbroens-buttede-afrodite.jpeg" + }, { "lat": 55.686894, "lng": 12.551008, -- cgit v1.3.1 From 5749d61ed31dfec9987b8ca4e120ff94d170ffd6 Mon Sep 17 00:00:00 2001 From: Johannes Nordskov Date: Thu, 15 May 2025 18:42:35 +0200 Subject: added author --- static/js/data.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/data.json b/static/js/data.json index 40d6012..7035237 100644 --- a/static/js/data.json +++ b/static/js/data.json @@ -143,7 +143,7 @@ "lat": 55.693148, "lng": 12.611749, "name": "DRiFTeRS AND DREAMERS", - "authors": ["SPYO"], + "authors": ["SPYO", "TeSM"], "image": "static/images/drifters-and-dreamers.jpeg" }, { -- cgit v1.3.1 From 4463c8a16ba5bad6187588426b54ab627f462e97 Mon Sep 17 00:00:00 2001 From: Johannes Nordskov Date: Sat, 17 May 2025 13:30:43 +0200 Subject: new image --- static/images/abusive-people-suck.jpeg | Bin 0 -> 224703 bytes static/js/data.json | 11 +++++++++-- 2 files changed, 9 insertions(+), 2 deletions(-) create mode 100644 static/images/abusive-people-suck.jpeg diff --git a/static/images/abusive-people-suck.jpeg b/static/images/abusive-people-suck.jpeg new file mode 100644 index 0000000..a555c54 Binary files /dev/null and b/static/images/abusive-people-suck.jpeg differ diff --git a/static/js/data.json b/static/js/data.json index 7035237..698f2d0 100644 --- a/static/js/data.json +++ b/static/js/data.json @@ -1,4 +1,11 @@ [ + { + "lat": 55.677347, + "lng": 12.603058, + "name": "ABUSiVE PEOPLE SUCK!", + "authors": ["SPYO"], + "image": "static/images/abusive-people-suck.jpeg" + }, { "lat": 55.660186, "lng": 12.543522, @@ -391,8 +398,8 @@ "image": "static/images/mangfoldighed-nu.jpg" }, { - "lat": 55.682977, - "lng": 12.607277, + "lat": 55.6827900, + "lng": 12.6082411, "name": "MEDFØDtE PRiViLEGiER", "authors": ["SPYO"], "image": "static/images/medfoedte-privilegier.jpeg" -- cgit v1.3.1 From 60fbb44d542b687022bff19fc1516fb95d716b93 Mon Sep 17 00:00:00 2001 From: Johannes Nordskov Date: Sat, 17 May 2025 13:40:13 +0200 Subject: README and script correction --- README.md | 4 ++-- generate-image-entry.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9dc755f..c5ba932 100644 --- a/README.md +++ b/README.md @@ -19,12 +19,12 @@ To add your submission to the project, follow the following procedure. 3. Enter the data for the new image in `static/js/data.json`. - The list is alphabetically sorted, so find the suitable place. - **lat/lng** - - You may use `generate-image-entry.py` to generate the boilerplate JSON and extract the `lat`/`lng` from the image (please verify them). The usage is `python generate-image-entry.py static/images/.jpg` and the script requires the python [`exif`](https://pypi.org/project/exif/) package. If GPS information is not included in the exif data, you can enter the coordinates manually. + - The `lat`/`lng` should be reflecting the position from where the image was taken. You may use `generate-image-entry.py` to generate the boilerplate JSON and extract the `lat`/`lng` from the image (please verify them). The usage is `python generate-image-entry.py static/images/.jpg` and the script requires the python [`exif`](https://pypi.org/project/exif/) package. If GPS information is not included in the exif data, you can enter the coordinates manually. - **name** - The `name` key should be the full and capitalised qoute of the actual artwork. - **authors** - The `author` key is a list of authors. It must at least contain **SPYO**. - **image** - - The `image` key is a path to the image. Should be ./static/images/.jpg + - The `image` key is a path to the image. Should be static/images/.jpg 5. Run `make image IMG=` to resize the image to a width of 1920 pixels and remove the exif data. `make image` requires the imagemagick and libimage-exiftool-perl (exiftool) packages. 6. Submit a pull request! diff --git a/generate-image-entry.py b/generate-image-entry.py index d828cca..ca00402 100644 --- a/generate-image-entry.py +++ b/generate-image-entry.py @@ -36,9 +36,9 @@ def main(): data = { "lat": round(lat_dec_deg, 6), "lng": round(lon_dec_deg, 6), - "name": "", + "name": "QUOTE", "authors": ["SPYO"], - "image": "static/images/" + "image": str(sys.argv[1]) } print(json.dumps(data, indent=4) + ",") -- cgit v1.3.1