Commit graph

7 commits

Author SHA1 Message Date
f99a9ae2ac feat: implement barebone zola templates 2024-11-10 21:47:36 +00:00
28d0e36ee7 feat(Localization): add more text in landing page 2024-04-06 18:30:46 -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
9f15e40d6e feat(Navbar): apply sticky style to the main navbar 2024-03-14 14:45:42 -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