This commit is contained in:
sidya82 2015-03-17 11:55:51 +01:00
commit 661ac601fb
7 changed files with 169 additions and 9 deletions

Binary file not shown.

View File

@ -10,5 +10,7 @@
<glyph unicode="&#xe600;" d="M1024 562.95l-353.78 51.408-158.22 320.582-158.216-320.582-353.784-51.408 256-249.538-60.432-352.352 316.432 166.358 316.432-166.358-60.434 352.352 256.002 249.538z" />
<glyph unicode="&#xe601;" d="M192 384l64-384h192v320h128v-320h192l64 384-320 320-320-320zM832 576v256h-128l0.312-128.312-192.312 192.312-512-512h128l384 384 384-384h128l-192 192z" />
<glyph unicode="&#xe602;" d="M784 960h-544c-132.576 0-240-107.424-240-240s107.424-240 240-240h43.648c51.072-52.032 119.68-86.72 196.352-94.336v-321.664h-96l-128-128h512l-128 128h-96v321.664c76.672 7.616 145.28 42.304 196.352 94.336h43.648c132.576 0 240 107.424 240 240s-107.424 240-240 240zM64 720c0 80.448 54.272 147.52 128 168.544v-184.544c0-58.112 15.744-112.512 42.848-159.456-94.752 2.784-170.848 80.032-170.848 175.456zM789.152 544.544c27.104 46.944 42.848 101.344 42.848 159.456v184.544c73.728-20.992 128-88.096 128-168.544 0-95.424-76.096-172.672-170.848-175.456z" />
<glyph unicode="&#xe984;" d="M1024 576h-384l143.53 143.53c-72.53 72.526-168.96 112.47-271.53 112.47s-199-39.944-271.53-112.47c-72.526-72.53-112.47-168.96-112.47-271.53s39.944-199 112.47-271.53c72.53-72.526 168.96-112.47 271.53-112.47s199 39.944 271.528 112.472c6.056 6.054 11.86 12.292 17.456 18.668l96.32-84.282c-93.846-107.166-231.664-174.858-385.304-174.858-282.77 0-512 229.23-512 512s229.23 512 512 512c141.386 0 269.368-57.326 362.016-149.984l149.984 149.984v-384z" />
<glyph unicode="&#xe986;" d="M992.262 88.604l-242.552 206.294c-25.074 22.566-51.89 32.926-73.552 31.926 57.256 67.068 91.842 154.078 91.842 249.176 0 212.078-171.922 384-384 384-212.076 0-384-171.922-384-384s171.922-384 384-384c95.098 0 182.108 34.586 249.176 91.844-1-21.662 9.36-48.478 31.926-73.552l206.294-242.552c35.322-39.246 93.022-42.554 128.22-7.356s31.892 92.898-7.354 128.22zM384 320c-141.384 0-256 114.616-256 256s114.616 256 256 256 256-114.616 256-256-114.614-256-256-256z" />
<glyph unicode="&#xea0c;" d="M448 656c0 26.4 21.6 48 48 48h32c26.4 0 48-21.6 48-48v-32c0-26.4-21.6-48-48-48h-32c-26.4 0-48 21.6-48 48v32zM640 192h-256v64h64v192h-64v64h192v-256h64zM512 960c-282.77 0-512-229.23-512-512s229.23-512 512-512 512 229.23 512 512-229.23 512-512 512zM512 32c-229.75 0-416 186.25-416 416s186.25 416 416 416 416-186.25 416-416-186.25-416-416-416z" />
</font></defs></svg>

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

Binary file not shown.

View File

@ -1,10 +1,10 @@
@font-face {
font-family: 'icomoon';
src:url('icomoon.eot?swc69j');
src:url('icomoon.eot?#iefixswc69j') format('embedded-opentype'),
url('icomoon.woff?swc69j') format('woff'),
url('icomoon.ttf?swc69j') format('truetype'),
url('icomoon.svg?swc69j#icomoon') format('svg');
src:url('icomoon.eot?os29vp');
src:url('icomoon.eot?#iefixos29vp') format('embedded-opentype'),
url('icomoon.woff?os29vp') format('woff'),
url('icomoon.ttf?os29vp') format('truetype'),
url('icomoon.svg?os29vp#icomoon') format('svg');
font-weight: normal;
font-style: normal;
}
@ -39,3 +39,11 @@
content: "\e986";
}
.icon-info:before {
content: "\ea0c";
}
.icon-spinner11:before {
content: "\e984";
}

View File

