39 lines
1.2 KiB
Plaintext
39 lines
1.2 KiB
Plaintext
@{
|
|
ViewBag.Title = "SteamWare's Contacts";
|
|
}
|
|
<h2>@ViewBag.Title</h2>
|
|
<h3>@ViewBag.Message</h3>
|
|
|
|
<div class="row">
|
|
<div class="col-sm-4">
|
|
<h4>Sede Operativa</h4>
|
|
<address>
|
|
<strong>Steamware s.r.l.</strong><br />
|
|
via Dante Alighieri, 16<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-sm-4">
|
|
<h4>Sede Legale</h4>
|
|
<address>
|
|
<strong>Steamware s.r.l.</strong><br />
|
|
via Briolo Fuori, 27<br />
|
|
24015 San Giovanni Bianco - BG<br />
|
|
<abbr title="P.Iva">VAT:</abbr>03274190168
|
|
</address>
|
|
</div>
|
|
<div class="col-sm-4">
|
|
<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>
|