-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
9,938 additions
and
66 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ | |
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<!-- Place favicon.ico and apple-touch-icon.png in the root directory --> | ||
<link rel="stylesheet" href="assets/styles/vendor-140d9352c3.css"/> | ||
<link rel="stylesheet" href="assets/styles/main-f26fad68f8.css"/> | ||
<link rel="stylesheet" href="assets/styles/main-425f2db200.css"/> | ||
|
||
<link rel="stylesheet" href="assets/fonts/font-awesome-4.6.1/css/font-awesome.css" /> | ||
</head> | ||
|
@@ -22,70 +22,6 @@ | |
|
||
<div class="row" ng-view></div> | ||
|
||
<footer ng-if="displayFooter"> | ||
|
||
<div> | ||
<table> | ||
<thead> | ||
<tr> | ||
<td colspan=2> | ||
Projet Accessimap - Partenaires | ||
</td> | ||
</tr> | ||
</thead> | ||
<tbody> | ||
<tr> | ||
<td> | ||
<a href="http://www.ijatoulouse.org/"> | ||
<img src="assets/images/logos/ija.jpg"> | ||
IJA Toulouse | ||
</a> | ||
</td> | ||
<td> | ||
<a href="https://www.irit.fr/"> | ||
<img src="assets/images/logos/irit.jpg"> | ||
IRIT | ||
</a> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td> | ||
<a href="http://www.telecom-paristech.fr/"> | ||
<img src="assets/images/logos/telecom.png"> | ||
Télécom ParisTech | ||
</a> | ||
</td> | ||
<td> | ||
<a href="http://makina-corpus.com/"> | ||
<img src="assets/images/logos/makinacorpus.png"> | ||
Makina Corpus | ||
</a> | ||
</td> | ||
</tr> | ||
</tbody> | ||
</table> | ||
</div> | ||
|
||
<div> | ||
<p> | ||
<span class="fa fa-warning fa-lg"></span> Si l'affichage vous paraît trop gros, réglez le zoom de votre navigateur. (Ctrl + molette souris) | ||
</p> | ||
<p> | ||
<span class="fa fa-question fa-lg"></span> Pour toutes questions, n'hésitez pas à <a href="mailto:[email protected]">nous contacter</a> | ||
</p> | ||
<p> | ||
<span class="fa fa-github fa-lg"></span> Vous souhaitez contribuer au projet, accédez à <a href="https://github.com/makinacorpus/accessimap-editeur-der/issues" target="_blank">notre dépôt Github</a> ou à <a href="docs/" target="_blank">la documentation technique</a>. | ||
</p> | ||
<p> | ||
Map tiles and data: © OpenStreetMap contributors | ||
</p> | ||
<p> | ||
<a href="http://makinacorpus.github.io/accessimap-editeur-der/v1">Accéder à l'ancien éditeur</a> | ||
</p> | ||
</div> | ||
|
||
</footer> | ||
|
||
<!-- Google Analytics: change UA-XXXXX-X to be your site's ID --> | ||
<script> | ||
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ | ||
|
@@ -101,7 +37,7 @@ | |
|
||
<script src="scripts/vendor-251865501b.js"></script> | ||
|
||
<script src="scripts/app-91e2b5ff67.js"></script> | ||
<script src="scripts/app-6dc63e7f18.js"></script> | ||
|
||
</body> | ||
</html> |
Oops, something went wrong.