Commit Graph

40 Commits

Author SHA1 Message Date
be51fea5de Put Switcher over and next to Footer
Clever solution to keep it over but next to the title and not hide it
2022-09-20 10:32:35 +02:00
c0a1514c57 Fix random things 2022-07-07 14:16:09 +02:00
cab3d23c4d Customize global scrollbar 2022-06-30 19:57:16 +02:00
cdabe6935b 🔥 Huge style refactoring by using SvelteKit built-in style tag
It's been tricky but got there finally! Hello `:global`
- Avoid using one global CSS file containing everything
- Import the component SCSS file in a script tag from the component file to allow style scoping and including it only when used
2022-06-22 23:26:00 +02:00
9801fec217 Clean CSS 2022-06-14 23:11:24 +02:00
d90152a928 Revert smooth scroll on html
Scrolls back to top with animation when changing page
2022-06-13 15:59:57 +02:00
2a3c73f6ea Move CSS variables to base file 2022-06-13 15:27:11 +02:00
2659131112 Add smooth scroll to anchors 2022-06-07 14:55:32 +02:00
7b43e50b6c Change default font weight and Fix copy 2022-05-21 00:04:04 +02:00
cc67b79779 Disable inputs outline 2021-12-06 15:11:15 +01:00
ded276b8a0 Add swipe gesture on photo Viewer 2021-11-22 23:21:51 +01:00
8b4070aeb2 🐛 Setup page transitions
Bugged for some reason, the old page stays before the new page loading at the end
2021-11-17 21:54:22 +01:00
d2e8439407 Disable hover on disabled buttons 2021-10-19 23:58:12 +02:00
ea567693c2 🔥 Add hover effect on buttons and links 2021-10-19 16:10:26 +02:00
691e499e9e Add SplitText component 2021-10-18 16:18:41 +02:00
d9648f7513 Add large size buttons variant and make disabled state global 2021-10-18 11:14:02 +02:00
4100cd3013 Add Medium font variant and update font weights globally 2021-10-08 00:31:16 +02:00
0ba0ab1f60 Edit Newsletter component 2021-09-29 23:38:00 +02:00
bdbf511a75 ☠️ RESET for v2 2021-09-14 13:00:48 +02:00
6fe4df4189 Add Newsletter Component and Page
All checks were successful
continuous-integration/drone/push Build is passing
- Newsletter form on Subscribe page and at the end of the photos
2020-04-29 12:04:37 +02:00
99dd2c5327 Style and animations fixes
- Add a requestAnimationFrame for TitleSite (would not fire from a location to credits/choose)
- Center and adjust parallax scroll for massive titles
- Place illustration: max width and center
2020-04-21 15:21:50 +02:00
c37a8238f3 SCSS: Fix breakpoint mobile naming
From "m" to "mob"
2020-04-19 19:42:52 +02:00
7180419fb0 Place: Add @1x desktop illustration size, Optimize responsive
All checks were successful
continuous-integration/drone/push Build is passing
2020-04-11 19:33:37 +02:00
e0abb558d8 Viewer: Fix responsive and positioning 2020-04-08 19:31:24 +02:00
bd9b91f480 ⚠️ Fix most animations/transitions performance issues
All checks were successful
continuous-integration/drone/push Build is passing
- Basically add `will-change` to CSS elements to enable GPU animations, less choppy, more sassy
- Use requestAnimationFrame over setTimeout
- Avoid repaints AMAP
2020-04-05 16:07:44 +02:00
bdc305a77a Fix some responsive and style
All checks were successful
continuous-integration/drone/push Build is passing
- Fullscreen: center image + add a background color
- Carousel: don't cut informations
- Title location font size
- Style location line height
- Photo reveal effect
- Photo has now a transparent png
2020-04-04 20:35:09 +02:00
7601fe8b44 Fix global horizontal overflow 2020-04-04 18:13:13 +02:00
2170cd2e57 Fix some responsive and scrolling issues
All checks were successful
continuous-integration/drone/push Build is passing
2020-04-04 16:11:42 +02:00
7e0d1e33fb ⚠️ Rework completely how transitions works
- Use Svelte/Sapper native if and transitions to show either the page content or the loader, then load each page animationIn
- Code is safe on SSR side, using process.browser on this if
- The <main> element is on position absolute to fade nicely the different pages
- Code cleaning
2020-04-03 23:02:17 +02:00
ebf1d99645 Code clean 2020-03-27 11:14:16 +01:00
9ffc210c02 WIP Animations all over site
- Run a transition In for each page
- Involve a "loader" panel on page change
- TODO: tweak the animations and finish the concept
2020-03-06 14:22:51 +01:00
716e38d7cc Add some hover on links 2020-02-27 23:06:20 +01:00
042440188e Add a credit page and make style reusable 2020-02-26 15:52:13 +01:00
b084629b37 Title and other CSS fixes 2020-02-20 19:03:47 +01:00
0174ba08f2 Tweaks and fixes 2020-02-17 22:36:36 +01:00
450de171e6 Code optimization and fixes 2020-02-14 12:37:35 +01:00
ef23d90eb6 WIP 2020-02-13 22:24:28 +01:00
9b0c154f61 WIP React > Svelte
Put most of the developed design into Svelte
2020-02-11 15:09:32 +01:00
1521ab7b9c SCSS update 2020-02-05 16:13:09 +01:00
635576847d Style setup 2020-01-02 15:32:45 +01:00