-
Notifications
You must be signed in to change notification settings - Fork 6
/
support.html
82 lines (79 loc) · 2.99 KB
/
support.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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>libmapper: a library for connecting things</title>
<link rel="icon" type="image/x-icon" href="/images/favicon.ico">
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/pygment_trac.css">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<script type="text/javascript" src="./javascripts/jquery-3.5.1.min.js"></script>
</head>
<body>
<div class="wrapper">
<div id="header">
</div>
<section>
<h2>Support</h2>
<p>Through grants and research activities, development of libmapper and the surrounding software ecosystem has received support from the following organizations:</p>
<a href="http://www.idmil.org">
<img class="logo"
style="width:40%"
src="images/idmil.png"
alt="Input Devices and Music Interaction Laboratory (IDMIL)"/>
</a>
<a href="https://gem.cs.dal.ca/">
<img class="logo"
style="width:30%"
src="images/GEM_logo.png"
alt="Graphics and Experiential Media (GEM) Lab"/>
</a>
<a href="http://www.cirmmt.org">
<img class="logo"
style="width:45%;padding-bottom:30px"
src="images/CIRMMT_logo_text.png"
alt="Centre for Interdisciplinary Research in Music Media and Technology (CIRMMT)"/>
</a>
<a href="http://www.inria.fr">
<img class="logo"
style="width:20%"
src="images/inr_logo_corpo_FR_coul.png"
alt="Inria">
</a>
<a href="http://hexagram.ca/index.php/eng/">
<img class="logo"
style="width:20%"
src="images/hexagram_logo_black.png"
alt="Hexagram">
</a>
<a href="http://www.nserc-crsng.gc.ca/index_eng.asp">
<img class="logo"
style="width:18%"
src="images/NSERC_logo.png"
alt="Natural Sciences and Engineering Research Council of Canada (NSERC)">
</a>
<a href="http://www.frqsc.gouv.qc.ca/en/">
<img class="logo"
style="width:21%"
src="images/FRQSC_logo.png"
alt="Le Fonds de recherche du Québec – Société et culture (FRQSC)">
</a>
<a href="http://canadacouncil.ca/">
<img class="logo"
style="width:45%"
src="images/canada_council.png"
alt="Canada Council for the Arts">
</a>
</section>
</div>
</body>
<script>
window.onload = function() {
$("#header").load("./sidebar.html");
};
</script>
</html>