Commit Graph

91 Commits

Author SHA1 Message Date
543d2e5c8b Change locations anchor on Homepage 2022-07-19 11:55:16 +02:00
4f274e52ce [WIP] Started new Globe from scratch using OGL 2022-07-16 18:55:47 +02:00
ae4ea7f4fa Use smooth scroll function to navigate to anchor
Using a eased RAF function to scroll to a specific target
Avoid using `scrollIntoView` or smooth behavior as it doesn't work on Safari and others.
2022-07-11 16:42:34 +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
f0173bb828 Remove unused code and refactor types importing 2022-06-22 23:16:34 +02:00
29165717fc Rename Shop and Newsletter modules files 2022-06-07 16:36:08 +02:00
ce25f9314b Add global error page 2022-06-07 14:55:05 +02:00
c406278baf [chore] Switch Homepage and Photos to page endpoints 2022-05-30 20:47:31 +02:00
8047ffe034 Isolate Homepage collage component and add hover effect on other photos 2022-03-21 11:03:05 +01:00
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