Commit Graph

461 Commits

Author SHA1 Message Date
3c636d9859 Fix responsive issues (mainly Safari) 2022-07-12 13:15:24 +02:00
257691d208 Fix a hell of a stupid SCSS issue that blocked everything?! 2022-07-12 12:07:26 +02:00
68b3f65dd3 Fix responsive issues globally 2022-07-11 21:41:32 +02:00
310f7e5a44 Show cross to active Locations continent and change buttons behaviours
Active filtered continent stays pink instead of using opacity on the other ones
2022-07-11 21:40:25 +02:00
120771efa1 Fix Shop issues
- Move ButtonCart from nav to position it on top right
- ButtonCart amount indicator position (center left => top left)
- Bring back updating label when changing cart (+ other transitions)
- Make ShopHeader picture gradient a bit bigger
2022-07-11 12:30:42 +02:00
18c2b1b16d Fix Globe appearing when changing page?!
Apparently the globe was running too early and would not show up from a page to another
Waiting for the page transition is helping
Thanks Baptiste!
2022-07-10 12:51:22 +02:00
895b30e527 Change Globe markers class 2022-07-08 11:16:56 +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
a1e7a907ec Update Serif font files 2022-06-29 16:26:08 +02:00
67602b4fbc Fix House index position when ending with 1 2022-06-27 21:03:12 +02:00
14d88e6d6e Change mask gradient on Location illustration 2022-06-27 20:48:04 +02:00
d72dec2443 Add offset on House index for large screens 2022-06-27 13:40:14 +02:00
c9053f9757 👀 Rework how House index is displayed
Use grids to place the index instead of position absolute
Add a condition if the index starts with 1 as it has a quite smaller width
2022-06-27 13:28:58 +02:00
465e673715 Fix global classes 2022-06-27 13:27:00 +02:00
453583c189 Add link to see map on House location 2022-06-27 11:31:44 +02:00
65f24fdd51 Fix Newsletter form input text 2022-06-24 12:59:26 +02:00
b46df04258 Fix Error page styles and ListCTAs 2022-06-24 12:03:51 +02:00
a9869b72be Implement newsletter subscription form using API
Switch from SendInBlue to EmailOctopus for newsletter. Now uses their API through the form to handle subscription.
2022-06-23 20:10:55 +02:00
dc4eaca312 Revert and fix location page styling (woops)
Forgot that one! 🫢
2022-06-23 20:08:10 +02:00
aea65da747 Fix Subscribe page gap between Issues and globe margin 2022-06-23 14:26:17 +02:00
b6af9a9a52 Fix ButtonCircle sizes? 2022-06-23 14:25:54 +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
e1db876993 Use linear gradient mask for fading location illustration on bottom 2022-06-20 14:57:09 +02:00
f824eb3016 Don't round all corners on Location's page description block 2022-06-14 23:15:03 +02:00
7d4899fa48 Keep original photos ratio if not 3/2 on Viewer
- Fix previousPage usage
- Fix entering animation timings and previous photo navigation
- Add fade transition on fullscreen viewer for mobile
- Display date only if existing
2022-06-14 23:14:12 +02:00
9801fec217 Clean CSS 2022-06-14 23:11:24 +02:00
3270ad70f0 Adjust sides offset for Switcher and Viewer buttons 2022-06-14 13:23:10 +02:00
6873ad6a66 Make aspect-ratio fallback work properly on Location page House photo 2022-06-13 23:46:12 +02:00
d5b860da03 Rework Location page photos ratio and hover
Defines if the photo is under 3/2 by calculating ratio from width and height
2022-06-13 23:34:33 +02:00
615f7df4a1 Force 3/2 format for non landscape photos on Location page
Center image on a background when square, portrait or other ratio
- Fix MutuationObserver for using components (would think a component is an item)
2022-06-13 18:30:26 +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
157b50f36c Use House component 2022-06-13 15:59:34 +02:00
2a3c73f6ea Move CSS variables to base file 2022-06-13 15:27:11 +02:00
abeebc94ae Add min height to Shop nav to avoid vertical scroll 2022-06-07 16:37:13 +02:00
f36cb93820 Reorganize typography styles 2022-06-07 16:36:54 +02:00
29cb3a30ba Add error page on Shop 2022-06-07 16:36:39 +02:00
2659131112 Add smooth scroll to anchors 2022-06-07 14:55:32 +02:00
ce25f9314b Add global error page 2022-06-07 14:55:05 +02:00
85aacf12e3 Code optimizations 2022-06-07 14:54:28 +02:00
218676b9ca Add rotating images to Shop module 2022-06-01 20:11:11 +02:00
7b43e50b6c Change default font weight and Fix copy 2022-05-21 00:04:04 +02:00
bf8b2f3ff3 Update Shop intro and poster layout 2022-05-20 23:21:24 +02:00
4edf5226f9 Keep Switcher on left on Photo Viewer 2022-05-20 22:34:30 +02:00
7a6046c0c4 Remove About section on Shop 2022-05-20 22:30:11 +02:00
f06239fcb9 Add cursor on Cart overlay for closing 2022-05-20 22:28:55 +02:00
3de6764fb5 Cleanup & Redefine font weights 2022-05-20 22:28:35 +02:00
299d5670cf Fix scrolling titles 2022-03-21 18:46:14 +01:00
91510df410 Fix Homepage collage's active photo effect while hover
- Change method and use a class on collage itself fading all photos, then highlight the one being hovered
- For some reason the content inside was conflicting the mouseenter event
2022-03-21 14:04:52 +01:00
8047ffe034 Isolate Homepage collage component and add hover effect on other photos 2022-03-21 11:03:05 +01:00