Skip to content

Commit

Permalink
Fix media urls for work
Browse files Browse the repository at this point in the history
  • Loading branch information
lukebrooker committed Apr 14, 2024
1 parent 1bc2620 commit 9007d5e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
"slug": "lukebrooker",
"version": "1.0.0",
"orientation": "portrait",
"icon": "./public/images/icon.png",
"icon": "./images/icon.png",
"scheme": "lukebrooker",
"userInterfaceStyle": "automatic",
"splash": {
"image": "./public/images/splash.png",
"image": "./images/splash.png",
"resizeMode": "contain",
"backgroundColor": "#ffffff"
},
Expand All @@ -20,14 +20,14 @@
},
"android": {
"adaptiveIcon": {
"foregroundImage": "./public/images/adaptive-icon.png",
"foregroundImage": "./images/adaptive-icon.png",
"backgroundColor": "#ffffff"
}
},
"web": {
"bundler": "metro",
"output": "static",
"favicon": "./public/images/favicon.png"
"favicon": "./images/favicon.png"
},
"plugins": [
"expo-font",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"slug": "increasing-charity-revenue-by-rethinking-donations-on-mobile",
"date": "2017-07-20T12:00:00.284Z",
"description": "I redesigned the end to end flow for how people give to fundraisers on Everydayhero. Focusing on mobile resulted in a huge jump in donations.",
"image": "/public/images/everydayhero-donation-form-hero.jpg",
"image": "/images/everydayhero-donation-form-hero.jpg",
"tags": ["Research","Facilitation","UI","UX"],
"status": "published"
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ There were some obvious potential problems with the existing long donation form.

There were some obvious potential problems with the existing long donation form. But we to validate those and explore other hypotheses, we started with user testing. Since our audience was a broad range of users that usually had no prior experience with Everydayhero, we used usertesting.com for a fast turn-around.

![Collaborating in a design sprint workshop at Everydayhero](/public/images/everydayhero-collaborating-on-problems.jpg)
![Collaborating in a design sprint workshop at Everydayhero](/images/everydayhero-collaborating-on-problems.jpg)
## Collaborating on the problems

Now that we had a great idea of the improvement opportunities from user testing we decided to run a Design Sprint to bring in the team and other experts across support and customer success.
Expand All @@ -25,7 +25,7 @@ Users were able to blow through some steps quickly, while other steps took a lit

Here I am explaining how we got to the final result.

![](/public/videos/donation-form-experience.mp4)
![](/videos/donation-form-experience.mp4)

## Nailing the details

Expand All @@ -43,4 +43,4 @@ We were excited to see some immediate results after releasing the new donation f

These huge results validated our process and how we collaborated as a team. Allowing us to build on it for future initiatives.

![](/public/videos/donation-form-results.mp4)
![](/videos/donation-form-results.mp4)

0 comments on commit 9007d5e

Please sign in to comment.