-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
73 lines (69 loc) · 3.07 KB
/
about.html
File metadata and controls
73 lines (69 loc) · 3.07 KB
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
<!doctype html>
<html>
<head>
<title>SVELA @ EVALITA 2026</title>
<meta charset="utf-8" name="viewport" content="width=device-width, initial-scale=1">
<link href="https://use.fontawesome.com/releases/v5.2.0/css/all.css" media="screen" rel="stylesheet" type="text/css" />
<link href="css/frame.css" media="screen" rel="stylesheet" type="text/css" />
<link href="css/controls.css" media="screen" rel="stylesheet" type="text/css" />
<link href="css/custom.css" media="screen" rel="stylesheet" type="text/css" />
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700' rel='stylesheet' type='text/css'>
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700" rel="stylesheet">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="js/menu.js"></script>
<script src="js/footer.js"></script>
<link rel="icon" type="image/x-icon" href="/img/logo.ico">
<style>
.menu-about {
color: rgb(0, 0, 0) !important;
opacity: 1 !important;
font-weight: 700 !important;
}
</style>
</head>
<body>
<div class="menu-container"></div>
<div class="content-container">
<div class="banner" style="background: url('img/bari.jpg') no-repeat center; background-size: cover; height: 500px;">
<div class="banner-table flex-column" style="background-color: rgba(0, 0, 0, 0.75);">
<div class="flex-row">
<div class="flex-item flex-column">
<h1 class="add-top-margin-small strokeme">
SVELA @ EVALITA 2026 - Organisation
</h1>
</div>
</div>
</div>
</div>
<div class="banner" id="organisation">
<div class="banner-table flex-column">
<div class="flex-row">
<div class="flex-item flex-column">
<h2 class="add-top-margin-small">Task Organizers</h2>
</div>
</div>
</div>
</div>
<div class="content">
<div class="content-table flex-column">
<div class="flex-row">
<div class="flex-item flex-column full-width">
<!-- --------------------------------------------------------- -->
<h3>Organizers</h3>
<hr>
<ul>
<li><a href="https://www.polito.it/personale?p=092951">Claudio Savelli</a>, Politecnico di Torino, Italy</li>
<li><a href="https://koudounasalkis.github.io/">Alkis Koudounas</a>, Politecnico di Torino, Italy</li>
<li><a href="https://mlaquatra.me">Moreno La Quatra</a>, Kore University of Enna, Italy</li>
<li><a href="https://f.giobergia.com/">Flavio Giobergia</a>, Politecnico di Torino, Italy</li>
</ul>
<p class="text">Contact: <a href="mailto:svela.task@gmail.com">svela.task@gmail.com</a></p>
<!-- --------------------------------------------------------- -->
</div>
</div>
</div>
</div>
<div class="footer-container"></div>
</body>
</html>