Skip to content

Commit 32acad6

Browse files
committed
Update Reviews page content
1 parent 67db009 commit 32acad6

3 files changed

Lines changed: 11 additions & 5 deletions

File tree

_data/testimonials.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
title: Clients about Active Bridge
2-
subtitle: Our clients say that we’re a professional team with high-quality code, competitive rates, and an efficient workflow.
2+
subtitle: Discover what our clients say about our commitment to delivering high-quality code, competitive rates, and efficient workflows.
33
description: Customer satisfaction not only impacts Active Bridge’s bottom line but also impacts team morale and employee
44
retention. That’s why our customers’ positive feedback helps us maintain a positive working environment and stand
55
out from the competition. When customers share their ideas, proposals, and recommendations, they’re teaching us
@@ -38,6 +38,7 @@ all:
3838
author: Ben Liscio
3939
image: DaisyBill.webp
4040
post: Co-Founder
41+
location: New York, United States
4142
description:
4243
We initially engaged with Active Bridge in 2014 while re-structuring our product and engineering team.
4344
More than two years later, we're still engaged to augment our engineering team.
@@ -53,6 +54,7 @@ all:
5354
author: Joseph Leo
5455
image: Def_Method.webp
5556
post: President / Partnership Director
57+
location: New York, United States
5658
description:
5759
Active Bridge drives our remote engineering team at Def Method.
5860
Collaborating with their engineers has kept us delivering running,
@@ -66,6 +68,7 @@ all:
6668
author: Benjamin Sigidi
6769
image: Modean_Apps.webp
6870
post: Software Developer
71+
location: New York, United States
6972
description:
7073
Awesome team. Full stack development. Happy to work with these guys any day.
7174
class: smaller_logo
@@ -76,6 +79,7 @@ all:
7679
author: Julia Macalaster
7780
image: Preeline.webp
7881
post: COO, Co-Founder
82+
location: New York, United States
7983
description:
8084
We worked with Active Bridge as a young startup to build out our first MVP and subsequent updated products.
8185
Not only did their teams execute on the assigned tasks ahead of schedule, but they also contributed to our thinking around UX,
@@ -90,6 +94,7 @@ all:
9094
author: Julie Freeman Kummer
9195
image: Freestak.webp
9296
post: Co-founder and COO
97+
location: London, United Kingdom
9398
description:
9499
We’ve been working with Active Bridge since August 2015.
95100
In the first six months, our application (marketplace in the sports industry)
@@ -107,6 +112,7 @@ all:
107112
author: David Rowell
108113
image: LifeLinker_Inc.webp
109114
post: Founder/CEO
115+
location: Bay City, TX, United States
110116
description:
111117
After previously hiring contract developers in countries ranging from the US and Canada, to Vietnam and India,
112118
and after having paid variously three times more and three times less per hour, we finally got it right when
@@ -122,6 +128,7 @@ all:
122128
author: Joseph Carpenter
123129
image: My_School_Ed.webp
124130
post: Founder
131+
location: Brentwood, United States
125132
description:
126133
If anyone needs a kickass website company, these are your guys! I have used many other companies with nothing
127134
but issues and have nothing but good results from Eugene and Active Bridge. You will not find a better company

_sass/accordion.scss

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,13 +82,12 @@
8282
&-name {
8383
p {
8484
padding: 0 6px;
85+
font-size: 18px;
8586

8687
&:first-child {
8788
font-family: 'Inria Bold', serif;
8889
font-size: 22px;
8990
}
90-
91-
&:last-child { font-size: 18px; }
9291
}
9392
}
9493
}
@@ -122,9 +121,8 @@
122121
}
123122

124123
&-customer-name {
124+
p { font-size: 0.8em; }
125125
p:first-child { font-size: 1em; }
126-
127-
p:last-child { font-size: 0.8em; }
128126
}
129127
}
130128
}

reviews.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ <h1 class="page-title white-text">{{ site.data.testimonials.title }}</h1>
4343
<div class="accordion__item-customer-name">
4444
<p>{{ item.author }}</p>
4545
<p>{{ item.post }}</p>
46+
<p>{{ item.location }}</p>
4647
</div>
4748
</div>
4849
<p class="accordion__item-text">{{ item.description }}</p>

0 commit comments

Comments
 (0)