| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
The "Mentions légales" link was not enough visible on small viewports
because of the back to top link. So I change the disposition to improve
that.
|
| |
|
|
|
|
| |
On small screen, they was too small I think. I also change some
styles like focus state to keep consistency between all elements in
toolbar. Also, I was not fan of the rotate effect.
|
| |
|
|
|
|
|
| |
The CV link text seemed misaligned before. By moving the "diploma" to
the bottom, the look is better I think.
Also, the computer icon was a little small compared to the others, so
I fixed it.
|
| | |
|
| |
|
|
|
|
| |
I redesign a little the main nav on small screens so it can takes two
columns when the screen height is low. I change the 2xs breakpoint to
500px instead of 400px.
|
| | |
|
| |
|
|
|
| |
It allows me to set the colors with CSS and it will be easier to
implement dark mode.
|
| | |
|
| |
|
|
|
| |
I plan to add more user settings so theme options should be inside
settings.
|
| |
|
|
|
| |
This improves readability. I also rename a variable to avoid duplicate
between global scope and useEffect scope.
|
| |
|
|
| |
I can now animate separatly the arrow head and the arrow body.
|
| |
|
|
|
| |
I also fix the load more button position since I removed the margin
auto.
|
| |
|
|
| |
Dark theme is not implemented yet.
|
| |
|
|
| |
It allows me to control the colors of each SVG paths.
|
|
|
I choose to implement main-nav paths manually instead of fetching
them from GraphQL to ensure functional navigation without JS.
|