Skip to content

Commit

Permalink
CSS: Actualizar imagenes , letras navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
d074064 committed Mar 17, 2024
1 parent 8df354a commit 83b7dc7
Show file tree
Hide file tree
Showing 54 changed files with 7,994 additions and 7,932 deletions.
5 changes: 5 additions & 0 deletions CV.sln
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ VisualStudioVersion = 17.4.33205.214
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CV", "CV.csproj", "{0BD2F42D-CBCF-4E80-9612-53919EE901A4}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{A6780086-DD90-4563-9D29-B25EF3DF0D48}"
ProjectSection(SolutionItems) = preProject
ToDo.txt = ToDo.txt
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down
3 changes: 3 additions & 0 deletions Pages/About.razor
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@
<li class="liimagen">
<img src="assets/img/personales/b.png" width="250" height="250" class="imgGaleria" />
</li>
<li class="liimagen">
<img src="assets/img/personales/e.jpeg" width="250" height="250" class="imgGaleria" />
</li>
</ul>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion Pages/Experiencia.razor
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
</div>

<div class="d-flex flex-column flex-md-row justify-content-between mb-5">
<img height="200" width="200" src="assets/img/logoHiberus.png" alt="Hiberus Tecnología">
<img height="200" width="200" src="assets/img/logoHiberus.png" alt="Hiberus Tecnología">
<div class="flex-grow-1">
<h3 class="mb-0">@AllResourcesResolver["contratoPracticasHiberus1Titulo"]</h3>
<div class="subheading mb-3"> @AllResourcesResolver["contratoPracticasHiberus1Subitulo"]</div>
Expand Down
40 changes: 20 additions & 20 deletions Pages/Inicio.razor.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@charset "UTF-8";
/*@charset "UTF-8";*/
/* ##a697a9 */
:root {
/*:root {
--bs-blue: #0d6efd;
--bs-indigo: #6610f2;
--bs-purple: #6f42c1;
Expand Down Expand Up @@ -250,7 +250,7 @@ kbd,
samp {
font-family: var(--bs-font-monospace);
font-size: 1em;
direction: ltr /* rtl:ignore */;
direction: ltr*/ /* rtl:ignore *//*;
unicode-bidi: bidi-override;
}
Expand Down Expand Up @@ -439,7 +439,7 @@ legend + * {
[type=search] {
outline-offset: -2px;
-webkit-appearance: textfield;
}
}*/

/* rtl:raw:
[type="tel"],
Expand All @@ -449,7 +449,7 @@ legend + * {
direction: ltr;
}
*/
::-webkit-search-decoration {
/*::-webkit-search-decoration {
-webkit-appearance: none;
}
Expand Down Expand Up @@ -5202,7 +5202,7 @@ textarea.form-control-lg {
float: left;
padding-right: 0.5rem;
color: #6c757d;
content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
content: var(--bs-breadcrumb-divider, "/")*/ /* rtl: var(--bs-breadcrumb-divider, "/") *//*;
}
.breadcrumb-item.active {
Expand Down Expand Up @@ -6419,7 +6419,7 @@ textarea.form-control-lg {
.popover {
position: absolute;
top: 0;
left: 0 /* rtl:ignore */;
left: 0*/ /* rtl:ignore *//*;
z-index: 1070;
display: block;
max-width: 276px;
Expand Down Expand Up @@ -6600,21 +6600,21 @@ textarea.form-control-lg {
.carousel-item-next,
.carousel-item-prev {
display: block;
}
}*/

/* rtl:begin:ignore */
.carousel-item-next:not(.carousel-item-start),
/*.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
transform: translateX(100%);
}
.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
transform: translateX(-100%);
}
}*/

/* rtl:end:ignore */
.carousel-fade .carousel-item {
/*.carousel-fade .carousel-item {
opacity: 0;
transition-property: opacity;
transform: none;
Expand Down Expand Up @@ -6692,7 +6692,7 @@ textarea.form-control-lg {
background-repeat: no-repeat;
background-position: 50%;
background-size: 100% 100%;
}
}*/

/* rtl:options: {
"autoRename": true,
Expand All @@ -6702,7 +6702,7 @@ textarea.form-control-lg {
"replace" : "next"
} ]
} */
.carousel-control-prev-icon {
/*.carousel-control-prev-icon {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}
Expand Down Expand Up @@ -6780,13 +6780,13 @@ textarea.form-control-lg {
@-webkit-keyframes spinner-border {
to {
transform: rotate(360deg) /* rtl:ignore */;
transform: rotate(360deg)*/ /* rtl:ignore *//*;
}
}
@keyframes spinner-border {
to {
transform: rotate(360deg) /* rtl:ignore */;
transform: rotate(360deg)*/ /* rtl:ignore *//*;
}
}
Expand Down Expand Up @@ -8317,16 +8317,16 @@ textarea.form-control-lg {
.text-nowrap {
white-space: nowrap !important;
}
}*/

/* rtl:begin:remove */
.text-break {
/*.text-break {
word-wrap: break-word !important;
word-break: break-word !important;
}
}*/

/* rtl:end:remove */
.text-primary {
/*.text-primary {
--bs-text-opacity: 1;
color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}
Expand Down Expand Up @@ -12064,4 +12064,4 @@ section.resume-section {
padding-top: 5rem;
padding-bottom: 5rem;
}
}
}*/
10 changes: 10 additions & 0 deletions Shared/NavMenu.razor
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,13 @@


<style>
#sideNav .navbar-nav .nav-item .nav-link {
font-weight: 100;
letter-spacing: 0.01rem;
text-transform: capitalize;
font-family: Fantasy, Papyrus, serif;
}
.navbar-dark .navbar-nav .nav-link {
color: white;
}
Expand Down Expand Up @@ -125,4 +132,7 @@
.navbar-dark .navbar-text a:focus {
color: #fff;
}
</style>
16 changes: 16 additions & 0 deletions ToDo.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
1. Revisar css isolation















Binary file modified bin/Debug/net8.0/CV.dll
Binary file not shown.
Binary file modified bin/Debug/net8.0/CV.pdb
Binary file not shown.
2 changes: 1 addition & 1 deletion bin/Debug/net8.0/CV.staticwebassets.runtime.json

Large diffs are not rendered by default.

Binary file modified bin/Debug/net8.0/en/CV.resources.dll
Binary file not shown.
Binary file modified bin/Debug/net8.0/wwwroot/_framework/CV.pdb
Binary file not shown.
Binary file modified bin/Debug/net8.0/wwwroot/_framework/CV.pdb.gz
Binary file not shown.
Binary file modified bin/Debug/net8.0/wwwroot/_framework/CV.wasm
Binary file not shown.
Binary file modified bin/Debug/net8.0/wwwroot/_framework/CV.wasm.gz
Binary file not shown.
8 changes: 4 additions & 4 deletions bin/Debug/net8.0/wwwroot/_framework/blazor.boot.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"mainAssemblyName": "CV",
"resources": {
"hash": "sha256-pw+cL288SD5E2vVJtx8FCb62nMs7FvXycdXDd1nnntk=",
"hash": "sha256-tm/JstfJ5MnWwLuvoBksrjMF0pCWiZP+xI1wjMTMh7A=",
"jsModuleNative": {
"dotnet.native.8.0.2.deknxu92gu.js": "sha256-gPMK16QWoJSTxorlZJqcVtbBRTniIQWlLsJN2O4cJHg="
},
Expand Down Expand Up @@ -217,14 +217,14 @@
"mscorlib.wasm": "sha256-OH3kXneWqQMz6CUSo6POZqIeMqn9+5RR+IgHn5TnIwA=",
"netstandard.wasm": "sha256-ZOswxXEbR2TmqjpbaBEdgr85Bv1NC4GwOwoJ+oxXM3M=",
"System.Private.CoreLib.wasm": "sha256-I2w0iHf5nvSQyF1YE1VbgdTzmmz6a4OE6J7vo5wFa/4=",
"CV.wasm": "sha256-3AHCrB/R9aSxHuPoFwRoSfoY9LM0fiR6NHpdlmPcN58="
"CV.wasm": "sha256-yaWThJni//9vKuzgL0Cmm+CEQYCtWSk8YJGSHV5J/D4="
},
"pdb": {
"CV.pdb": "sha256-iQoiD+lAkjzPPvaq8d2CqMZYH8D+Ddlvr3pF/nOR4Pk="
"CV.pdb": "sha256-+yyVy3dkfIFLh5RSH99Uu2lGoi/l5un5lfqxWMerECY="
},
"satelliteResources": {
"en": {
"CV.resources.wasm": "sha256-dHL5vMLsF93GwwAE3nnqWxfoJN6ls2lWdTcm89jMikY="
"CV.resources.wasm": "sha256-2YNP9D7ogtIE8E6NzYp3nbESKYs4QGIq+KGY5Ht2zzQ="
}
}
},
Expand Down
Binary file modified bin/Debug/net8.0/wwwroot/_framework/blazor.boot.json.gz
Binary file not shown.
Binary file modified bin/Debug/net8.0/wwwroot/_framework/en/CV.resources.wasm
Binary file not shown.
Binary file modified bin/Debug/net8.0/wwwroot/_framework/en/CV.resources.wasm.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion obj/Debug/net8.0/CV.AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
[assembly: System.Reflection.AssemblyCompanyAttribute("CV")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+e2ba2d6944f9841e1a5cd58cc5004a8c5f970bf0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+8df354a9684ec0a0c4b7b6da0c2a783008fec471")]
[assembly: System.Reflection.AssemblyProductAttribute("CV")]
[assembly: System.Reflection.AssemblyTitleAttribute("CV")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
Expand Down
2 changes: 1 addition & 1 deletion obj/Debug/net8.0/CV.AssemblyInfoInputs.cache
Original file line number Diff line number Diff line change
@@ -1 +1 @@
c0313ea7e2589f95ec904530c3a143609fd1bac56173e4181eea60b0f3ca7ac5
5a20bd3977e86fb5d1a6c5abb93a404b346ccb4cff041b85711cc7d904c70c74
Binary file modified obj/Debug/net8.0/CV.Shared.Resources.AllResourcesRes.en.resources
Binary file not shown.
Binary file modified obj/Debug/net8.0/CV.Shared.Resources.AllResourcesRes.resources
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion obj/Debug/net8.0/CV.csproj.CoreCompileInputs.cache
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1d55c056872e88bc6f90e276d55a6ada140c3a7032fd3a7141a398b149857a1f
fdd4aa8ad2dd4d09ec36727aaebbeabacb8d72e87776e248a1fa4ca8a5e94deb
2 changes: 0 additions & 2 deletions obj/Debug/net8.0/CV.csproj.FileListAbsolute.txt
Original file line number Diff line number Diff line change
Expand Up @@ -643,11 +643,9 @@ C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\CV.csproj.Assembl
C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\CV.Shared.Resources.AllResourcesRes.resources
C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\CV.Shared.Resources.IndexRes.resources
C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\CV.Shared.Resources.NavMenuRes.resources
C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\CV.Shared.Resources.PreloadingRes.resources
C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\CV.Shared.Resources.AllResourcesRes.en.resources
C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\CV.Shared.Resources.IndexRes.en.resources
C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\CV.Shared.Resources.NavMenuRes.en.resources
C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\CV.Shared.Resources.PreloadingRes.en.resources
C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\CV.csproj.GenerateResource.cache
C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\CV.GeneratedMSBuildEditorConfig.editorconfig
C:\Users\d074064\Desktop\Nueva carpeta (5)\CV\obj\Debug\net8.0\CV.AssemblyInfoInputs.cache
Expand Down
Binary file modified obj/Debug/net8.0/CV.csproj.GenerateResource.cache
Binary file not shown.
Binary file modified obj/Debug/net8.0/CV.dll
Binary file not shown.
Binary file modified obj/Debug/net8.0/CV.pdb
Binary file not shown.
2 changes: 1 addition & 1 deletion obj/Debug/net8.0/CV.sourcelink.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"documents":{"C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\*":"https://raw.githubusercontent.com/hesolar/CV/e2ba2d6944f9841e1a5cd58cc5004a8c5f970bf0/*"}}
{"documents":{"C:\\Users\\d074064\\Desktop\\Nueva carpeta (5)\\CV\\*":"https://raw.githubusercontent.com/hesolar/CV/8df354a9684ec0a0c4b7b6da0c2a783008fec471/*"}}
8 changes: 4 additions & 4 deletions obj/Debug/net8.0/blazor.boot.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"mainAssemblyName": "CV",
"resources": {
"hash": "sha256-pw+cL288SD5E2vVJtx8FCb62nMs7FvXycdXDd1nnntk=",
"hash": "sha256-tm/JstfJ5MnWwLuvoBksrjMF0pCWiZP+xI1wjMTMh7A=",
"jsModuleNative": {
"dotnet.native.8.0.2.deknxu92gu.js": "sha256-gPMK16QWoJSTxorlZJqcVtbBRTniIQWlLsJN2O4cJHg="
},
Expand Down Expand Up @@ -217,14 +217,14 @@
"mscorlib.wasm": "sha256-OH3kXneWqQMz6CUSo6POZqIeMqn9+5RR+IgHn5TnIwA=",
"netstandard.wasm": "sha256-ZOswxXEbR2TmqjpbaBEdgr85Bv1NC4GwOwoJ+oxXM3M=",
"System.Private.CoreLib.wasm": "sha256-I2w0iHf5nvSQyF1YE1VbgdTzmmz6a4OE6J7vo5wFa/4=",
"CV.wasm": "sha256-3AHCrB/R9aSxHuPoFwRoSfoY9LM0fiR6NHpdlmPcN58="
"CV.wasm": "sha256-yaWThJni//9vKuzgL0Cmm+CEQYCtWSk8YJGSHV5J/D4="
},
"pdb": {
"CV.pdb": "sha256-iQoiD+lAkjzPPvaq8d2CqMZYH8D+Ddlvr3pF/nOR4Pk="
"CV.pdb": "sha256-+yyVy3dkfIFLh5RSH99Uu2lGoi/l5un5lfqxWMerECY="
},
"satelliteResources": {
"en": {
"CV.resources.wasm": "sha256-dHL5vMLsF93GwwAE3nnqWxfoJN6ls2lWdTcm89jMikY="
"CV.resources.wasm": "sha256-2YNP9D7ogtIE8E6NzYp3nbESKYs4QGIq+KGY5Ht2zzQ="
}
}
},
Expand Down
Binary file modified obj/Debug/net8.0/compressed/47etxwv4nx.gz
Binary file not shown.
Binary file modified obj/Debug/net8.0/compressed/5aiiprbp32.gz
Binary file not shown.
Binary file modified obj/Debug/net8.0/compressed/5gvxl0htfs.gz
Binary file not shown.
Binary file modified obj/Debug/net8.0/compressed/fveyapdap7.gz
Binary file not shown.
Binary file modified obj/Debug/net8.0/en/CV.resources.dll
Binary file not shown.
Binary file modified obj/Debug/net8.0/project.razor.vs.bin
Binary file not shown.
Binary file modified obj/Debug/net8.0/ref/CV.dll
Binary file not shown.
Binary file modified obj/Debug/net8.0/refint/CV.dll
Binary file not shown.
Loading

0 comments on commit 83b7dc7

Please sign in to comment.