Skip to content

Commit

Permalink
Deploying to gh-pages from main @ 21a1fa5 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
chrissainty committed Feb 19, 2024
0 parents commit e75c700
Show file tree
Hide file tree
Showing 137 changed files with 686 additions and 0 deletions.
1 change: 1 addition & 0 deletions .nojekyll
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

38 changes: 38 additions & 0 deletions 404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Single Page Apps for GitHub Pages</title>
<script type="text/javascript">
// Single Page Apps for GitHub Pages
// https://github.com/rafrex/spa-github-pages
// Copyright (c) 2016 Rafael Pedicini, licensed under the MIT License
// ----------------------------------------------------------------------
// This script takes the current url and converts the path and query
// string into just a query string, and then redirects the browser
// to the new url with only a query string and hash fragment,
// e.g. http://www.foo.tld/one/two?a=b&c=d#qwe, becomes
// http://www.foo.tld/?p=/one/two&q=a=b~and~c=d#qwe
// Note: this 404.html file must be at least 512 bytes for it to work
// with Internet Explorer (it is currently > 512 bytes)
// If you're creating a Project Pages site and NOT using a custom domain,
// then set segmentCount to 1 (enterprise users may need to set it to > 1).
// This way the code will only replace the route part of the path, and not
// the real directory in which the app resides, for example:
// https://username.github.io/repo-name/one/two?a=b&c=d#qwe becomes
// https://username.github.io/repo-name/?p=/one/two&q=a=b~and~c=d#qwe
// Otherwise, leave segmentCount as 0.
var segmentCount = 1;
var l = window.location;
l.replace(
l.protocol + '//' + l.hostname + (l.port ? ':' + l.port : '') +
l.pathname.split('/').slice(0, 1 + segmentCount).join('/') + '/?p=/' +
l.pathname.slice(1).split('/').slice(segmentCount).join('/').replace(/&/g, '~and~') +
(l.search ? '&q=' + l.search.slice(1).replace(/&/g, '~and~') : '') +
l.hash
);
</script>
</head>
<body>
</body>
</html>
164 changes: 164 additions & 0 deletions BlazorWebAssembly.styles.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,164 @@
@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';

/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-hz9r9hur55] {
position: relative;
display: flex;
flex-direction: column;
}

main[b-hz9r9hur55] {
flex: 1;
}

.sidebar[b-hz9r9hur55] {
background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-hz9r9hur55] {
background-color: #f7f7f7;
border-bottom: 1px solid #d6d5d5;
justify-content: flex-end;
height: 3.5rem;
display: flex;
align-items: center;
}

.top-row[b-hz9r9hur55] a, .top-row[b-hz9r9hur55] .btn-link {
white-space: nowrap;
margin-left: 1.5rem;
text-decoration: none;
}

.top-row[b-hz9r9hur55] a:hover, .top-row[b-hz9r9hur55] .btn-link:hover {
text-decoration: underline;
}

.top-row[b-hz9r9hur55] a:first-child {
overflow: hidden;
text-overflow: ellipsis;
}

@media (max-width: 640.98px) {
.top-row[b-hz9r9hur55] {
justify-content: space-between;
}

.top-row[b-hz9r9hur55] a, .top-row[b-hz9r9hur55] .btn-link {
margin-left: 0;
}
}

@media (min-width: 641px) {
.page[b-hz9r9hur55] {
flex-direction: row;
}

.sidebar[b-hz9r9hur55] {
width: 250px;
height: 100vh;
position: sticky;
top: 0;
}

.top-row[b-hz9r9hur55] {
position: sticky;
top: 0;
z-index: 1;
}

.top-row.auth[b-hz9r9hur55] a:first-child {
flex: 1;
text-align: right;
width: 0;
}

.top-row[b-hz9r9hur55], article[b-hz9r9hur55] {
padding-left: 2rem !important;
padding-right: 1.5rem !important;
}
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-bg4ql806vx] {
background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-bg4ql806vx] {
height: 3.5rem;
background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-bg4ql806vx] {
font-size: 1.1rem;
}

.bi[b-bg4ql806vx] {
display: inline-block;
position: relative;
width: 1.25rem;
height: 1.25rem;
margin-right: 0.75rem;
top: -1px;
background-size: cover;
}

.bi-house-door-fill-nav-menu[b-bg4ql806vx] {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-bg4ql806vx] {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-bg4ql806vx] {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-bg4ql806vx] {
font-size: 0.9rem;
padding-bottom: 0.5rem;
}

.nav-item:first-of-type[b-bg4ql806vx] {
padding-top: 1rem;
}

.nav-item:last-of-type[b-bg4ql806vx] {
padding-bottom: 1rem;
}

.nav-item[b-bg4ql806vx] a {
color: #d7d7d7;
border-radius: 4px;
height: 3rem;
display: flex;
align-items: center;
line-height: 3rem;
}

.nav-item[b-bg4ql806vx] a.active {
background-color: rgba(255,255,255,0.37);
color: white;
}

.nav-item[b-bg4ql806vx] a:hover {
background-color: rgba(255,255,255,0.1);
color: white;
}

