Files
NKC/NKC_WF/site/Contact.aspx
T
2020-08-12 16:29:16 +02:00

47 lines
2.1 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<%@ Page Title="Contact" Language="C#" MasterPageFile="~/Site.Master" AutoEventWireup="true" CodeBehind="Contact.aspx.cs" Inherits="NKC_WF.Contact" %>
<asp:Content ID="BodyContent" ContentPlaceHolderID="MainContent" runat="server">
<div class="container mt-2">
<div class="card">
<div class="card-header">
<h2>Contacts</h2>
</div>
<div class="card-body">
<div class="row">
<div class="col-12 col-md-6">
<asp:Image runat="server" CssClass="img-fluid" Height="64" ImageUrl="~/Images/LogoEgaltech.png" />
<address>
<b>Egaltech srl</b><br />
Via Cremasca 24<br />
24052 Azzano San Paolo<br />
Bergamo Italy<br />
<abbr title="Phone"><i class="fa fa-phone" aria-hidden="true"></i></abbr>+39035 0444806
</address>
<address>
<strong>Support:</strong> <a href="mailto:info@egaltech.com">info@egaltech.com</a>
</address>
</div>
<div class="col-12 col-md-6 text-right">
<asp:Image runat="server" CssClass="img-fluid" Height="64" ImageUrl="~/Images/LogoSteamware.png" />
<address>
<b>Steamware srl</b><br />
via Briolo Fuori, 27<br />
24015 San Giovanni Bianco<br />
Bergamo Italy<br />
<abbr title="Phone"><i class="fa fa-phone" aria-hidden="true"></i></abbr>+39 035-460560
</address>
<address>
<strong>Support:</strong> <a href="mailto:info@steamware.net">info@steamware.net</a>
</address>
</div>
</div>
</div>
</div>
</div>
</asp:Content>