5511639014
Change Heading component max-width
2021-10-16 13:25:27 +02:00
8b07352431
Make newsletter form a reusable component
2021-10-16 13:25:26 +02:00
a2d1a4c64c
Add target on newsletter issue link and complete styling with hover
2021-10-16 13:14:55 +02:00
b57a9fe649
Fix Switcher hovering issues when hidden
2021-10-14 23:19:23 +02:00
3ccfb63188
Create Subscribe page
...
Create issue css component for past newsletter
2021-10-12 22:41:09 +02:00
4c14a85ab0
Create Heading component
...
Intro title with p
2021-10-12 22:39:55 +02:00
4a51fa9d09
Place Footer over Switcher
2021-10-10 14:09:20 +02:00
1869bd2eb6
Change Switcher position with responsive
2021-10-05 21:00:56 +02:00
252b58993a
Add Switcher on all pages
2021-10-03 23:16:59 +02:00
ec77cde75d
Change Location hover photo change effect
2021-10-02 13:24:22 +02:00
77c19ff43f
Add images inside of Location hover effect
2021-10-01 23:43:26 +02:00
57a12487a3
Add responsive on Homepage elements
2021-10-01 23:43:00 +02:00
2aae422339
Fix Location badge position
2021-09-30 23:49:22 +02:00
7777d26907
Add hover effect on Location
2021-09-30 23:30:18 +02:00
15461588ec
Edit browse locations section
...
Create badge atom,
2021-09-28 12:57:13 +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
bdbf511a75
☠️ RESET for v2
2021-09-14 13:00:48 +02:00
3e56b2d41f
Change Location circle start size (when hovering)
continuous-integration/drone/push Build is failing
2021-01-10 21:51:27 +01:00
56d9caa86b
Photo: Add a comma at end only if more than one line
continuous-integration/drone/push Build is failing
2020-06-02 15:11:05 +02:00
5b75b4d554
Globe: Smaller dots for close locations
2020-06-01 22:20:32 +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
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
c9e11d4f12
Pagination: Fix spacing for Newsletter
continuous-integration/drone/push Build is passing
2020-04-29 14:17:43 +02:00
0aa75bf3e9
Newsletter: Fix button not being a circle
2020-04-29 12:27:16 +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
3a96b8e954
Make Photos and Carousel slightly bigger on small screens
2020-04-22 10:22:31 +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
272773692f
Photo: Slightly bigger on smaller screens
continuous-integration/drone/push Build is passing
2020-04-21 21:47:39 +02:00
3fae9a1928
Globe mix height fix
continuous-integration/drone/push Build is passing
2020-04-21 20:26:27 +02:00
fc930d9362
Fix responsive stuff
...
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
40c57fee13
Photos/Carousel: Fix ratio for narrow screens
continuous-integration/drone/push Build is passing
2020-04-21 19:23:15 +02:00
9063045e94
Globe: Max height when cut
2020-04-21 15:07:40 +02:00
faf0c3c96b
Globe: Fix bottom when cut
2020-04-21 14:41:26 +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
33774085f0
fix globe height
2020-04-20 23:15:00 +02:00
1cddc26625
Globe: Temporary fix for responsive sizing, Add correct margins top/bottom
...
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
094614f83c
Globe edits WIP
...
continuous-integration/drone/push Build is passing
- Added visible continents to options
2020-04-19 14:49:52 +02:00
6944d76879
globae update
2020-04-19 00:00:02 +02:00
c531181972
globae update
2020-04-18 23:58:18 +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
...
continuous-integration/drone/push Build is passing
Temp fix
2020-04-17 16:48:58 +02:00
50d36d4015
globe update
2020-04-17 15:09:58 +02:00
abe09f0f69
Fix responsive margins and spacing around the globe
continuous-integration/drone/push Build is passing
2020-04-09 23:53:43 +02:00
3f7dd758b8
Locations: Use grid over flexbox
...
- More flexible and consistent, avoids weird spacing and centering
- TODO: center alone locations on a row?
2020-04-09 23:17:13 +02:00
a4feadb80f
Globe: Add hover on marker dot, Comment code
2020-04-09 23:11:13 +02:00
e7ae106eb0
Location: Fix hover circle
2020-04-09 23:09:36 +02:00
be0f4c8b59
Optimize animations and transitions
...
will-change is apparently not enough to run GPU-enabled animations, use translateZ on top of it
2020-04-09 20:23:24 +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