24 lines
1.0 KiB
Plaintext
24 lines
1.0 KiB
Plaintext
<%@ Page Title="Contact" Language="C#" MasterPageFile="~/Site.Master" AutoEventWireup="true" CodeBehind="Contact.aspx.cs" Inherits="PUB.Contact" %>
|
|
|
|
<asp:Content ID="BodyContent" ContentPlaceHolderID="MainContent" runat="server">
|
|
<div class="jumbotron p-2 my-1">
|
|
<div class="container">
|
|
<h2>Contatti</h2>
|
|
</div>
|
|
</div>
|
|
<div class="container">
|
|
<h3>Questi sono i nostri recapiti per ricevere contatto ed entrare a far parte della nostra iniziativa.</h3>
|
|
<address>
|
|
One Microsoft Way<br />
|
|
Redmond, WA 98052-6399<br />
|
|
<abbr title="Phone">P:</abbr>
|
|
425.555.0100
|
|
</address>
|
|
<address>
|
|
<strong>Support:</strong> <a href="mailto:Support@example.com">Support@example.com</a><br />
|
|
<strong>Marketing:</strong> <a href="mailto:Marketing@example.com">Marketing@example.com</a>
|
|
</address>
|
|
<p>Dovremmo predisporre anche un modulo di contatto eprsonalizzato per condomini / amministratori / aziende interessate ad entrare sulla piattaforma...</p>
|
|
</div>
|
|
</asp:Content>
|