Commit Graph

74 Commits

Author SHA1 Message Date
e20ac61c97 Add mask on homepage World title 2021-11-28 23:09:10 +01:00
8759477b79 Use reveal function to animate in ScrollingTitle 2021-11-21 14:40:02 +01:00
8654e43af5 Fix city on PhotoCard 2021-11-21 12:08:31 +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
30b2cc3f16 Add Homepage entering animations 2021-11-16 22:35:48 +01:00
ed62030b29 Create a component for scrolling huge titles 2021-11-16 22:35:42 +01:00
73c9e80a21 Use SVG icons from global symbols
Allow to change color and avoid code duplication
2021-11-10 22:57:50 +01:00
7c4d890706 Add hover effect on Homepage collage PhotoCard 2021-10-25 23:44:45 +02:00
818e1cfad4 Add link to photo on Homepage collage 2021-10-16 22:30:56 +02:00
80a972253f Use stuff on page load function 2021-10-12 00:06:14 +02:00
cd2b234728 Rename global data arrays as plural by default
Easier for each loop and maps as to use singular
2021-10-12 00:05:35 +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
26e3492c5e Make Earth icon a reusable component 2021-10-05 21:05:05 +02:00
0d622ef69f Use reusable DiscoverText with count data 2021-10-04 13:05:02 +02:00
3b61ebd144 Merge branch 'v2' of https://git.server.flayks.com/cetrucflotte/housesof into v2 2021-10-03 23:17:43 +02:00
252b58993a Add Switcher on all pages 2021-10-03 23:16:59 +02:00
7d1dab9775 Make discover into reusable class 2021-10-03 22:50:15 +02:00
409c7fba8d Update icons and BoxCTA hover color 2021-10-03 19:20:12 +02:00
f6da3c4b55 Implement Interactive Globe on Homepage 2021-10-03 13:56:11 +02:00
c4ba30db6a Add anchor links to CTAs 2021-10-03 13:10:57 +02:00
7376595b5e Use text content from API 2021-10-02 20:36:15 +02:00
aa36810a3d Fix BoxCTA internal layout 2021-09-30 23:50:02 +02:00
b393e0b64d Merge branch 'v2' of https://git.server.flayks.com/cetrucflotte/housesof into v2
# Conflicts:
#	src/components/molecules/Location.svelte
#	src/routes/index.svelte
2021-09-30 23:31:40 +02:00
624f02d84d Fix buttons sizes 2021-09-30 22:49:04 +02:00
4df4b0dfa0 Add CTA section to homepage
with box ctas
2021-09-30 18:48:50 +02:00
3ec6dbda16 Create Shop component and add to homepage 2021-09-29 23:38:34 +02:00
1409dc0894 Create Newsletter component 2021-09-28 22:51:06 +02:00
a5380070a1 Check is location is fresh/updated 2021-09-28 16:11:48 +02:00
1883d5781f Create Location and Locations sections 2021-09-27 23:55:16 +02:00
bd89e28e15 Create homepage
Photo-card layout, button, typography
2021-09-27 23:23:16 +02:00
bb8a67a82a Setup some components 2021-09-24 11:03:08 +02:00
bdbf511a75 ☠️ RESET for v2 2021-09-14 13:00:48 +02:00
01f327c91f Cleanup some stuff 2021-01-10 20:51:31 +01:00
f8cfa60aca Use PROD url for metas instead of host 2020-05-07 14:22:16 +02:00
3c364814df Only fetch published photos and locations
All checks were successful
continuous-integration/drone/push Build is passing
- Globally for photos
- For sitemap locations and photos
2020-04-22 12:01:52 +02:00
17feb712b9 Fix API calls using a bearer auth token 2020-04-22 09:17:30 +02:00
98bb5d44ee SEO changes
Some checks failed
continuous-integration/drone/push Build was killed
2020-04-21 17:48:07 +02:00
cd51724d8b Globe: Remove fade on Lazy loading 2020-04-21 15:02:56 +02:00
65c9822b73 Globe: Add opacity option, Part globe WIP
- Don't run the onScroll method on load, creates a funky translate otherwise
- Bind window innerHeight via Svelte
- Path scroll smoothing option value as prop
2020-04-21 09:46:27 +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
3c05d6d222 Performances optimizations WIP
All checks were successful
continuous-integration/drone/push Build is passing
2020-04-17 14:33:49 +02:00
2d0f70d57b TEMP disable globe
All checks were successful
continuous-integration/drone/push Build is passing
2020-04-16 18:19:54 +02:00
7f3f2ac3ba WIP on performances
All checks were successful
continuous-integration/drone/push Build is passing
2020-04-16 16:40:33 +02:00
e27e8a16db Code clean
- Imports/exports always at top
- Sapper template not needing a div to execute
- NPM packages updates: @rollup/plugin-commonjs 11.1.0 has a bug about import/exports
2020-04-12 11:54:08 +02:00
9f405cc1d1 Carousel: Add URL to location 2020-04-07 22:30:24 +02:00
c5836dcbc1 Smooth scroll to anchor without a library
Custom function using scrollIntoView with smooth behavior
2020-04-07 18:47:09 +02:00
11e06c51c9 Add some a11y to the mix
All checks were successful
continuous-integration/drone/push Build is passing
2020-04-06 13:37:43 +02:00
8fabe68241 Code clean, 2020-04-06 12:21:47 +02:00
db79ab01e9 Fix currentLocation unintentional reset
All checks were successful
continuous-integration/drone/push Build is passing
2020-04-04 12:09:10 +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