Skip to content

Commit

Permalink
Try to fix deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
wkktoria committed Jan 13, 2025
1 parent fd4c6c7 commit 181b423
Show file tree
Hide file tree
Showing 126 changed files with 68 additions and 251 deletions.
60 changes: 30 additions & 30 deletions Portfolio.Client.styles.css
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-wz6u3xac4n] {
.page[b-wfndc77rxz] {
position: relative;
display: flex;
flex-direction: column;
}

main[b-wz6u3xac4n] {
main[b-wfndc77rxz] {
flex: 1;
}

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

.top-row[b-wz6u3xac4n] {
.top-row[b-wfndc77rxz] {
background-color: #f7f7f7;
border-bottom: 1px solid #d6d5d5;
justify-content: flex-end;
Expand All @@ -22,75 +22,75 @@ main[b-wz6u3xac4n] {
align-items: center;
}

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

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

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

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

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

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

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

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

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

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

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

.navbar-brand[b-64m6719sjr] {
.navbar-brand[b-lq0g64i3ul] {
font-size: 1.1rem;
}

.bi[b-64m6719sjr] {
.bi[b-lq0g64i3ul] {
display: inline-block;
position: relative;
width: 1.25rem;
Expand All @@ -100,32 +100,32 @@ main[b-wz6u3xac4n] {
background-size: cover;
}

.bi-house-door-fill-nav-menu[b-64m6719sjr] {
.bi-house-door-fill-nav-menu[b-lq0g64i3ul] {
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-64m6719sjr] {
.bi-plus-square-fill-nav-menu[b-lq0g64i3ul] {
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-64m6719sjr] {
.bi-list-nested-nav-menu[b-lq0g64i3ul] {
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-64m6719sjr] {
.nav-item[b-lq0g64i3ul] {
font-size: 0.9rem;
padding-bottom: 0.5rem;
}

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

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

.nav-item[b-64m6719sjr] a {
.nav-item[b-lq0g64i3ul] a {
color: #d7d7d7;
border-radius: 4px;
height: 3rem;
Expand All @@ -134,27 +134,27 @@ main[b-wz6u3xac4n] {
line-height: 3rem;
}

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

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

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

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

.nav-scrollable[b-64m6719sjr] {
.nav-scrollable[b-lq0g64i3ul] {
/* Allow sidebar to scroll for tall menus */
height: calc(100vh - 3.5rem);
overflow-y: auto;
Expand Down
162 changes: 0 additions & 162 deletions Portfolio.Web.styles.css

This file was deleted.

Binary file modified _framework/BitzArt.Blazor.Cookies.Client.wasm
Binary file not shown.
Binary file modified _framework/BitzArt.Blazor.Cookies.Client.wasm.br
Binary file not shown.
Binary file modified _framework/BitzArt.Blazor.Cookies.Client.wasm.gz
Binary file not shown.
Binary file modified _framework/BitzArt.Blazor.Cookies.wasm
Binary file not shown.
Binary file modified _framework/BitzArt.Blazor.Cookies.wasm.br
Binary file not shown.
Binary file modified _framework/BitzArt.Blazor.Cookies.wasm.gz
Binary file not shown.
Binary file modified _framework/Microsoft.AspNetCore.Components.Web.wasm
Binary file not shown.
Binary file modified _framework/Microsoft.AspNetCore.Components.Web.wasm.br
Binary file not shown.
Binary file modified _framework/Microsoft.AspNetCore.Components.Web.wasm.gz
Binary file not shown.
Binary file modified _framework/Microsoft.AspNetCore.Components.WebAssembly.wasm
Binary file not shown.
Binary file modified _framework/Microsoft.AspNetCore.Components.WebAssembly.wasm.br
Binary file not shown.
Binary file modified _framework/Microsoft.AspNetCore.Components.WebAssembly.wasm.gz
Binary file not shown.
Binary file modified _framework/Microsoft.AspNetCore.Components.wasm
Binary file not shown.
Binary file modified _framework/Microsoft.AspNetCore.Components.wasm.br
Binary file not shown.
Binary file modified _framework/Microsoft.AspNetCore.Components.wasm.gz
Binary file not shown.
Binary file modified _framework/Microsoft.Extensions.Configuration.Abstractions.wasm
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified _framework/Microsoft.Extensions.Configuration.Json.wasm
Binary file not shown.
Binary file modified _framework/Microsoft.Extensions.Configuration.Json.wasm.br
Binary file not shown.
Binary file modified _framework/Microsoft.Extensions.Configuration.Json.wasm.gz
Binary file not shown.
Binary file modified _framework/Microsoft.Extensions.Configuration.wasm
Binary file not shown.
Binary file modified _framework/Microsoft.Extensions.Configuration.wasm.br
Binary file not shown.
Binary file modified _framework/Microsoft.Extensions.Configuration.wasm.gz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified _framework/Microsoft.Extensions.DependencyInjection.wasm
Binary file not shown.
Binary file modified _framework/Microsoft.Extensions.DependencyInjection.wasm.br
Binary file not shown.
Binary file modified _framework/Microsoft.Extensions.DependencyInjection.wasm.gz
Binary file not shown.
Binary file modified _framework/Microsoft.Extensions.Localization.Abstractions.wasm
Binary file not shown.
Binary file modified _framework/Microsoft.Extensions.Localization.Abstractions.wasm.br
Binary file not shown.
Binary file modified _framework/Microsoft.Extensions.Localization.Abstractions.wasm.gz
Binary file not shown.
Binary file modified _framework/Microsoft.Extensions.Localization.wasm
Binary file not shown.
Binary file modified _framework/Microsoft.Extensions.Localization.wasm.br
Binary file not shown.
Binary file modified _framework/Microsoft.Extensions.Localization.wasm.gz
Binary file not shown.
Binary file modified _framework/Microsoft.Extensions.Logging.Abstractions.wasm
Binary file not shown.
Binary file modified _framework/Microsoft.Extensions.Logging.Abstractions.wasm.br
Binary file not shown.
Binary file modified _framework/Microsoft.Extensions.Logging.Abstractions.wasm.gz
Binary file not shown.
Binary file modified _framework/Microsoft.Extensions.Logging.wasm
Binary file not shown.
Binary file modified _framework/Microsoft.Extensions.Logging.wasm.br
Binary file not shown.
Binary file modified _framework/Microsoft.Extensions.Logging.wasm.gz
Binary file not shown.
Binary file modified _framework/Microsoft.Extensions.Options.wasm
Binary file not shown.
Binary file modified _framework/Microsoft.Extensions.Options.wasm.br
Binary file not shown.
Binary file modified _framework/Microsoft.Extensions.Options.wasm.gz
Binary file not shown.
Binary file modified _framework/Microsoft.Extensions.Primitives.wasm
Binary file not shown.
Binary file modified _framework/Microsoft.Extensions.Primitives.wasm.br
Binary file not shown.
Binary file modified _framework/Microsoft.Extensions.Primitives.wasm.gz
Binary file not shown.
Binary file modified _framework/Microsoft.JSInterop.wasm
Binary file not shown.
Binary file modified _framework/Microsoft.JSInterop.wasm.br
Binary file not shown.
Binary file modified _framework/Microsoft.JSInterop.wasm.gz
Binary file not shown.
Binary file modified _framework/MudBlazor.wasm
Binary file not shown.
Binary file modified _framework/MudBlazor.wasm.br
Binary file not shown.
Binary file modified _framework/MudBlazor.wasm.gz
Binary file not shown.
Binary file modified _framework/Portfolio.Client.wasm
Binary file not shown.
Binary file modified _framework/Portfolio.Client.wasm.br
Binary file not shown.
Binary file modified _framework/Portfolio.Client.wasm.gz
Binary file not shown.
Binary file removed _framework/Portfolio.Web.pdb.gz
Binary file not shown.
Binary file removed _framework/Portfolio.Web.wasm
Binary file not shown.
Binary file removed _framework/Portfolio.Web.wasm.br
Binary file not shown.
Binary file removed _framework/Portfolio.Web.wasm.gz
Binary file not shown.
Binary file modified _framework/System.Collections.Concurrent.wasm
Binary file not shown.
Binary file modified _framework/System.Collections.Concurrent.wasm.br
Binary file not shown.
Binary file modified _framework/System.Collections.Concurrent.wasm.gz
Binary file not shown.
Binary file modified _framework/System.Collections.Immutable.wasm
Binary file not shown.
Binary file modified _framework/System.Collections.Immutable.wasm.br
Binary file not shown.
Binary file modified _framework/System.Collections.Immutable.wasm.gz
Binary file not shown.
Binary file modified _framework/System.Collections.wasm
Binary file not shown.
Binary file modified _framework/System.Collections.wasm.br
Binary file not shown.
Binary file modified _framework/System.Collections.wasm.gz
Binary file not shown.
Binary file modified _framework/System.ComponentModel.Primitives.wasm
Binary file not shown.
Binary file modified _framework/System.ComponentModel.Primitives.wasm.br
Binary file not shown.
Binary file modified _framework/System.ComponentModel.Primitives.wasm.gz
Binary file not shown.
Binary file modified _framework/System.Console.wasm
Binary file not shown.
Binary file modified _framework/System.Console.wasm.br
Binary file not shown.
Binary file modified _framework/System.Console.wasm.gz
Binary file not shown.
Binary file modified _framework/System.Diagnostics.DiagnosticSource.wasm
Binary file not shown.
Binary file modified _framework/System.Diagnostics.DiagnosticSource.wasm.br
Binary file not shown.
Binary file modified _framework/System.Diagnostics.DiagnosticSource.wasm.gz
Binary file not shown.
Binary file modified _framework/System.Linq.wasm
Binary file not shown.
Binary file modified _framework/System.Linq.wasm.br
Binary file not shown.
Binary file modified _framework/System.Linq.wasm.gz
Binary file not shown.
Binary file modified _framework/System.Memory.wasm
Binary file not shown.
Binary file modified _framework/System.Memory.wasm.br
Binary file not shown.
Binary file modified _framework/System.Memory.wasm.gz
Binary file not shown.
Binary file modified _framework/System.Net.Http.Json.wasm
Binary file not shown.
Binary file modified _framework/System.Net.Http.Json.wasm.br
Binary file not shown.
Binary file modified _framework/System.Net.Http.Json.wasm.gz
Binary file not shown.
Binary file modified _framework/System.Net.Http.wasm
Binary file not shown.
Binary file modified _framework/System.Net.Http.wasm.br
Binary file not shown.
Binary file modified _framework/System.Net.Http.wasm.gz
Binary file not shown.
Binary file modified _framework/System.Net.Primitives.wasm
Binary file not shown.
Binary file modified _framework/System.Net.Primitives.wasm.br
Binary file not shown.
Binary file modified _framework/System.Net.Primitives.wasm.gz
Binary file not shown.
Binary file modified _framework/System.Private.CoreLib.wasm
Binary file not shown.
Binary file modified _framework/System.Private.CoreLib.wasm.br
Binary file not shown.
Binary file modified _framework/System.Private.CoreLib.wasm.gz
Binary file not shown.
Binary file modified _framework/System.Private.Uri.wasm
Binary file not shown.
Binary file modified _framework/System.Private.Uri.wasm.br
Binary file not shown.
Binary file modified _framework/System.Private.Uri.wasm.gz
Binary file not shown.
Binary file modified _framework/System.Runtime.InteropServices.JavaScript.wasm
Binary file not shown.
Binary file modified _framework/System.Runtime.InteropServices.JavaScript.wasm.br
Binary file not shown.
Binary file modified _framework/System.Runtime.InteropServices.JavaScript.wasm.gz
Binary file not shown.
Binary file modified _framework/System.Text.Encodings.Web.wasm
Binary file not shown.
Binary file modified _framework/System.Text.Encodings.Web.wasm.br
Binary file not shown.
Binary file modified _framework/System.Text.Encodings.Web.wasm.gz
Binary file not shown.
Binary file modified _framework/System.Text.Json.wasm
Binary file not shown.
Binary file modified _framework/System.Text.Json.wasm.br
Binary file not shown.
Binary file modified _framework/System.Text.Json.wasm.gz
Binary file not shown.
Binary file modified _framework/System.Text.RegularExpressions.wasm
Binary file not shown.
Binary file modified _framework/System.Text.RegularExpressions.wasm.br
Binary file not shown.
Binary file modified _framework/System.Text.RegularExpressions.wasm.gz
Binary file not shown.
Loading

0 comments on commit 181b423

Please sign in to comment.