-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathuse-cases.html
54 lines (48 loc) · 1.9 KB
/
use-cases.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
---
layout: default
title: Customer stories
subtitle: What has Umbrella done for our customers?
banner: customers
banner-alt-text: Drawing of a woman and a man working, around a table with charts and notes. (By Pixeltrue from Ouch!)
---
<section id="single-column-area">
<div class="container" id="use-cases">
<h2>Our users say...</h2>
<div class="row">
<div class="d-none d-md-block col-md-2">
<a href="https://www.bu-uk.co.uk/"><img src="/images/customers-users/customer_logo_buuk.png" alt="Logo for BU-UK Infrastructure Ltd"></a>
</div>
<div class="col-6 col-md-8 text-center">
<h3>Feedback from BU-UK after 12 months</h3>
<p>LOVELY THINGS THEY SAY</p>
</div>
<div class="col-6 col-md-2">
<div class="card decorated">
<p class="decorative-icon"><i class="bi-chat-square-quote-fill"></i></p>
<div class="card-body">
<p>SOMETHING PARTICULARLY PITHY.</p>
</div>
</div>
</div>
</div>
<p class="cta-button"><a class="btn btn-primary" href="https://calendly.com/nancy-umbrella/30min" target="_blank">Talk to the Umbrella team</a></p>
</div>
{% include _logo_lines.html %}
<div class="container" id="case-studies">
<h2>Case studies</h2>
<section class="row">
<article class="col-12 col-md-4">
<div class="card decorated">
<p class="decorative-icon"><i class="bi-chat-square-text-fill"></i></p>
<div class="card-body">
<p>❝Much easier than the other options.❞</p>
<img alt="BU-UK Infrastructure logo" src="/images/customers-users/customer_logo_buuk.png">
<h4 class="attribution">BU-UK</h4>
<span class="small">Building / Infrastructure</span>
<p><a href="/files/FILE.pdf" class="btn btn-primary">Download</a></p>
</div>
</div>
</article>
</section>
</div>
</section>