Files
GPW/HOME/Views/Home/Contact.cshtml
Samuele Locatelli 8b9b080912 HOME
- fix bootstrap
- fix 4.8.0
2024-02-29 15:57:47 +01:00

43 lines
1.4 KiB
Plaintext

@{
ViewBag.Title = "Contatti";
}
<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>
<h5>@ViewBag.Message</h5>
</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 justify-content-between m-4">
<div class="px-1">
<h4>Sede Legale ed Operativa</h4>
<address>
<strong>Egalware s.r.l.</strong><br />
via Nazionale, 93<br />
24068 Seriate - BG<br />
<abbr title="Phone">P:</abbr>
035.290178<br />
<abbr title="Phone">P:</abbr>
035.460560
</address>
</div>
<div class="px-1 text-end">
<h4>Supporto</h4>
<address>
<strong>Web:</strong><br />
Accedi al supporto dal <a href="http://www.steamware.net/support">nostro sito web</a><br />
<strong>Email:</strong><br />
Scrivi un email a <a href="mailto:info@steamware.net">info at steamware.net</a>
</address>
</div>
</div>