Commit graph

75 commits

Author SHA1 Message Date
218af8bcf1 fix(blog): fix url to blog page 2024-07-28 12:02:25 -04:00
11f447d91d feat(landing): update images 2024-07-28 10:02:44 -04:00
28d0e36ee7 feat(Localization): add more text in landing page 2024-04-06 18:30:46 -03:00
033e5bbf94 feat(Content): Add brief introduction to landing page 2024-04-06 12:48:12 -03:00
b30d0e6864 feat(Content): Add content for "about me" in en/es 2024-04-04 16:24:12 -03:00
6300f045ff chore(Clean): remove unused content files 2024-04-02 10:49:22 -03:00
218216dcd8 fix(build): fix build issues
- remove games reference after removing collection
- update obsolote localizations
2024-03-21 22:43:15 -03:00
a85f9adc9b feat(Projects): Update project entry design
Also update project card in index and project list.
Also added portrait image.
2024-03-21 17:57:55 -03:00
944b553e73 feat(Components): Add pagination component
This component accept a Page<T> type from [astro](https://docs.astro.build/en/guides/routing/#complete-api-reference)
2024-03-19 20:43:04 -03:00
642e15656e feat(Projects): refactor project list 2024-03-19 09:34:12 -03:00
b97413e816 fix(Navbar): fix trailing slash inconsistence between environments 2024-03-19 09:06:15 -03:00
66d337255c fix(Landing): fix layout brake 2024-03-17 20:15:48 -03:00
45fcc13497 feat(langs): Add internacionalization functionality 2024-03-16 18:37:12 -03:00
8f36d1cd02 feat(Style): change layout to allow navbar to expand the whole width 2024-03-15 10:12:50 -03:00
d7a9817514 feat(Style): add animations and effects to landing page
added:

- float like group
- button hover effect
- link hover glow effect
- component zoom effect
2024-03-14 17:22:59 -03:00
9f15e40d6e feat(Navbar): apply sticky style to the main navbar 2024-03-14 14:45:42 -03:00
544815e4d2 refactor(Components): move offcanvas from navbar to it's own component 2024-03-14 13:15:55 -03:00
ebbf02d9aa style(Style): change division method to prevent warnings 2024-03-14 12:06:26 -03:00
d49fe554ee feat(Style): update responsive design of landing page
fix overflow issues in small screens, hide full navbar on mobile and replace for an off-canvas version
2024-03-13 20:05:15 -03:00
daa5eb27b6 refactor(Style): add SASS to reduce style repetition
- Use list, maps and loops to reduce code duplication with small variations
- Use SASS functions for some extreme cases
- Keep native CSS variables to allow overriding/reference in other
  styles

refactor(Style): change css theme variables to SASS

add sass files from catppuccin to the project instead of importing it from NPM

refactor(Style): use SASS functions to reduce code boilerplate
2024-03-13 15:18:27 -03:00
d52de9bc59 feat(Style): Apply responsive design
BREAKING CHANGE:
2024-03-13 11:37:54 -03:00
59ceb8ec44 feat: Apply some elevation to landing components 2024-03-12 17:06:17 -03:00
3bd2b6a4b6 refactor: Remove BackgroundImageDiv component
Component is redundant, move style to CSS class and allows to set the
image via CSS variables
2024-03-12 17:05:13 -03:00
6e84ff1ec3 feat: Apply skeleton of new design to landing page 2024-03-11 19:30:16 -03:00
b74fcb19cc feat(Components): Add Button and BackgroudnImage 2024-03-11 19:29:50 -03:00
a1528a2ad8 feat(Layout): add loading spinner component and to layout
Reusable spinner component

Apply spinner to layout to show a "loading state" between transitions, the spinner only shows if the transition is taking more than .2 secconds
2024-03-07 17:20:45 -03:00
d7f4d6321e feat(Layout): apply view transition to page navigation 2024-02-29 17:03:04 -03:00
8f15b45e9b feat(components): add carousel components
it's inmidiatly used in the image gallery
2024-02-27 21:10:39 -03:00
4f903c3c8d refactor: move submodule into this repo 2024-02-27 19:14:40 -03:00
b6450742d1 Update games to make them visible 2023-12-17 20:58:58 -03:00
a6f9ce9647 feat(components): Add lightgallery library
Add external library until I develop a custom ligthbox
closes #20
2023-12-17 20:21:38 -03:00
4a96e58ebf Update some text inside the project 2023-11-27 19:44:05 -03:00
344c8c3fe3 Change content submodule repo 2023-11-25 10:12:56 -03:00
3e2d04d2c8 Update content 2023-11-18 14:03:33 -03:00
318a647147 Add portafolio page 2023-11-18 14:02:51 -03:00
4b8e7498a2 Add woodpecker config 2023-11-11 19:47:18 -03:00
8ca3b129dc Add basic pages for blog entries 2023-11-11 18:48:50 -03:00
a9d4e94580 Fix TODO's comments 2023-11-11 12:27:29 -03:00
c0683dafb3 Refactor types organization for table component 2023-11-11 11:24:51 -03:00
deb95b355f Update documentation of pagination methods 2023-11-11 10:01:03 -03:00
e593354cb4 Update pagination in table.
Add getPaginationRage to usePagination hook.
Use the getPaginationRage to create dynamic buttons in the table.
2023-11-05 10:32:49 -03:00
b1979d7351 Add a clear button that reset the filters values. 2023-11-04 19:49:25 -03:00
e6df894c85 add select input with multiple values 2023-10-07 18:52:43 -03:00
c8b808bb14 Apply suggestion of default value in select 2023-10-07 15:25:53 -03:00
09e2db558d finish functionality of number filter
Also refactor filter logic
2023-10-07 13:03:35 -03:00
5b6cf900e0 update basic number input 2023-10-07 12:02:02 -03:00
d9636c4fb7 fix normal select behavior when isMultiple is false 2023-09-24 12:36:45 -03:00
f5f57de46d fix selecting "Select..." option in multiple input 2023-09-24 12:34:53 -03:00
3299a8f65c add multiple type to table 2023-09-24 12:30:29 -03:00
739ee87879 add select type to table 2023-09-24 11:58:29 -03:00