Final fix x about & contacts

This commit is contained in:
Samuele E. Locatelli
2020-08-12 16:29:16 +02:00
parent 52bbc7c814
commit 8cc4bdacd7
7 changed files with 62 additions and 30 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 83 KiB

+2
View File
@@ -292,6 +292,8 @@
<Content Include="export\BunkDetail.aspx" />
<Content Include="Home.aspx" />
<Content Include="Images\999999999.svg" />
<Content Include="Images\LogoEgaltech.png" />
<Content Include="Images\LogoSteamware.png" />
<Content Include="Images\test.svg" />
<Content Include="mongocrypt.dll" />
<Content Include="PartsImg\118145.png">
-1
View File
@@ -15,6 +15,5 @@
</div>
<div class="card-body">
<uc1:cmp_homeButtons runat="server" ID="cmp_homeButtons" />
</div>
</div>
+11 -9
View File
@@ -2,14 +2,16 @@
<asp:Content ID="BodyContent" ContentPlaceHolderID="MainContent" runat="server">
<div class="container mt-2">
<h2><%: Title %>.</h2>
<h3>Your application description page.</h3>
<p>Use this area to provide additional information.</p>
<p><a href="http://nkc.steamware.net/" class="btn btn-primary btn-lg" target="_blank"><%: traduci("LearnMore") %> &raquo;</a></p>
<hr />
Hai cercato <b><%: Session["valoreSearch"] %></b>
<div class="card">
<div class="card-header">
<h2><%: Title %> NKC</h2>
</div>
<div class="card-body">
<p class="lead"><%: traduci("NkcPresentationText") %></p>
<i class="lead"><%: traduci("NkcPresentationTextDetailed") %></i>
<hr />
<p><a href="http://nkc.steamware.net/" class="btn btn-primary btn-lg" target="_blank"><%: traduci("LearnMore") %> &raquo;</a></p>
</div>
</div>
</div>
</asp:Content>
+41 -12
View File
@@ -1,17 +1,46 @@
<%@ 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">
<h2><%: Title %>.</h2>
<h3>Your contact page.</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>
<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>
+8 -8
View File
@@ -1,17 +1,17 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// <generato automaticamente>
// Codice generato da uno strumento.
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
// Le modifiche a questo file possono causare un comportamento non corretto e verranno perse se
// il codice viene rigenerato.
// </generato automaticamente>
//------------------------------------------------------------------------------
namespace NKC_WF
{
public partial class Contact
{
}
public partial class Contact
{
}
}