Skip to content

Commit fe21d4b

Browse files
deploy: 6f14c56
0 parents  commit fe21d4b

File tree

357 files changed

+2969
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

357 files changed

+2969
-0
lines changed

.nojekyll

Whitespace-only changes.

404.html

+36
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset="utf-8">
5+
<title>Blazor Web Audio</title>
6+
<script type="text/javascript">
7+
// Single Page Apps for GitHub Pages
8+
// MIT License
9+
// https://github.com/rafgraph/spa-github-pages
10+
// This script takes the current url and converts the path and query
11+
// string into just a query string, and then redirects the browser
12+
// to the new url with only a query string and hash fragment
13+
14+
// If you're creating a Project Pages site and NOT using a custom domain,
15+
// then set pathSegmentsToKeep to 1 (enterprise users may need to set it to > 1).
16+
// This way the code will only replace the route part of the path, and not
17+
// the real directory in which the app resides, for example:
18+
// https://username.github.io/repo-name/one/two?a=b&c=d#qwe becomes
19+
// https://username.github.io/repo-name/?/one/two&a=b~and~c=d#qwe
20+
// Otherwise, leave pathSegmentsToKeep as 0.
21+
var pathSegmentsToKeep = 1;
22+
23+
var l = window.location;
24+
l.replace(
25+
l.protocol + '//' + l.hostname + (l.port ? ':' + l.port : '') +
26+
l.pathname.split('/').slice(0, 1 + pathSegmentsToKeep).join('/') + '/?/' +
27+
l.pathname.slice(1).split('/').slice(pathSegmentsToKeep).join('/').replace(/&/g, '~and~') +
28+
(l.search ? '&' + l.search.slice(1).replace(/&/g, '~and~') : '') +
29+
l.hash
30+
);
31+
32+
</script>
33+
</head>
34+
<body>
35+
</body>
36+
</html>

404.html.br

551 Bytes
Binary file not shown.

404.html.gz

717 Bytes
Binary file not shown.

Data/BIG HALL E001 M2S.wav

680 KB
Binary file not shown.

Data/BIG HALL E001 M2S.wav.br

440 KB
Binary file not shown.

Data/BIG HALL E001 M2S.wav.gz

522 KB
Binary file not shown.
966 KB
Binary file not shown.
226 KB
Binary file not shown.

Data/file_example_MP3_700KB.mp3

