8b9b080912
- fix bootstrap - fix 4.8.0
26 lines
1.0 KiB
Plaintext
26 lines
1.0 KiB
Plaintext
@{
|
|
ViewBag.Title = "GPW";
|
|
}
|
|
|
|
<div class="p-4 mb-4 bg-secondary bg-opacity-25 bg-gradient rounded-3 shadow">
|
|
<div class="container-fluid py-5">
|
|
<div class="d-flex justify-content-between">
|
|
<div class="px-2">
|
|
<h1 class="display-4 fw-bold">@ViewBag.Title</h1>
|
|
<h3>@ViewBag.Message</h3>
|
|
</div>
|
|
<div class="px-2">
|
|
<span class="badge rounded-pill text-bg-dark bg-opacity-100 fs-1">
|
|
<img class="img-fluid" width="64" src="~/Images/LogoEgw.png" /> <b>Egalware</b>
|
|
</span>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex m-4">
|
|
<div class="px-1">
|
|
<p>GPW è la suite di prodotti steamware dedicata al rilievo delle presenze di dipendenti e visitatori esterni ed alla gestione del tracciamento delle ore di attività a progetto</p>
|
|
<p>Per maggiori informazioni <a href="http://www.steamware.net/GPW">visita il link</a> sul nostro sito.</p>
|
|
</div>
|
|
</div>
|