Skip to content

Commit 52c4734

Browse files
committed
Deploying to gh-pages from @ 78569a4 🚀
1 parent 73cb26c commit 52c4734

File tree

144 files changed

+1447
-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.

144 files changed

+1447
-0
lines changed

.nojekyll

Whitespace-only changes.

404.html

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
4+
<head>
5+
<meta charset="utf-8" />
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
7+
<title>BlazorWasmNet6</title>
8+
<base href="/Blazor.QRCode/" .>
9+
<link href="css/bootstrap/bootstrap.min.css" rel="stylesheet" />
10+
<link href="css/app.css" rel="stylesheet" />
11+
<link href="BlazorWasmNet6.styles.css" rel="stylesheet" />
12+
</head>
13+
14+
<body>
15+
<div id="app">Loading...</div>
16+
17+
<div id="blazor-error-ui">
18+
An unhandled error has occurred.
19+
<a href="" class="reload">Reload</a>
20+
<a class="dismiss">🗙</a>
21+
</div>
22+
<script src="_framework/blazor.webassembly.js"></script>
23+
</body>
24+
25+
</html>

BlazorWasmNet6.styles.css

Lines changed: 145 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,145 @@
1+
/* /Shared/MainLayout.razor.rz.scp.css */
2+
.page[b-kh4qshh2ty] {
3+
position: relative;
4+
display: flex;
5+
flex-direction: column;
6+
}
7+
8+
main[b-kh4qshh2ty] {
9+
flex: 1;
10+
}
11+
12+
.sidebar[b-kh4qshh2ty] {
13+
background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
14+
}
15+
16+
.top-row[b-kh4qshh2ty] {
17+
background-color: #f7f7f7;
18+
border-bottom: 1px solid #d6d5d5;
19+
justify-content: flex-end;
20+
height: 3.5rem;
21+
display: flex;
22+
align-items: center;
23+
}
24+
25+
.top-row[b-kh4qshh2ty] a, .top-row[b-kh4qshh2ty] .btn-link {
26+
white-space: nowrap;
27+
margin-left: 1.5rem;
28+
text-decoration: none;
29+
}
30+
31+
.top-row[b-kh4qshh2ty] a:hover, .top-row[b-kh4qshh2ty] .btn-link:hover {
32+
text-decoration: underline;
33+
}
34+
35+
.top-row[b-kh4qshh2ty] a:first-child {
36+
overflow: hidden;
37+
text-overflow: ellipsis;
38+
}
39+
40+
@media (max-width: 640.98px) {
41+
.top-row:not(.auth)[b-kh4qshh2ty] {
42+
display: none;
43+
}
44+
45+
.top-row.auth[b-kh4qshh2ty] {
46+
justify-content: space-between;
47+
}
48+
49+
.top-row[b-kh4qshh2ty] a, .top-row[b-kh4qshh2ty] .btn-link {
50+
margin-left: 0;
51+
}
52+
}
53+
54+
@media (min-width: 641px) {
55+
.page[b-kh4qshh2ty] {
56+
flex-direction: row;
57+
}
58+
59+
.sidebar[b-kh4qshh2ty] {
60+
width: 250px;
61+
height: 100vh;
62+
position: sticky;
63+
top: 0;
64+
}
65+
66+
.top-row[b-kh4qshh2ty] {
67+
position: sticky;
68+
top: 0;
69+
z-index: 1;
70+
}
71+
72+
.top-row.auth[b-kh4qshh2ty] a:first-child {
73+
flex: 1;
74+
text-align: right;
75+
width: 0;
76+
}
77+
78+
.top-row[b-kh4qshh2ty], article[b-kh4qshh2ty] {
79+
padding-left: 2rem !important;
80+
padding-right: 1.5rem !important;
81+
}
82+
}
83+
/* /Shared/NavMenu.razor.rz.scp.css */
84+
.navbar-toggler[b-46itjy7vas] {
85+
background-color: rgba(255, 255, 255, 0.1);
86+
}
87+
88+
.top-row[b-46itjy7vas] {
89+
height: 3.5rem;
90+
background-color: rgba(0,0,0,0.4);
91+
}
92+
93+
.navbar-brand[b-46itjy7vas] {
94+
font-size: 1.1rem;
95+
}
96+
97+
.oi[b-46itjy7vas] {
98+
width: 2rem;
99+
font-size: 1.1rem;
100+
vertical-align: text-top;
101+
top: -2px;
102+
}
103+
104+
.nav-item[b-46itjy7vas] {
105+
font-size: 0.9rem;
106+
padding-bottom: 0.5rem;
107+
}
108+
109+
.nav-item:first-of-type[b-46itjy7vas] {
110+
padding-top: 1rem;
111+
}
112+
113+
.nav-item:last-of-type[b-46itjy7vas] {
114+
padding-bottom: 1rem;
115+
}
116+
117+
.nav-item[b-46itjy7vas] a {
118+
color: #d7d7d7;
119+
border-radius: 4px;
120+
height: 3rem;
121+
display: flex;
122+
align-items: center;
123+
line-height: 3rem;
124+
}
125+
126+
.nav-item[b-46itjy7vas] a.active {
127+
background-color: rgba(255,255,255,0.25);
128+
color: white;
129+
}
130+
131+
.nav-item[b-46itjy7vas] a:hover {
132+
background-color: rgba(255,255,255,0.1);
133+
color: white;
134+
}
135+
136+
@media (min-width: 641px) {
137+
.navbar-toggler[b-46itjy7vas] {
138+
display: none;
139+
}
140+
141+
.collapse[b-46itjy7vas] {
142+
/* Never collapse the sidebar for wide screens */
143+
display: block;
144+
}
145+
}

