-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtestimonials.html
More file actions
101 lines (92 loc) · 4.97 KB
/
testimonials.html
File metadata and controls
101 lines (92 loc) · 4.97 KB
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
<!doctype html>
<html lang='en'>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Translating Matters</title>
<link rel="stylesheet" href="./css/style.css">
<link rel="stylesheet" href="./css/tachyons.css">
<script defer src="https://use.fontawesome.com/releases/v5.0.1/js/all.js"></script>
</head>
<body>
<nav class="pa2 pa4-ns">
<img class="db mw7-l mw5-m center ph4-ns" src="./img/TM-logo-english.png" alt="Translating Matters Logo">
<div class="center pv2 gray tc">Lucy O'Shea</div>
<div class="tc pv4">
<a class="link mid-gray f6 f4-ns dib mr4 hover-ocean-green" href="./index.html" title="Home">Home</a>
<a class="link mid-gray f6 f4-ns dib mr4 hover-ocean-green" href="./about.html" title="About">About</a>
<a class="link mid-gray f6 f4-ns dib mr4 hover-ocean-green" href="./services.html" title="Services">Services</a>
<a class="link ocean-green f6 f4-ns dib hover-ocean-green" href="./testimonials.html" title="Testimonials">Testimonials</a>
</div>
</nav>
<main class="pa3 pa0-ns pv2-ns bg-light-gray black">
<div class="tj f4 center mw7">
<p class="tc b lh-title">Don’t just take my word for it.</p>
<p class="lh-copy">
This is what my customers have to say about me:
</p>
<div class="pa4-ns">
<blockquote class="athelas ml0 mt0 pl4 black-90 bl bw2 b--ocean-green">
<p class="f5 f4-m f3-l lh-copy measure mt0">
Lucy is a very experienced translator, who has proven herself to be flexible,
professional and extremely thorough.
Lucy is comfortable flagging up the source content when it is confusing or ambiguous
and even points out any errors in the text to be translated.
Lucy knows how to use the industry tools and always delivers on time.
</p>
<cite class="f6 ttu tracked fs-normal">―Stéphane Almin, Lexcelera</cite>
</blockquote>
</div>
<div class="pa4-ns">
<blockquote class="athelas ml0 mt0 pl4 black-90 bl bw2 b--ocean-green">
<p class="f5 f4-m f3-l lh-copy measure mt0">
This year was particularly successful in terms of translation.
We were impressed by Lucy’s responsiveness and proposed translations.
In the audio-visual industry, this is essential.
In addition, Lucy works to our budgets and document formats and meets our deadlines,
even when we have to push them forward, making her a high-quality partner.
Her work has delighted my customers.
</p>
<cite class="f6 ttu tracked fs-normal">―Pascale ADELAIDE, Voix-Off</cite>
</blockquote>
</div>
<div class="pa4-ns">
<blockquote class="athelas ml0 mt0 pl4 black-90 bl bw2 b--ocean-green">
<p class="f5 f4-m f3-l lh-copy measure mt0">
I highly recommend Lucy for her professionalism, the quality of her translations
and her fast turnaround times.
It is always a pleasure to work with her.
</p>
<cite class="f6 ttu tracked fs-normal">―Dr Anaïs Mazella, Psychologist</cite>
</blockquote>
</div>
<div class="pa4-ns">
<blockquote class="athelas ml0 mt0 pl4 black-90 bl bw2 b--ocean-green">
<p class="f5 f4-m f3-l lh-copy measure mt0">
As a fellow professional I have used Lucy’s services on several occasions
and am always impressed with the quality of Lucy’s work.
I find Lucy to be extremely professional, reliable and efficient.
Lucy is a stickler for accuracy and has an exceptional eye for detail.
Lucy provides an exceptional value-for-money service which is absolutely unbeatable.
</p>
<cite class="f6 ttu tracked fs-normal">―Sophie Simon, Translator and Interpreter</cite>
</blockquote>
</div>
</div>
<img class="db mw7-l mw5-m center pv4 ph4-ns" src="./img/materials.jpg" alt="Office Translating Matters">
</main>
<footer class="pa2 bg-gray">
<div class="tc pv2">
<a class="link f4 f3-ns dib mh4 ocean-green" href="https://www.facebook.com/translatingmatters/"><i class="fab fa-facebook-f"></i></a>
<a class="link f4 f3-ns dib mh4 ocean-green" href="https://twitter.com/LucyO86"><i class="fab fa-twitter"></i></a>
<a class="link f4 f3-ns dib mh4 ocean-green" href="http://translatingmatters.blogspot.co.uk/"><i class="fab fa-blogger-b"></i></a>
</div>
<div class="pv2 mw5 center tc">
<a class="center dib link f6 f5-ns white" href="./index-fr.html">Lire en Français</a>
</div>
<div class="mw8 center tc f7 pv2-ns">
<span class="small white">Lucy O'Shea, Translating Matters. All rights reserved.</span>
</div>
</footer>
</body>
</html>