-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
d074064
committed
Mar 16, 2024
1 parent
e2ba2d6
commit 8df354a
Showing
55 changed files
with
8,042 additions
and
8,427 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,11 @@ | ||
@using CV.Shared.Resources | ||
@using CV.Pages | ||
@using CV.Shared | ||
@using CV.Shared.Resources | ||
@inherits LayoutComponentBase | ||
@inject IStringLocalizer<AllResourcesRes> AllResourcesResolver | ||
|
||
<main> | ||
<CV.Shared.NavMenu/> | ||
<Header /> | ||
|
||
@Body | ||
</main> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
@using CV.Shared.Resources | ||
@inject IStringLocalizer<AllResourcesRes> AllResourcesResolver | ||
@inject NavigationManager nav | ||
|
||
<RadzenTabs RenderMode="TabRenderMode.Client" Style="background-image:conic-gradient()"> | ||
<Tabs> | ||
<RadzenTabsItem Text="@AllResourcesResolver["navbar_inicio"]" @onclick=@(()=> nav.NavigateTo(AllResourcesResolver["navbar_inicio"])) /> | ||
<RadzenTabsItem Text="@AllResourcesResolver["navbar_intereses"]" @onclick=@(()=> nav.NavigateTo(AllResourcesResolver["navbar_intereses"])) /> | ||
<RadzenTabsItem Text="@AllResourcesResolver["navbar_experiencia"]" @onclick=@(()=> nav.NavigateTo(AllResourcesResolver["navbar_experiencia"])) /> | ||
<RadzenTabsItem Text="@AllResourcesResolver["navbar_educacion"]" @onclick=@(()=> nav.NavigateTo(AllResourcesResolver["navbar_educacion"])) /> | ||
<RadzenTabsItem Text="@AllResourcesResolver["navbar_tecnologias"]" @onclick=@(()=> nav.NavigateTo(AllResourcesResolver["navbar_tecnologias"])) /> | ||
<RadzenTabsItem Text="@AllResourcesResolver["navbar_cursos"]" @onclick=@(()=> nav.NavigateTo(AllResourcesResolver["navbar_cursos"])) /> | ||
</Tabs> | ||
</RadzenTabs> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
|
Oops, something went wrong.