_framework/BlazorWasmNet6.dll

16 KB
Binary file not shown.

_framework/BlazorWasmNet6.dll.br

6.2 KB
Binary file not shown.

_framework/BlazorWasmNet6.dll.gz

6.9 KB
Binary file not shown.

_framework/BlazorWasmNet6.pdb.gz

15.3 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
120 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
16 KB
Binary file not shown.
6.78 KB
Binary file not shown.
7.63 KB
Binary file not shown.
14 KB
Binary file not shown.
5.83 KB
Binary file not shown.
6.53 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
8.5 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.

_framework/Microsoft.JSInterop.dll

35 KB
Binary file not shown.

_framework/Microsoft.JSInterop.dll.br

14 KB
Binary file not shown.

_framework/Microsoft.JSInterop.dll.gz

15.5 KB
Binary file not shown.
10 KB
Binary file not shown.
3.86 KB
Binary file not shown.
4.36 KB
Binary file not shown.
10.2 KB
Binary file not shown.

_framework/QrCodeGenerator.dll

173 KB
Binary file not shown.

_framework/QrCodeGenerator.dll.br

83.6 KB
Binary file not shown.

_framework/QrCodeGenerator.dll.gz

109 KB
Binary file not shown.
15.5 KB
Binary file not shown.
6.32 KB
Binary file not shown.
6.91 KB
Binary file not shown.

_framework/System.Collections.dll

9 KB
Binary file not shown.

_framework/System.Collections.dll.br

3.5 KB
Binary file not shown.

_framework/System.Collections.dll.gz

3.87 KB
Binary file not shown.

_framework/System.ComponentModel.dll

4 KB
Binary file not shown.
1.3 KB
Binary file not shown.
1.47 KB
Binary file not shown.

_framework/System.Linq.dll

9.5 KB
Binary file not shown.

_framework/System.Linq.dll.br

3.71 KB
Binary file not shown.

_framework/System.Linq.dll.gz

4.17 KB
Binary file not shown.

_framework/System.Memory.dll

16.5 KB
Binary file not shown.

_framework/System.Memory.dll.br

7.07 KB
Binary file not shown.

_framework/System.Memory.dll.gz

7.87 KB
Binary file not shown.

_framework/System.Net.Http.dll

8.5 KB
Binary file not shown.

_framework/System.Net.Http.dll.br

3.38 KB
Binary file not shown.

