-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
87 lines (77 loc) · 4.05 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<title>The Music Ontology</title>
<!-- Bootstrap -->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="css/bootstrap.min.css" rel="stylesheet" media="screen"/>
<link href="css/style.css" rel="stylesheet" media="screen"/>
<link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro:200,400,700,900' rel='stylesheet' type='text/css'>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.3/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/mo.js"></script>
<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','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-44632233-1', 'musicontology.com');
ga('send', 'pageview');
</script>
</head>
<body>
<div class="container">
<!-- NAV START -->
<div class="navbar">
<div class="navbar-header">
<button type="button" class="navtoggle"><img src="img/[email protected]" width="44px" height="44px" /></button>
<div class="navbar-links">
<ul class="nav navbar-nav">
<li class="active"><a href="../">Home</a></li>
<li><a href="docs/getting-started.html">Getting started</a></li>
<li><a href="specification/">Specification</a></li>
<li><a href="docs/faq.html">FAQ</a></li>
<li><a href="https://github.com/motools/musicontology/wiki" target="_blank">Wiki<img src="img/extarrow.png" /></a></li>
<li><a href="https://github.com/motools" target="_blank">Github<img src="img/extarrow.png" /></a></li>
<li><a href="https://groups.google.com/forum/#!forum/music-ontology-specification-group" target="_blank">Mailing list<img src="img/extarrow.png" /></a></li>
<span id="magic-line"></span>
</ul>
</div>
</div>
</div>
<!-- NAV END -->
<div class="jumbotron">
<img src="img/logo_lrg.png" width="161px" height="64px" />
<h1>The Music Ontology</h1>
<p class="intro_first">The Music Ontology provides a model for publishing structured
music-related data on your web site or through your API.</p>
<p class="intro_second">If you're unsure
about why you should publish music-related data in this way, please read
<a href="docs/faq.html">our FAQ.</a></p>
</div>
<div class="row">
<a class="hero_column" href="docs/getting-started.html">
<div class="hero_column_inner">
<h2>Getting started</h2>
<p>Learn how to start publishing music-related data in your web pages or API, using The Music Ontology.</p>
<!-- <p><div class="btn btn-default" href="docs/getting-started.html">Examples »</div></p> -->
</div>
</a>
<a class="hero_column" href="specification/">
<div class="hero_column_inner">
<h2>Learn more</h2>
<p>Read the Music Ontology specification in full, describing all the classes and properties that can be used.</p>
<!-- <p><div class="btn btn-default" href="specification/">Specification »</div></p> -->
</div>
</a>
<a class="hero_column" href="docs/faq.html">
<div class="hero_column_inner">
<h2>About</h2>
<p>Get more information on The Music Ontology, its potential and its uses, by reading our frequently asked questions.</p>
<!-- <p><div class="btn btn-default" href="docs/faq.html">FAQ »</div></p> -->
</div>
</a>
</div>
<div class="credits">Site designed and built by <a href="http://www.rorypickering.com" target="_blank">Rory Pickering</a>.<br />Photograph is a derivative of work by <span class="author"></span>, licensed under Creative Commons.</div>
</body>
</html>