Skip to content

Commit

Permalink
Merge pull request #39 from DataRecce/testimonial
Browse files Browse the repository at this point in the history
Added testimonial
  • Loading branch information
DaveFlynn authored May 28, 2024
2 parents 78013e8 + 322b7bf commit 1d1a59e
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 9 deletions.
Binary file added docs/assets/images/testimonials/testimonial-2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/styles/home.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/styles/home.css.map

Large diffs are not rendered by default.

34 changes: 27 additions & 7 deletions material/overrides/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>Recce - Data-Modeling Validation Toolkit for Analytics and Data Engineers</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@700;800&family=Open+Sans&family=Rubik:wght@300;600;800&family=Lora:ital@0;1&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@700;800&family=Open+Sans&family=Rubik:wght@300;600;800&family=Lora:[email protected]&display=swap" rel="stylesheet">

<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.min.css">

Expand Down Expand Up @@ -201,17 +201,16 @@ <h2>What our users are Saying</h2>
<div class="row">
<!-- col -->
<div class="col-12 col-sm-12 col-md-12 col-lg-10 offset-lg-1 col-xl-8 offset-xl-2">
<!-- card -->

<div class="testimonial">
<!-- card body -->
<div class="testimonial-body">

<div class="testimonial-body">
<i class="bi bi-quote quote-icon"></i>

<p class="testimonial-text">
My entire team uses Recce as part of their PR flow... we use it almost on every PR. I changed a major table in our DB that impacted over 20 down the funnel processes, and (Recce) helped me QA it very efficiently.
<strong>My entire team uses Recce as part of their PR flow</strong>... we use it almost on every PR. I changed a major table in our DB that impacted over 20 down the funnel processes, and (Recce) helped me QA it very efficiently.
</p>
</div>

<div class="testimonial-meta">
<div class="testimonial-meta-content">
<img src="assets/images/testimonials/testimonial-1.jpg" alt="" class="avatar avatar-md rounded-circle" >
Expand All @@ -220,12 +219,33 @@ <h4 class="text-primary mb-0"><a href="https://www.linkedin.com/in/omri-antman-5
<h5>Head of Data and Analytics at Imagen</h5>
</div>
</div>
</div>

</div>

<div class="testimonial">

<div class="testimonial-body">
<i class="bi bi-quote quote-icon"></i>
<p class="testimonial-text">
(Recce) helps visualize... everything from the lineage to the single value. You have <strong>a visual representation of the change in values for a PR available to everyone.</strong>
</p>
</div>

<div class="testimonial-meta">
<div class="testimonial-meta-content">
<img src="assets/images/testimonials/testimonial-2.jpg" alt="" class="avatar avatar-md rounded-circle" >
<div class="ms-2">
<h4 class="text-primary mb-0"><a href="https://www.linkedin.com/in/igor-dal-bo-31940150/" target="_blank">Igor Dal Bo</a></h4>
<h5>Data Engineer | FactoryPal</h5>
</div>
</div>
</div>

</div>
</div>


</div>
</div>

</div>
Expand Down
7 changes: 7 additions & 0 deletions sass/sections/testimonials.sass
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,10 @@ section.testimonials
h5
font-size: 1.6rem
margin: 0
width: 300px

&:nth-child(even)
.testimonial-meta
@include media-breakpoint-up(md)
//justify-content: flex-start

0 comments on commit 1d1a59e

Please sign in to comment.