_framework/System.Net.Http.dll.gz

3.77 KB
Binary file not shown.

_framework/System.Net.Primitives.dll

4.5 KB
Binary file not shown.
1.55 KB
Binary file not shown.
1.76 KB
Binary file not shown.

_framework/System.Private.CoreLib.dll

969 KB
Binary file not shown.
343 KB
Binary file not shown.
409 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

_framework/System.Private.Uri.dll

60 KB
Binary file not shown.

_framework/System.Private.Uri.dll.br

24.7 KB
Binary file not shown.

_framework/System.Private.Uri.dll.gz

27.5 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

_framework/System.Runtime.dll

5.5 KB
Binary file not shown.

_framework/System.Runtime.dll.br

1.68 KB
Binary file not shown.

_framework/System.Runtime.dll.gz

1.9 KB
Binary file not shown.
27 KB
Binary file not shown.
8.46 KB
Binary file not shown.
9.46 KB
Binary file not shown.

_framework/System.Text.Json.dll

249 KB
Binary file not shown.

_framework/System.Text.Json.dll.br

83.8 KB
Binary file not shown.

_framework/System.Text.Json.dll.gz

97.3 KB
Binary file not shown.
83 KB
Binary file not shown.
32.9 KB
Binary file not shown.
37.6 KB
Binary file not shown.

