-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathsponsor.html
More file actions
49 lines (43 loc) · 2.11 KB
/
sponsor.html
File metadata and controls
49 lines (43 loc) · 2.11 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
<!DOCTYPE html>
<html lang="en">
<head>
<link href="./dir.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet">
<link rel='shortcut icon' type='image/x-icon' href='favicon.png'/>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<script src="https://code.jquery.com/jquery-3.4.1.min.js"></script>
<title>DIR 2019 ⚡ Lightning Talk Edition ⚡ November 29, 2019 ⚡ Amsterdam</title>
</head>
<body>
<script>$(function () {
$("#nav-placeholder").load("nav.html");
$("#logo-placeholder").load("logo.html");
});</script>
<div id="content">
<div id="nav-placeholder"></div>
<div class="main">
<div id="logo-placeholder"></div>
<div id="block" class="text">
<h1>Call for sponsors</h1>
<p>At this year's DIR, We expect 75-100 participants, mainly researchers and students in information
retrieval and related fields from the Netherlands and Belgium (and some from the UK and Germany).</p>
<p>Sponsoring DIR can be a good opportunity to gain more prominence among this audience as a company that
works in search, AI and data science. In addition, there is an opportunity to network with students and
researchers in this field.</p>
<p>We offer three sponsor packages:</p>
<ul>
<li>🥈For € 500 (silver): Logo and link on website. Logo in the program. An information table and 1
registration.
</li>
<li>🥇For € 1000 (gold): All the above. Plus your own banner in the room and 2 registrations.</li>
<li>💍For € 2500 (platinum): All the above. Plus the drinks at the end of the event named after your
company.
</li>
</ul>
<p>If you're interested in sponsoring DIR, please reach out to us through: <a
href="mailto:dir2019@graus.nu?subject=Sponsoring DIR 2019">dir2019@graus.nu</a>.</p>
</div>
</div>
</div>
</body>
</html>