This repository has been archived on 2021-09-15. You can view files and clone it, but cannot push or open issues or pull requests.
Jerome Morjon 31a37585b9 edit code
serieux les gars faites attentions quand vous fermez les balises etc
plein de block incomplet…
2015-03-20 21:36:50 +01:00

27 lines
1.3 KiB
PHP
Executable File

@extends('frontend/template')
@section('content')
<div class="referents">
<div class="referent game"
onclick='location.href = "{{ URL::to('memo') }}";'
style="background:url('{{ URL::to('imgs/memo/memo2.png') }}'); background-repeat:no-repeat; background-size: contain; border: none; margin-top: 10%;">
</div>
<br>
<button class="level" onclick="location.href='{{ URL::to('memo/jouer/1') }}'"><span style="color:gold;"><span class="icon-star-full"></span></span><span class="icon-star-full"></span><span class="icon-star-full"></span></button>
<button class="level" onclick="location.href='{{ URL::to('memo/jouer/2') }}'"><span style="color:gold;"><span class="icon-star-full"></span><span class="icon-star-full"></span></span><span class="icon-star-full"></span></button>
<button class="level" onclick="location.href='{{ URL::to('memo/jouer/3') }}'"><span style="color:gold;"><span class="icon-star-full"></span><span class="icon-star-full"></span><span class="icon-star-full"></span></span></button><br>
</div>
<div style="position:relative; left: 0; bottom: 400px; padding-left:1%;">
<a href="/"><img style="height: 80px;" src="{{ URL::to('imgs/previouspage.png') }}" /></a>
</div>
@endsection
@section('page-css')
<link href="{{ URL::to('css/fonts/style.css') }}" rel="stylesheet" type="text/css"/>
@endsection