Skip to content

Commit

Permalink
Deploying to gh-pages from @ a91ec61 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
Sharaf-Mansour committed Jan 23, 2025
1 parent a99d1cf commit a696e9e
Show file tree
Hide file tree
Showing 372 changed files with 654 additions and 590 deletions.
2 changes: 1 addition & 1 deletion 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ <h6>
FROM EGYPT
</h6>
<h6>
CV Builder v2.3d Is 100% Free And
CV Builder v2.4a Is 100% Free And
<a class="footer-link" href="https://github.com/Sharaf-Mansour/CVBuilder" target="_blank">
Open Source
<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
Expand Down
2 changes: 2 additions & 0 deletions CVBuilder.styles.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';

/* /Pages/CVForm.razor.rz.scp.css */
body[b-okch99fxuc] {
border: .2px solid gray;
Expand Down
Binary file added CVBuilder.styles.css.br
Binary file not shown.
Binary file added CVBuilder.styles.css.gz
Binary file not shown.
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 not shown.
Binary file not shown.
172 changes: 0 additions & 172 deletions _content/Blazored.Toast/blazored-toast.css

This file was deleted.

1 change: 0 additions & 1 deletion _content/Blazored.Toast/blazored-toast.min.css

This file was deleted.

Binary file removed _framework/Arora.Blazor.ComponentWrapper.wasm.gz
Binary file not shown.
Binary file not shown.
Binary file removed _framework/Arora.Blazor.StateContainer.wasm.gz
Binary file not shown.
File renamed without changes.
Binary file not shown.
File renamed without changes.
File renamed without changes.
Binary file added _framework/Arora_CRUD.tbxe99jxdf.wasm.gz
Binary file not shown.
Binary file removed _framework/Arora_CRUD.wasm.gz
Binary file not shown.
Binary file removed _framework/Blazored.FluentValidation.wasm
Binary file not shown.
Binary file removed _framework/Blazored.FluentValidation.wasm.br
Binary file not shown.
Binary file removed _framework/Blazored.FluentValidation.wasm.gz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added _framework/Blazored.Toast.4gbrhkrum5.wasm
Binary file not shown.
Binary file added _framework/Blazored.Toast.4gbrhkrum5.wasm.br
Binary file not shown.
Binary file added _framework/Blazored.Toast.4gbrhkrum5.wasm.gz
Binary file not shown.
Binary file removed _framework/Blazored.Toast.wasm
Binary file not shown.
Binary file removed _framework/Blazored.Toast.wasm.br
Binary file not shown.
Binary file removed _framework/Blazored.Toast.wasm.gz
Binary file not shown.
Binary file not shown.
Binary file added _framework/CVBuilder.guzhaxjl1d.wasm.br
Binary file not shown.
Binary file added _framework/CVBuilder.guzhaxjl1d.wasm.gz
Binary file not shown.
Binary file removed _framework/CVBuilder.pdb.gz
Binary file not shown.
Binary file removed _framework/CVBuilder.wasm.br
Binary file not shown.
Binary file removed _framework/CVBuilder.wasm.gz
Binary file not shown.
File renamed without changes.
File renamed without changes.
Binary file added _framework/DeepCloner.01ggxdl51t.wasm.gz
Binary file not shown.
Binary file removed _framework/DeepCloner.wasm.gz
Binary file not shown.
Binary file added _framework/FluentValidation.a26tmul8eq.wasm
Binary file not shown.
Binary file added _framework/FluentValidation.a26tmul8eq.wasm.br
Binary file not shown.
Binary file added _framework/FluentValidation.a26tmul8eq.wasm.gz
Binary file not shown.
Binary file removed _framework/FluentValidation.wasm
Binary file not shown.
Binary file removed _framework/FluentValidation.wasm.br
Binary file not shown.
Binary file removed _framework/FluentValidation.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 not shown.
Binary file not shown.
Binary file not shown.
Binary file removed _framework/Microsoft.AspNetCore.Components.Web.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 removed _framework/Microsoft.AspNetCore.Components.wasm
Binary file not shown.
Binary file removed _framework/Microsoft.AspNetCore.Components.wasm.br
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 removed _framework/Microsoft.Extensions.Configuration.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 not shown.
Binary file not shown.
Binary file not shown.
Binary file removed _framework/Microsoft.Extensions.Logging.wasm
Binary file not shown.
Binary file removed _framework/Microsoft.Extensions.Logging.wasm.br
Binary file not shown.
Binary file removed _framework/Microsoft.Extensions.Logging.wasm.gz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed _framework/Microsoft.Extensions.Options.wasm
Binary file not shown.
Binary file removed _framework/Microsoft.Extensions.Options.wasm.br
Binary file not shown.
Binary file removed _framework/Microsoft.Extensions.Options.wasm.gz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed _framework/Microsoft.Extensions.Primitives.wasm
Binary file not shown.
Binary file removed _framework/Microsoft.Extensions.Primitives.wasm.br
Binary file not shown.
Binary file removed _framework/Microsoft.Extensions.Primitives.wasm.gz
Binary file not shown.
Binary file added _framework/Microsoft.JSInterop.8yeo225jly.wasm
Binary file not shown.
Binary file added _framework/Microsoft.JSInterop.8yeo225jly.wasm.br
Binary file not shown.
Binary file added _framework/Microsoft.JSInterop.8yeo225jly.wasm.gz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed _framework/Microsoft.JSInterop.WebAssembly.wasm
Binary file not shown.
Binary file removed _framework/Microsoft.JSInterop.WebAssembly.wasm.br
Binary file not shown.
Binary file removed _framework/Microsoft.JSInterop.WebAssembly.wasm.gz
Binary file not shown.
Binary file removed _framework/Microsoft.JSInterop.wasm
Binary file not shown.
Binary file removed _framework/Microsoft.JSInterop.wasm.br
Binary file not shown.
Binary file removed _framework/Microsoft.JSInterop.wasm.gz
Binary file not shown.
Binary file added _framework/System.Collections.0hcp63tp0s.wasm
Binary file not shown.
Binary file added _framework/System.Collections.0hcp63tp0s.wasm.br
Binary file not shown.
Binary file added _framework/System.Collections.0hcp63tp0s.wasm.gz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed _framework/System.Collections.Concurrent.wasm
Binary file not shown.
Binary file removed _framework/System.Collections.Concurrent.wasm.br
Binary file not shown.
Binary file removed _framework/System.Collections.Concurrent.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 removed _framework/System.Collections.NonGeneric.wasm
Binary file not shown.
Binary file removed _framework/System.Collections.NonGeneric.wasm.br
Binary file not shown.
Binary file removed _framework/System.Collections.NonGeneric.wasm.gz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed _framework/System.Collections.Specialized.wasm
Binary file not shown.
Binary file removed _framework/System.Collections.Specialized.wasm.br
Binary file not shown.
Binary file removed _framework/System.Collections.Specialized.wasm.gz
Binary file not shown.
Binary file removed _framework/System.Collections.wasm
Binary file not shown.
Binary file removed _framework/System.Collections.wasm.br
Binary file not shown.
Binary file removed _framework/System.Collections.wasm.gz
Binary file not shown.
Binary file added _framework/System.ComponentModel.3zv8xfb1e2.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 removed _framework/System.ComponentModel.Primitives.wasm
Binary file not shown.
Binary file removed _framework/System.ComponentModel.Primitives.wasm.br
Binary file not shown.
Binary file removed _framework/System.ComponentModel.Primitives.wasm.gz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed _framework/System.ComponentModel.TypeConverter.wasm
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed _framework/System.ComponentModel.wasm
Binary file not shown.
Binary file removed _framework/System.ComponentModel.wasm.br
Binary file not shown.
Binary file removed _framework/System.ComponentModel.wasm.gz
Binary file not shown.
Binary file added _framework/System.Console.o34s7gj0wo.wasm
Binary file not shown.
Binary file added _framework/System.Console.o34s7gj0wo.wasm.br
Binary file not shown.
Binary file added _framework/System.Console.o34s7gj0wo.wasm.gz
Binary file not shown.
Binary file removed _framework/System.Console.wasm
Binary file not shown.
Binary file removed _framework/System.Console.wasm.br
Binary file not shown.
Binary file removed _framework/System.Console.wasm.gz
Binary file not shown.
Binary file added _framework/System.IO.Pipelines.twix2pm6u4.wasm
Binary file not shown.
Binary file added _framework/System.IO.Pipelines.twix2pm6u4.wasm.br
Binary file not shown.
Binary file added _framework/System.IO.Pipelines.twix2pm6u4.wasm.gz
Binary file not shown.
Binary file added _framework/System.Linq.0il23fpeoc.wasm
Binary file not shown.
Binary file added _framework/System.Linq.0il23fpeoc.wasm.br
Binary file not shown.
Binary file added _framework/System.Linq.0il23fpeoc.wasm.gz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed _framework/System.Linq.Expressions.wasm
Binary file not shown.
Binary file removed _framework/System.Linq.Expressions.wasm.br
Binary file not shown.
Binary file removed _framework/System.Linq.Expressions.wasm.gz
Binary file not shown.
Binary file removed _framework/System.Linq.wasm
Binary file not shown.
Binary file removed _framework/System.Linq.wasm.br
Binary file not shown.
Binary file removed _framework/System.Linq.wasm.gz
Binary file not shown.
Binary file removed _framework/System.Memory.wasm
Binary file not shown.
Binary file removed _framework/System.Memory.wasm.br
Binary file not shown.
Binary file removed _framework/System.Memory.wasm.gz
Binary file not shown.
Binary file added _framework/System.Memory.ww9v9ea3r3.wasm
Binary file not shown.
Binary file added _framework/System.Memory.ww9v9ea3r3.wasm.br
Binary file not shown.
Binary file added _framework/System.Memory.ww9v9ea3r3.wasm.gz
Binary file not shown.
Binary file added _framework/System.ObjectModel.f91in8emfz.wasm
Binary file not shown.
Binary file added _framework/System.ObjectModel.f91in8emfz.wasm.br
Binary file not shown.
Binary file added _framework/System.ObjectModel.f91in8emfz.wasm.gz
Binary file not shown.
Binary file removed _framework/System.ObjectModel.wasm
Binary file not shown.
Binary file removed _framework/System.ObjectModel.wasm.br
Binary file not shown.
Binary file removed _framework/System.ObjectModel.wasm.gz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed _framework/System.Private.CoreLib.wasm
Binary file not shown.
Binary file removed _framework/System.Private.CoreLib.wasm.br
Binary file not shown.
Binary file removed _framework/System.Private.CoreLib.wasm.gz
Binary file not shown.
Binary file added _framework/System.Private.Uri.j7jscl3hpd.wasm
Binary file not shown.
Binary file added _framework/System.Private.Uri.j7jscl3hpd.wasm.br
Binary file not shown.
Binary file not shown.
Binary file removed _framework/System.Private.Uri.wasm
Binary file not shown.
Binary file removed _framework/System.Private.Uri.wasm.br
Binary file not shown.
Binary file removed _framework/System.Private.Uri.wasm.gz
Binary file not shown.
Binary file removed _framework/System.Reflection.Extensions.wasm
Binary file not shown.
Binary file removed _framework/System.Reflection.Extensions.wasm.br
Binary file not shown.
Binary file removed _framework/System.Reflection.Extensions.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 removed _framework/System.Reflection.Primitives.wasm
Binary file not shown.
Binary file removed _framework/System.Reflection.Primitives.wasm.br
Binary file not shown.
Binary file removed _framework/System.Reflection.Primitives.wasm.gz
Binary file not shown.
Binary file added _framework/System.Reflection.o7rrzpqkkl.wasm
Binary file not shown.
Binary file added _framework/System.Reflection.o7rrzpqkkl.wasm.br
Binary file not shown.
Binary file added _framework/System.Reflection.o7rrzpqkkl.wasm.gz
Binary file not shown.
Binary file removed _framework/System.Reflection.wasm
Binary file not shown.
Binary file removed _framework/System.Reflection.wasm.br
Binary file not shown.
Binary file removed _framework/System.Reflection.wasm.gz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed _framework/System.Runtime.Extensions.wasm
Binary file not shown.
Binary file removed _framework/System.Runtime.Extensions.wasm.br
Binary file not shown.
Binary file removed _framework/System.Runtime.Extensions.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 not shown.
Binary file not shown.
Binary file not shown.
Binary file removed _framework/System.Runtime.InteropServices.wasm
Binary file not shown.
Binary file removed _framework/System.Runtime.InteropServices.wasm.br
Binary file not shown.
Binary file removed _framework/System.Runtime.InteropServices.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 removed _framework/System.Runtime.wasm
Binary file not shown.
Binary file removed _framework/System.Runtime.wasm.br
Binary file not shown.
Binary file removed _framework/System.Runtime.wasm.gz
Binary file not shown.
Binary file added _framework/System.Runtime.xqxrf6h0qw.wasm
Binary file not shown.
Binary file added _framework/System.Runtime.xqxrf6h0qw.wasm.br
Binary file not shown.
Binary file added _framework/System.Runtime.xqxrf6h0qw.wasm.gz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed _framework/System.Text.Encodings.Web.wasm
Binary file not shown.
Binary file removed _framework/System.Text.Encodings.Web.wasm.br
Binary file not shown.
Binary file removed _framework/System.Text.Encodings.Web.wasm.gz
Binary file not shown.
Binary file removed _framework/System.Text.Json.wasm
Binary file not shown.
Binary file removed _framework/System.Text.Json.wasm.br
Binary file not shown.
Binary file removed _framework/System.Text.Json.wasm.gz
Binary file not shown.
Binary file added _framework/System.Text.Json.z57vvak7aq.wasm
Binary file not shown.
Binary file added _framework/System.Text.Json.z57vvak7aq.wasm.br
Binary file not shown.
Binary file added _framework/System.Text.Json.z57vvak7aq.wasm.gz
Binary file not shown.
Binary file removed _framework/System.Text.RegularExpressions.wasm
Binary file not shown.
Binary file removed _framework/System.Text.RegularExpressions.wasm.br
Binary file not shown.
Binary file removed _framework/System.Text.RegularExpressions.wasm.gz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added _framework/System.Threading.gk5rwkb0zy.wasm.br
Binary file not shown.
Binary file added _framework/System.Threading.gk5rwkb0zy.wasm.gz
Binary file not shown.
Binary file removed _framework/System.Threading.wasm.br
Binary file not shown.
Binary file removed _framework/System.Threading.wasm.gz
Binary file not shown.
Loading

0 comments on commit a696e9e

Please sign in to comment.