716 KB
Binary file not shown.
1.72 MB
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,218 @@
1+
@import '_content/BlazorColorPicker/BlazorColorPicker.bundle.scp.css';
2+
@import '_content/KristofferStrube.Blazor.SVGEditor/KristofferStrube.Blazor.SVGEditor.bundle.scp.css';
3+
4+
/* /Pages/AudioPlayer.razor.rz.scp.css */
5+
.media-control[b-tgw5pbv5nc] {
6+
background: none;
7+
border: none;
8+
padding: 0;
9+
outline: inherit;
10+
font-size:40px;
11+
margin:2px;
12+
}
13+
/* /Pages/Keyboard.razor.rz.scp.css */
14+
::deep .anchor-inner-thin[b-bma0n13x97] {
15+
stroke-width: 2;
16+
r: 10;
17+
}
18+
19+
[b-bma0n13x97] .anchor-inner-thick {
20+
stroke-width: 4;
21+
r: 10;
22+
}
23+
24+
[b-bma0n13x97] .anchor-inner {
25+
stroke-width: 2;
26+
r: 10;
27+
}
28+
29+
[b-bma0n13x97] .anchor-outer-thin {
30+
stroke-width: 2;
31+
r: 12;
32+
}
33+
34+
[b-bma0n13x97] .anchor-outer-thick {
35+
stroke-width: 4;
36+
r: 14;
37+
}
38+
/* /Pages/Panning.razor.rz.scp.css */
39+
::deep .anchor-inner-thin[b-037kuf432b] {
40+
stroke-width: 2;
41+
r: 10
42+
}
43+
44+
[b-037kuf432b] .anchor-inner-thick {
45+
stroke-width: 4;
46+
r: 10
47+
}
48+
49+
[b-037kuf432b] .anchor-outer-thin {
50+
stroke-width: 2;
51+
r: 12
52+
}
53+
54+
[b-037kuf432b] .anchor-outer-thick {
55+
stroke-width: 4;
56+
r: 14
57+
}
58+
/* /Shared/MainLayout.razor.rz.scp.css */
59+
.page[b-dlmbkz2vxg] {
60+
position: relative;
61+
display: flex;
62+
flex-direction: column;
63+
}
64+
65+
main[b-dlmbkz2vxg] {
66+
flex: 1;
67+
}
68+
69+
.sidebar[b-dlmbkz2vxg] {
70+
background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
71+
}
72+
73+
.top-row[b-dlmbkz2vxg] {
74+
background-color: #f7f7f7;
75+
border-bottom: 1px solid #d6d5d5;
76+
justify-content: flex-end;
77+
height: 3.5rem;
78+
display: flex;
79+
align-items: center;
80+
}
81+
82+
.top-row[b-dlmbkz2vxg] a, .top-row[b-dlmbkz2vxg] .btn-link {
83+
white-space: nowrap;
84+
margin-left: 1.5rem;
85+
text-decoration: none;
86+
}
87+
88+
.top-row[b-dlmbkz2vxg] a:hover, .top-row[b-dlmbkz2vxg] .btn-link:hover {
89+
text-decoration: underline;
90+
}
91+
92+
.top-row[b-dlmbkz2vxg] a:first-child {
93+
overflow: hidden;
94+
text-overflow: ellipsis;
95+
}
96+
97+
@media (max-width: 640.98px) {
98+
.top-row:not(.auth)[b-dlmbkz2vxg] {
99+
display: none;
100+
}
101+
102+
.top-row.auth[b-dlmbkz2vxg] {
103+
justify-content: space-between;
104+
}
105+
106+
.top-row[b-dlmbkz2vxg] a, .top-row[b-dlmbkz2vxg] .btn-link {
107+
margin-left: 0;
108+
}
109+
}
110+
111+
@media (min-width: 641px) {
112+
.page[b-dlmbkz2vxg] {
113+
flex-direction: row;
114+
}
115+
116+
.sidebar[b-dlmbkz2vxg] {
117+
width: 250px;
118+
height: 100vh;
119+
position: sticky;
120+
top: 0;
121+
}
122+
123+
.top-row[b-dlmbkz2vxg] {
124+
position: sticky;
125+
top: 0;
126+
z-index: 1;
127+
}
128+
129+
.top-row.auth[b-dlmbkz2vxg] a:first-child {
130+
flex: 1;
131+
text-align: right;
132+
width: 0;
133+
}
134+
135+
.top-row[b-dlmbkz2vxg], article[b-dlmbkz2vxg] {
136+
padding-left: 2rem !important;
137+
padding-right: 1.5rem !important;
138+
}
139+
}
140+
/* /Shared/NavMenu.razor.rz.scp.css */
141+
.navbar-toggler[b-3nr2swtxdd] {
142+
background-color: rgba(255, 255, 255, 0.1);
143+
}
144+
145+
.top-row[b-3nr2swtxdd] {
146+
height: 3.5rem;
147+
background-color: rgba(0,0,0,0.4);
148+
}
149+
150+
.navbar-brand[b-3nr2swtxdd] {
151+
font-size: 1.1rem;
152+
}
153+
154+
.oi[b-3nr2swtxdd] {
155+
width: 2rem;
156+
font-size: 1.1rem;
157+
vertical-align: text-top;
158+
top: -2px;
159+
}
160+
161+
.bi[b-3nr2swtxdd] {
162+
display: inline-block;
163+
position: relative;
164+
width: 1.25rem;
165+
height: 1.25rem;
166+
margin-right: 0.75rem;
167+
top: -1px;
168+
background-size: cover;
169+
}
170+
171+
.nav-item[b-3nr2swtxdd] {
172+
font-size: 0.9rem;
173+
padding-bottom: 0.5rem;
174+
}
175+
176+
.nav-item:first-of-type[b-3nr2swtxdd] {
177+
padding-top: 1rem;
178+
}
179+
180+
.nav-item:last-of-type[b-3nr2swtxdd] {
181+
padding-bottom: 1rem;
182+
}
183+
184+
.nav-item[b-3nr2swtxdd] a {
185+
color: #d7d7d7;
186+
border-radius: 4px;
187+
height: 3rem;
188+
display: flex;
189+
align-items: center;
190+
line-height: 3rem;
191+
}
192+
193+
.nav-item[b-3nr2swtxdd] a.active {
194+
background-color: rgba(255,255,255,0.25);
195+
color: white;
196+
}
197+
198+
.nav-item[b-3nr2swtxdd] a:hover {
199+
background-color: rgba(255,255,255,0.1);
200+
color: white;
201+
}
202+
203+
@media (min-width: 641px) {
204+
.navbar-toggler[b-3nr2swtxdd] {
205+
display: none;
206+
}
207+
208+
.collapse[b-3nr2swtxdd] {
209+
/* Never collapse the sidebar for wide screens */
210+
display: block;
211+
}
212+
213+
.nav-scrollable[b-3nr2swtxdd] {
214+
/* Allow sidebar to scroll for tall menus */
215+
height: calc(100vh - 3.5rem);
216+
overflow-y: auto;
217+
}
218+
}
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)