OK sito HOME!

This commit is contained in:
Samuele E. Locatelli
2020-09-05 12:22:44 +02:00
parent 9dc0929e43
commit 009e162814
3 changed files with 46 additions and 33 deletions
+6
View File
@@ -189,6 +189,9 @@
<Generator>EntityModelCodeGenerator</Generator>
<LastGenOutput>GPWModel.Designer.cs</LastGenOutput>
</EntityDeploy>
<Content Include="Images\LogoSteamware.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="Models\GPWModel.edmx.diagram">
<DependentUpon>GPWModel.edmx</DependentUpon>
</Content>
@@ -375,6 +378,9 @@
<ItemGroup>
<TypeScriptCompile Include="Scripts\index.d.ts" />
</ItemGroup>
<ItemGroup>
<WCFMetadata Include="Connected Services\" />
</ItemGroup>
<PropertyGroup>
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
Binary file not shown.

After

Width:  |  Height:  |  Size: 83 KiB

+40 -33
View File
@@ -1,40 +1,47 @@
@{
ViewBag.Title = "Contatti";
ViewBag.Title = "Contatti";
}
<div class="jumbotron">
<h2>@ViewBag.Title.</h2>
<h3>@ViewBag.Message</h3>
<div class="row">
<div class="col-8">
<h2>@ViewBag.Title</h2>
<h5>@ViewBag.Message</h5>
</div>
<div class="col-4" style="height: 64px;">
<img class="img-fluid" src="~/Images/LogoSteamware.png" />
</div>
</div>
</div>
<div class="row">
<div class="col-4">
<h4>Sede Operativa</h4>
<address>
<strong>Steamware 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">
<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-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 class="col-4">
<h4>Sede Operativa</h4>
<address>
<strong>Steamware 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">
<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-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>