Skip to content

Commit 59ef063

Browse files
author
Tiko
committed
added temporary content for foundersbubbles and removed background line from mobile sizes Service Section
1 parent f6e79d7 commit 59ef063

File tree

7 files changed

+18
-11
lines changed

7 files changed

+18
-11
lines changed

components/src/containers/CaseCard/CaseCard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ type CaseCardProps = {
3535
};
3636

3737
const CaseCard = ({ name, subtitle, image }:CaseCardProps) => (
38-
<Link href={`/case/${name}`}>
38+
<Link href={`/case/${name.toLowerCase()}`}>
3939
<CaseCardContainer>
4040
<PhoneScreen image={`/images/${image}.svg`} alt={`image of ${name} app`} height={240} />
4141
<div>

components/src/sections/Service/Service.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ const serviceContainerResponsiveCSS = (reverse?: boolean, imageBackground?: stri
6464
"background",
6565
"",
6666
breakpointNameToPx({
67-
xs: `url(${imageBackground}) no-repeat center ${reverse ? "left" : "right"}`
67+
lg: `url(${imageBackground}) no-repeat center ${reverse ? "left" : "right"}`
6868
})
6969
);
7070
}

website/layout/MainLayout.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ const navLinksHref = [
1919
name: "Our cases",
2020
href: "/our-cases"
2121
},
22+
{
23+
name: "What we do",
24+
href: "/what-we-do"
25+
},
2226
{
2327
name: "Contact",
2428
href: "/contact"

website/pages/case/dearly.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,14 +143,14 @@ const members: UserPictureProps[] = [
143143
size: 120,
144144
color: "purple",
145145
shadowPosition: "top",
146-
balloonText: "My name is Pieter and CONTENT HERE"
146+
balloonText: "My name is Pieter, I'm a recruiter and Dearly's co-founder"
147147
},
148148
{
149149
person: "quirinewissink",
150150
size: 120,
151151
color: "lightGreen",
152152
shadowPosition: "bottom",
153-
balloonText: "Hello I'm Quirine. and CONTENT HERE"
153+
balloonText: "Hello I'm Quirine and I'm a freelancer in Multimedia and Marketing & Communication."
154154
},
155155
];
156156

website/pages/case/stamps.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,14 +144,14 @@ const members: UserPictureProps[] = [
144144
size: 120,
145145
color: "purple",
146146
shadowPosition: "top",
147-
balloonText: "My name is Tess and CONTENT HERE"
147+
balloonText: "My name is Tess and I studied psychology and economics."
148148
},
149149
{
150150
person: "pienvanlogtestijn",
151151
size: 120,
152152
color: "lightGreen",
153153
shadowPosition: "bottom",
154-
balloonText: "Hello I'm Pien. and CONTENT HERE"
154+
balloonText: "Hello I'm Pien. I'm a communication & marketing expert."
155155
}
156156
];
157157

website/pages/case/styr.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -143,21 +143,21 @@ const members: UserPictureProps[] = [
143143
size: 120,
144144
color: "purple",
145145
shadowPosition: "top",
146-
balloonText: "My name is Annemarie Geysen and CONTENT HERE"
146+
balloonText: "My name is Annemarie Geysen and I'm an HR consultant, manager and director."
147147
},
148148
{
149149
person: "jankeesvanhasselt",
150150
size: 120,
151151
color: "lightGreen",
152152
shadowPosition: "bottom",
153-
balloonText: "Hello I'm Jan-Kees van Hasselt. and CONTENT HERE"
153+
balloonText: "Hello I'm Jan-Kees van Hasselt. I'm an HR consultant and manager"
154154
},
155155
{
156156
person: "elkeschulting",
157157
size: 120,
158158
color: "darkGreen",
159159
shadowPosition: "top",
160-
balloonText: "Hello I'm Elke Schulting. more content here"
160+
balloonText: "Hello I'm Elke Schulting. I'm an HR consultant and manager."
161161
}
162162
];
163163

website/pages/case/youngpwr.tsx

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,10 @@ const quote: CaseQuoteProps = {
9292

9393
const challenges: SummationBlockProps = {
9494
title: "The Challenges",
95-
titleText: "TBD",
95+
titleText: "Youngpwr was founded by a solo founder who had no experience in developing tech products. " +
96+
"In addition, the \"vacancy world\" is a competitive marketplace. " +
97+
"This brought the following challenges with it:"
98+
,
9699
summationText: [
97100
{
98101
title: "Funding",
@@ -146,7 +149,7 @@ const members: UserPictureProps[] = [
146149
size: 120,
147150
color: "purple",
148151
shadowPosition: "top",
149-
balloonText: "My name is Suzan Schouten and CONTENT HERE"
152+
balloonText: "My name is Suzan Schouten and I'm a publisher at Sanoma."
150153
},
151154
];
152155

0 commit comments

Comments
 (0)