-
Notifications
You must be signed in to change notification settings - Fork 0
/
footer.html
55 lines (51 loc) · 1.86 KB
/
footer.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
<!DOCTYPE html>
<html class="loaded" dir="ltr" lang="en-US">
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<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">
<script type="text/javascript">
function loadUrl(newLocation)
{
top.location = newLocation;
}
</script>
<section id="firefox-promo" class="billboard">
<div class="container">
<h3>
<!-- <img src="new_index_files/firefox-sm.png" width="105" alt="" height="108"> -->
<b>ELVIS</b> Computer Music Analysis
</h3>
<!-- <p>Maybe there's a description with a link?</p> -->
</div>
</section>
<!--<section class="extra">
<div class="container">
<h2>Aich Two</h2>
<p>Y'arr!</p>
</div>
</section>-->
<footer id="colophon" class="">
<div class="row">
<div class="footer-logo">
<img src="img/ELVIS_logo_swoosh.png" alt="ELVIS logo swoosh" height="40px" />
</div>
<div class="footer-license">
<p>
Copyright © 2013–14<br /><a href="#" onclick="loadUrl('colophon.html')">ELVIS Contributors</a>
</p>
</div>
<!-- NOTE: you can put at least three <ul class="footer-nav"> lists here -->
<!--
<ul class="footer-nav">
<li>List o' links here, y'all!</li>
</ul>
<ul class="footer-nav">
<li>List o' more links here, y'all!</li>
</ul>
<ul class="footer-nav">
<li>We can just keep linkin' stuff all up in here, up in here.</li>
</ul>
-->
</div>
</footer>
</html>