Commit Graph

82 Commits

Author SHA1 Message Date
bfe6a9cd8a Fix Homepage transition 2022-02-16 19:48:08 +01:00
cffef1835f Fix Page transitions by using a hacky FOUC trick
Seems to work though!
2022-01-18 14:22:38 +01:00
729138cffb [chore] Update npm packages and fix errors/run migrations 2022-01-03 20:12:22 +01:00
551991d407 Fix accessibility issues 2021-12-15 22:31:49 +01:00
06db598b90 Use PageTransition component on every route
- Scrolls back to top when mounting new page with a timeout of the delay
- Rename photo Viewer class
- Change Shop posters section text from p to label
2021-12-07 21:58:17 +01:00
0b772f26cb Add transitions to missing pages and attempt to animate it better? 2021-12-06 15:10:39 +01:00
450daccd87 Rename Homepage timeline variable 2021-11-30 19:49:34 +01:00
f8fe141505 Use page transition component to avoid repetition on main 2021-11-30 00:23:36 +01:00
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