Skip to content

Commit 428477b

Browse files
authored
Merge pull request #209 from valor-software/feat-breethe-feedback
Feat(portfolio): Add breethe feedback
2 parents 8b04eac + 46b8788 commit 428477b

3 files changed

Lines changed: 14 additions & 4 deletions

File tree

367 KB
Loading

libs/feedback/src/feedback.model.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,16 @@ export const feedBack = [
4040
img: 'assets/img/feedback/ashes_of_creation.jpg',
4141
author: 'Steven Sharif',
4242
position: 'the Creative Director of Ashes of Creation'
43+
},
44+
{
45+
project: 'Breethe',
46+
text: `Since the very beginning of our SOW assignement, we were able to see and confirm that Valor company have the best and most well prepared team of developers Project managers and programmers by assisting in every single improvement we faced where new features, adjustments, and assistance became needed. All requests raised were promptly addressed and troubleshooted on a timely fashion as adding value to our platform.
47+
Also, Valor team always shared new ideas, new thoughts, suggestions to improve users acceptance as users smoothly navigation into our app. We were able to develop together a better user friendly environment bringing satisfaction not only to our company as a whole, but to our customers worldwide.
48+
New challenges are coming and I’m sure that working with Valor team was the best option this company decided to bet on it.
49+
Thanks Guys.`,
50+
img: 'assets/img/feedback/breethe.png',
51+
author: 'Suren Kocharian',
52+
position: 'Director of Production, Breethe'
4353
}
4454
];
4555

libs/route-pages/breethe-page/src/breethe-page.component.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -127,12 +127,12 @@ <h1 class="main-title lg:mb-10 ">Future</h1>
127127
</div>
128128
</div>
129129
</section>
130-
<!-- <section>
130+
<section>
131131
<h1 class="main-title">Feedback</h1>
132-
<div class="container">
133-
<feedback [startFrom]="''"></feedback>
132+
<div class="container lg:w-1400">
133+
<feedback startFrom="Suren Kocharian"></feedback>
134134
</div>
135-
</section> -->
135+
</section>
136136
<next-project></next-project>
137137
<button (click)="this.audioIsPlaying ? audio.pause() : audio.play()"
138138
class="fixed w-24 h-24 bottom-5 right-5 z-50 border-0 bg-real_dark_grey rounded-[50%] shadow-lg">

0 commit comments

Comments
 (0)