7b73ac5952
Add hover effect on BoxCTA component
2021-10-02 20:38:30 +02:00
25ef6b37d1
Fix Button styling
2021-10-02 13:21:40 +02:00
57a12487a3
Add responsive on Homepage elements
2021-10-01 23:43:00 +02:00
aa36810a3d
Fix BoxCTA internal layout
2021-09-30 23:50:02 +02:00
624f02d84d
Fix buttons sizes
2021-09-30 22:49:04 +02:00
0cde65c0b1
Create BoxCTA atom
2021-09-30 18:48:15 +02:00
3ec6dbda16
Create Shop component and add to homepage
2021-09-29 23:38:34 +02:00
e0d048fe8c
Add style to Footer
2021-09-29 19:19:25 +02:00
1409dc0894
Create Newsletter component
2021-09-28 22:51:06 +02:00
15461588ec
Edit browse locations section
...
Create badge atom,
2021-09-28 12:57:13 +02:00
bd89e28e15
Create homepage
...
Photo-card layout, button, typography
2021-09-27 23:23:16 +02:00
bdbf511a75
☠️ RESET for v2
2021-09-14 13:00:48 +02:00
720ca69902
Add a newsletter subscription form below locations
...
continuous-integration/drone/push Build is passing
- One component used below Locations list and in the Pagination when all photos has been loaded
- Keep the subscribe page with the column display
2020-05-06 23:06:26 +02:00
8e20ab18fb
Badge: Better text centering
2020-05-06 19:58:16 +02:00
cd609cd710
Add a badge on locations for new photos
...
- The last updated date is taken from the latest photo of each location (without any other API call, just some data manipulation)
- Manipulation of data in the preload request instead of the code
2020-05-06 17:12:07 +02:00
6fe4df4189
Add Newsletter Component and Page
...
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
39031366d5
Fix icons invisible on iOS
...
It was ONLY because of flex-direction being row by default. Switched to column, does the trick… !?%@
2020-04-22 10:13:44 +02:00
f6c385798b
Remove unclear cursors
...
They look drastically different on different browsers/OS
2020-04-21 10:27:02 +02:00
7180419fb0
Place: Add @1x desktop illustration size, Optimize responsive
continuous-integration/drone/push Build is passing
2020-04-11 19:33:37 +02:00
13ac133db6
Add cursors on links
2020-04-09 10:48:31 +02:00
bd9b91f480
⚠️ Fix most animations/transitions performance issues
...
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
2170cd2e57
Fix some responsive and scrolling issues
continuous-integration/drone/push Build is passing
2020-04-04 16:11:42 +02:00
730eb75457
WIP attempt to fix page transitions, Several edits
continuous-integration/drone/push Build is passing
2020-04-02 16:07:31 +02:00
0635b65abf
Add Fullscreen in viewer, Track links with Google Analytics, Use .env file
...
continuous-integration/drone/push Build is passing
- Fullscreen is a component that watches a store value set by the Carousel component on a picture click
- Use a .env file for API and website related settings and informations
- Google Analytics is now in place, tracking each routes link and viewer photo change
2020-03-28 15:21:51 +01:00
5defbcfad6
Carousel: Fix counter text alignment
2020-03-26 19:48:17 +01:00
94a93bbcd5
Set circles heights to 100% over 50vh
...
continuous-integration/drone/push Build is failing
Depending on the viewport height, it could break the shape
2020-03-11 10:49:15 +01:00
cc0d6c1dcd
Carousel: Use the counter as a component
...
- Add animation when changing photos
- Reusable and scalable to more than XX photos
2020-03-10 21:22:53 +01:00
ebafb359ae
Button control: Add Hover classes (triggered by JS)
continuous-integration/drone/push Build is passing
2020-03-06 11:15:45 +01:00
9a5c8a135e
Buttons: Change text direction on hover
2020-03-06 11:14:13 +01:00
e6724bee6e
Globe Icon: Add animated default state
2020-03-06 11:10:18 +01:00
b294800f34
Fix toggle layout buttons hovers
2020-03-03 17:41:37 +01:00
455f3d65de
Use classes for SVG globe icons
2020-03-03 10:54:24 +01:00
6a58938e71
Rework a little the toggle buttons animations
2020-03-02 22:25:31 +01:00
76c8c31c89
Readapt the misuse of BEM, Code organization
...
- -- is only for a modifier, not a child "child". Use master__child without the parent__ in it to make it more readable.
https://www.smashingmagazine.com/2016/06/battling-bem-extended-edition-common-problems-and-how-to-avoid-them/
- Redefine atom design components
2020-02-29 18:32:32 +01:00
631a3e6ccb
Rethink buttons hover transitions
2020-02-29 10:46:41 +01:00
b5369b66a8
Fix button style on mobile
2020-02-27 23:07:04 +01:00
e212829db5
Add a link with a translate transirion
2020-02-27 23:05:42 +01:00
b084629b37
Title and other CSS fixes
2020-02-20 19:03:47 +01:00
2fe870847a
Button control dashed: Fix SVG size for mobile
2020-02-20 19:03:15 +01:00
615182d6fb
Add parallax and reveal effects + performances on transitions
2020-02-17 22:38:51 +01:00
7c3d782260
Switcher: Add a link to homepage
2020-02-14 12:39:20 +01:00
29f6e7e645
Button: Fix the spacing with an icon
2020-02-14 12:35:38 +01:00
dfcc3f9f7a
Carousel: Create a bigger hover/click area for controls
2020-02-14 10:13:20 +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