Skip to content

Commit

Permalink
Update homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
wkktoria committed Jan 12, 2025
1 parent d3e12bb commit fd81067
Show file tree
Hide file tree
Showing 17 changed files with 23 additions and 7 deletions.
12 changes: 10 additions & 2 deletions 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,16 @@
</head>

<body>
<div id="app">
Loading...
<div id="app" class="mt-16">
<div class="d-flex flex-column align-center justify-center align-center mud-width-full">
<div role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="100"
class="mud-progress-circular mud-default-text mud-progress-medium mud-progress-indeterminate">
<svg class="mud-progress-circular-svg" viewBox="22 22 44 44">
<circle class="mud-progress-circular-circle mud-progress-indeterminate" cx="44" cy="44" r="20" fill="none" stroke-width="3"></circle>
</svg>
</div>
<p class="my-5 mud-typography-align-center">Loading...</p>
</div>
</div>

<div id="blazor-error-ui">
Expand Down
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.Web.pdb.gz
Binary file not shown.
Binary file modified _framework/Portfolio.Web.wasm
Binary file not shown.
Binary file modified _framework/Portfolio.Web.wasm.br
Binary file not shown.
Binary file modified _framework/Portfolio.Web.wasm.gz
Binary file not shown.
6 changes: 3 additions & 3 deletions _framework/blazor.boot.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"mainAssemblyName": "Portfolio.Web",
"resources": {
"hash": "sha256-cEG/3cuhUB6eNa1eWPz4Q8Rs+FKdc+t5G0B7p6FvlYM=",
"hash": "sha256-Fu1aPW+lPwh8ZytPRqakHHeoUiqHq9Sgh2pQjfnOPks=",
"jsModuleNative": {
"dotnet.native.8.0.11.7848n1cei6.js": "sha256-VdKq87/z5NIxZKmuM+fv38XF+RcEb/bg3jVBwQSfwP4="
},
Expand Down Expand Up @@ -33,8 +33,8 @@
"Microsoft.Extensions.Primitives.wasm": "sha256-6187ynEahDlSLMBvD4vAmiLpZ3clRb5xu6rM7O8AxNo=",
"Microsoft.JSInterop.wasm": "sha256-G5EovQxlZURFdmM9vnN4JVyIq5kUJC5BmgakAO6Krdg=",
"Microsoft.JSInterop.WebAssembly.wasm": "sha256-2bohIT7/qEC9nPtjBrESwyddQ86eqIfABSFaK7lb55A=",
"MudBlazor.wasm": "sha256-BcApeo4GtXkOdadqFWVJrsdvXbsC5eRarqB43qPcdC4=",
"Portfolio.Web.wasm": "sha256-ynHjPgLDu/P/NAnnYfaq9aYvPWrQB2Lx1sIQ5Xn2yB0=",
"MudBlazor.wasm": "sha256-0oCCKVWOsdACBpt6ErBQDgAmLbm1FxSUcrix1XdYriI=",
"Portfolio.Web.wasm": "sha256-bpAbYYxYfFfG0L4ALlNC6Ximc3HPZwd5vIMTp6/diI8=",
"System.Collections.Concurrent.wasm": "sha256-Ra0VFS1ozPA8iWm9RCCWCmT8Ur0W+fuLcmjbIYT6A54=",
"System.Collections.Immutable.wasm": "sha256-JYp/fza9JRc9drIUa7QP1i+FjQ48B4FR1YGFJ3ihJCs=",
"System.Collections.wasm": "sha256-W14WThXIjLBHzGaQeXujD0MlZPx66Xe4dHABrWgvln0=",
Expand Down
Binary file modified _framework/blazor.boot.json.br
Binary file not shown.
Binary file modified _framework/blazor.boot.json.gz
Binary file not shown.
Binary file added images/about.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/contact.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/experience.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/projects.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/skills.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 10 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,16 @@
</head>

<body>
<div id="app">
Loading...
<div id="app" class="mt-16">
<div class="d-flex flex-column align-center justify-center align-center mud-width-full">
<div role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="100"
class="mud-progress-circular mud-default-text mud-progress-medium mud-progress-indeterminate">
<svg class="mud-progress-circular-svg" viewBox="22 22 44 44">
<circle class="mud-progress-circular-circle mud-progress-indeterminate" cx="44" cy="44" r="20" fill="none" stroke-width="3"></circle>
</svg>
</div>
<p class="my-5 mud-typography-align-center">Loading...</p>
</div>
</div>

<div id="blazor-error-ui">
Expand Down

0 comments on commit fd81067

Please sign in to comment.