Portale
This commit is contained in:
parent
6f1ba2a60e
commit
d46c6abc60
@ -32,7 +32,7 @@ namespace VirtualTask.Controllers
|
||||
}
|
||||
}
|
||||
|
||||
public IActionResult Privacy()
|
||||
public IActionResult VT_Read()
|
||||
{
|
||||
return View();
|
||||
}
|
||||
|
||||
@ -1,6 +0,0 @@
|
||||
@{
|
||||
ViewData["Title"] = "Privacy Policy";
|
||||
}
|
||||
<h1>@ViewData["Title"]</h1>
|
||||
|
||||
<p>Use this page to detail your site's privacy policy.</p>
|
||||
7
Views/Home/VT_Read.cshtml
Normal file
7
Views/Home/VT_Read.cshtml
Normal file
@ -0,0 +1,7 @@
|
||||
@{
|
||||
ViewData["Title"] = "Virtual Task";
|
||||
Layout = "~/Views/Shared/_Layout2.cshtml";
|
||||
}
|
||||
<h1>@ViewData["Title"]</h1>
|
||||
|
||||
<p>Pagina in definizione</p>
|
||||
@ -218,13 +218,13 @@ Purchase:
|
||||
<div class="col-lg-6 col-md-6 col-sm-6 col-12">
|
||||
<div class="agy-banner-text">
|
||||
<div class="agy-banner-title ">
|
||||
<h4><span>We provide Multiple Solution</span></h4>
|
||||
<h4><span>La soluzione giusta per i professionisti</span></h4>
|
||||
</div>
|
||||
<h1>Smart Ideas for your Business are Here...</h1>
|
||||
<h1>Molto più di un App...</h1>
|
||||
<p>
|
||||
The Best Agency for your Business because We are committed to providing our customers with exceptional text of the industries.
|
||||
Per la gestione degli interventi e il rilascio del buono in modo semplice ed intuitivo
|
||||
</p>
|
||||
<a href="javascript:void(0);" class="agy-btn">View More</a>
|
||||
<a href="@Url.Action("VT_Read", "Home")" class="agy-btn">Leggi Altro</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-lg-6 col-md-6 col-sm-6 col-12">
|
||||
@ -604,7 +604,7 @@ Purchase:
|
||||
<div class="col-lg-6 col-md-6 col-sm-12 col-12 d-flex align-items-center mb-30">
|
||||
<div class="agy-work-text">
|
||||
<h4 class="agy-sub-heading relative">Mission</h4>
|
||||
<h2>Easiest Way To Turn Business Into A Smart Business</h2>
|
||||
@* <h2>Il modo più facile per il tuo Smart Business</h2>*@
|
||||
<p>
|
||||
La missione del Polo Informatico è quella di porsi come consulente aziendale e di affiancare il Management aziendale in ogni settore di competenza.
|
||||
</p>
|
||||
@ -638,7 +638,7 @@ Purchase:
|
||||
</div>
|
||||
</section>
|
||||
<!-- Quote Start -->
|
||||
<section class="agy-quote-wrapper overflow-hidden">
|
||||
@* <section class="agy-quote-wrapper overflow-hidden">
|
||||
<div class="container">
|
||||
<div class="row align-items-center">
|
||||
<div class="col-lg-6 col-md-6 col-sm-12 col-12 wow fadeInLeft" data-wow-delay="0.10ms">
|
||||
@ -660,9 +660,9 @@ Purchase:
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</section>*@
|
||||
<!-- Project Start -->
|
||||
<section class="agy-project-wrapper">
|
||||
@* <section class="agy-project-wrapper">
|
||||
<div class="container">
|
||||
<div class="col-xl-6 col-lg-8 col-md-10 col-sm-12 col-12 offset-xl-3 offset-lg-2 offset-md-1 text-center">
|
||||
<div class="agy-heading-wrapper">
|
||||
@ -750,9 +750,9 @@ Purchase:
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</section>*@
|
||||
<!-- Appointement Start -->
|
||||
<section class="agy-appointment-wrapper overflow-hidden">
|
||||
@* <section class="agy-appointment-wrapper overflow-hidden">
|
||||
<div class="container">
|
||||
<div class="row align-items-center">
|
||||
<div class="col-lg-6 col-md-6 col-sm-12 col-12 text-center wow fadeInUp" data-wow-delay="0.10ms">
|
||||
@ -800,9 +800,9 @@ Purchase:
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</section>*@
|
||||
<!-- Team Start -->
|
||||
<section class="agy-team-wrapper">
|
||||
@* <section class="agy-team-wrapper">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-xl-6 col-lg-8 col-md-10 col-sm-12 col-12 offset-xl-3 offset-lg-2 offset-md-1 text-center">
|
||||
@ -974,7 +974,7 @@ Purchase:
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</section>*@
|
||||
<!-- Partner Start -->
|
||||
<div class="agy-partner-wrapper">
|
||||
<div class="container">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user