@media (min-width: 641px) {
.navbar-toggler[b-bg4ql806vx] {
display: none;
}

.collapse[b-bg4ql806vx] {
/* Never collapse the sidebar for wide screens */
display: block;
}

.nav-scrollable[b-bg4ql806vx] {
/* Allow sidebar to scroll for tall menus */
height: calc(100vh - 3.5rem);
overflow-y: auto;
}
}
168 changes: 168 additions & 0 deletions _content/Blazored.Toast/Blazored.Toast.bundle.scp.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,168 @@
/* _content/Blazored.Toast/BlazoredToast.razor.rz.scp.css */
.blazored-toast[b-jnm4noxjw5] {
display: flex;
position: relative;
flex-direction: row;
animation: fadein-b-jnm4noxjw5 1.5s;
margin-bottom: 1rem;
padding: 1rem 1.25rem;
color: #1D1D1B;
width: 20rem;
border-radius: .25rem;
box-shadow: rgba(0,0,0,0.30) 0px 10px 30px 2px;
background-color: #fff;
border-top: 6px solid #fff;
}

.blazored-toast-component[b-jnm4noxjw5] {
display: initial;
padding: 0 0 0 0;
border-top: none;
}

.blazored-toast-info[b-jnm4noxjw5] {
border-top: 6px solid #2563eb;
}

.blazored-toast-info .blazored-toast-icon[b-jnm4noxjw5] {
color: #2563eb;
}

.blazored-toast-success[b-jnm4noxjw5] {
border-top: 6px solid #16a34a;
}

.blazored-toast-success .blazored-toast-icon[b-jnm4noxjw5] {
color: #16a34a;
}

.blazored-toast-warning[b-jnm4noxjw5] {
border-top: 6px solid #eab308;
}

.blazored-toast-warning .blazored-toast-icon[b-jnm4noxjw5] {
color: #eab308;
}

.blazored-toast-error[b-jnm4noxjw5] {
border-top: 6px solid #dc2626;
}

.blazored-toast-error .blazored-toast-icon[b-jnm4noxjw5] {
color: #dc2626;
}

.blazored-toast-icon[b-jnm4noxjw5] {
display: flex;
flex-direction: column;
justify-content: start;
padding: 0 1rem 0 0;
font-size: 1.5rem;
}

.blazored-toast .blazored-toast-message[b-jnm4noxjw5] {
flex-grow: 1;
margin-bottom: 0;
font-weight: 500;
font-size: 0.875rem;
overflow-wrap: break-word;
word-wrap: break-word;
word-break: break-word;
-ms-hyphens: auto;
-moz-hyphens: auto;
-webkit-hyphens: auto;
hyphens: auto;
}

.blazored-toast .blazored-toast-close[b-jnm4noxjw5] {
display: flex;
flex-direction: column;
justify-content: start;
padding: 0 0 0 1rem;
background-color: transparent;
border: 0;
-webkit-appearance: none;
color: #94a3b8;
font-size: 0.9rem;
}

.blazored-toast .blazored-toast-close:hover[b-jnm4noxjw5] {
color: inherit;
}

.blazored-toast .blazored-toast-progressbar[b-jnm4noxjw5] {
position: absolute;
bottom: 0;
left: 0;
right: 0;
height: 6px;
border-bottom-left-radius: .375rem;
border-bottom-right-radius: .375rem;
}

.blazored-toast .blazored-toast-progressbar > span[b-jnm4noxjw5] {
position: absolute;
filter: brightness(75%);
height: 6px;
border-bottom-left-radius: .375rem;
background-image: linear-gradient(rgba(0, 0, 0, 0.1) 0 0);
transition: all .1s linear;
}

.blazored-toast-action[b-jnm4noxjw5] {
cursor: pointer;
}

@keyframes fadein-b-jnm4noxjw5 {
from {
opacity: 0;
}

to {
opacity: 1;
}
}
/* _content/Blazored.Toast/BlazoredToasts.razor.rz.scp.css */
.blazored-toast-container[b-y65zu6vhcs] {
display: flex;
flex-direction: column;
position: fixed;
z-index: 999;
}

.position-topleft[b-y65zu6vhcs] {
top: 2rem;
left: 2rem;
}

.position-topright[b-y65zu6vhcs] {
top: 2rem;
right: 2rem;
}

.position-topcenter[b-y65zu6vhcs] {
top: 2rem;
left: 50%;
transform: translate(-50%, 0%);
}

.position-bottomleft[b-y65zu6vhcs] {
bottom: 2rem;
left: 2rem;
}

.position-bottomright[b-y65zu6vhcs] {
bottom: 2rem;
right: 2rem;
}

.position-bottomcenter[b-y65zu6vhcs] {
bottom: 2rem;
left: 50%;
transform: translate(-50%, 0%);
}

