From 2338eabd019f11c99dc35c2b1164870f488ce495 Mon Sep 17 00:00:00 2001 From: SSUPII Date: Mon, 2 Mar 2020 22:37:29 +0100 Subject: [PATCH] Prepared for release --- art.php | 4 ++-- artist.php | 4 ++-- city.php | 4 ++-- home.php | 4 ++-- museum.php | 4 ++-- res/style/content.css | 2 +- res/style/style.css | 2 +- start.php | 7 ------- 8 files changed, 12 insertions(+), 19 deletions(-) diff --git a/art.php b/art.php index 199ac63..fc73a58 100644 --- a/art.php +++ b/art.php @@ -17,7 +17,7 @@ $strings[] = "description"; $strings[] = "It appers that we don't have a description for this work..."; $strings[] = "We couldn't find this work on our database..."; - $strings[] = "This is no good!"; + $strings[] = "We'll try our best to fix this!"; $strings[] = "Ops... Looks like we got an error!"; break; } @@ -29,7 +29,7 @@ $strings[] = "descrizione"; $strings[] = "Non abbiamo una descrizione per questa opera..."; $strings[] = "Non siamo riusciti a trovare questa opera nel nostro database..."; - $strings[] = "Questo è male!"; + $strings[] = "Faremo del nostro meglio per risolvere ciò!"; $strings[] = "Ops... Si è verificato un errore!"; break; } diff --git a/artist.php b/artist.php index c4a3154..818d775 100644 --- a/artist.php +++ b/artist.php @@ -17,7 +17,7 @@ $strings[] = "title"; $strings[] = "type"; $strings[] = "We couldn't find anything on our database..."; - $strings[] = "What a shame!"; + $strings[] = "We'll try our best to fix this!"; $strings[] = "Ops... Looks like we got an error!"; $strings[] = "It appers that we don't have a description for this artist"; break; @@ -30,7 +30,7 @@ $strings[] = "titolo"; $strings[] = "tipo"; $strings[] = "Non abbiamo trovato nulla nel nostro database..."; - $strings[] = "Che situazione imbarazzante!"; + $strings[] = "Faremo del nostro meglio per risolvere ciò!"; $strings[] = "Ops... Si è verificato un errore!"; $strings[] = "Non abbiamo una descrizione per questo artista"; break; diff --git a/city.php b/city.php index 7f4e055..f3ab691 100644 --- a/city.php +++ b/city.php @@ -14,7 +14,7 @@ $strings[] = "Awesome! Now choose a museum or artist from that city."; $strings[] = "name"; $strings[] = "We couldn't find anything on our database..."; - $strings[] = "What a shame!"; + $strings[] = "We'll try our best to fix this!"; $strings[] = "Ops... Looks like we got an error!"; break; } @@ -23,7 +23,7 @@ $strings[] = "Fantastico! Ora scegli un museo o artista da quella città."; $strings[] = "nome"; $strings[] = "Non abbiamo trovato nulla nel nostro database..."; - $strings[] = "Che situazione imbarazzante!"; + $strings[] = "Faremo del nostro meglio per risolvere ciò!"; $strings[] = "Ops... Si è verificato un errore!"; break; } diff --git a/home.php b/home.php index 1d4ed68..c2289b1 100644 --- a/home.php +++ b/home.php @@ -9,7 +9,7 @@ $strings[] = "name"; $strings[] = "nation"; $strings[] = "We couldn't find anything on our database..."; - $strings[] = "What a shame!"; + $strings[] = "We'll try our best to fix this!"; $strings[] = "Ops... Looks like we got an error!"; break; } @@ -19,7 +19,7 @@ $strings[] = "nome"; $strings[] = "nazione"; $strings[] = "Non abbiamo trovato nulla nel nostro database..."; - $strings[] = "Che situazione imbarazzante!"; + $strings[] = "Faremo del nostro meglio per risolvere ciò!"; $strings[] = "Ops... Si è verificato un errore!"; break; } diff --git a/museum.php b/museum.php index f242802..d3e0538 100644 --- a/museum.php +++ b/museum.php @@ -17,7 +17,7 @@ $strings[] = "title"; $strings[] = "type"; $strings[] = "We couldn't find anything on our database..."; - $strings[] = "What a shame!"; + $strings[] = "We'll try our best to fix this!"; $strings[] = "Ops... Looks like we got an error!"; $strings[] = "It appers that we don't have a description for this museum..."; break; @@ -30,7 +30,7 @@ $strings[] = "titolo"; $strings[] = "tipo"; $strings[] = "Non abbiamo trovato nulla nel nostro database..."; - $strings[] = "Che situazione imbarazzante!"; + $strings[] = "Faremo del nostro meglio per risolvere ciò!"; $strings[] = "Ops... Si è verificato un errore!"; $strings[] = "Non abbiamo una descrizione per questo museo..."; break; diff --git a/res/style/content.css b/res/style/content.css index f20cb31..694e52b 100644 --- a/res/style/content.css +++ b/res/style/content.css @@ -54,7 +54,7 @@ img.fullArt { margin: 2%; } -@media screen and (max-width: 800px) { +@media screen and (max-width: 1080px) { div.listHolder { width: 100%; padding-bottom: 5vh; diff --git a/res/style/style.css b/res/style/style.css index d47e9cf..d06814a 100644 --- a/res/style/style.css +++ b/res/style/style.css @@ -98,7 +98,7 @@ p.description { } } -@media screen and (max-width: 800px) { +@media screen and (max-width: 480px) { img.icon { display: none; } diff --git a/start.php b/start.php index 59c096a..532a1b1 100644 --- a/start.php +++ b/start.php @@ -51,13 +51,6 @@

-
-

Changelog (English):

-

Beta 1.2:

- -