-
Notifications
You must be signed in to change notification settings - Fork 0
/
colophon.html
118 lines (105 loc) · 5.44 KB
/
colophon.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
118
<!DOCTYPE html>
<html class="no-js">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>ELVIS Project: Website Colophon</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width">
<link rel="shortcut icon" href="/img/favicon.ico">
<link rel="stylesheet" href="/css/elvis-fonts.css">
<link rel="stylesheet" href="/css/bootstrap.css">
<link rel="stylesheet" href="/css/bootstrap-theme.css">
<script src="/js/vendor/modernizr-2.6.2.min.js"></script>
<!-- only load these two on the homepage -->
<!-- <link rel="stylesheet" media="screen,projection,tv" href="/new_index_files/responsive-min.css"> -->
<!-- <link rel="stylesheet" media="screen,projection,tv" href="/new_index_files/home-min.css"> -->
<link rel="stylesheet" href="/css/main.css">
<!-- Google Analytics -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-2371659-12', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<!-- START standard menu -->
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#elvis-navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="/">ELVIS Project</a>
</div>
<div class="navbar-collapse collapse" id="elvis-navbar">
<ul class="nav navbar-nav">
<li><a href="/api/">Framework</a></li>
<li><a href="http://counterpoint.elvisproject.ca/">Web App</a></li>
<li><a href="http://database.elvisproject.ca/">Database</a></li>
<li><a href="/about.html">Research</a></li>
</ul>
</div><!--/.navbar-collapse -->
</div>
</div>
<!-- END standard menu -->
<div class="jumbotron">
<div class="container">
<img src="/img/ELVIS_logo.png" alt="ELVIS Project logo" class="jumbotron-logo" />
<p>ELVIS Website Colophon</p>
</div>
</div>
<div class="container">
<h2>Funding</h2>
<p>
The ELVIS Project was funded by:<br/>
<img src="/img/sshrc_logo.png" alt="Social Sciences and Humanities Research Council of Canada (SSHRC)"/>
</p>
<h2>Technologies Used</h2>
<p>
Our website uses the following technologies, among others.
<ul>
<li>Twitter Bootstrap</li>
<li>Modernizr.js</li>
<li>Blatant rip-off of the 2013 <a href="http://www.mozilla.org">mozilla.org</a> homepage</li>
<li>HTML5, CSS3, and JavaScript</li>
</ul>
</p>
<h2>License</h2>
<a id="team"></a>
<p>
The ELVIS Project's website is copyrighted according to the terms of the Creative Commons Attribute Share-alike 3.0 Unported license, the terms of which are available at their website: <a href="https://creativecommons.org/licenses/by-sa/3.0/">creativecommons.org</a>
</p>
<h2>Contributors</h2>
<p>The following people have contributed to the ELVIS website:
<ul>
<li>Christopher Antila: website design; some writing</li>
<li>Mike Winters: sonification pages; some writing</li>
</ul>
For detailed information about whom to blame for something in particular, refer to our website's GitHub repository at <a href="https://github.com/ELVIS-Project/elvisproject">https://github.com/ELVIS-Project/elvisproject</a>.
</p>
</div> <!-- class="container" -->
<!-- START standard visible footer -->
<section id="firefox-promo" class="billboard">
<div class="container"><h3><b>ELVIS</b> Computational Music Analysis</h3></div>
</section>
<footer id="colophon" class="">
<div class="row">
<div class="footer-logo"><img src="/img/ELVIS_logo_swoosh-footer.png" alt="ELVIS logo swoosh" height="40px" /></div>
<div class="footer-license"><p>Copyright © 2013–16<br /><a href="/colophon.html">ELVIS Contributors</a></p></div>
</div>
</footer>
<!-- END standard visible footer -->
<!-- START standard JavaScript footer -->
<script src="/js/vendor/jquery-1.11.1.min.js"></script>
<!--<script>window.jQuery || document.write('<script src="/js/vendor/jquery-1.11.1.min.js"><\/script>')</script>-->
<script src="/js/vendor/bootstrap.min.js"></script>
<!-- END standard JavaScript footer -->
</body>
</html>