refonte page game
This commit is contained in:
@ -1,18 +1,11 @@
|
||||
@extends('frontend/template')
|
||||
|
||||
@section('content')
|
||||
<div class="referents">
|
||||
|
||||
<div class="referent game"
|
||||
onclick='location.href = "{{ URL::to('puzzle') }}";'
|
||||
style="background:url('{{ URL::to('imgs/puzzle.jpg') }}'); width: 50%;">
|
||||
<div class="infos">Puzzle</div>
|
||||
<div class="titreIcon">
|
||||
<img src="imgs/games.png" />
|
||||
</div>
|
||||
<div class="referent game"
|
||||
onclick='location.href = "{{ URL::to('memo') }}";'
|
||||
style="background:url('{{ URL::to('imgs/memo.jpg') }}'); width: 50%;">
|
||||
<div class="infos">Mémo</div>
|
||||
</div>
|
||||
|
||||
<div class="text-center">
|
||||
<a href="{{ URL::to('puzzle') }}" ><img src="imgs/puzzle/iconPuzzle.png" alt="puzzle"/></a>
|
||||
<a href="{{ URL::to('memo') }}" ><img src="imgs/memo/memo.png" alt="memo"/></a>
|
||||
</div>
|
||||
@endsection
|
||||
|
Reference in New Issue
Block a user