This commit is contained in:
Jerome Morjon 2015-03-17 11:47:46 +01:00
parent a60189304e
commit 06b7bc9a66
6 changed files with 18 additions and 5 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

@ -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')