@ -1,4 +1,151 @@
Bonjour,<br>
Cliquez ici pour changer votre mot de passe : {{ url('password/reset/'.$token) }}<br>
Pour vous connecter : {{ url('login') }}<br>
Merci et à bientôt !<br>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Transitional //EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Mail de confirmation d'inscription</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style type="text/css">
/* Fonts and Content */
body, td { font-family: 'Helvetica Neue', Arial, Helvetica, Geneva, sans-serif; font-size:14px; }
body { background-color: #2A374E; margin: 0; padding: 0; -webkit-text-size-adjust:none; -ms-text-size-adjust:none; }
h2{ padding-top:12px; /* ne fonctionnera pas sous Outlook 2007+ */color:#0E7693; font-size:22px; }
code { font-family: monospace;}
@media only screen and (max-width: 480px) {
table[class=w275], td[class=w275], img[class=w275] { width:135px !important; }
table[class=w30], td[class=w30], img[class=w30] { width:10px !important; }
table[class=w580], td[class=w580], img[class=w580] { width:280px !important; }
table[class=w640], td[class=w640], img[class=w640] { width:300px !important; }
img{ height:auto;}
/*illisible, on passe donc sur 3 lignes */
table[class=w180], td[class=w180], img[class=w180] {
width:280px !important;
display:block;
}
td[class=w20]{ display:none; }
}
</style>
</head>
<body style="margin:0px; padding:0px; -webkit-text-size-adjust:none;">
<table width="100%" cellpadding="0" cellspacing="0" border="0" style="background-color:rgb(42, 55, 78)" >
<tbody>
<tr>
<td align="center" bgcolor="#2A374E">
<table cellpadding="0" cellspacing="0" border="0">
<tbody>
<tr>
<td class="w640" width="640" height="10"></td>
</tr>
<tr>
<td class="w640" width="640" height="10"></td>
</tr>
<!-- entete -->
<tr class="pagetoplogo">
<td class="w640" width="640">
<table class="w640" width="640" cellpadding="0" cellspacing="0" border="0" bgcolor="#F2F0F0">
<tbody>
<tr>
<td class="w30" width="30"></td>
<td class="w580" width="580" valign="middle" align="left">
<div class="pagetoplogo-content">
<!-- <img class="w580" style="text-decoration: none; display: block; color:#476688; font-size:30px;" src="logo.png" alt="Application musée des augustins" width="482" height="108"/> --><h1 style="color:#0E7693; font-size:30px; padding-top:12px;">Application: musée des augustins</h1>
</div>
</td>
<td class="w30" width="30"></td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- separateur horizontal -->
<tr>
<td class="w640" width="640" height="1" bgcolor="#d7d6d6"></td>
</tr>
<!-- contenu -->
<tr class="content">
<td class="w640" class="w640" width="640" bgcolor="#ffffff">
<table class="w640" width="640" cellpadding="0" cellspacing="0" border="0">
<tbody>
<tr>
<td class="w30" width="30"></td>
<td class="w580" width="580">
<!-- une zone de contenu -->
<table class="w580" width="580" cellpadding="0" cellspacing="0" border="0">
<tbody>
<tr>
<td class="w580" width="580">
<h2 style="color:#0E7693; font-size:22px; padding-top:12px;">Bienvenue</h2>
<div align="left" class="article-content">
<p>Vous venez de vous inscrire à notre site web, nous vous proposons de cliquer sur le lien ci-dessous pour initialiser votre mot de passe:</p>
<p><a href="{{ url('password/reset/'.$token) }}">J'initialise mon mot de passe</a></p>
<p>Vous venez de vous créer un compte en tant que référent au sein de notre site web. Pour vous connecter en tant que référent vous pouvez vous connecter grâce au lien ci-dessous ou en ajoutant <code>"/login"</code> à votre barre d'adresse. </p>
<p><a href="{{ url('login') }}">Se connecter</a></p>
<p>Merci et à bientôt!</p>
</div>
</td>
</tr>
</tbody>
</table>
<!-- fin zone -->
</td>
<td class="w30" class="w30" width="30"></td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- separateur horizontal de 15px de haut -->
<tr>
<td class="w640" width="640" height="15" bgcolor="#ffffff"></td>
</tr>
<!-- pied de page -->
<tr class="pagebottom">
<td class="w640" width="640">
<table class="w640" width="640" cellpadding="0" cellspacing="0" border="0" bgcolor="#c7c7c7">
<tbody>
<tr>
<td colspan="5" height="10"></td>
</tr>
<tr>
<td class="w30" width="30"></td>
<td class="w580" width="580" valign="top">
<p align="right" class="pagebottom-content-left">
<a style="color:#255D5C;" href="{{url('/')}}"><span style="color:#255D5C;">Application musée des augustins</span></a>
</p>
</td>
<td class="w30" width="30"></td>
</tr>
<tr>
<td colspan="5" height="10"></td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="w640" width="640" height="60"></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</body>
</html>

View File

@ -19,6 +19,9 @@
@else
<h1>Aucun référent trouvé</h1>
@endif
<div class="about">
<a href="#"><span class="icon-info"></span></a>
</div>
@endsection
@section('page-css')