Commit graph

113 commits

Author SHA1 Message Date
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
0092f28101 docs(README): update dependency and reference lists 2024-03-16 18:52:31 -03:00
45fcc13497 feat(langs): Add internacionalization functionality 2024-03-16 18:37:12 -03:00
eef9ec9457 bump: version 0.2.0 → 0.3.0 2024-03-15 10:13:14 -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
abc6660ac7 bump: version 0.1.0 → 0.2.0 2024-03-13 20:19:56 -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
a950d4b2fa build(Commitizen): Add commitizen config to project 2024-03-13 10:07:21 -03:00
54010c6a23 bump: version 0.0.1 → 0.1.0 2024-03-13 09:59:58 -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
d770f51948 Revert "ci(woodpecker): Set NODE_ENV to production in CI"
This reverts commit df32342455.
2024-02-29 17:18:29 -03:00
e5048519b5 Revert "fix(woodpecker): incorrect yaml syntax"
This reverts commit c84fc0ed03.
2024-02-29 17:18:26 -03:00
c84fc0ed03 fix(woodpecker): incorrect yaml syntax 2024-02-29 17:06:39 -03:00
d7f4d6321e feat(Layout): apply view transition to page navigation 2024-02-29 17:03:04 -03:00
df32342455 ci(woodpecker): Set NODE_ENV to production in CI 2024-02-29 16:45:43 -03:00
2fe966c6f7 ci(woodpecker): remove submodule step 2024-02-27 21:14:29 -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
800d2a83b1 Merge branch 'main' of codeberg.org:aleidk/personal-page 2023-12-17 20:21:38 -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
7d359ea21f Update Readme 2023-12-10 18:52:53 -03:00
5a4c64ed21 Add basic test for landing page 2023-12-09 19:30:21 -03:00
ea22c57f41 update 2023-11-27 19:52:08 -03:00
4a96e58ebf Update some text inside the project 2023-11-27 19:44:05 -03:00
b3f7b6cc4a Update woodpecker config 2023-11-25 18:45:05 -03:00
0bf1e9dd92 Update woodpecker config 2023-11-25 18:39:01 -03:00
7587732262 Update woodpecker config 2023-11-25 18:19:49 -03:00
ec7380207f Update woodpecker config 2023-11-25 18:16:09 -03:00
536a6ff06b Update woodpecker config 2023-11-25 17:44:59 -03:00
2a99784bfb Update woodpecker config 2023-11-25 17:40:25 -03:00
8a0c213c09 Update woodpecker config 2023-11-25 17:21:51 -03:00
0909991c8f Update woodpecker config 2023-11-25 17:17:28 -03:00
42eb15bb6e Update woodpecker config 2023-11-25 17:12:12 -03:00
e8f66340b3 Update woodpecker config 2023-11-25 17:07:08 -03:00
8372fcade9 Update woodpecker config 2023-11-25 17:02:33 -03:00
6302ce531d Update woodpecker config 2023-11-25 16:53:22 -03:00