41 lines
1.2 KiB
Plaintext
41 lines
1.2 KiB
Plaintext
@{
|
|
ViewBag.Title = "Contatti";
|
|
}
|
|
|
|
<div class="jumbotron">
|
|
<div class="row">
|
|
<div class="col-8">
|
|
<h2>@ViewBag.Title</h2>
|
|
<h5>@ViewBag.Message</h5>
|
|
</div>
|
|
<div class="col-4">
|
|
<span class="badge badge-pill badge-dark" style="font-size:3em;">
|
|
<img class="img-fluid" width="64" src="~/Images/LogoEgw.png" /> <b>Egalware</b>
|
|
</span>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="row">
|
|
<div class="col-8">
|
|
<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="col-4 text-right">
|
|
<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>
|