test du coverflow page d'acceuil

This commit is contained in:
Jerome Morjon
2015-02-21 03:53:55 +01:00
parent 9879943073
commit 2a4fef10d7
7 changed files with 148 additions and 12 deletions

View File

@ -1,6 +1,7 @@
@extends('app')
@section('content')
<link href="css/home.css" rel="stylesheet" type="text/css"/>
<link href="css/coverflow.css" rel="stylesheet" type="text/css"/>
<br>
<center>
<img style="height:auto; width:auto; max-width:100px;" alt="" src="./pictures/homePic/home.png">
@ -45,6 +46,22 @@
</div>
@endforeach
</div>
<!-- COVERFLOW -->
<div class="coverflow">
<ul>
@foreach ($referent as $ref)
<li>
<a href="/referents/vive.linux/games"><img class="imgRef" src="{{$ref -> image}}" width="150px" alt="{{ $ref -> name }}-Nom"></a>
<a href="/referents/vive.linux/games"><div>{{$ref -> firstname}}, {{$ref -> lastname}}</div></a>
</li>
<li>
<a href="/referents/vive.linux/games"><img class="imgRef" src="{{$ref -> image}}" width="150px" alt="{{ $ref -> name }}-Nom"></a>
<a href="/referents/vive.linux/games"><div>{{$ref -> firstname}}, {{$ref -> lastname}}</div></a>
</li>
@endforeach
</ul>
</div>
<!-- Controles -->
<a class="left carousel-control" href="#carousel-example-generic" role="button" data-slide="prev">