-
Notifications
You must be signed in to change notification settings - Fork 0
/
links.html
117 lines (103 loc) · 3.25 KB
/
links.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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<link rel="stylesheet" type="text/css" href="./css/principale.css">
<script type="text/javascript" src="js/prototype.lite.js"></script>
<script type="text/javascript" src="js/moo.fx.js"></script>
<script type="text/javascript" src="js/moo.fx.pack.js"></script>
<script type="text/javascript" src="js/time.js"></script>
<script type="text/javascript">
//<![CDATA[
function casa() {
tit.custom(1, 0);
setTimeout(function() {
top.location = "https://antonis-papaioannou.github.io/publications.html";
}, 400);
}
function siblink(el) {
top.location = el.childNodes[0];
}
function init() {
tit = new fx.Opacity('title', {duration: 400});
}
function front_init() {
cont = new fx.Combo('content', {duration: 1600, width:false, height:true, opacity:true});
cont.hide();
//tit = new fx.Opacity('title', {duration: 1200});
//tit.setOpacity(0);
setTimeout(function() {
cont.toggle();
}, 1000);
//setTimeout(function() {
// tit.custom(0, 1);
//}, 1000);
}
//]]>
</script>
<title>Antonis Papaioannou : Links</title>
</head>
<body>
<div id="container">
<div id="win">
<div id="nav">
<div id="title" onclick="casa()"></div>
<div id="right">
<ul>
<li class="smoke" id="li_research" onclick="siblink(this)"><a
href="./index.html">Home</a></li>
<li class="peach" id="li_teaching" onclick="siblink(this)"><a
href="./publications.html">Publications</a></li>
<li class="sand" id="li_activities" onclick="siblink(this)"><a
href="./projects.html">Projects</a></li>
<li class="pine" id="li_personal" onclick="siblink(this)"><a
href="./interests.html">Interests</a></li>
<li class="steel" id="li_links" onclick="siblink(this)"><a
href="./links.html">Links</a></li>
</ul>
</div>
</div>
<div id="bound">
<div id="lbound" class="steel"></div>
<div id="rbound" class="steel"></div>
</div>
<div id="content">
<div class="left">
Some interesting links
</div>
<div class="main">
<h2>Some interesting links</h2>
<br /><br />
<ul>
<li><a href="http://www.uoc.gr">University of Crete</a></li><br />
<li><a href="http://www.csd.uoc.gr">Computer Science Department</a></li><br />
<li><a href="http://www.forth.gr">Foundation for Research and Technology - Hellas</a></li><br />
<li><a href="http://www.icsd.forth.gr">Institute of Computer Science</a></li><br />
</ul>
</div>
</div>
<div id="footer">
<div style="width: 766px; clear: both; margin-bottom: 1px;">
<div id="lt"></div>
<div id="rt"></div>
</div>
<div style="width: 766px; clear: both">
<div id="lb"></div>
<div id="rb">
<script type="text/javascript">
//<![CDATA[
showTime();
//]]>
</script>
<br><p align="right"><span id="time" class="black"> </span></p>
</div>
</div>
</div>
</div>
<script type="text/javascript">
//<![CDATA[
init();
//]]>
</script>
</body>
</html>