.blazored-toast[b-y65zu6vhcs] {
width: 30rem;
border-radius: .25rem;
}
Binary file added _framework/BlazorWebAssembly.pdb.gz
Binary file not shown.
Binary file added _framework/BlazorWebAssembly.wasm
Binary file not shown.
Binary file added _framework/BlazorWebAssembly.wasm.br
Binary file not shown.
Binary file added _framework/BlazorWebAssembly.wasm.gz
Binary file not shown.
Binary file added _framework/Blazored.Toast.pdb.gz
Binary file not shown.
Binary file added _framework/Blazored.Toast.wasm
Binary file not shown.
Binary file added _framework/Blazored.Toast.wasm.br
Binary file not shown.
Binary file added _framework/Blazored.Toast.wasm.gz
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 added _framework/Microsoft.AspNetCore.Components.wasm
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.
Binary file added _framework/Microsoft.Extensions.Logging.wasm
Binary file not shown.
Binary file added _framework/Microsoft.Extensions.Logging.wasm.br
Binary file not shown.
Binary file added _framework/Microsoft.Extensions.Logging.wasm.gz
Binary file not shown.
Binary file added _framework/Microsoft.Extensions.Options.wasm
Binary file not shown.
Binary file added _framework/Microsoft.Extensions.Options.wasm.br
Binary file not shown.
Binary file added _framework/Microsoft.Extensions.Options.wasm.gz
Binary file not shown.
Binary file added _framework/Microsoft.Extensions.Primitives.wasm
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added _framework/Microsoft.JSInterop.WebAssembly.wasm
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added _framework/Microsoft.JSInterop.wasm
Binary file not shown.
Binary file added _framework/Microsoft.JSInterop.wasm.br
Binary file not shown.
Binary file added _framework/Microsoft.JSInterop.wasm.gz
Binary file not shown.
Binary file added _framework/System.Collections.Concurrent.wasm
Binary file not shown.
Binary file added _framework/System.Collections.Concurrent.wasm.br
Binary file not shown.
Binary file added _framework/System.Collections.Concurrent.wasm.gz
Binary file not shown.
Binary file added _framework/System.Collections.wasm
Binary file not shown.
Binary file added _framework/System.Collections.wasm.br
Binary file not shown.
Binary file added _framework/System.Collections.wasm.gz
Binary file not shown.
Binary file added _framework/System.ComponentModel.wasm
Binary file not shown.
Binary file added _framework/System.ComponentModel.wasm.br
Binary file not shown.
Binary file added _framework/System.ComponentModel.wasm.gz
Binary file not shown.
Binary file added _framework/System.Console.wasm
Binary file not shown.
Binary file added _framework/System.Console.wasm.br
Binary file not shown.
Binary file added _framework/System.Console.wasm.gz
Binary file not shown.
Binary file added _framework/System.Linq.wasm
Binary file not shown.
Binary file added _framework/System.Linq.wasm.br
Binary file not shown.
Binary file added _framework/System.Linq.wasm.gz
Binary file not shown.
Binary file added _framework/System.Memory.wasm
Binary file not shown.
Binary file added _framework/System.Memory.wasm.br
Binary file not shown.
Binary file added _framework/System.Memory.wasm.gz
Binary file not shown.
Binary file added _framework/System.Net.Http.wasm
Binary file not shown.
Binary file added _framework/System.Net.Http.wasm.br
Binary file not shown.
Binary file added _framework/System.Net.Http.wasm.gz
Binary file not shown.
Binary file added _framework/System.Net.Primitives.wasm
Binary file not shown.
Binary file added _framework/System.Net.Primitives.wasm.br
Binary file not shown.
Binary file added _framework/System.Net.Primitives.wasm.gz
Binary file not shown.
Binary file added _framework/System.Private.CoreLib.wasm
Binary file not shown.
Binary file added _framework/System.Private.CoreLib.wasm.br
Binary file not shown.
Binary file added _framework/System.Private.CoreLib.wasm.gz
Binary file not shown.
Binary file added _framework/System.Private.Uri.wasm
Binary file not shown.
Binary file added _framework/System.Private.Uri.wasm.br
Binary file not shown.
Binary file added _framework/System.Private.Uri.wasm.gz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added _framework/System.Runtime.wasm
Binary file not shown.
Binary file added _framework/System.Runtime.wasm.br
Binary file not shown.
Binary file added _framework/System.Runtime.wasm.gz
Binary file not shown.
Binary file added _framework/System.Text.Encodings.Web.wasm
Binary file not shown.
Binary file added _framework/System.Text.Encodings.Web.wasm.br
Binary file not shown.
Binary file added _framework/System.Text.Encodings.Web.wasm.gz
Binary file not shown.
Binary file added _framework/System.Text.Json.wasm
Binary file not shown.
Binary file added _framework/System.Text.Json.wasm.br
Binary file not shown.
Binary file added _framework/System.Text.Json.wasm.gz
Binary file not shown.
Binary file added _framework/System.Text.RegularExpressions.wasm
Binary file not shown.
Binary file added _framework/System.Text.RegularExpressions.wasm.br
Binary file not shown.
Binary file added _framework/System.Text.RegularExpressions.wasm.gz
Binary file not shown.
Binary file added _framework/System.Threading.wasm
Binary file not shown.
Binary file added _framework/System.Threading.wasm.br
Binary file not shown.
Binary file added _framework/System.Threading.wasm.gz
Binary file not shown.
Loading

0 comments on commit e75c700

Please sign in to comment.