-
Notifications
You must be signed in to change notification settings - Fork 1
/
programme.html
91 lines (81 loc) · 4.65 KB
/
programme.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
<!DOCTYPE html>
<html lang="fr">
<head>
<title>Le programme - Jean-Luc Mélenchon oui, mais...</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="UTF-8">
<meta name="description" content="Mélenchon pense que le peuple français devrait être souverain et participer pleinement à la vie politique française. Or la Vème République possède des moyens tels que les ordonnances, les votes bloqués et le 49.3 qui permettent de faire passer des mesures en force.">
<meta name="keywords" content="Jean-Luc, Mélenchon, Melenchon, candidat, 2017, oui, mais, migrants, Union, Européenne, VIème, république, écologie, renouvelable, gagner, élection" />
<meta property="og:title" content="Jean-Luc Mélenchon oui, mais..." />
<meta property="og:type" content="website" />
<meta property="og:url" content="http://melenchonouimais.fr" />
<meta property="og:image" content="http://melenchonouimais.fr/img/Oui_mais.jpg" />
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="assets/fav/apple-touch-icon-144x144.png" />
<link rel="apple-touch-icon-precomposed" sizes="152x152" href="assets/fav/apple-touch-icon-152x152.png" />
<link rel="icon" type="image/png" href="assets/fav/favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="assets/fav/favicon-16x16.png" sizes="16x16" />
<meta name="application-name" content="Jean-Luc Mélenchon oui, mais..."/>
<meta name="msapplication-TileColor" content="#0098B6" />
<meta name="msapplication-TileImage" content="assets/fav/mstile-144x144.png" />
<meta name="theme-color" content="#0098b6">
<link rel="icon" href="assets/fav/favicon.ico">
<base target="_blank">
<link rel="stylesheet" href='https://fonts.googleapis.com/css?family=Roboto+Slab:100,300,400,700%7CRoboto:200,300,400,700,400italic%7CMontserrat:300'>
<link rel="stylesheet" href="css/styles.css">
<script src="https://use.fontawesome.com/7538861dc3.js"></script>
<script src="js/jquery-2.1.4.min.js"></script>
<script src="js/faqProg.js"></script>
<script src="js/scripts.js"></script>
<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-89303001-1', 'auto');
ga('send', 'pageview');
</script>
<!-- Piwik -->
<script type="text/javascript">
var _paq = _paq || [];
// tracker methods like "setCustomDimension" should be called before "trackPageView"
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
(function() {
var u="//piwik.waazaa.fr/";
_paq.push(['setTrackerUrl', u+'piwik.php']);
_paq.push(['setSiteId', '4']);
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'piwik.js'; s.parentNode.insertBefore(g,s);
})();
</script>
<!-- End Piwik Code -->
</head>
<body>
<div class="table-of-contents">
<div class="toc-entry selected" id="top">Retourner en haut</div>
<div class="questions"></div>
<a href="http://jlm2017.fr" class="toc-entry convinced-button" id="convinced1">Convaincu ?</a>
<a href="candidat.html" target="_self" class="toc-entry more-button" id="convinced2">Partie Candidat</a>
</div>
<div class="header shadow">
<a href="index.html" target="_self" class="header-text container">- Le programme -</a>
</div>
<div class="main">
<div class="faq container"></div>
<div class="convinced-container">
<a href="http://jlm2017.fr" class="convinced-button" id="big-convinced1">Convaincu ?</a>
<a href="candidat.html" target="_self" class="convinced-button" id="big-convinced2">Partie Candidat</a>
</div>
</div>
<div class="footer">
<div class="created-by"><a href="https://github.com/Miidnight/melenchonouimais">SITE CRÉÉ À L'INITIATIVE<br/> DE CITOYENS INSOUMIS</a></div>
<div class="contact">CONTACT : <span class="little">[email protected]</span></div>
</div>
<div class="share-controls">
<a href="http://www.facebook.com/sharer/sharer.php?u=http://melenchonouimais.fr"><i class="fa fa-facebook" aria-hidden="true"></i></a>
<a href="http://twitter.com/intent/tweet?status=J'aime%20bien%20Mélenchon,%20mais...%20+http://melenchonouimais.fr"><i class="fa fa-twitter" aria-hidden="true"></i></a>
<a href="https://plus.google.com/share?url=http://melenchonouimais.fr"><i class="fa fa-google-plus" aria-hidden="true"></i></a>
</div>
</body>
</html>