-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
186 lines (153 loc) · 14.8 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
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
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="Content-Security-Policy" content="default-src *; img-src * 'self' data: https:; script-src 'self' 'unsafe-inline' 'unsafe-eval' *; style-src 'self' 'unsafe-inline' *">
<meta name="viewport" content="width=device-width, user-scalable=no" />
<link rel="manifest" href="js/manifest.json" />
<meta name="mobile-web-app-capable" content="yes" />
<meta name="apple-touch-fullscreen" content="yes" />
<meta name="apple-mobile-web-app-title" content="The Piano Encyclopedia" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar" content="#db4938" />
<meta name="apple-mobile-web-app-status-bar-style" content="default" />
<meta name="theme-color" content="#db4938" />
<!-- ios support -->
<title>Global App</title>
<!-- App Version 1.01 -->
<link href="https://fonts.googleapis.com/css?family=Lato&display=swap" rel="stylesheet">
<!-- <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous"> -->
<!-- TODO: Re generate bootstrap custom with navbar -->
<!--link rel="stylesheet" href="https://learn.pianoencyclopedia.com/hydra/HydraCreator/live-editor/modules-assets/app-generic/css/bootstrap-custom.min.css" >-->
<link rel="stylesheet" type="text/css" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<!-- Not loading due to CORS error: <link rel="stylesheet" type="text/css" href="https://learn.pianoencyclopedia.com/hydra/HydraCreator/live-editor/modules-assets/app-generic/css/font-awesome.min.css"> -->
<!-- Hydra Start CSS Minify -->
<link rel="stylesheet" type="text/css" href="https://learn.pianoencyclopedia.com/hydra/HydraCreator/live-editor/modules-assets/app-generic/css/bootstrap.min.css" >
<link rel="stylesheet" type="text/css" href="https://learn.pianoencyclopedia.com/hydra/HydraCreator/live-editor/modules-assets/app-generic/css/fonts.css">
<link rel="stylesheet" type="text/css" href="https://learn.pianoencyclopedia.com/hydra/HydraCreator/live-editor/modules-assets/app-generic/css/fontface.css">
<link rel="stylesheet" type="text/css" href="https://learn.pianoencyclopedia.com/hydra/HydraCreator/live-editor/modules-assets/app-generic/css/style.css">
<link rel="stylesheet" type="text/css" href="https://learn.pianoencyclopedia.com/hydra/HydraCreator/live-editor/modules-assets/app-generic/css/materialButtonIcon.css">
<link rel="stylesheet" type="text/css" href="https://learn.pianoencyclopedia.com/hydra/HydraCreator/live-editor/modules-assets/app-generic/css/materialContextMenu.css">
<link rel="stylesheet" type="text/css" href="https://learn.pianoencyclopedia.com/hydra/HydraCreator/live-editor/modules-assets/app-generic/css/materialDrawer.css">
<link rel="stylesheet" type="text/css" href="https://learn.pianoencyclopedia.com/hydra/HydraCreator/live-editor/modules-assets/app-generic/css/materialShared.css">
<link rel="stylesheet" type="text/css" href="https://learn.pianoencyclopedia.com/hydra/HydraCreator/live-editor/modules-assets/app-generic/css/materialCard.css">
<link rel="stylesheet" type="text/css" href="https://learn.pianoencyclopedia.com/hydra/HydraCreator/live-editor/modules-assets/app-generic/css/materialChip.css">
<link rel="stylesheet" type="text/css" href="https://learn.pianoencyclopedia.com/hydra/HydraCreator/live-editor/modules-assets/app-generic/css/materialButton.css">
<link rel="stylesheet" type="text/css" href="https://learn.pianoencyclopedia.com/hydra/HydraCreator/live-editor/modules-assets/app-generic/css/materialSnackBar.css">
<link rel="stylesheet" type="text/css" href="https://learn.pianoencyclopedia.com/hydra/HydraCreator/live-editor/modules-assets/app-generic/css/materialDialogBox.css">
<link rel="stylesheet" type="text/css" href="https://learn.pianoencyclopedia.com/hydra/HydraCreator/live-editor/modules-assets/app-generic/css/materialRating.css">
<link rel="stylesheet" type="text/css" href="https://learn.pianoencyclopedia.com/hydra/HydraCreator/live-editor/modules-assets/app-generic/css/materialInputChoice.css">
<link rel="stylesheet" type="text/css" href="https://learn.pianoencyclopedia.com/hydra/HydraCreator/live-editor/modules-assets/app-generic/css/materialInputTextArea.css">
<link rel="stylesheet" type="text/css" href="https://learn.pianoencyclopedia.com/hydra/HydraCreator/live-editor/modules-assets/app-generic/css/materialProgressCircle.css">
<link rel="stylesheet" type="text/css" href="https://learn.pianoencyclopedia.com/hydra/HydraCreator/live-editor/modules-assets/app-generic/css/materialDeadlineCircle.css">
<link rel="stylesheet" type="text/css" href="https://learn.pianoencyclopedia.com/hydra/HydraCreator/live-editor/modules-assets/app-generic/css/materialDeadlineCircleMega.css">
<link rel="stylesheet" type="text/css" href="https://learn.pianoencyclopedia.com/hydra/HydraCreator/live-editor/modules-assets/app-generic/css/materialText.css">
<link rel="stylesheet" type="text/css" href="https://learn.pianoencyclopedia.com/hydra/HydraCreator/live-editor/modules-assets/app-generic/css/materialLink.css">
<link rel="stylesheet" type="text/css" href="https://learn.pianoencyclopedia.com/hydra/HydraCreator/live-editor/modules-assets/app-generic/css/materialCardProgress.css">
<link rel="stylesheet" type="text/css" href="https://learn.pianoencyclopedia.com/hydra/HydraCreator/live-editor/modules-assets/app-generic/css/materialLesson.css">
<link rel="stylesheet" type="text/css" href="https://learn.pianoencyclopedia.com/hydra/HydraCreator/live-editor/modules-assets/app-generic/css/materialProgressBar.css">
<link rel="stylesheet" type="text/css" href="https://learn.pianoencyclopedia.com/hydra/HydraCreator/live-editor/modules-assets/app-generic/css/materialBarDashboard.css">
<link rel="stylesheet" type="text/css" href="https://learn.pianoencyclopedia.com/hydra/HydraCreator/live-editor/modules-assets/app-generic/css/animate.css">
<link rel="stylesheet" type="text/css" href="https://learn.pianoencyclopedia.com/hydra/HydraCreator/live-editor/modules-assets/app-generic/css/materialSwitch.css">
<link rel="stylesheet" type="text/css" href="https://learn.pianoencyclopedia.com/hydra/HydraCreator/live-editor/modules-assets/app-generic/css/materialOutline.css">
<link rel="stylesheet" type="text/css" href="https://learn.pianoencyclopedia.com/hydra/HydraCreator/live-editor/modules-assets/app-generic/css/materialPlaceHolder.css">
<link rel="stylesheet" type="text/css" href="https://learn.pianoencyclopedia.com/hydra/HydraCreator/live-editor/modules-assets/app-generic/css/materialInput.css">
<link rel="stylesheet" type="text/css" href="https://learn.pianoencyclopedia.com/hydra/HydraCreator/live-editor/modules-assets/app-generic/css/materialForm.css">
<link rel="stylesheet" type="text/css" href="https://learn.pianoencyclopedia.com/hydra/HydraCreator/live-editor/modules-assets/app-generic/css/margin-helpers-compiled.css">
<link rel="stylesheet" type="text/css" href="https://learn.pianoencyclopedia.com/hydra/HydraCreator/live-editor/modules-assets/app-global/css/style.css">
<!-- Hydra End CSS Minify -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-PECF2ECHZ9"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-PECF2ECHZ9');
gtag('config', 'AW-1056290026');
</script>
</head>
<body>
<script>
var config = {
'appName': "Global App",
};
</script>
<div class="loadingIconContainer">
<div class="loadingIconDiv">
<img src="https://learn.pianoencyclopedia.com/hydra/HydraCreator/live-editor/modules-assets/app-global/img/logo-transparent-BG.png" alt="">
</div>
</div>
<!-- Floating Navigation Button -->
<div class="materialFloatingButtonContainer">
<div class="materialFloatingLinkButton" onclick="backToHomeFunc()">
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12 18V15" stroke-linecap="round" stroke-linejoin="round"/><path d="M10.07 2.81997L3.14002 8.36997C2.36002 8.98997 1.86002 10.3 2.03002 11.28L3.36002 19.24C3.60002 20.66 4.96002 21.81 6.40002 21.81H17.6C19.03 21.81 20.4 20.65 20.64 19.24L21.97 11.28C22.13 10.3 21.63 8.98997 20.86 8.36997L13.93 2.82997C12.86 1.96997 11.13 1.96997 10.07 2.81997Z" stroke-linecap="round" stroke-linejoin="round"/></svg>
</div>
<div class="materialFloatingLinkButton loginLogOutBtn"></div>
<div class="materialFloatingButton">
<svg width="26" height="26" viewBox="0 0 26 26" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.625 13H24.375" stroke-linecap="round" stroke-linejoin="round"/><path d="M1.625 22.75H24.375" stroke-linecap="round" stroke-linejoin="round"/><path d="M1.625 3.25H24.375" stroke-linecap="round" stroke-linejoin="round"/></svg>
<svg width="25" height="24" viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.50018 1.5L22.8629 22.5627" stroke-linecap="round" stroke-linejoin="round"/><path d="M22.8625 1.5L1.49986 22.5627" stroke-linecap="round" stroke-linejoin="round"/></svg>
</div>
</div>
<!-- PWA Install Bar -->
<div class="installPromotionDiv"></div>
<!-- Fetch App Grid Container -->
<section class="homePageSwitchAppsContainer"></section>
<script src="js/pwaApp2.js"></script>
<script>
// // Enable PWA code if native=true is passed in the URL
// const urlParams = new URLSearchParams(window.location.search);
// if(!urlParams.has('platform')){
// enablePWACode();
// }
</script>
<!-- Hydra Start JS Minify -->
<script type="text/javascript" src="https://learn.pianoencyclopedia.com/hydra/HydraCreator/live-editor/modules-assets/app-generic/js/jquery-latest.min.js"></script>
<script type="text/javascript" src="https://learn.pianoencyclopedia.com/hydra/HydraCreator/live-editor/modules-assets/app-generic/js/polyfills.js"></script>
<script type="text/javascript" src="https://learn.pianoencyclopedia.com/hydra/HydraCreator/live-editor/modules-assets/app-generic/js/bootstrap.min.js"></script>
<script type="text/javascript" src="https://learn.pianoencyclopedia.com/hydra/HydraCreator/live-editor/modules-assets/app-generic/js/[email protected]"></script>
<script type="text/javascript" src="https://learn.pianoencyclopedia.com/hydra/HydraCreator/live-editor/modules-assets/app-generic/js/hammer.min.js"></script>
<script type="text/javascript" src="https://learn.pianoencyclopedia.com/hydra/HydraCreator/live-editor/modules-assets/app-generic/js/materialShared.js"></script>
<script type="text/javascript" src="https://learn.pianoencyclopedia.com/hydra/HydraCreator/live-editor/modules-assets/app-generic/js/materialHistory.js"></script>
<script type="text/javascript" src="https://learn.pianoencyclopedia.com/hydra/HydraCreator/live-editor/modules-assets/app-generic/js/materialComponent.js"></script>
<script type="text/javascript" src="https://learn.pianoencyclopedia.com/hydra/HydraCreator/live-editor/modules-assets/app-generic/js/materialButton.js"></script>
<script type="text/javascript" src="https://learn.pianoencyclopedia.com/hydra/HydraCreator/live-editor/modules-assets/app-generic/js/materialSnackBar.js"></script>
<script type="text/javascript" src="https://learn.pianoencyclopedia.com/hydra/HydraCreator/live-editor/modules-assets/app-generic/js/materialDrawer.js"></script>
<script type="text/javascript" src="https://learn.pianoencyclopedia.com/hydra/HydraCreator/live-editor/modules-assets/app-generic/js/materialRating.js"></script>
<script type="text/javascript" src="https://learn.pianoencyclopedia.com/hydra/HydraCreator/live-editor/modules-assets/app-generic/js/materialDialog.js"></script>
<script type="text/javascript" src="https://learn.pianoencyclopedia.com/hydra/HydraCreator/live-editor/modules-assets/app-generic/js/materialInputChoice.js"></script>
<script type="text/javascript" src="https://learn.pianoencyclopedia.com/hydra/HydraCreator/live-editor/modules-assets/app-generic/js/moment.js"></script>
<script type="text/javascript" src="https://learn.pianoencyclopedia.com/hydra/HydraCreator/live-editor/modules-assets/app-generic/js/moment-timezone.js"></script>
<script type="text/javascript" src="https://learn.pianoencyclopedia.com/hydra/HydraCreator/live-editor/modules-assets/app-generic/js/app.functions.js"></script>
<script type="text/javascript" src="https://learn.pianoencyclopedia.com/hydra/HydraCreator/live-editor/modules-assets/app-generic/js/app.dialogs.js"></script>
<script type="text/javascript" src="https://learn.pianoencyclopedia.com/hydra/HydraCreator/live-editor/modules-assets/app-generic/js/app.dialogs.user-authentication.js"></script>
<script type="text/javascript" src="https://learn.pianoencyclopedia.com/hydra/HydraCreator/live-editor/modules-assets/app-generic/js/navigo.min.js"></script>
<script type="text/javascript" src="https://learn.pianoencyclopedia.com/hydra/HydraCreator/live-editor/modules-assets/app-generic/js/jquery.countdown.min.js"></script>
<script type="text/javascript" src="https://learn.pianoencyclopedia.com/hydra/HydraCreator/live-editor/modules-assets/app-generic/js/countdown.js"></script>
<script type="text/javascript" src="https://learn.pianoencyclopedia.com/hydra/HydraCreator/live-editor/modules-assets/app-generic/js/trackReadProgress.js"></script>
<script type="text/javascript" src="https://learn.pianoencyclopedia.com/hydra/HydraCreator/live-editor/modules-assets/app-generic/js/mailcheck.min.js"></script>
<!-- <script type="text/javascript" src="https://learn.pianoencyclopedia.com/hydra/HydraCreator/live-editor/modules-assets/app-global/js/globalApp.js"></script> -->
<script src="js/script.js"></script>
<script src="js/modules.js"></script>
<script src="js/app.js"></script>
<!-- <script src="js/app2.js"></script> -->
<!-- <?php
HydraTrackingScript::addToThisPage(false);
?> -->
<!-- MouseFlow -->
<script type="text/javascript">
window._mfq = window._mfq || [];
(function() {
var mf = document.createElement("script");
mf.type = "text/javascript"; mf.async = true;
mf.src = "//cdn.mouseflow.com/projects/e63b856a-353a-405c-b226-fbe139fc0318.js";
document.getElementsByTagName("head")[0].appendChild(mf);
})();
</script>
<!-- <?php
//Enable debug console for mobile browsers
if(isset($_GET["debug"])){
echo '<script src="//cdn.jsdelivr.net/npm/eruda"></script><script>eruda.init();</script>';
}
?> -->
</body>
</html>