Compare commits
20 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5b694da46e | |||
| 719f1f2ee9 | |||
| 00a3777fee | |||
| 8ceb2b7dad | |||
| dd18678c08 | |||
| 53f8ee9f03 | |||
| d29925b929 | |||
| 02fc886510 | |||
| ae832fa3cf | |||
| e2df1d5355 | |||
| 05f0141d4f | |||
| d4edc5adca | |||
| 184e234ef5 | |||
| 42b5d3f373 | |||
| 1135ed5db1 | |||
|
|
978f8ce369 | ||
|
|
71f8471bcc | ||
|
|
43238a72e2 | ||
|
|
423ce9ce01 | ||
|
|
cc1122f5e1 |
27
.gitea/workflows/deploy.yaml
Normal file
@@ -0,0 +1,27 @@
|
|||||||
|
name: Deploy
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
trigger:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: Build & Deploy
|
||||||
|
env:
|
||||||
|
REPO_NAME: ${{ gitea.event.repository.name }}
|
||||||
|
REPO_OWNER: ${{ gitea.repository_owner }}
|
||||||
|
ROOT_DIR: "/"
|
||||||
|
TYPE: "pages"
|
||||||
|
JOB_TOKEN: ${{ gitea.token }}
|
||||||
|
run: |
|
||||||
|
curl -f -s -S -X -v POST http://gitea-webhook:9000/hooks/trigger-deploy \
|
||||||
|
-H "Content-Type: application/json" \
|
||||||
|
-d "{
|
||||||
|
\"repository\": { \"name\": \"$REPO_NAME\" },
|
||||||
|
\"owner\": { \"username\": \"$REPO_OWNER\" },
|
||||||
|
\"root\": \"$ROOT_DIR\",
|
||||||
|
\"type\": \"$TYPE\",
|
||||||
|
\"token\": \"$JOB_TOKEN\"
|
||||||
|
}"
|
||||||
31
README.md
@@ -1,3 +1,5 @@
|
|||||||
|

