Skip to content

Commit

Permalink
add pagination
Browse files Browse the repository at this point in the history
  • Loading branch information
hesolar committed Mar 27, 2024
1 parent b54d660 commit fef8764
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Pages/Cursos.razor
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
@page "/Cursos"
@page "/Courses"
@page "/CV/Cursos"
@page "/CV/Courses"


@inject IStringLocalizer<AllResourcesRes> AllResourcesResolver
Expand Down
2 changes: 2 additions & 0 deletions Pages/Experiencia/Experiencia.razor
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
@page "/Experiencia"
@page "/Experience"
@page "/CV/Experiencia"
@page "/CV/Experience"


@using CV.Shared.Resources;
Expand Down
2 changes: 2 additions & 0 deletions Pages/Tecnologias.razor
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
@page "/Tecnologías"
@page "/Tecnologies"
@page "/CV/Tecnologías"
@page "/CV/Tecnologies"
@using CV.Shared.Resources;
@inject IStringLocalizer<AllResourcesRes> AllResourcesResolver

Expand Down
2 changes: 1 addition & 1 deletion wwwroot/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -11333,7 +11333,7 @@ section.resume-section {
align-items: center;
padding-left: 1rem;
padding-right: 1rem;
padding-top: 5rem;
/*padding-top: 5rem;*/
padding-bottom: 5rem;
max-width: 75rem;
}
Expand Down

0 comments on commit fef8764

Please sign in to comment.