-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
72 lines (69 loc) · 3.57 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
<!DOCTYPE html lang="en">
<head>
<meta charset="UTF-8"/>
<meta name="description" content="Pianist, composer, and scholar.">
<meta name="keywords" content="music, piano, pianoforte, fortepiano, keyboard, instrument, lessons, academia, ensemble, composer">
<meta name="author" content="Alexander Windsor">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="google-site-verification" content="UqKoLU5HfFf0ko187xN6RXmwMh4SsssOKo8a2a6Y98M" />
<meta name="theme-color" content="#050062" />
<title>AlexWindsor.ca - Piano Performance and Lessons</title>
<link rel="stylesheet" type="text/css" href="main.css">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="canonical" href="https://alexwindsor.ca/#home">
<script src="main.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/socket.io/1.7.3/socket.io.min.js"></script>
<script src="https://unpkg.com/vexflow/releases/vexflow-min.js"></script>
<!-- THE FOLLOWING LIBRARIES ARE FOR MIDI SUPPORT OF THE MUSGEN PAGE -->
<!-- polyfill -->
<!-- Removed below since MUSGEN hasn't been used in awhile. This should speed up loading times
<script src="../inc/shim/Base64.js" type="text/javascript"></script>
<script src="../inc/shim/Base64binary.js" type="text/javascript"></script>
<script src="../inc/shim/WebAudioAPI.js" type="text/javascript"></script>
--><!-- midi.js package --><!--
<script src="../js/midi/audioDetect.js" type="text/javascript"></script>
<script src="../js/midi/gm.js" type="text/javascript"></script>
<script src="../js/midi/loader.js" type="text/javascript"></script>
<script src="../js/midi/plugin.audiotag.js" type="text/javascript"></script>
<script src="../js/midi/plugin.webaudio.js" type="text/javascript"></script>
<script src="../js/midi/plugin.webmidi.js" type="text/javascript"></script>
--><!-- utils --><!--
<script src="../js/util/dom_request_xhr.js" type="text/javascript"></script>
<script src="../js/util/dom_request_script.js" type="text/javascript"></script>
--><!-- the above libraries must be loaded before loading harmony.js --><!--
<script src="harmony.js"></script>
-->
</head>
<body>
<wrap>
<menu>
<div class="title2" style="display: none;"><a href="https://alexwindsor.ca">AlexWindsor<Tcolor>.ca</Tcolor></a></div>
<div id="buttonmobile" onclick="menu('activate')"></div>
<div class="buttonmobilewrap">
<button onclick="menu('home')">Home</button>
<button onclick="menu('about');">About</button>
<button onclick="menu('media')">Media</button>
<button onclick="menu('music')">Music</button>
<button onclick="menu('lessons')">Lessons</button>
</div>
<div class="buttonwrap">
<button onclick="menu('home')">Home</button>
<button onclick="menu('about');">About</button>
<button onclick="menu('media')" alt="YouTube, etc.">Media</button>
<button onclick="menu('music')">Music</button>
<button onclick="menu('lessons')">Lessons</button>
</div>
</menu>
<content>
</content>
<content id="content2">
</content>
<footer>
<span style="padding-bottom: 10px; display: table-cell; vertical-align: middle;">© 2016-<script type="text/javascript">document.write(new Date().getFullYear());</script>, Alexander Windsor<br><a class="nonsenseLink"></a></span>
</footer>
</wrap>
</body>