|
||||||
|
|
||||||
# Progetto "PizzeriaWeb"
|
# Progetto "PizzeriaWeb"
|
||||||
|
|
||||||
## Introduzione
|
## Introduzione
|
||||||
@@ -50,11 +52,11 @@ Inoltre, per garantire una navigazione ottimale anche da dispositivi mobili, son
|
|||||||
|
|
||||||
### Screenshot
|
### Screenshot
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
### Versione online
|
### Versione online
|
||||||
|
|
||||||
La versione online è consultabile dall'URL <a href="https://ctf.francescomancuso.it/tpsit/pizzeriaWeb/" target="_blank">ctf.francescomancuso.it/tpsit/pizzeriaWeb/</a>
|
La versione online è consultabile dall'URL <a href="https://pizzeriaweb-francesco.web.francescomancuso.it/" target="_blank">ctf.francescomancuso.it/webserver/tpsit/pizzeriaWeb</a>
|
||||||
|
|
||||||
### Struttura del progetto
|
### Struttura del progetto
|
||||||
|
|
||||||
@@ -90,17 +92,38 @@ La versione online è consultabile dall'URL <a href="https://ctf.francescomancus
|
|||||||
│ ├───bibite
|
│ ├───bibite
|
||||||
│ │ acqua-frizzante.webp
|
│ │ acqua-frizzante.webp
|
||||||
│ │ acqua-naturale.webp
|
│ │ acqua-naturale.webp
|
||||||
|
│ │ birra-becks.webp
|
||||||
|
│ │ birra-corona.webp
|
||||||
│ │ birra-grande.webp
|
│ │ birra-grande.webp
|
||||||
|
│ │ birra-ichnusa.webp
|
||||||
|
│ │ birra-leffe-rossa.webp
|
||||||
|
│ │ birra-nastro-azzurro.webp
|
||||||
│ │ birra-piccola.webp
|
│ │ birra-piccola.webp
|
||||||
|
│ │ birra-tennents.webp
|
||||||
|
│ │ birra-tuborg.webp
|
||||||
│ │ cocacola-zero.webp
|
│ │ cocacola-zero.webp
|
||||||
│ │ cocacola.webp
|
│ │ cocacola.webp
|
||||||
│ │ fanta.webp
|
│ │ fanta.webp
|
||||||
│ │ sprite.webp
|
│ │ sprite.webp
|
||||||
│ │
|
│ │
|
||||||
│ ├───dolci
|
│ ├───dolci
|
||||||
| | ...
|
│ │ cannolo_sbriciolato.webp
|
||||||
|
│ │ crostata_alla_frutta.jpg
|
||||||
|
│ │ tartufo_di_pizzo.jpg
|
||||||
|
│ │ tiramisu.jpg
|
||||||
|
│ │
|
||||||
│ └───pizze
|
│ └───pizze
|
||||||
| ...
|
│ bufalina.webp
|
||||||
|
│ crazy-wurstel.webp
|
||||||
|
│ margherita.webp
|
||||||
|
│ mortazza.webp
|
||||||
|
│ new-mexico.webp
|
||||||
|
│ pistacchiosa.webp
|
||||||
|
│ porchettosa.webp
|
||||||
|
│ rondine.webp
|
||||||
|
│ tropeana.webp
|
||||||
|
│ zuccotta.webp
|
||||||
|
│
|
||||||
└───js
|
└───js
|
||||||
script.js
|
script.js
|
||||||
```
|
```
|
||||||
|
|||||||
@@ -32,7 +32,7 @@ button {
|
|||||||
--secondario: hsl(202, 61%, 93%);
|
--secondario: hsl(202, 61%, 93%);
|
||||||
--p-glass: hsla(195, 100%, 13%, 0.75);
|
--p-glass: hsla(195, 100%, 13%, 0.75);
|
||||||
--p-glass-dark: hsla(195, 100%, 13%, 0.95);
|
--p-glass-dark: hsla(195, 100%, 13%, 0.95);
|
||||||
--s-glass: hsla(202, 61%, 93%, 0.55);
|
--s-glass: hsla(202, 61%, 93%, 0.68);
|
||||||
}
|
}
|
||||||
|
|
||||||
*,
|
*,
|
||||||
@@ -166,7 +166,7 @@ header .container {
|
|||||||
width: 95%;
|
width: 95%;
|
||||||
margin: 4rem auto;
|
margin: 4rem auto;
|
||||||
border-radius: 2rem;
|
border-radius: 2rem;
|
||||||
background-image: url("https://ctf.francescomancuso.it/tpsit/pizzeriaWeb/img/texture.svg");
|
background-image: url("https://pizzeriaweb-francesco.web.francescomancuso.it/img/texture.svg");
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-position: center;
|
background-position: center;
|
||||||
@@ -249,6 +249,7 @@ header .container {
|
|||||||
grid-template-columns: 1fr 1fr 1fr 1fr;
|
grid-template-columns: 1fr 1fr 1fr 1fr;
|
||||||
gap: 1rem;
|
gap: 1rem;
|
||||||
margin-top: 2rem;
|
margin-top: 2rem;
|
||||||
|
align-items: start;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (max-width: 1024px) {
|
@media only screen and (max-width: 1024px) {
|
||||||
@@ -289,22 +290,22 @@ header .container {
|
|||||||
padding: 1.5rem 1rem;
|
padding: 1.5rem 1rem;
|
||||||
border-radius: 1.5rem;
|
border-radius: 1.5rem;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
backdrop-filter: blur(8px);
|
backdrop-filter: blur(3px);
|
||||||
-webkit-backdrop-filter: blur(8px);
|
-webkit-backdrop-filter: blur(3px);
|
||||||
}
|
}
|
||||||
|
|
||||||
.pagina .sezione.pizze .titolo {
|
.pagina .sezione.pizze .titolo {
|
||||||
background-image: url("https://ctf.francescomancuso.it/tpsit/pizzeriaWeb/img/pizze.webp");
|
background-image: url("https://pizzeriaweb-francesco.web.francescomancuso.it/img/pizze.webp");
|
||||||
background-position: 50% 80%;
|
background-position: 50% 80%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.pagina .sezione.dolci .titolo {
|
.pagina .sezione.dolci .titolo {
|
||||||
background-image: url("https://ctf.francescomancuso.it/tpsit/pizzeriaWeb/img/dolci.webp");
|
background-image: url("https://pizzeriaweb-francesco.web.francescomancuso.it/img/dolci.webp");
|
||||||
background-position: 50% 70%;
|
background-position: 50% 70%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.pagina .sezione.bevande .titolo {
|
.pagina .sezione.bevande .titolo {
|
||||||
background-image: url("https://ctf.francescomancuso.it/tpsit/pizzeriaWeb/img/bevande.webp");
|
background-image: url("https://pizzeriaweb-francesco.web.francescomancuso.it/img/bevande.webp");
|
||||||
background-position: 50% 50%;
|
background-position: 50% 50%;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -319,11 +320,14 @@ header .container {
|
|||||||
|
|
||||||
.pagina .sezione .box .immagine {
|
.pagina .sezione .box .immagine {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: flex-start;
|
||||||
flex-grow: 1;
|
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.pagina .sezione .box .testo {
|
||||||
|
flex-grow: 1;
|
||||||
|
}
|
||||||
|
|
||||||
.pagina .sezione .box {
|
.pagina .sezione .box {
|
||||||
transition: all 200ms ease-in-out;
|
transition: all 200ms ease-in-out;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|||||||
@@ -63,7 +63,7 @@ header .menu a {
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
.top {
|
.top {
|
||||||
background-image: url("https://ctf.francescomancuso.it/tpsit/pizzeriaWeb/img/header.webp");
|
background-image: url("https://pizzeriaweb-francesco.web.francescomancuso.it/img/header.webp");
|
||||||
background-position: top center;
|
background-position: top center;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
@@ -98,6 +98,7 @@ header .menu a {
|
|||||||
border: 1px solid var(--primario);
|
border: 1px solid var(--primario);
|
||||||
border-radius: 1rem;
|
border-radius: 1rem;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
flex-wrap: nowrap;
|
flex-wrap: nowrap;
|
||||||
@@ -129,6 +130,10 @@ header .menu a {
|
|||||||
padding-bottom: 0;
|
padding-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.pagina .sezione .box .testo p {
|
||||||
|
font-size: 92%;
|
||||||
|
}
|
||||||
|
|
||||||
.pagina .sezione .box .prezzo {
|
.pagina .sezione .box .prezzo {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
|
|||||||
BIN
img/menu/bibite/birra-becks.webp
Normal file
|
After Width: | Height: | Size: 13 KiB |
BIN
img/menu/bibite/birra-corona.webp
Normal file
|
After Width: | Height: | Size: 18 KiB |
BIN
img/menu/bibite/birra-ichnusa.webp
Normal file
|
After Width: | Height: | Size: 13 KiB |
BIN
img/menu/bibite/birra-leffe-rossa.webp
Normal file
|
After Width: | Height: | Size: 16 KiB |
BIN
img/menu/bibite/birra-nastro-azzurro.webp
Normal file
|
After Width: | Height: | Size: 16 KiB |
BIN
img/menu/bibite/birra-tennents.webp
Normal file
|
After Width: | Height: | Size: 16 KiB |
BIN
img/menu/bibite/birra-tuborg.webp
Normal file
|
After Width: | Height: | Size: 15 KiB |
BIN
img/menu/pizze/bufalina.webp
Normal file
|
After Width: | Height: | Size: 138 KiB |
BIN
img/menu/pizze/crazy-wurstel.webp
Normal file
|
After Width: | Height: | Size: 161 KiB |
BIN
img/menu/pizze/margherita.webp
Normal file
|
After Width: | Height: | Size: 206 KiB |
BIN
img/menu/pizze/mortazza.webp
Normal file
|
After Width: | Height: | Size: 122 KiB |
BIN
img/menu/pizze/new-mexico.webp
Normal file
|
After Width: | Height: | Size: 178 KiB |
BIN
img/menu/pizze/pistacchiosa.webp
Normal file
|
After Width: | Height: | Size: 157 KiB |
BIN
img/menu/pizze/porchettosa.webp
Normal file
|
After Width: | Height: | Size: 142 KiB |
BIN
img/menu/pizze/rondine.webp
Normal file
|
After Width: | Height: | Size: 162 KiB |
BIN
img/menu/pizze/tropeana.webp
Normal file
|
After Width: | Height: | Size: 188 KiB |
BIN
img/menu/pizze/zuccotta.webp
Normal file
|
After Width: | Height: | Size: 163 KiB |
231
index.html
@@ -20,12 +20,14 @@
|
|||||||
rel="stylesheet">
|
rel="stylesheet">
|
||||||
<script src="https://kit.fontawesome.com/c2497a668c.js" crossorigin="anonymous"></script>
|
<script src="https://kit.fontawesome.com/c2497a668c.js" crossorigin="anonymous"></script>
|
||||||
<link rel="icon" type="image/png"
|
<link rel="icon" type="image/png"
|
||||||
href="https://ctf.francescomancuso.it/tpsit/pizzeriaWeb/img/favicon/favicon-96x96.png" sizes="96x96" />
|
href="https://pizzeriaweb-francesco.web.francescomancuso.it/img/favicon/favicon-96x96.png"
|
||||||
|
sizes="96x96" />
|
||||||
<link rel="icon" type="image/svg+xml"
|
<link rel="icon" type="image/svg+xml"
|
||||||
href="https://ctf.francescomancuso.it/tpsit/pizzeriaWeb/img/favicon/favicon.svg" />
|
href="https://pizzeriaweb-francesco.web.francescomancuso.it/img/favicon/favicon.svg" />
|
||||||
<link rel="shortcut icon" href="https://ctf.francescomancuso.it/tpsit/pizzeriaWeb/img/favicon/favicon.ico" />
|
<link rel="shortcut icon"
|
||||||
|
href="https://pizzeriaweb-francesco.web.francescomancuso.it/img/favicon/favicon.ico" />
|
||||||
<link rel="apple-touch-icon" sizes="180x180"
|
<link rel="apple-touch-icon" sizes="180x180"
|
||||||
href="https://ctf.francescomancuso.it/tpsit/pizzeriaWeb/img/favicon/apple-touch-icon.png" />
|
href="https://pizzeriaweb-francesco.web.francescomancuso.it/img/favicon/apple-touch-icon.png" />
|
||||||
<meta name="apple-mobile-web-app-title" content="La Rondine Menù" />
|
<meta name="apple-mobile-web-app-title" content="La Rondine Menù" />
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
@@ -33,8 +35,9 @@
|
|||||||
<header id="header">
|
<header id="header">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
<a href="https://ctf.francescomancuso.it/tpsit/pizzeriaWeb/"><img
|
<a href="https://pizzeriaweb-francesco.web.francescomancuso.it/">
|
||||||
src="https://ctf.francescomancuso.it/tpsit/pizzeriaWeb/img/logo-menu-white.png"></a>
|
<img src="https://pizzeriaweb-francesco.web.francescomancuso.it/img/logo-menu-white.png">
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="menu">
|
<div class="menu">
|
||||||
@@ -83,7 +86,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="pizza">
|
<div class="pizza">
|
||||||
<img src="img/pizza.webp" alt="Pizza">
|
<img src="https://pizzeriaweb-francesco.web.francescomancuso.it/img/pizza.webp" alt="Pizza">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -98,18 +101,121 @@
|
|||||||
<div class="griglia">
|
<div class="griglia">
|
||||||
|
|
||||||
<!-- INSERISCI PIZZE QUI -->
|
<!-- INSERISCI PIZZE QUI -->
|
||||||
<!-- duplica l'elemento box con copia-incolla e modifica i dati -->
|
|
||||||
|
|
||||||
|
<!--MARGHERITA-->
|
||||||
<div class="box">
|
<div class="box">
|
||||||
<div class="immagine">
|
<div class="immagine">
|
||||||
<img src="img/pizze.webp" alt="">
|
<img src="https://pizzeriaweb-francesco.web.francescomancuso.it/img/menu/pizze/margherita.webp" alt="Margherita">
|
||||||
</div>
|
</div>
|
||||||
<div class="testo">
|
<div class="testo">
|
||||||
<h3>TITOLO QUI</h3>
|
<h3>Margherita</h3>
|
||||||
<p>DESCRIZIONE PRODOTTO QUI</p>
|
<p>Pomodoro, Mozzarella, Basilico</p>
|
||||||
</div>
|
</div>
|
||||||
<span class="prezzo">€ 6,00</span>
|
<span class="prezzo">€ 6,00</span>
|
||||||
</div>
|
</div>
|
||||||
|
<!--CRAZY WURSTEL-->
|
||||||
|
<div class="box">
|
||||||
|
<div class="immagine">
|
||||||
|
<img src="https://pizzeriaweb-francesco.web.francescomancuso.it/img/menu/pizze/crazy-wurstel.webp" alt="Crazy Wurstel">
|
||||||
|
</div>
|
||||||
|
<div class="testo">
|
||||||
|
<h3>Crazy Wurstel</h3>
|
||||||
|
<p>Pomodoro, Mozzarella, Patatine fritte, Würstel
|
||||||
|
<p>
|
||||||
|
</div>
|
||||||
|
<span class="prezzo">€ 7,50</span>
|
||||||
|
</div>
|
||||||
|
<!--BUFALINA-->
|
||||||
|
<div class="box">
|
||||||
|
<div class="immagine">
|
||||||
|
<img src="https://pizzeriaweb-francesco.web.francescomancuso.it/img/menu/pizze/bufalina.webp" alt="Bufalina">
|
||||||
|
</div>
|
||||||
|
<div class="testo">
|
||||||
|
<h3>Bufalina</h3>
|
||||||
|
<p>Pomodoro, Mozzarella, Mozzarella di Bufala (all'uscita)</p>
|
||||||
|
</div>
|
||||||
|
<span class="prezzo">€ 9,00</span>
|
||||||
|
</div>
|
||||||
|
<!--RONDINE-->
|
||||||
|
<div class="box">
|
||||||
|
<div class="immagine">
|
||||||
|
<img src="https://pizzeriaweb-francesco.web.francescomancuso.it/img/menu/pizze/rondine.webp" alt="Rondine">
|
||||||
|
</div>
|
||||||
|
<div class="testo">
|
||||||
|
<h3>Rondine</h3>
|
||||||
|
<p>Pomodoro, Mozzarella, Funghi, Salame, Tonno, Olive</p>
|
||||||
|
</div>
|
||||||
|
<span class="prezzo">€ 9,00</span>
|
||||||
|
</div>
|
||||||
|
<!--PISTACCHIOSA-->
|
||||||
|
<div class="box">
|
||||||
|
<div class="immagine">
|
||||||
|
<img src="https://pizzeriaweb-francesco.web.francescomancuso.it/img/menu/pizze/pistacchiosa.webp" alt="Pistacchiosa">
|
||||||
|
</div>
|
||||||
|
<div class="testo">
|
||||||
|
<h3>Pistacchiosa</h3>
|
||||||
|
<p>Doppia Mozzarella, Emmental, Mortadella, Granella di Pistacchio</p>
|
||||||
|
</div>
|
||||||
|
<span class="prezzo">€ 9,50</span>
|
||||||
|
</div>
|
||||||
|
<!--TROPEANA-->
|
||||||
|
<div class="box">
|
||||||
|
<div class="immagine">
|
||||||
|
<img src="https://pizzeriaweb-francesco.web.francescomancuso.it/img/menu/pizze/tropeana.webp" alt="Tropeana">
|
||||||
|
</div>
|
||||||
|
<div class="testo">
|
||||||
|
<h3>Tropeana</h3>
|
||||||
|
<p>Pomodoro, Mozzarella, Tonno, Cipolla di Tropea, Nduja</p>
|
||||||
|
</div>
|
||||||
|
<span class="prezzo">€ 9,00</span>
|
||||||
|
</div>
|
||||||
|
<!--NEW MEXICO-->
|
||||||
|
<div class="box">
|
||||||
|
<div class="immagine">
|
||||||
|
<img src="https://pizzeriaweb-francesco.web.francescomancuso.it/img/menu/pizze/new-mexico.webp" alt="New Mexico">
|
||||||
|
</div>
|
||||||
|
<div class="testo">
|
||||||
|
<h3>New Mexico</h3>
|
||||||
|
<p>Pomodoro, Mozzarella, Salsiccia, Peperoni, Cipolla, Tabasco</p>
|
||||||
|
</div>
|
||||||
|
<span class="prezzo">€ 10,50</span>
|
||||||
|
</div>
|
||||||
|
<!--ZUCOTTA-->
|
||||||
|
<div class="box">
|
||||||
|
<div class="immagine">
|
||||||
|
<img src="https://pizzeriaweb-francesco.web.francescomancuso.it/img/menu/pizze/zuccotta.webp" alt="Zuccotta">
|
||||||
|
</div>
|
||||||
|
<div class="testo">
|
||||||
|
<h3>Zuccotta</h3>
|
||||||
|
<p>Mozzarella, Pancetta, Crema di Zucca</p>
|
||||||
|
</div>
|
||||||
|
<span class="prezzo">€ 10,00</span>
|
||||||
|
</div>
|
||||||
|
<!--PORCHETTOSA-->
|
||||||
|
<div class="box">
|
||||||
|
<div class="immagine">
|
||||||
|
<img src="https://pizzeriaweb-francesco.web.francescomancuso.it/img/menu/pizze/porchettosa.webp" alt="Porchettosa">
|
||||||
|
</div>
|
||||||
|
<div class="testo">
|
||||||
|
<h3>Porchettosa</h3>
|
||||||
|
<p>Mozzarella, Porchetta, Patate lesse, Origano, Rosmarino</p>
|
||||||
|
</div>
|
||||||
|
<span class="prezzo">€ 12,00</span>
|
||||||
|
</div>
|
||||||
|
<!--MORTAZZA-->
|
||||||
|
<div class="box">
|
||||||
|
<div class="immagine">
|
||||||
|
<img src="https://pizzeriaweb-francesco.web.francescomancuso.it/img/menu/pizze/mortazza.webp" alt="Mortazza">
|
||||||
|
</div>
|
||||||
|
<div class="testo">
|
||||||
|
<h3>Mortazza</h3>
|
||||||
|
<p>Mozzarella, Crema di Pistacchio, Granella di Pistacchio, Mortedella, Stracciatella,
|
||||||
|
Burrata</p>
|
||||||
|
</div>
|
||||||
|
<span class="prezzo">€ 15,00</span>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!-- FINE SEZIONE PIZZE -->
|
<!-- FINE SEZIONE PIZZE -->
|
||||||
|
|
||||||
@@ -130,7 +236,7 @@
|
|||||||
|
|
||||||
<div class="box">
|
<div class="box">
|
||||||
<div class="immagine">
|
<div class="immagine">
|
||||||
<img src="img/menu/dolci/tiramisu.jpg" alt="Tiramisu'">
|
<img src="https://pizzeriaweb-francesco.web.francescomancuso.it/img/menu/dolci/tiramisu.jpg" alt="Tiramisu'">
|
||||||
</div>
|
</div>
|
||||||
<div class="testo">
|
<div class="testo">
|
||||||
<h3>Tiramisù</h3>
|
<h3>Tiramisù</h3>
|
||||||
@@ -141,7 +247,7 @@
|
|||||||
|
|
||||||
<div class="box">
|
<div class="box">
|
||||||
<div class="immagine">
|
<div class="immagine">
|
||||||
<img src="img/menu/dolci/crostata_alla_frutta.jpg" alt="Crostata alla frutta">
|
<img src="https://pizzeriaweb-francesco.web.francescomancuso.it/img/menu/dolci/crostata_alla_frutta.jpg" alt="Crostata alla frutta">
|
||||||
</div>
|
</div>
|
||||||
<div class="testo">
|
<div class="testo">
|
||||||
<h3>Crostata alla frutta</h3>
|
<h3>Crostata alla frutta</h3>
|
||||||
@@ -152,7 +258,7 @@
|
|||||||
|
|
||||||
<div class="box">
|
<div class="box">
|
||||||
<div class="immagine">
|
<div class="immagine">
|
||||||
<img src="img/menu/dolci/tartufo_di_pizzo.jpg" alt="Tartufo di pizzo">
|
<img src="https://pizzeriaweb-francesco.web.francescomancuso.it/img/menu/dolci/tartufo_di_pizzo.jpg" alt="Tartufo di pizzo">
|
||||||
</div>
|
</div>
|
||||||
<div class="testo">
|
<div class="testo">
|
||||||
<h3>Tartufo di Pizzo</h3>
|
<h3>Tartufo di Pizzo</h3>
|
||||||
@@ -163,7 +269,7 @@
|
|||||||
|
|
||||||
<div class="box">
|
<div class="box">
|
||||||
<div class="immagine">
|
<div class="immagine">
|
||||||
<img src="img/menu/dolci/cannolo_sbriciolato.webp" alt="Cannolo Scomposto">
|
<img src="https://pizzeriaweb-francesco.web.francescomancuso.it/img/menu/dolci/cannolo_sbriciolato.webp" alt="Cannolo Scomposto">
|
||||||
</div>
|
</div>
|
||||||
<div class="testo">
|
<div class="testo">
|
||||||
<h3>Cannolo Scomposto</h3>
|
<h3>Cannolo Scomposto</h3>
|
||||||
@@ -191,7 +297,7 @@
|
|||||||
|
|
||||||
<div class="box">
|
<div class="box">
|
||||||
<div class="immagine">
|
<div class="immagine">
|
||||||
<img src="img/menu/bibite/acqua-naturale.webp" alt="Acqua Naturale">
|
<img src="https://pizzeriaweb-francesco.web.francescomancuso.it/img/menu/bibite/acqua-naturale.webp" alt="Acqua Naturale">
|
||||||
</div>
|
</div>
|
||||||
<div class="testo">
|
<div class="testo">
|
||||||
<h3>Acqua Naturale</h3>
|
<h3>Acqua Naturale</h3>
|
||||||
@@ -202,7 +308,7 @@
|
|||||||
|
|
||||||
<div class="box">
|
<div class="box">
|
||||||
<div class="immagine">
|
<div class="immagine">
|
||||||
<img src="img/menu/bibite/acqua-frizzante.webp" alt="Acqua Frizzante">
|
<img src="https://pizzeriaweb-francesco.web.francescomancuso.it/img/menu/bibite/acqua-frizzante.webp" alt="Acqua Frizzante">
|
||||||
</div>
|
</div>
|
||||||
<div class="testo">
|
<div class="testo">
|
||||||
<h3>Acqua Frizzante</h3>
|
<h3>Acqua Frizzante</h3>
|
||||||
@@ -213,7 +319,7 @@
|
|||||||
|
|
||||||
<div class="box">
|
<div class="box">
|
||||||
<div class="immagine">
|
<div class="immagine">
|
||||||
<img src="img/menu/bibite/cocacola.webp" alt="Coca Cola">
|
<img src="https://pizzeriaweb-francesco.web.francescomancuso.it/img/menu/bibite/cocacola.webp" alt="Coca Cola">
|
||||||
</div>
|
</div>
|
||||||
<div class="testo">
|
<div class="testo">
|
||||||
<h3>Coca Cola</h3>
|
<h3>Coca Cola</h3>
|
||||||
@@ -224,7 +330,7 @@
|
|||||||
|
|
||||||
<div class="box">
|
<div class="box">
|
||||||
<div class="immagine">
|
<div class="immagine">
|
||||||
<img src="img/menu/bibite/cocacola-zero.webp" alt="Coca Cola Zero">
|
<img src="https://pizzeriaweb-francesco.web.francescomancuso.it/img/menu/bibite/cocacola-zero.webp" alt="Coca Cola Zero">
|
||||||
</div>
|
</div>
|
||||||
<div class="testo">
|
<div class="testo">
|
||||||
<h3>Coca Cola Zero</h3>
|
<h3>Coca Cola Zero</h3>
|
||||||
@@ -235,7 +341,7 @@
|
|||||||
|
|
||||||
<div class="box">
|
<div class="box">
|
||||||
<div class="immagine">
|
<div class="immagine">
|
||||||
<img src="img/menu/bibite/fanta.webp" alt="Fanta">
|
<img src="https://pizzeriaweb-francesco.web.francescomancuso.it/img/menu/bibite/fanta.webp" alt="Fanta">
|
||||||
</div>
|
</div>
|
||||||
<div class="testo">
|
<div class="testo">
|
||||||
<h3>Fanta</h3>
|
<h3>Fanta</h3>
|
||||||
@@ -246,7 +352,7 @@
|
|||||||
|
|
||||||
<div class="box">
|
<div class="box">
|
||||||
<div class="immagine">
|
<div class="immagine">
|
||||||
<img src="img/menu/bibite/sprite.webp" alt="Sprite">
|
<img src="https://pizzeriaweb-francesco.web.francescomancuso.it/img/menu/bibite/sprite.webp" alt="Sprite">
|
||||||
</div>
|
</div>
|
||||||
<div class="testo">
|
<div class="testo">
|
||||||
<h3>Sprite</h3>
|
<h3>Sprite</h3>
|
||||||
@@ -257,7 +363,7 @@
|
|||||||
|
|
||||||
<div class="box">
|
<div class="box">
|
||||||
<div class="immagine">
|
<div class="immagine">
|
||||||
<img src="img/menu/bibite/birra-piccola.webp" alt="Birra alla spina">
|
<img src="https://pizzeriaweb-francesco.web.francescomancuso.it/img/menu/bibite/birra-piccola.webp" alt="Birra alla spina">
|
||||||
</div>
|
</div>
|
||||||
<div class="testo">
|
<div class="testo">
|
||||||
<h3>Birra alla spina</h3>
|
<h3>Birra alla spina</h3>
|
||||||
@@ -268,7 +374,7 @@
|
|||||||
|
|
||||||
<div class="box">
|
<div class="box">
|
||||||
<div class="immagine">
|
<div class="immagine">
|
||||||
<img src="img/menu/bibite/birra-grande.webp" alt="Birra alla spina">
|
<img src="https://pizzeriaweb-francesco.web.francescomancuso.it/img/menu/bibite/birra-grande.webp" alt="Birra alla spina">
|
||||||
</div>
|
</div>
|
||||||
<div class="testo">
|
<div class="testo">
|
||||||
<h3>Birra alla spina</h3>
|
<h3>Birra alla spina</h3>
|
||||||
@@ -277,6 +383,83 @@
|
|||||||
<span class="prezzo">€ 4,50</span>
|
<span class="prezzo">€ 4,50</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="box">
|
||||||
|
<div class="immagine">
|
||||||
|
<img src="https://pizzeriaweb-francesco.web.francescomancuso.it/img/menu/bibite/birra-tennents.webp" alt="Tennent's">
|
||||||
|
</div>
|
||||||
|
<div class="testo">
|
||||||
|
<h3>Tennent's</h3>
|
||||||
|
<p>Formato 33cl</p>
|
||||||
|
</div>
|
||||||
|
<span class="prezzo">€ 3,50</span>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="box">
|
||||||
|
<div class="immagine">
|
||||||
|
<img src="https://pizzeriaweb-francesco.web.francescomancuso.it/img/menu/bibite/birra-leffe-rossa.webp" alt="Leffe Rossa">
|
||||||
|
</div>
|
||||||
|
<div class="testo">
|
||||||
|
<h3>Leffe Rossa</h3>
|
||||||
|
<p>Formato 33cl</p>
|
||||||
|
</div>
|
||||||
|
<span class="prezzo">€ 4,00</span>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="box">
|
||||||
|
<div class="immagine">
|
||||||
|
<img src="https://pizzeriaweb-francesco.web.francescomancuso.it/img/menu/bibite/birra-tuborg.webp" alt="tuoborg">
|
||||||
|
</div>
|
||||||
|
<div class="testo">
|
||||||
|
<h3>Tuborg</h3>
|
||||||
|
<p>Formato 66cl</p>
|
||||||
|
</div>
|
||||||
|
<span class="prezzo">€ 4,00</span>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="box">
|
||||||
|
<div class="immagine">
|
||||||
|
<img src="https://pizzeriaweb-francesco.web.francescomancuso.it/img/menu/bibite/birra-corona.webp" alt="Corona">
|
||||||
|
</div>
|
||||||
|
<div class="testo">
|
||||||
|
<h3>Corona</h3>
|
||||||
|
<p>Formato 33cl</p>
|
||||||
|
</div>
|
||||||
|
<span class="prezzo">€ 3,50</span>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="box">
|
||||||
|
<div class="immagine">
|
||||||
|
<img src="https://pizzeriaweb-francesco.web.francescomancuso.it/img/menu/bibite/birra-becks.webp" alt="Beck's">
|
||||||
|
</div>
|
||||||
|
<div class="testo">
|
||||||
|
<h3>Beck's</h3>
|
||||||
|
<p>Formato 33cl</p>
|
||||||
|
</div>
|
||||||
|
<span class="prezzo">€ 3,00</span>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="box">
|
||||||
|
<div class="immagine">
|
||||||
|
<img src="https://pizzeriaweb-francesco.web.francescomancuso.it/img/menu/bibite/birra-ichnusa.webp" alt="Ichnusa">
|
||||||
|
</div>
|
||||||
|
<div class="testo">
|
||||||
|
<h3>Ichnusa</h3>
|
||||||
|
<p>Formato 33cl</p>
|
||||||
|
</div>
|
||||||
|
<span class="prezzo">€ 3,00</span>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="box">
|
||||||
|
<div class="immagine">
|
||||||
|
<img src="https://pizzeriaweb-francesco.web.francescomancuso.it/img/menu/bibite/birra-nastro-azzurro.webp" alt="Nastro Azzurro">
|
||||||
|
</div>
|
||||||
|
<div class="testo">
|
||||||
|
<h3>Nastro Azzurro</h3>
|
||||||
|
<p>Formato 33cl</p>
|
||||||
|
</div>
|
||||||
|
<span class="prezzo">€ 2,50</span>
|
||||||
|
</div>
|
||||||
|
|
||||||
<!-- FINE SEZIONE BIBITE -->
|
<!-- FINE SEZIONE BIBITE -->
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@@ -297,7 +480,7 @@
|
|||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
<div class="loader" id="loader">
|
<div class="loader" id="loader">
|
||||||
<img src="https://ctf.francescomancuso.it/tpsit/pizzeriaWeb/img/logo-menu-white.png" alt="Caricamento...">
|
<img src="https://pizzeriaweb-francesco.web.francescomancuso.it/img/logo-menu-white.png" alt="Caricamento...">
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
|||||||