-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
52 lines (52 loc) · 2.75 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
<!DOCTYPE html>
<html lang="en" dir="LTR">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Makam Visualizer</title>
<link href="style.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Laila:300,400,500,600,700&subset=devanagari,latin-ext" rel="stylesheet">
<style>
body {padding: 0; margin: 0; font-family: 'Laila', serif;}
a:link, a:visited {text-decoration: none; color: rgba(0, 0, 0, 0.5); font-weight: bold;}
a:hover, a:active {color: rgb(120, 0, 0);}
</style>
<script src="scripts/p5.min.js"></script>
<script src="scripts/p5.dom.min.js"></script>
<script src="scripts/p5.sound.min.js"></script>
<script src="scripts/sketch.js"></script>
</head>
<body>
<nav>
<a id="language" href="tr/index.html">
<img id="flag" src="images/turkish.png" alt="turkish flag">
Türkçe
</a>
<a id="help" href="help.html">Help</a>
</nav>
<main>
<h1 style="text-align:center; color:#900;">Makam Visualizer</h1>
<div id="sketch-holder">
<a id="info-link" target="_blank" a:link="text-decoration: none"></a>
</div>
</main>
<section>
<p>This tool was created by Recep Oğuz Araz and Rafael Caro Repetto in the <a href="https://www.upf.edu/web/musicalbridges" target="_blank">Musical Bridges</a> project.</p>
<p>All the content in this website is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-nd/4.0/" target="_blank">Attribution-NonCommercial-NoDerivatives 4.0 International License</a>. <a rel="license" href="http://creativecommons.org/licenses/by-nc-nd/4.0/" target="_blank"><img style="height:1em;" alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-nc-nd/4.0/80x15.png"/></a></p>
<p>The code is available under <a href="https://www.gnu.org/licenses/agpl-3.0.en.html" target="_blank">GNU Affero General Public License v3.0</a> in the <a href="https://github.com/MTG/musical-bridges-makam-tools" target="_blank">Musical Bridges - Makam Tools GitHub repository</a>.</p>
</section>
<footer>
<div style="width:38%;">
<a href="https://www.upf.edu/web/musicalbridges" target="_blank"><img id="musicalbridges" src="images/musicalbridges.png" alt="Musical Bridges Logo"></a>
</div>
<div style="width:35%;">
<p>A project developed at</p>
<a href="https://www.upf.edu/web/mtg" target="_blank"><img class="logo" src="images/mtg.png" alt="MTG Logo"></a>
</div>
<div style="width:25%;">
<p>And funded by</p>
<img class="logo" src="images/recercaixa.png" alt="Recercaixa Logo">
</div>
</footer>
</body>
</html>