Skip to content

Commit

Permalink
Prepared for release
Browse files Browse the repository at this point in the history
  • Loading branch information
SSUPII committed Mar 2, 2020
1 parent ff406b0 commit 2338eab
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 19 deletions.
4 changes: 2 additions & 2 deletions art.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand All @@ -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;
}
Expand Down
4 changes: 2 additions & 2 deletions artist.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -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;
Expand Down
4 changes: 2 additions & 2 deletions city.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand All @@ -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;
}
Expand Down
4 changes: 2 additions & 2 deletions home.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand All @@ -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;
}
Expand Down
4 changes: 2 additions & 2 deletions museum.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion res/style/content.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion res/style/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ p.description {
}
}

@media screen and (max-width: 800px) {
@media screen and (max-width: 480px) {
img.icon {
display: none;
}
Expand Down
7 changes: 0 additions & 7 deletions start.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,6 @@
<p class="featureTitle"><?php echo $strings[3]; ?></p>
<p class="description"><?php echo $strings[4]; ?></p>
</div>
<div class="featureCountainer" style="animation: ease fadeAnim 4s;">
<p class="featureTitle">Changelog (English):</p>
<p class=description>Beta 1.2:</p>
<ul style="list-style-type: none;">
<li><p class=description>Website optimized for very small screens</p></li>
</ul>
</div>
<div class="buttonCountainer">
<input id="startButton" type="button" value="<?php echo $strings[5]; ?>" onclick="location.href = './home.php?lang=<?php echo $strings[0]; ?>';" />
</div>
Expand Down

0 comments on commit 2338eab

Please sign in to comment.