ajustement du vc d'items

This commit is contained in:
Victor Turgeon 2022-09-11 11:04:55 -07:00
parent 887e31f6e0
commit d12f4412e7
3 changed files with 49 additions and 43 deletions

View File

@ -4,6 +4,13 @@
<TargetFramework>net5.0</TargetFramework> <TargetFramework>net5.0</TargetFramework>
</PropertyGroup> </PropertyGroup>
<ItemGroup>
<Compile Remove="ViewModels\**" />
<Content Remove="ViewModels\**" />
<EmbeddedResource Remove="ViewModels\**" />
<None Remove="ViewModels\**" />
</ItemGroup>
<ItemGroup> <ItemGroup>
<PackageReference Include="FontAwesome" Version="4.7.0" /> <PackageReference Include="FontAwesome" Version="4.7.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="5.0.17" /> <PackageReference Include="Microsoft.EntityFrameworkCore" Version="5.0.17" />
@ -15,7 +22,6 @@
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<Folder Include="ViewModels\" />
<Folder Include="wwwroot\img\" /> <Folder Include="wwwroot\img\" />
<Folder Include="wwwroot\audio\" /> <Folder Include="wwwroot\audio\" />
</ItemGroup> </ItemGroup>

View File

@ -1,50 +1,50 @@
<div style="height:250px;"> <div style="height:280px;">
<div class="row"> <div class="row">
<div class="col-md-7 col-sm-12 offset-md-1 offset-sm-0 text-primary" style="font-family:Comic Sans MS;"> <div class="col-md-7 col-sm-12 offset-md-1 offset-sm-0 text-primary" style="font-family:Comic Sans MS;">
<h1>Nos produits vedettes:</h1> <h1>Nos produits vedettes:</h1>
</div> </div>
</div> </div>
<div class="carousel slide" data-ride="carousel"> <div class="carousel slide" data-ride="carousel">
<div class="carousel-inner"> <div class="carousel-inner">
<div class="carousel-item active"> <div class="carousel-item bg-secondary rounded active">
<div class="row text-primary" style="font-family:Comic Sans MS;"> <div class="row text-primary" style="font-family:Arial;">
<div class="col-4"> <div class="col-6 my-auto">
<img class="d-block w-100" src="img/ceintureflechee.jpg" style="width:auto;max-height:200px;"> <img class="d-block w-100" src="img/ceintureflechee.jpg" style="width:auto;max-height:200px;">
</div> </div>
<div class="col-6"> <div class="col-6 text-white">
<h3>Ceinture flèchée</h3> <h3>Ceinture flèchée</h3>
<p>Pour faire votre propre bonhomme de 1837, comme dans le bon vieux temps.</p> <p>Pour faire votre propre bonhomme de 1837, comme dans le bon vieux temps.</p>
<h5>Seulement</h5> <h5>Seulement</h5>
<h4 class="offset-1 text-success">85,86$+tx</h4> <h4 class="offset-1 bg-white text-success">85,86$+tx</h4>
</div> </div>
</div> </div>
</div> </div>
<div class="carousel-item"> <div class="carousel-item bg-secondary rounded">
<div class="row text-primary" style="font-family:Comic Sans MS;"> <div class="row text-primary" style="font-family:Arial;">
<div class="col-4"> <div class="col-6 my-auto">
<img class="d-block w-100" src="img/pantouflesCH.jpg" style="width:auto;max-height:200px;"> <img class="d-block w-100" src="img/pantouflesCH.jpg" style="width:auto;max-height:200px;">
</div> </div>
<div class="col-6"> <div class="col-6 text-white">
<h3>Pantoufles du Canadien en Phentex</h3> <h3>Pantoufles du Canadien en Phentex</h3>
<p>Parce que ça sent la coupe!</p> <p>Parce que ça sent la coupe!</p>
<h5>Seulement</h5> <h5>Seulement</h5>
<h4 class="offset-1 text-success">15,64$+tx</h4> <h4 class="offset-1 bg-white text-success">15,64$+tx</h4>
</div> </div>
</div> </div>
</div> </div>
<div class="carousel-item"> <div class="carousel-item bg-secondary rounded">
<div class="row text-primary" style="font-family:Comic Sans MS;"> <div class="row text-primary" style="font-family:Arial;">
<div class="col-4"> <div class="col-6 my-auto">
<img class="d-block w-100" src="img/jeanlucmongrain.jpg" style="width:auto;max-height:200px;"> <img class="d-block w-100" src="img/jeanlucmongrain.jpg" style="width:auto;max-height:200px;">
</div> </div>
<div class="col-6"> <div class="col-6 text-white">
<h3>Jean-Luc Mongrain</h3> <h3>Jean-Luc Mongrain</h3>
<p>On ne lui ferait pas mal, en tout cas!!</p> <p>On ne lui ferait pas mal, en tout cas!!</p>
<h5>Seulement</h5> <h5>Seulement</h5>
<h4 class="offset-1 text-success">1453,12$+tx</h4> <h4 class="offset-1 bg-white text-success">1453,12$+tx</h4>
</div>
</div> </div>
</div> </div>
</div> </div>
</div> </div>
</div> </div>
</div>

View File

@ -60,7 +60,7 @@
</div> </div>
</div> </div>
</div> </div>
<div class="container text-info" style="font-family:Comic Sans MS;"> <div class="container text-white" style="font-family:Comic Sans MS;">
&copy; 2022 - Les Grosses Mitaines à Ginette et Monique, inc. &copy; 2022 - Les Grosses Mitaines à Ginette et Monique, inc.
</div> </div>
</footer> </footer>