This commit is contained in:
Jerome Morjon 2015-02-19 16:50:00 +01:00
parent dd386205b8
commit 400022380c
2 changed files with 4 additions and 5 deletions

View File

@ -6,7 +6,7 @@ body {
background-size:cover;
}
.form-control
.form-group
{
margin-top : 10%;
margin-top : 0.5%;
}

View File

@ -3,11 +3,10 @@
<link href="css/home.css" rel="stylesheet" type="text/css"/>
<br>
<center>
<img style="height:auto; width:auto; max-width:100px;" alt="" src="./pictures/homePic/home.png">
<nav>
<form class="form-inline navbar">
<div class="form-group">
<img alt="" src="./pictures/homePic/search.png">
<img alt="" src="./pictures/homePic/search.png">
<div class="input-group">
<input type="text" class="form-control" placeholder="Rechercher un Référant">
</div>
@ -38,7 +37,7 @@
@endif
<br>
<a href="/referents/vive.linux/games"><img style="border: 7px solid white; box-shadow: 0px 0px 3px black; max-height: 350px;" src="{{$ref -> image}}" width="300px" alt="{{ $ref -> name }}-Nom"></a>
<a href="/referents/vive.linux/games"><div class="well well-lg col-xs-4 col-md-2">{{$ref -> firstname}}, {{$ref -> lastname}}</div></a>
<a href="/referents/vive.linux/games"><div class="well well-lg ">{{$ref -> firstname}}, {{$ref -> lastname}}</div></a>
</div>
@endforeach
</div>