-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNotes.html
More file actions
203 lines (183 loc) · 6.75 KB
/
Notes.html
File metadata and controls
203 lines (183 loc) · 6.75 KB
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
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Notes</title>
<style>
body {
font-family: Arial, sans-serif;
background-color: black;
color: white;
margin: 20px;
}
/* Styling for the TOC container */
.toc-container {
width: 250px;
background: #222;
padding: 10px;
border-radius: 8px;
margin-bottom: 20px;
}
/* Hide TOC list initially */
.toc-list {
display: none;
list-style: none;
padding: 0;
}
.toc-list li {
margin: 8px 0;
}
.toc-list a {
text-decoration: none;
color: #00bfff;
}
.toc-list a:hover {
text-decoration: underline;
}
/* Button styling */
.toc-toggle {
background: #0077cc;
color: white;
padding: 10px;
border: none;
cursor: pointer;
width: 100%;
text-align: left;
border-radius: 5px;
}
.toc-toggle:focus {
outline: none;
}
/* Section container */
.section-container {
margin-top: 20px;
}
.section-content {
padding: 20px;
background: #333;
border-radius: 8px;
display: none; /* Sections hidden by default */
}
.section-header {
background: #444;
padding: 10px;
border-radius: 5px;
cursor: pointer;
font-size: 1.2em;
}
img {
width: 50%;
height: 50%;
display: block;
margin: 0 auto;
}
.bach-portrait {
width: 200px !important; /* Adjust as needed */
height: auto !important;
display: block !important;
margin: 0 auto !important;
}
h2 {
text-align: center;
}
h3 {
text-align: center;
}
p {
text-align: center;
}
</style>
</head>
<body>
<div class="toc-container">
<button class="toc-toggle" onclick="toggleTOC()">Table of Contents ▼</button>
<ul class="toc-list" id="toc">
<li><a href="javascript:void(0)" onclick="toggleSection('section1')">Introduction</a></li>
<li><a href="javascript:void(0)" onclick="toggleSection('section2')">Kyrie</a></li>
<li><a href="javascript:void(0)" onclick="toggleSection('section3')">Credo</a></li>
<li><a href="javascript:void(0)" onclick="toggleSection('section4')">Crucifixus</a></li>
<li><a href="javascript:void(0)" onclick="toggleSection('section5')">Sanctus</a></li>
<li><a href="javascript:void(0)" onclick="toggleSection('section6')">The Speaker, Me!</a></li>
</ul>
</div>
<div class="section-container">
<div class="section-header" onclick="toggleContent('section1')">Introduction</div>
<div id="section1" class="section-content">
<h3>Bach B Minor Mass</h3>
<img src="images/Bach portrait.jpg" alt="J.S. Bach" class="bach-portrait">
<p>J.S. Bach portrait</p>
<h2>Order of the B Minor Mass</h2>
<p>- Kyrie [Kyrie I, Christe Eleison, Kyrie II]<br>- Gloria<br>- Credo<br>- Sanctus<br>- Osanna, Benedictus, Agnus Dei, Dona Nobis Pacem</p>
<h2>Palace of Versailles</h2>
<div class="image-container">
<img src="images/Versailles.webp" alt="">
<img src="images/Versailles.png" alt="">
</div>
<h2>Parallel Major and Minor Keys</h2>
<img src="images/scales.png" alt="">
</div>
<div class="section-header" onclick="toggleContent('section2')">Kyrie</div>
<div id="section2" class="section-content">
<h2>Kyrie I (fugue)</h2>
<img src="images/Kyrie I.png" alt="">
<h2>Christe Eleison</h2>
<img src="images/Christe.png" alt="">
<h2>Kyrie II</h2>
<img src="images/Kyrie II.png" alt="">
</div>
<div class="section-header" onclick="toggleContent('section3')">Credo</div>
<div id="section3" class="section-content">
<h2>Credo</h2>
<img src="images/Credo.png" alt="">
<p>Gregorian Chant</p>
</div>
<div class="section-header" onclick="toggleContent('section4')">Crucifixus</div>
<div id="section4" class="section-content">
<h3>A passacaglia with bass-ostinato. The bass line repeats 13-times, a metaphor to the number of strikes used to nail Christ to the cross. Tear motif.</h3>
<img src="images/crucifixus beginning.png" alt="">
<h3>Descent and modulation to new key, G Major</h3>
<img src="images/crucifixus end.png" alt="">
</div>
<div class="section-header" onclick="toggleContent('section5')">Sanctus</div>
<div id="section5" class="section-content">
<h2>6 voices</h2>
<p>Metaphor to Isaiah's prophecy of Seraphim with 6-wings each.</p>
<img src="images/Sanctus.png" alt="">
</div>
<div class="section-header" onclick="toggleContent('section6')">The Speaker, Me!</div>
<div id="section6" class="section-content">
<h2>Thomas Martin, Musician and Educator</h2>
<h3>My goal...</h3><p>To continue presenting monumental works of Classical Music in an aesthetically pleasing and informative way!</p>
<img src="images/Me.png" alt="">
</div>
</div>
<!-- JavaScript for TOC and Section Toggle -->
<script>
function toggleTOC() {
let tocList = document.getElementById("toc");
if (tocList.style.display === "block") {
tocList.style.display = "none";
} else {
tocList.style.display = "block";
}
}
function toggleSection(sectionId) {
let sectionContent = document.getElementById(sectionId);
if (sectionContent.style.display === "block") {
sectionContent.style.display = "none";
} else {
sectionContent.style.display = "block";
}
}
function toggleContent(sectionId) {
let sectionContent = document.getElementById(sectionId);
if (sectionContent.style.display === "block") {
sectionContent.style.display = "none";
} else {
sectionContent.style.display = "block";
}
}
</script>
</body>
</html>