-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontacts.html
executable file
·121 lines (110 loc) · 5.05 KB
/
contacts.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
<!doctype html>
<html lang="it">
<head>
<title>HERMES Center for Transparency and Digital Human Rights</title>
<meta property="og:description" content="Hermes Center for Transparency and Digital Human Rights develops and promotes Transparency and Freedom-Enabling Technologies">
<meta property="og:site_name" content="HERMES Center for Transparency and Digital Human Rights">
<meta property="og:title" content="HERMES Center for Transparency and Digital Human Rights">
<meta property="og:type" content="website">
<meta property="og:url" content="http://www.logioshermes.org">
<meta property="og:locale" content="en_US">
<meta property="og:image" content="http://www.logioshermes.org/images/logo-hermes.png">
<link rel="stylesheet" href="style.css" media="screen">
<link rel="shortcut icon" href="favicon.ico" />
<script src="js/cufon.js" type="text/javascript"></script>
<script src="js/Futura_500.font.js" type="text/javascript"></script>
<script src="js/main.js" type="text/javascript"></script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-74632-83']);
_gaq.push(['_setDomainName', 'logioshermes.org']);
_gaq.push(['_setAllowLinker', true]);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body>
<div id="sostieni"><a href="donation.html"><img src="images/sostieni.png" alt="Help the Hermes Center" border="0"/></a></div>
<div id="all-container">
<div id="container">
<header>
<div id="logo">
<a href="index.html"><img src="images/logo.png" alt="" border="0"></a>
<p class="logo">
Center for Transparency and Digital Human Rights
</p>
</div>
<div id="citazioni">
<div class="single-cit">
<div class="cit">
<p><span class="big">"</span><a href="http://www.forbes.com/sites/andygreenberg/2011/01/26/globaleaks-wants-to-be-the-bittorrent-to-wikileaks-napster/" target="_blank">GlobaLeaks (...) won't have any central point of failure</a><span class="big">"</span></p>
</div>
<div class="logo-cit">
<img src="images/forbes.png" alt="wired" border="0">
</div>
</div>
<div class="single-cit">
<div class="cit">
<p><span class="big">"</span><a href="http://www.rferl.org/archive/Tangled_Web/latest/3281/3281.html" target="_blank">Their project aims to make a suite of software (...) to (...) maintain a whistle-blowing platform</a><span class="big">"</span></p>
</div>
<div class="logo-cit">
<img src="images/RFElogo.jpg" alt="wired" border="0">
</div>
</div>
<div class="single-cit">
<div class="cit">
<p><span class="big">"</span><a href="http://arstechnica.com/uncategorized/2008/12/tor2web-brings-anonymous-tor-sites-to-the-regular-web/" target="_blank">Tor2web is a positive step for those who want to publish anonymously without sacrificing the exposure</a><span class="big">"</span></p>
</div>
<div class="logo-cit">
<img src="images/ars.png" alt="wired" border="0">
</div>
</div>
</div>
<div class="clear"></div>
</header>
<aside>
<div id="sidebar">
<p class="menu">about & mission</p>
<ul>
<li><a href="chisiamo-mission.html">» About us</a></li>
<li><a href="chisiamo-people.html">» People</a></li>
<li>» Contacts</li>
<li><a href="donation.html">» Support us</a></li>
</ul>
<p class="menu"><a href="project.html">project & technologies</a></p>
<!--<p class="menu"><a href="papers-elenco.html">papers & research</a></p>
<p class="menu"><a href="news-elenco.html">news & press</a></p>-->
</div>
</aside>
<div id="content">
<section>
<div class="section">
<h1>contacts</h1>
<p>Via Aretusa 34, IT-20129 Milan, Italy
<br/>t. +39-02-87186005 (voicemail) | f. +39-02-87162573
<br/>TaxCode: IT-97621810155 | EuropeAid: IT-2012-AOD-0806909254
<br/>w. <a href="http://logioshermes.org">http://logioshermes.org</a> | m. <a href="mailto:info@logioshermes.org">info@logioshermes.org</a></p>
<p><strong>For contacts with individual members visit the <a href="chisiamo-people.html">People page</a></strong>.</p>
</div>
</section>
</div>
<div class="clear"></div>
</div>
</div>
<footer>
<div id="footer">
<!--<ul>
<li><a href="#"><img src="images/fb.png" alt="Facebook" border="0"/></a></li>
<li><a href="#"><img src="images/twitter.png" alt="Twitter" border="0"/></a></li>
<li><a href="#"><img src="images/linkedin.png" alt="Linkedin" border="0"/></a></li>
<li><a href="#"><img src="images/mail.png" alt="E-mail" border="0"/></a></li>
</ul>-->
<p>© Logios Hermes | Center for Transparency and Digital Human Rights - 2012 - All rights reserved - <a href="contacts.html">contacts</a></p>
</div>
</footer>
</body>
</html>