-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathindex.html
104 lines (88 loc) · 3.44 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Tribler</title>
<link rel="stylesheet" href="/css/style.css" />
<link rel="stylesheet" href="/css/animate.min.css">
<link rel="stylesheet" href="/css/trac.css" type="text/css" />
<link rel="shortcut icon" href="/img/favicon.ico" type="image/x-icon" />
<link rel="icon" href="/img/favicon.ico" type="image/x-icon" />
<!--[if lt IE 9]>
<script src="/js/html5shiv.js"></script>
<![endif]-->
<script src="/js/wow.min.js"></script>
<script>
new WOW().init();
</script>
<script type="text/javascript" src="/js/jquery-1.10.2.min.js"></script>
<script type="text/javascript">
var uservoiceOptions = {
/* required */
key: 'tribler',
host: 'tribler.uservoice.com',
forum: '90409',
showTab: true,
/* optional */
alignment: 'right',
background_color:'#f00',
text_color: 'white',
hover_color: '#009ec3',
lang: 'en'
};
function _loadUserVoice() {
var s = document.createElement('script');
s.setAttribute('type', 'text/javascript');
s.setAttribute('src', ("https:" == document.location.protocol ? "https://" : "http://") + "cdn.uservoice.com/javascripts/widgets/tab.js");
document.getElementsByTagName('head')[0].appendChild(s);
}
_loadSuper = window.onload;
window.onload = (typeof window.onload != 'function') ? _loadUserVoice : function() { _loadSuper(); _loadUserVoice(); };
</script>
</head>
<body>
<header>
<div class="wow fadeInDown">
<div class="wow fadeInLeft">
<a href="https://www.facebook.com/TriblerTeam"><img class="facebook-icon" src="/img/facebook-icon.png" /></a>
<a href="https://twitter.com/TriblerTeam"><img class="twitter-icon" src="/img/twitter-icon.png" /></a>
<a href="https://github.com/Tribler"><img class="github-icon" src="/img/github-icon.png" /></a>
</div>
<a href="/"><img class="header-logo" src="/img/tribler-logo.png" alt="Return to the homepage" /></a>
<nav>
<ul>
<li><a href="/">Tribler</a>
<ul>
<li><a href="/about.html">About Tribler</a></li>
<li><a href="/anonymity.html">Towards Anonymity</a></li>
<li><a href="https://release.tribler.org/dashboard/">Statistics</a></li>
</ul>
</li>
<li><a href="/download.html">Download</a></li>
<li><a href="/support-index.html">Support</a>
<ul>
<li><a href="/howto.html">Get Started</a></li>
<li><a href="/faq.html">FAQ</a></li>
</ul>
</li>
<li><a href="/developer-index.html">Developers</a>
<ul>
<li><a href="https://github.com/Tribler/tribler">Github</a></li>
<li><a href="https://github.com/Tribler/tribler/wiki">Wiki</a></li>
<li><a href="/TitleIndex">Archive</a></li>
</ul>
</li>
<li><a href="http://forum.tribler.org">Forum</a></li>
</ul>
</nav>
</header>
<section id="trac"><table><tr><td><h1 id="HenkSips"><strong>Henk Sips</strong></h1>
<p>
prof.dr.ir. <a class="ext-link" href="http://www.pds.ewi.tudelft.nl/~henk/"><span class="icon"></span>Henk Sips</a> is the head of the <a class="ext-link" href="http://www.pds.ewi.tudelft.nl/"><span class="icon"></span>Parallel and Distributed Systems group</a> at Delft University of Technology, The Netherlands.
</p>
</td>
</tr>
</table>
</section>
</body>
</html>