_framework/blazor.boot.json

Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
{
2+
"entryAssembly": "BlazorWasmNet6",
3+
"resources": {
4+
"hash": "sha256-lS7ikCyqNSEYio4NNZf/ctW18Aa9WagEcj1DF1EuR3w=",
5+
"runtime": {
6+
"dotnet.6.0.26.y2dcypma5i.js": "sha256-q4SPzhRyXlR1HXK6WAbwJRNI6jvBBYUisoHeH0+eRyM=",
7+
"dotnet.timezones.blat": "sha256-klrDSl9zL0jGM+Fc+fiCLbJ5Z7U2C9fTDn0+NmIH9VY=",
8+
"dotnet.wasm": "sha256-gOrDtYcTvKbDsKu+YgxfX6XPkBXUCQ3aPq6vtv1SZz4=",
9+
"icudt_CJK.dat": "sha256-WPyI4hWDPnOw62Nr27FkzGjdbucZnQD+Ph+GOPhAedw=",
10+
"icudt_EFIGS.dat": "sha256-4RwaPx87Z4dvn77ie/ro3/QzyS+/gGmO3Y/0CSAXw4k=",
11+
"icudt_no_CJK.dat": "sha256-OxylFgLJlFqixsj+nLxYVsv5iZLvfIKMpLf9hrWaChA="
12+
},
13+
"assembly": {
14+
"BlazorWasmNet6.dll": "sha256-fOtWLub6/vMwMeTku7Ax7ZuVweu3inwFDPXVX6AJ8CU=",
15+
"Microsoft.AspNetCore.Components.dll": "sha256-NgFwPCEl68qZHKE5f6JUEeRERWAR2yv913skkqRcaEw=",
16+
"Microsoft.AspNetCore.Components.Web.dll": "sha256-+tWG7yuL5clLnkAoNz3JtV0srknfotPOwva5TkoDPf8=",
17+
"Microsoft.AspNetCore.Components.WebAssembly.dll": "sha256-6EmIdj+P2RyyLUuX63iSbpm9pFFm3jB81vJWtZXxvPc=",
18+
"Microsoft.Extensions.Configuration.Abstractions.dll": "sha256-Yd5HWoJ8z3pGHLdLRk56mDLrXa7AkXv9+C/CdwnvOCk=",
19+
"Microsoft.Extensions.Configuration.dll": "sha256-qBPk1O/mfd/P9kDywnOU5wZ7vka6iecseJsfIp04HMY=",
20+
"Microsoft.Extensions.Configuration.Json.dll": "sha256-MbxbzG2GzywDGen8OXrqfaPkZNcCTaoxCseLZAzKH2A=",
21+
"Microsoft.Extensions.DependencyInjection.Abstractions.dll": "sha256-Ls8Exn/d+8GvsrvJzFAgfPQSe/JaE3Kk4JiGkhhOD0w=",
22+
"Microsoft.Extensions.DependencyInjection.dll": "sha256-azTt1JLi4RL0qaUPW8um+3BlO1IxYfZUaUP+kmJ6E6Y=",
23+
"Microsoft.Extensions.Logging.Abstractions.dll": "sha256-KS8ZFy0k+2+1nFMLE10fSNzwfQ8gQ6H0hXRputytxPM=",
24+
"Microsoft.Extensions.Logging.dll": "sha256-rGXa3leYNXH/Cu3cszLotzdH8tyAVGZWAnSc7iI3kV4=",
25+
"Microsoft.Extensions.Options.dll": "sha256-rKuFMNxPlPpYGIA4ZkgZ2osef/klzJh/awzaKp51bto=",
26+
"Microsoft.Extensions.Primitives.dll": "sha256-QRewYnpJ6vl8gGMXBS2gN++/sQ9hKcuv+rhy586Bbxs=",
27+
"Microsoft.JSInterop.dll": "sha256-mZkYrgrGkZDU8zPe8I/UgvGUHN+EVhJY+ePf2bOj0mk=",
28+
"Microsoft.JSInterop.WebAssembly.dll": "sha256-Pk/m4qMrPt50HpbP2t2FlitEOKGNcD+2JsoZ68KWPeg=",
29+
"netstandard.dll": "sha256-7n9KJp5cwr+v435EsUZHvkkREDGuCwdqiUHWJjj/wTs=",
30+
"PinguApps.Blazor.QRCode.dll": "sha256-xPVSnIGbgtVkyvy+KLo7x1ik6O6zljTP0C19XvQiAEY=",
31+
"QrCodeGenerator.dll": "sha256-UTnfSWxNJHsnz7ottp09pVYLPSS2pN7kBgVcaIuA2+s=",
32+
"System.Collections.Concurrent.dll": "sha256-fkRxqm/mBt+ipHgQPzq2k5iWjqRM0pmtwOn4i7jO54w=",
33+
"System.Collections.dll": "sha256-TW55wgP+2DJ7TSQeD8SGVV8fPBkbBv05GOHvrw9jMNc=",
34+
"System.ComponentModel.dll": "sha256-rSuQQt2eFQUBNfgVjkANPtpVu946wCsRuuBtNRAN9go=",
35+
"System.Linq.dll": "sha256-WMesBG2dtOHgTrdN7ujnLIXJ6PhZfb++BFrPjbj9VQE=",
36+
"System.Memory.dll": "sha256-cxwaK1++vHzIoFpIzZM+avPeG35RinIRA+H3Ao3PeqQ=",
37+
"System.Net.Http.dll": "sha256-UuhNCHV2mwPMzL0jcLlVOOWZemEGy/7t89JiIW6TC9w=",
38+
"System.Net.Primitives.dll": "sha256-3eLvEkGbxgkYdqHexYAMlUk4pztNZGlU9sO+7qoh5gY=",
39+
"System.Private.CoreLib.dll": "sha256-1CzzwJCC9K/Km5Hk7yczl6jVysP6Uyk61VSur6uRV+w=",
40+
"System.Private.Runtime.InteropServices.JavaScript.dll": "sha256-MQzaAFlTBjm05DWXyxp+0xFltXBxxdk9QOd2ZW3H60c=",
41+
"System.Private.Uri.dll": "sha256-WC0WXeHIwdDOko9n80uhWgms8x5num0n1dWXIDoyir8=",
42+
"System.Runtime.CompilerServices.Unsafe.dll": "sha256-w4z5pfAvopYG3OzFKWsDmTF53EpHsyKIwA690Ahyn2o=",
43+
"System.Runtime.dll": "sha256-WzYP6rWWRGvoTzSPbE4fFS5dFO84BP56oWkXdwY6wws=",
44+
"System.Text.Encodings.Web.dll": "sha256-cw34NEpzayTh6/ZPH5PCSYKArAxYY/s0VIG6agKCT/o=",
45+
"System.Text.Json.dll": "sha256-Lk7HeMBPQ1klTu8WruXuENhDWJdS9i6H8QlGCjC+eig=",
46+
"System.Text.RegularExpressions.dll": "sha256-C4r+koBKNLynp1zsopISWkgsDCmHhcOcZvhK2Z3LbGM="
47+
},
48+
"runtimeAssets": {
49+
"dotnet.wasm": {
50+
"hash": "sha256-gOrDtYcTvKbDsKu+YgxfX6XPkBXUCQ3aPq6vtv1SZz4=",
51+
"behavior": "dotnetwasm"
52+
}
53+
}
54+
},
55+
"cacheBootResources": true,
56+
"debugBuild": false,
57+
"debugLevel": 0,
58+
"linkerEnabled": true,
59+
"config": [],
60+
"icuDataMode": 0,
61+
"extensions": {
62+
"blazor": {}
63+
}
64+
}

