-
Notifications
You must be signed in to change notification settings - Fork 0
/
coordonnees.html
102 lines (84 loc) · 3.7 KB
/
coordonnees.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
<!doctype html>
<!--[if lt IE 7 ]><html class="ie ie6" lang="en"> <![endif]-->
<!--[if IE 7 ]><html class="ie ie7" lang="en"> <![endif]-->
<!--[if IE 8 ]><html class="ie ie8" lang="en"> <![endif]-->
<!--[if (gte IE 9)|!(IE)]><!--><html lang="fr"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<!--
••••••••••••••••••••••••
Powered by Type & Grids™
www.typeandgrids.com
••••••••••••••••••••••••
-->
<title>Vues Coordonnées - Boîte à outils Autonomens</title>
<meta name="description" content="Vues coordonnées - Démo">
<meta name="author" content="Autonomens">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<!-- CSS
================================================================================================= -->
<link rel="stylesheet" href="css/base.css">
<link rel="stylesheet" href="css/themes/type_10.css">
<link rel="stylesheet" href="css/themes/color_07.css">
<link href="https://fonts.googleapis.com/css?family=Titillium+Web:400,200,400italic,600,700,700italic" rel="stylesheet">
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- Favicons
================================================================================================= -->
<link rel="shortcut icon" href="images/logo2.png">
<!-- JS
================================================================================================= -->
<script src="js/libs/modernizr.min.js"></script>
<script src="js/libs/jquery-1.8.3.min.js"></script>
<script src="js/libs/jquery.easing.1.3.min.js"></script>
<script src="js/libs/jquery.fitvids.js"></script>
<script src="js/script.js"></script>
</head>
<body>
<!-- Write preloader to page - this allows the site to load for users with JS disabled -->
<script type="text/javascript">
document.write("<div id='sitePreloader'><div id='preloaderImage'><img src='images/site_preloader.gif' alt='Preloader' /></div></div>");
</script>
<div class="container">
<!-- Header begins ========================================================================== -->
<header class="row">
<div id="logo">
<img src="images/logo2.png" width="45" height="45" alt="Logo" />
<h1>Vues coordonnées</h1>
<h2>Quelques outils utilisés par Autonomens</h2>
<!--
<img src="images/logo.png" width="275" height="35" alt="Logo" />
-->
</div>
<nav>
<ul>
<li><a href="index.html">Retour à l'accueil</a></li>
</ul>
</nav>
<hr />
</header>
<!-- Header ends ============================================================================ -->
<!-- Work page begins ======================================================================= -->
<div id="work">
<!-- Project begins ================================================================= -->
<div class="col col-50">
<img id="Parcours et altitude" alt="" src="data/vid/coordinated_views.gif">
</div>
<div class="col col-50">
<p> Il est possible de montrer de façon dynamique et simultanée plusieurs grandeurs sur une carte, des graphiques, des timelines...</p>
<p>Par exemple, ici, lorsque la souris survole le profil altimétrique, un pointeur montre la position sur l'itinéraire cartographique.</p>
</div>
</div>
<!-- Footer begins ========================================================================== -->
<footer class="row">
<hr />
<ul id="footerLinks">
<li>© 2016 Autonomens.</li>
<li>Powered by <a href="http://www.typeandgrids.com" target="_blank">Type & Grids</a></li>
</ul>
</footer>
<!-- Footer ends ============================================================================ -->
</div><!-- container -->
</body>
</html>