VirtualTask/Views/Home/Listino.cshtml

79 lines
2.4 KiB
Plaintext

@{
Layout = "~/Views/Shared/_LayoutAreaRiservata.cshtml";
ViewData["Title"] = "Listino Virtual Task 2024";
}
<div class="center">
@* <img src="~/assets/images/Euro.png" alt="Virtual Task App" style="width:7%;height:7%" /> *@
<img src="~/assets/images/Immagine1.png" alt="Virtual Task App" style="width:9%;height:9%" />
</div>
<div class="agy-project-wrapper agy-project-page-wrapper">
<div class="container" style="width:100%; text-align:justify">
<div>
<p>
<h4>Abbonamento Virtual Task FREE</h4>
</p>
2 Utenti e numero massimo anagrafiche clienti gestibili 50.
</div>
<br />
<div>
<p>
<h4>Abbonamento Virtual Task BASIC</h4>
</p>
2 Utenti e numero massimo anagrafiche clienti gestibili 200. € 30,00 mese
</div>
<br />
<div>
<p>
<h4>Abbonamento Virtual TaskMEDIUM</h4>
</p>
2 Utenti e numero massimo anagrafiche clienti gestibili 500. € 40,00 mese
</div>
<br />
<div>
<p>
<h4>Abbonamento Virtual Task ADVANCED</h4>
</p>
2 Utenti e numero massimo anagrafiche clienti gestibili 1000. € 50,00 mese
</div>
<br />
<div>
<p>
<h4>Abbonamento Virtual Task PREMIUM</h4>
</p>
2 Utenti e numero massimo anagrafiche clienti gestibili illimitate. € 100,00 mese
</div>
<br />
<div>
<p>
Utenti/dispositivi aggiuntivi € 3,00 mese
<br />
pacchetto di 5 Utenti/dispositivi aggiuntivi € 10,00 mese*
</p>
<br />
<p>*max 30 utenti aggiungibili. Oltre contattare <b>Polo Informatico s.r.l.</b></p>
</div>
<div>
<p>
<b><u>Convenzione per iscritti a Confartigianato Terni. Sconto 50% su tutti i prezzi applicati a Virtual Task.</u></b>
</p>
</div>
<br />
<div>
<p>
Per info e ordini inviare una email a <b>info@virtualtask.it</b>
</p>
</div>
</div>
</div>
<style>
.center {
text-align:center;
/* margin-left: auto;
margin-right: auto;
width:50%; */
}
</style>