_framework/blazor.boot.json.br

1.88 KB
Binary file not shown.

_framework/blazor.boot.json.gz

2.03 KB
Binary file not shown.

_framework/blazor.webassembly.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

_framework/blazor.webassembly.js.br

16.6 KB
Binary file not shown.

_framework/blazor.webassembly.js.gz

18.7 KB
Binary file not shown.

_framework/dotnet.6.0.26.y2dcypma5i.js

Lines changed: 323 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
55.4 KB
Binary file not shown.
63.2 KB
Binary file not shown.

_framework/dotnet.timezones.blat

333 KB
Binary file not shown.

_framework/dotnet.timezones.blat.br

41.5 KB
Binary file not shown.

_framework/dotnet.timezones.blat.gz

73.8 KB
Binary file not shown.

_framework/dotnet.wasm

2.36 MB
Binary file not shown.

_framework/dotnet.wasm.br

831 KB
Binary file not shown.

_framework/dotnet.wasm.gz

991 KB
Binary file not shown.

_framework/icudt_CJK.dat

983 KB
Binary file not shown.

_framework/icudt_CJK.dat.br

248 KB
Binary file not shown.

_framework/icudt_CJK.dat.gz

334 KB
Binary file not shown.

_framework/icudt_EFIGS.dat

588 KB
Binary file not shown.

_framework/icudt_EFIGS.dat.br

145 KB
Binary file not shown.

_framework/icudt_EFIGS.dat.gz

200 KB
Binary file not shown.

_framework/icudt_no_CJK.dat

1.21 MB
Binary file not shown.

_framework/icudt_no_CJK.dat.br

244 KB
Binary file not shown.

_framework/icudt_no_CJK.dat.gz

349 KB
Binary file not shown.

_framework/netstandard.dll

5.5 KB
Binary file not shown.

_framework/netstandard.dll.br

1.79 KB
Binary file not shown.

_framework/netstandard.dll.gz

2.06 KB
Binary file not shown.

css/app.css

Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');
2+
3+
html, body {
4+
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
5+
}
6+
7+
h1:focus {
8+
outline: none;
9+
}
10+
11+
a, .btn-link {
12+
color: #0071c1;
13+
}
14+
15+
.btn-primary {
16+
color: #fff;
17+
background-color: #1b6ec2;
18+
border-color: #1861ac;
19+
}
20+
21+
.content {
22+
padding-top: 1.1rem;
23+
}
24+
25+
.valid.modified:not([type=checkbox]) {
26+
outline: 1px solid #26b050;
27+
}
28+
29+
.invalid {
30+
outline: 1px solid red;
31+
}
32+
33+
.validation-message {
34+
color: red;
35+
}
36+
37+
#blazor-error-ui {
38+
background: lightyellow;
39+
bottom: 0;
40+
box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
41+
display: none;
42+
left: 0;
43+
padding: 0.6rem 1.25rem 0.7rem 1.25rem;
44+
position: fixed;
45+
width: 100%;
46+
z-index: 1000;
47+
}
48+
49+
#blazor-error-ui .dismiss {
50+
cursor: pointer;
51+
position: absolute;
52+
right: 0.75rem;
53+
top: 0.5rem;
54+
}
55+
56+
.blazor-error-boundary {
57+
background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
58+
padding: 1rem 1rem 1rem 3.7rem;
59+
color: white;
60+
}
61+
62+
.blazor-error-boundary::after {
63+
content: "An error has occurred."
64+
}

