AboutUs et gossage
This commit is contained in:
parent
9e0a6916ea
commit
887e31f6e0
@ -1,4 +1,41 @@
|
|||||||
@{
|
@{
|
||||||
ViewData["Title"] = "À propos de nous";
|
ViewData["Title"] = "À propos de nous";
|
||||||
}
|
}
|
||||||
WFWFFW
|
<br />
|
||||||
|
<div class="row">
|
||||||
|
<div class="col-12 text-light" style="font-family:Comic Sans MS;">
|
||||||
|
<h1>À propos de nous:</h1>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<br/>
|
||||||
|
<div class="row">
|
||||||
|
<div class="col col-sm-12 col-md-6 col-lg-4">
|
||||||
|
<img src="~/img/madamebrossard.jpg"/>
|
||||||
|
</div>
|
||||||
|
<div class="col col-sm-12 col-md-6 col-lg-8 text-light" style="font-family:Comic Sans MS;">
|
||||||
|
BLah BLahBLahBLahBLahBLah BLah BLah BLahBLahBLahBLahBLah BLah
|
||||||
|
BLah BLahBLahBLahBLahBLah BLah
|
||||||
|
BLah BLahBLahBLahBLahBLah BLah
|
||||||
|
BLah BLahBLahBLahBLahBLah BLah
|
||||||
|
BLah BLahBLahBLahBLahBLah BLahBLah BLahBLahBLahBLahBLah BLah
|
||||||
|
BLah BLahBLahBLahBLahBLah BLah
|
||||||
|
BLah BLahBLahBLahBLahBLah BLah
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="row">
|
||||||
|
<div class="col-12" style="height:40px;" />
|
||||||
|
</div>
|
||||||
|
<div class="row">
|
||||||
|
<div class="col col-sm-12 col-md-6 col-lg-8 text-light" style="font-family:Comic Sans MS;">
|
||||||
|
BLah BLahBLahBLahBLahBLah BLahBLah BLahBLahBLahBLahBLah BLahBLah BLahBLahBLahBLahBLah BLah
|
||||||
|
BLah BLahBLahBLahBLahBLah BLah
|
||||||
|
BLah BLahBLahBLahBLahBLah BLahBLah BLahBLahBLahBLahBLah BLah
|
||||||
|
BLah BLahBLahBLahBLahBLah BLah
|
||||||
|
BLah BLahBLahBLahBLahBLah BLah
|
||||||
|
BLah BLahBLahBLahBLahBLah BLah
|
||||||
|
BLah BLahBLahBLahBLahBLah BLah
|
||||||
|
</div>
|
||||||
|
<div class="col col-sm-12 col-md-6 col-lg-4">
|
||||||
|
<img src="~/img/moman.jpg" />
|
||||||
|
</div>
|
||||||
|
</div>
|
@ -1,6 +1,14 @@
|
|||||||
@{
|
@{
|
||||||
ViewData["Title"] = "Maison";
|
ViewData["Title"] = "Maison";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
<div id="research-bar" class="container input-group col-12 d-sm-inline-flex justify-content-between mb-3">
|
||||||
|
<input type="search" class=" form-control rounded col-sm-10 col-md-11 col-10" placeholder="Recherche" aria-label="Search" aria-describedby="search-addon" />
|
||||||
|
<button type="button" id="btn-search" class="btn btn-outline-primary btn-light col-sm-2 col-md-1 box-shadow col-2 ">
|
||||||
|
<div id="search-icon" class="fa fa-search"></div>
|
||||||
|
</button>
|
||||||
|
</div>
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
<br>
|
<br>
|
||||||
<div class="container col-10 offset-1 text-primary text-right text-sm-right" style="font-family:Comic Sans MS;">
|
<div class="container col-10 offset-1 text-primary text-right text-sm-right" style="font-family:Comic Sans MS;">
|
||||||
|
@ -35,12 +35,6 @@
|
|||||||
</nav>
|
</nav>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<div id="research-bar" class="container input-group col-12 d-sm-inline-flex justify-content-between mb-3">
|
|
||||||
<input type="search" class=" form-control rounded col-sm-10 col-md-11 col-10" placeholder="Recherche" aria-label="Search" aria-describedby="search-addon" />
|
|
||||||
<button type="button" id="btn-search" class="btn btn-outline-primary btn-light col-sm-2 col-md-1 box-shadow col-2 ">
|
|
||||||
<div id="search-icon" class="fa fa-search"></div>
|
|
||||||
</button>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="container">
|
<div class="container">
|
||||||
|
|
||||||
|
BIN
GrossesMitaines/GrossesMitaines/wwwroot/img/madamebrossard.jpg
Normal file
BIN
GrossesMitaines/GrossesMitaines/wwwroot/img/madamebrossard.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.3 KiB |
BIN
GrossesMitaines/GrossesMitaines/wwwroot/img/moman.jpg
Normal file
BIN
GrossesMitaines/GrossesMitaines/wwwroot/img/moman.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 49 KiB |
Loading…
Reference in New Issue
Block a user