-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1463730
commit 8e88070
Showing
7 changed files
with
116 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,9 @@ | ||
<script> | ||
import '../app.css'; | ||
import Footer from '../lib/Footer.svelte'; | ||
import "../app.css"; | ||
import Footer from "../lib/Footer.svelte"; | ||
</script> | ||
|
||
|
||
<div style="min-height: calc(100vh - 420px);"> | ||
<div id="root"> | ||
<slot></slot> | ||
</div> | ||
<Footer /> | ||
<Footer /> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,29 @@ | ||
menu viewer | ||
<ul> | ||
<li><a href="/view/bagni-giovanni">bagni giovanni</a></li> | ||
<li><a href="/view/delfino-bianco-special">delfino bianco</a></li> | ||
</ul> | ||
<div | ||
class="min-h-screen max-w-screen-sm mx-auto bg-slate-200 rounded my-5 font-mono" | ||
> | ||
<div | ||
class="text-center min-h-72 bg-cover rounded-t-lg p-5" | ||
style="background-image: url('/img/dnnr.webp')" | ||
> | ||
<h1>DNNR</h1> | ||
<p class="text-white">App per ristoratori indaffarati.</p> | ||
</div> | ||
<div class="p-5"> | ||
<p> | ||
Non tutti i gestori sono disposti o hanno i mezzi per dedicare tempo al | ||
computer, per alcuni la cosa migliore e' rimanere concentrati sulla | ||
propria attivita'. | ||
</p> | ||
<p> | ||
Per questo abbiamo sviluppato degli strumenti con un approccio | ||
<em>diretto e minimalista.</em> | ||
</p> | ||
|
||
<h3 class="mt-5">Le nostre app:</h3> | ||
<ul class="ml-5 list-disc"> | ||
<li><a href="/menu-app">Menu digitale per ristoranti</a></li> | ||
<li><a href="/menu-app">Carta dei vini digitale</a></li> | ||
<li class="opacity-40">Prenotazione tavoli (work in progress)</li> | ||
</ul> | ||
</div> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,70 @@ | ||
<div | ||
class="min-h-screen max-w-screen-sm mx-auto bg-slate-200 rounded my-5 font-mono" | ||
> | ||
<div | ||
class="text-center min-h-72 bg-cover rounded-t-lg" | ||
style="background-image: url('/img/dnnr.webp')" | ||
> | ||
<h1>DNNR / Menu</h1> | ||
<p class="text-white">App per ristoratori indaffarati.</p> | ||
</div> | ||
<div class="p-5"> | ||
<p> | ||
I menu' sembrano un problema semplice da gestire ma nascondono parecchie | ||
problematiche: | ||
</p> | ||
<ul class="ml-5 list-disc"> | ||
<li>Andrebbero spesso ristampati in base alle disponibilita'</li> | ||
<li> | ||
Si sporcano, si rovinano, si strappano, dando una brutta immagine del | ||
locale | ||
</li> | ||
<li> | ||
Ogni volta che si modificano bisogna combattere con Word per aggiustare | ||
l'impaginazione dei contenuti | ||
</li> | ||
<li> | ||
Le altre app di menu digitali in circolazione sono care e troppo | ||
complesse | ||
</li> | ||
<li>I clienti non sono inclini a scaricare file PDF da svariati MB</li> | ||
</ul> | ||
|
||
<h3 class="mt-5">Funzioni:</h3> | ||
<ul class="ml-5 list-disc"> | ||
<li>Gestione del menu tramite tabella</li> | ||
<li>Impaginazione automatica del menu</li> | ||
<li>Caricamento rapido anche con connesioni lente</li> | ||
<li>Aggiornamento dei dati in tempo reale</li> | ||
<li>Visualizza/Nascondi piatti</li> | ||
<li>Foto dei piatti</li> | ||
<li>Versione multilingua del menu</li> | ||
<li>Stampa della pagina su carta</li> | ||
<li>Elenco allergeni</li> | ||
</ul> | ||
|
||
<h3 class="mt-5">Permette ai gestori di:</h3> | ||
<ul class="ml-5 list-disc"> | ||
<li>Presentare la propria offerta in maniera elegante e professionale</li> | ||
<li>Ridurre gli sprechi tempo e risorse</li> | ||
<li>Dedicarsi alle cose veramente importanti</li> | ||
</ul> | ||
|
||
<h3 class="mt-5">Permette ai visitatori di:</h3> | ||
<ul class="ml-5 list-disc"> | ||
<li>Avere a portata di mano tutte le informazioni importanti</li> | ||
<li>Ricevere un servizio sempre preciso e professionale</li> | ||
<li>Usare il proprio smartphone</li> | ||
</ul> | ||
|
||
<h3 class="mt-5">Quanto costa:</h3> | ||
<p>250 euro +IVA all'anno, niente sorprese</p> | ||
|
||
<h3 class="mt-5">Potrebbe Interessarti?</h3> | ||
<p> | ||
<a href="mailto:[email protected]" target="_blank"> | ||
Scrivimi una mail, senza impegno | ||
</a> | ||
</p> | ||
</div> | ||
</div> |
Binary file not shown.
Binary file not shown.