-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
98 lines (86 loc) · 3.96 KB
/
contact.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
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Integrity Watch FRANCE</title>
<link rel="shortcut icon" href="favicon.ico">
<link href="css/bower.min.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="css/dc.css"/>
<link rel="stylesheet" type="text/css" href="css/style.css"/>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the pdate via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<script type="text/javascript" src="js/bower.js"></script>
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="@TI_FR" />
<meta name="twitter:creator" content="@eucampaign" />
<meta property="og:url" content="http://www.integritywatch.eu" />
<meta property="og:title" content="FR Integrity Watch: monitor potential conflicts of interests" />
<meta property="og:description" content="Interactive database that provides a unique overview of the activities and outside income for the members of the European Parliament and Commission" />
<meta property="og:image" content="http://www.integritywatch.eu/img/thumbnail.jpg" />
<meta property="fb:app_id" content="1611680135716224" />
</head>
<body>
<nav class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<div class="navbar-brand" id="ti_logo_container">
<a id="ti_logo" href="http://www.transparency-france.org">Transparency International</a>
<a id="page_title" href="/" target="_blank">Integrity Watch<br />France</a>
</div>
</div>
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav">
<li id="bl_tool_btn"><a href="/">Lobbyistes en France</a></li>
<li><a href="./old_version/index.html">XIVe législature</a></li>
<li class="dropdown">
<a aria-expanded="false" aria-haspopup="true" role="button" data-toggle="dropdown" class="dropdown-toggle" href="#">Integrity Watch Europe<span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="http://www.integritywatch.eu">Union Européenne</a></li>
<li><a href="https://openaccess.transparency.org.uk/">Royaume-Uni</a></li>
</ul>
</li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li><a href="http://www.transparency-france.org/ewb_pages/div/Faire_un_don_a_TI_France.php">Faites un don</a></li>
<li><a href="about.html">A propos</a></li>
<li class="active"><a href="contact.html">Contact</a></li>
</ul>
</div>
</div><!-- container -->
</nav>
<div class="container">
<div class="row">
<div class="col-xs-12">
<h1>Contact</h1>
<p>
Si vous n’avez pas trouvé toutes les réponses à vos questions, vous pouvez contacter :</p>
<address>
<b>Myriam Savy</b><br>
Responsable du plaidoyer<br>
Transparency International France<br>
+33 1 84 16 95 65<br>
<a href="mailto:contact@transparency-france.org">contact@transparency-france.org</a>
</address>
<address>
<b>Daniel Freund</b><br>
Policy Officer EU Integrity<br>
Transparency International EU Office<br>
+32 489 58 7140<br>
<a href="dfreund@transparency.org">dfreund@transparency.org</a>
</address>
</div>
</div>
</div>
</body>
</html>