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; 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"/> <link href="css/home.css" rel="stylesheet" type="text/css"/>
<br> <br>
<center> <center>
<img style="height:auto; width:auto; max-width:100px;" alt="" src="./pictures/homePic/home.png">
<nav> <nav>
<form class="form-inline navbar"> <form class="form-inline navbar">
<div class="form-group"> <div class="form-group">
<img alt="" src="./pictures/homePic/search.png"> <img alt="" src="./pictures/homePic/search.png">
<div class="input-group"> <div class="input-group">
<input type="text" class="form-control" placeholder="Rechercher un Référant"> <input type="text" class="form-control" placeholder="Rechercher un Référant">
</div> </div>
@ -38,7 +37,7 @@
@endif @endif
<br> <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"><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> </div>
@endforeach @endforeach
</div> </div>