diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000..9932af9 Binary files /dev/null and b/.DS_Store differ diff --git a/cocktail/cocktail_img/cocktail_img/Adam_Kadmon_Complotti.jpg b/cocktail/cocktail_img/cocktail_img/Adam_Kadmon_Complotti.jpg deleted file mode 100644 index 3adc9cc..0000000 Binary files a/cocktail/cocktail_img/cocktail_img/Adam_Kadmon_Complotti.jpg and /dev/null differ diff --git a/cocktail/templates/base.html b/cocktail/templates/base.html index abaecbe..adca35f 100644 --- a/cocktail/templates/base.html +++ b/cocktail/templates/base.html @@ -29,6 +29,10 @@ + {% block beforecontent %} + + {% endblock beforecontent %} +
{% block content %} diff --git a/cocktail_list/templates/homepage.html b/cocktail_list/templates/homepage.html index 5b13afb..2b5d3fe 100644 --- a/cocktail_list/templates/homepage.html +++ b/cocktail_list/templates/homepage.html @@ -5,8 +5,16 @@ + {% endblock css %} +{% block beforecontent %} +
+
In totale nel nostro Salone Bar abbiamo {{ lista_cocktail.count }} cocktails
+
+{% endblock beforecontent %} + + {% block content %} -
+

LISTA COCKTAILS :

{% for cocktail in lista_cocktail %} @@ -69,8 +77,4 @@
{% endif %} {% endfor %} -
-
In totale nel nostro Salone Bar abbiamo {{ lista_cocktail.count }} cocktails
-
- {% endblock content %} \ No newline at end of file diff --git a/static-storage/.DS_Store b/static-storage/.DS_Store new file mode 100644 index 0000000..3e6185f Binary files /dev/null and b/static-storage/.DS_Store differ diff --git a/static-storage/css/style.css b/static-storage/css/style.css index 23059f1..6114efc 100644 --- a/static-storage/css/style.css +++ b/static-storage/css/style.css @@ -40,6 +40,7 @@ a:hover{ top: 50%; left: 50%; transform: translate(-50%, -50%); + font-family: 'Orbitron', sans-serif; } #color-for-glass{ @@ -53,6 +54,7 @@ a:hover{ width: 100%; } + @media screen and (max-width:600px){ h1 { font-size: 1.5rem!important;