css/bootstrap/bootstrap.min.css

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/bootstrap/bootstrap.min.css.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/open-iconic/FONT-LICENSE

Lines changed: 86 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,86 @@
1+
SIL OPEN FONT LICENSE Version 1.1
2+
3+
Copyright (c) 2014 Waybury
4+
5+
PREAMBLE
6+
The goals of the Open Font License (OFL) are to stimulate worldwide
7+
development of collaborative font projects, to support the font creation
8+
efforts of academic and linguistic communities, and to provide a free and
9+
open framework in which fonts may be shared and improved in partnership
10+
with others.
11+
12+
The OFL allows the licensed fonts to be used, studied, modified and
13+
redistributed freely as long as they are not sold by themselves. The
14+
fonts, including any derivative works, can be bundled, embedded,
15+
redistributed and/or sold with any software provided that any reserved
16+
names are not used by derivative works. The fonts and derivatives,
17+
however, cannot be released under any other type of license. The
18+
requirement for fonts to remain under this license does not apply
19+
to any document created using the fonts or their derivatives.
20+
21+
DEFINITIONS
22+
"Font Software" refers to the set of files released by the Copyright
23+
Holder(s) under this license and clearly marked as such. This may
24+
include source files, build scripts and documentation.
25+
26+
"Reserved Font Name" refers to any names specified as such after the
27+
copyright statement(s).
28+
29+
"Original Version" refers to the collection of Font Software components as
30+
distributed by the Copyright Holder(s).
31+
32+
"Modified Version" refers to any derivative made by adding to, deleting,
33+
or substituting -- in part or in whole -- any of the components of the
34+
Original Version, by changing formats or by porting the Font Software to a
35+
new environment.
36+
37+
"Author" refers to any designer, engineer, programmer, technical
38+
writer or other person who contributed to the Font Software.
39+
40+
PERMISSION & CONDITIONS
41+
Permission is hereby granted, free of charge, to any person obtaining
42+
a copy of the Font Software, to use, study, copy, merge, embed, modify,
43+
redistribute, and sell modified and unmodified copies of the Font
44+
Software, subject to the following conditions:
45+
46+
1) Neither the Font Software nor any of its individual components,
47+
in Original or Modified Versions, may be sold by itself.
48+
49+
2) Original or Modified Versions of the Font Software may be bundled,
50+
redistributed and/or sold with any software, provided that each copy
51+
contains the above copyright notice and this license. These can be
52+
included either as stand-alone text files, human-readable headers or
53+
in the appropriate machine-readable metadata fields within text or
54+
binary files as long as those fields can be easily viewed by the user.
55+
56+
3) No Modified Version of the Font Software may use the Reserved Font
57+
Name(s) unless explicit written permission is granted by the corresponding
58+
Copyright Holder. This restriction only applies to the primary font name as
59+
presented to the users.
60+
61+
4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
62+
Software shall not be used to promote, endorse or advertise any
63+
Modified Version, except to acknowledge the contribution(s) of the
64+
Copyright Holder(s) and the Author(s) or with their explicit written
65+
permission.
66+
67+
5) The Font Software, modified or unmodified, in part or in whole,
68+
must be distributed entirely under this license, and must not be
69+
distributed under any other license. The requirement for fonts to
70+
remain under this license does not apply to any document created
71+
using the Font Software.
72+
73+
TERMINATION
74+
This license becomes null and void if any of the above conditions are
75+
not met.
76+
77+
DISCLAIMER
78+
THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
79+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
80+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
81+
OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
82+
COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
83+
INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
84+
DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
85+
FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
86+
OTHER DEALINGS IN THE FONT SOFTWARE.

0 commit comments

Comments
 (0)