Commit graph

16 commits

Author SHA1 Message Date
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
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
8f15b45e9b feat(components): add carousel components
it's inmidiatly used in the image gallery
2024-02-27 21:10:39 -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
318a647147 Add portafolio page 2023-11-18 14:02:51 -03:00
a9d4e94580 Fix TODO's comments 2023-11-11 12:27:29 -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
897148e47f add basic table to games page 2023-09-09 12:55:41 -03:00
b187c50fb1 add update cards elements 2023-08-20 13:53:21 -04:00
b89096cbe6 add CSS grid utilities 2023-08-20 12:58:53 -04:00
a8a942f4d1 add basic presentation 2023-08-20 12:36:37 -04:00
bb346995ea refactor navbar code 2023-08-20 11:45:40 -04:00
11473a6b53 create basic components for index
- Updated layout
- Include CSS reset
- Include Catppuccin color variables
- Add basic styling
- Create navbar component
2023-08-13 12:32:28 -04:00