Skip to content
This repository was archived by the owner on Feb 5, 2022. It is now read-only.

Commit 1c69b08

Browse files
committed
fix(our work): add missing imgs
1 parent 1546ef7 commit 1c69b08

File tree

10 files changed

+301
-10
lines changed

10 files changed

+301
-10
lines changed

src/assets/our-work/lc-feature-image3.svg

Lines changed: 16 additions & 0 deletions
Loading

src/assets/our-work/lc-logo.svg

Lines changed: 39 additions & 0 deletions
Loading

src/assets/our-work/mm-feature-image2.svg

Lines changed: 18 additions & 0 deletions
Loading

src/assets/our-work/mm-logo.svg

Lines changed: 41 additions & 0 deletions
Loading

src/assets/our-work/voyage-content-image2.svg

Lines changed: 15 additions & 0 deletions
Loading

src/assets/our-work/voyage-feature-image2.svg

Lines changed: 18 additions & 0 deletions
Loading

src/assets/our-work/voyage-feature-image3.svg

Lines changed: 31 additions & 0 deletions
Loading

src/assets/our-work/voyage-logo.svg

Lines changed: 48 additions & 0 deletions
Loading

src/assets/our-work/voyageprojects2.svg

Lines changed: 53 additions & 0 deletions
Loading

src/pages/app-our-work-single/app-our-work-single.tsx

Lines changed: 22 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export class AppOurWorkSingle {
1919
header: {
2020
title: 'Mobile Measures',
2121
text: 'A One-Stop-Shop for Physical Therapy outcome measures',
22-
logo: '/assets/our-work/mm-logo.png', // NEED ASSET
22+
logo: '/assets/our-work/mm-logo.svg',
2323
background: '/assets/our-work/mm-background.png',
2424
backgroundMobile: '/assets/our-work/mm-background-mobile.png',
2525
},
@@ -40,17 +40,21 @@ export class AppOurWorkSingle {
4040
text:
4141
'Mobile Measures is HIPPA-compliant and provides Physical Therapists with an accurate representation of their patients’ risk assessment. The application also provides useful instructions and demonstration videos.',
4242
image1: '/assets/our-work/mm-feature-image1.png',
43-
image2: '/assets/our-work/mm-feature-image2.png', // NEED ASSET
43+
image2: '/assets/our-work/mm-feature-image2.svg',
4444
image3: '/assets/our-work/mm-feature-image3.png',
4545
},
46+
otherProjectImgs: {
47+
image1: '/assets/our-work/mm-feature-image3.png',
48+
image2: '/assets/our-work/mm-feature-image1.png',
49+
},
4650
},
4751
loudcloud: {
4852
id: 2,
4953
key: 'loudcloud',
5054
header: {
5155
title: 'LoudCloud',
5256
text: 'Disposable World-Wide Phone Numbers',
53-
logo: '/assets/our-work/lc-logo.png', // NEED ASSET
57+
logo: '/assets/our-work/lc-logo.svg',
5458
background: '/assets/our-work/lc-background.png',
5559
backgroundMobile: '/assets/our-work/lc-background-mobile.png',
5660
},
@@ -72,7 +76,11 @@ export class AppOurWorkSingle {
7276
'One of the advantages LoudCloud has over its competitors is the simplicity of its interface. If a user were to have more than one account (one for business and another for social, for example), they would be able to access them all on a central dashboard instead of switching between the different accounts. Users can label their numbers, forward calls to their phones and even pre-announce them to ensure there is no confusion.',
7377
image1: '/assets/our-work/lc-feature-image1.png',
7478
image2: '/assets/our-work/lc-feature-image2.png',
75-
image3: '/assets/our-work/lc-feature-image3.png', // NEED ASSET
79+
image3: '/assets/our-work/lc-feature-image3.svg',
80+
},
81+
otherProjectImgs: {
82+
image1: '/assets/our-work/lc-feature-image2.png',
83+
image2: '/assets/our-work/lc-feature-image1.png',
7684
},
7785
},
7886
voyage: {
@@ -81,7 +89,7 @@ export class AppOurWorkSingle {
8189
header: {
8290
title: 'The Voyage',
8391
text: 'Health and Well-Being Tracker and Evaluator',
84-
logo: '/assets/our-work/voyage-logo.png', // NEED ASSET
92+
logo: '/assets/our-work/voyage-logo.svg',
8593
background: '/assets/our-work/voyage-background.png',
8694
backgroundMobile: '/assets/our-work/voyage-background-mobile.png', // NEED ASSET
8795
},
@@ -90,7 +98,7 @@ export class AppOurWorkSingle {
9098
text:
9199
'Equal parts fun and useful, this app allows users to set goals and earn rewards when committing to them! Goals can fall under a variety of different programs such as nutrition, financial well-being or stress management, to name a few. Employees within the same company can challenge each other to make it more fun. The app also provides its users with useful articles, motivational videos and other resources to provide them with a truly useful experience.<br><br>New Ocean Health had a clear idea of what they wanted to provide their users with, and we were more than happy to show them mock-ups and come up with UI/UX designs that adhered to their vision, as well as the development that made it all come to life.',
92100
image1: '/assets/our-work/voyage-content-image1.png',
93-
image2: '/assets/our-work/voyage-content-image2.png', // NEED ASSET
101+
image2: '/assets/our-work/voyage-content-image2.svg',
94102
icon1: '/assets/our-work/health-icon.svg',
95103
icon2: '/assets/our-work/productivity-icon.svg',
96104
icon3: '/assets/our-work/lifestyle-icon.svg',
@@ -102,8 +110,12 @@ export class AppOurWorkSingle {
102110
text:
103111
'Starting with the confidential Private Health Assessment (PHA); users answer questions in order to establish a profile and map out what their goals are. The app then provides them with reminders of their daily goals and links to helpful resources. The Voyage syncs with most health apps so that more people can benefit from its services.',
104112
image1: '/assets/our-work/voyage-feature-image1.png',
105-
image2: '/assets/our-work/voyage-feature-image2.png', // NEED ASSET
106-
image3: '/assets/our-work/voyage-feature-image3.png', // NEED ASSET
113+
image2: '/assets/our-work/voyage-feature-image2.svg',
114+
image3: '/assets/our-work/voyage-feature-image3.svg',
115+
},
116+
otherProjectImgs: {
117+
image1: '/assets/our-work/voyage-content-image1.png',
118+
image2: '/assets/our-work/voyage-feature-image1.png',
107119
},
108120
},
109121
};
@@ -130,8 +142,8 @@ export class AppOurWorkSingle {
130142
return (
131143
<div class="more-project-single">
132144
<div class="images-col">
133-
<img src={project.content.image1} />
134-
<img src={project.content.image2} />
145+
<img src={project.otherProjectImgs.image1} />
146+
<img src={project.otherProjectImgs.image2} />
135147
</div>
136148
<div class="store-buttons">
137149
<a href={project.content.appleStore} target="_blank" rel="noopener">

0 commit comments

Comments
 (0)