Commit Graph

34 Commits

Author SHA1 Message Date
7c4d890706 Add hover effect on Homepage collage PhotoCard 2021-10-25 23:44:45 +02:00
0e48c89966 🔥 Make Homepage collage responsive and fix desktop placement 2021-10-19 18:57:52 +02:00
a73c0e11a3 Image collage wip 2021-10-19 17:21:35 +02:00
ea567693c2 🔥 Add hover effect on buttons and links 2021-10-19 16:10:26 +02:00
4d670dfb5d Add hover effect on Homepage collage photos 2021-10-16 22:31:13 +02:00
af8a308474 Fix Homepage collage photo's default background 2021-10-16 16:30:47 +02:00
90a4be5b4d Add background color on photos parent element
So we see a color instead of a transparent block while loading the image
2021-10-16 15:42:08 +02:00
e40b08071d Change z-index when hovering photo on Homepage collage 2021-10-14 23:20:09 +02:00
b6686d3ef3 Add World title on Homepage and fix some styling
- Fix photos collage positioning
- Remove Houses title centering
2021-10-11 20:25:01 +02:00
7d1dab9775 Make discover into reusable class 2021-10-03 22:50:15 +02:00
54afac2ed5 Add and edit responsive style on homepage 2021-10-03 19:14:24 +02:00
dc11cd28ad Fix some styles 2021-10-03 13:10:24 +02:00
57a12487a3 Add responsive on Homepage elements 2021-10-01 23:43:00 +02:00
4df4b0dfa0 Add CTA section to homepage
with box ctas
2021-09-30 18:48:50 +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
fc930d9362 Fix responsive stuff
All checks were successful
continuous-integration/drone/push Build is passing
- Globe is now using vws with min and max height
- Photos list and Carousel
2020-04-21 20:23:53 +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
174025f958 Globe: Fix things
- Fix margin bottom on big screens
- Would throw an error on page change (globe is not defined)
2020-04-21 10:10:48 +02:00
1cddc26625 Globe: Temporary fix for responsive sizing, Add correct margins top/bottom
All checks were successful
continuous-integration/drone/push Build is passing
- Ideally the globe would have to get the size within its container (.globe), set via CSS and not on the window
2020-04-19 20:13:01 +02:00
8e36c2b2f0 fix merge 2020-04-18 23:27:31 +02:00
10e32a1957 fix merge 2020-04-18 23:24:43 +02:00
689c03fda1 Globe: Reset sizes and spacing
All checks were successful
continuous-integration/drone/push Build is passing
Temp fix
2020-04-17 16:48:58 +02:00
abe09f0f69 Fix responsive margins and spacing around the globe
All checks were successful
continuous-integration/drone/push Build is passing
2020-04-09 23:53:43 +02:00
7a44d5b0ed ⚠️ The interactive globe has arrived (WIP but pretty good)
- Control the width/height of the globe via CSS
2020-04-09 20:22:10 +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
730eb75457 WIP attempt to fix page transitions, Several edits
All checks were successful
continuous-integration/drone/push Build is passing
2020-04-02 16:07:31 +02: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
0174ba08f2 Tweaks and fixes 2020-02-17 22:36:36 +01:00
6fb6937c1a Create a functioning carousel
Thanks a million to Grafikart!
2020-02-17 22:33:44 +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