-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
153 lines (135 loc) · 7.57 KB
/
index.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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
<!doctype html>
<html ng-app="app">
<head>
<meta charset="utf-8">
<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
<script src="//ajax.googleapis.com/ajax/libs/angularjs/1.3.14/angular.min.js"></script>
<script src="//ajax.googleapis.com/ajax/libs/angularjs/1.3.14/angular-touch.min.js"></script>
<script src="//d3js.org/d3.v3.min.js" charset="utf-8"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/lodash.js/3.7.0/lodash.min.js"></script>
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
<title>Libération.fr – Panthéon : Jean Zay, Pierre Brossolette, Geneviève de Gaulle-Anthonioz, Germaine Tillion et les autres panthéonisés</title>
<meta name="description" content="Tout savoir sur les dernières actualités politiques, monde, société, sports, écologie avec le journal en ligne Libération.">
<meta name="viewport" content="width=device-width,minimum-scale=1,maximum-scale=1">
<meta name="keywords" content="actualités, news">
<meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0">
<script src="js/csvtoarray.js"></script>
<script src="directives/lheader/lheader.directive.js"></script>
<script src="js/app.js"></script>
<script src="js/scrollfix.directive.js"></script>
<script src="js/timeline.directive.js"></script>
<link rel="stylesheet" type="text/css" href="css/style.css" >
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css">
<link rel="shortcut icon" href="http://s1.libe.com/favicon.ico">
<link rel="shortcut icon" href="http://s1.libe.com/favicon.png">
<link rel="canonical" href="http://www.liberation.fr/apps/2015/05/pantheon/index.html">
<script type="text/javascript" async="" src="http://www.google-analytics.com/analytics.js"></script>
</head>
<body ng-controller="Ctrl" ng-cloak>
<div ng-if="steps.length > 0">
<lheader></lheader>
<section class="cover" ng-style="coverImage" ng-swipe-right="prevStep()" ng-swipe-left="nextStep()">
<div class="darkfilter"></div>
<a href="#" class="nav nav-prev" ng-if="!isFirstStep()" ng-click="prevStep()"><i class="fa fa-angle-left"></i></a>
<div class="step" ng-repeat="step in steps" ng-if="$index === currentStep">
<h2 class="hidden-xs">0{{ $index + 1 }}.</h2>
<h3 class="hidden-xs">{{ step.title }}</h3>
<h2 class="hidden-sm hidden-md hidden-lg">0{{ $index + 1 }}. {{ step.title }}</h3>
<p ng-bind-html="step.desc" class="hidden-xs"></p>
<p ng-bind-html="step.mobileDesc" class="hidden-sm hidden-md hidden-lg"></p>
</div>
<ul class="step--bubbles">
<li ng-repeat="step in steps">
<a href="#" ng-click="goToStep($index)">
<i ng-class="{ 'fa-circle' : $index === currentStep , 'fa-circle-o' : $index !== currentStep }" class="fa"></i>
</a>
</li>
</ul>
<a href="#" class="nav nav-next" ng-if="!isLastStep()" ng-click="nextStep()"><i class="fa fa-angle-right"></i></a>
<p class="credits">Photos AFP</p>
</section>
<section class="filters hidden-xs">
<div class="filters__wrapper">
<a class="btn btn-default" ng-repeat="f in filters" ng-click="f.f();filter();">{{ f.label }}</a>
</div>
</section>
<section class="filters hidden-sm hidden-md hidden-lg" scrollfix="50">
<div class="filters__wrapper">
<select ng-init="$parent.selectedFilter='Tous'" class="form-control" ng-change="selectFilter()" ng-model="$parent.selectedFilter">
<option ng-repeat="f in filters" ng-value="f.label">{{ f.label }}</option>
</select>
</div>
</section>
<section class="content">
<div axis data="data" class="axis" scrollfix="50"></div>
<div timeline class="timeline" data="data"></div>
</section>
<section class="content mobile">
<div class="panel panel-default" ng-repeat="person in data" ng-if="!person.filteredOut">
<div class="panel-body">
<h4>{{ person.label }}</h4>
<p>{{ person.birth }} - {{ person.death }}</p>
<p><i class="fa fa-university"></i> {{ person.pantheon }}</p>
<p>{{ person.category }}</p>
<p ng-if="person.lien.length > 0"><a ng-href="{{ person.lien }}">En savoir plus</a>.</p>
</div>
</div>
</section>
</div>
<!-- Chartbeat -->
<script type='text/javascript'>
var _sf_async_config={};
_sf_async_config.uid = 43601;
_sf_async_config.domain = 'liberation.fr';
_sf_async_config.useCanonical = true;
_sf_async_config.sections = "Static";
_sf_async_config.authors = "Static";
(function(){
function loadChartbeat() {
window._sf_endpt=(new Date()).getTime();
var e = document.createElement('script');
e.setAttribute('language', 'javascript');
e.setAttribute('type', 'text/javascript');
e.setAttribute('src', 'http://static.chartbeat.com/' + 'js/chartbeat.js');
document.body.appendChild(e);
}
var oldonload = window.onload;
window.onload = (typeof window.onload != 'function') ?
loadChartbeat : function() { oldonload(); loadChartbeat();
};
})();
</script>
<!-- // Chartbeat -->
<!-- Google Analytics -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-41822557-1', 'liberation.fr');
ga('send', 'pageview');
</script>
<!-- // Google Analytics -->
<!-- Xiti -->
<script type="text/javascript">
xtnv = document; //parent.document or top.document or document
xtsd = "http://logliberation";
xtsite = "381060";
xtn2 = "48"; // level 2
xtpage = "2015::05::Pantheon"; //page name (with the use of :: to create chapters)
xtdi = "";
xt_pagetype = "";
xt_multc = "&x1=0&x2=43&x3=&x4=&x5=&x6=7&x7=";
xt_an = "";
xt_ac = "";
if (window.xtparam==null) { window.xtparam = ''; }
window.xtparam += "&ptype="+xt_pagetype+"&ac="+xt_ac+"&an="+xt_an+xt_multc;
</script>
<noscript>
<img width="1" height="1" src="http://logliberation.xiti.com/hit.xiti?s=381060&s2=56&p=2015::05::Pantheon&di=&" >
</noscript>
<script type="text/javascript" src="http://s1.libe.com/bloom/theme/js/xtcore.js"></script>
<!-- // Xiti -->
</body>
</html>