-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
210 lines (198 loc) · 7.74 KB
/
index.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
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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
---
layout: default
---
<div class="main">
<div class="container--alpha">
<!-- About -->
<div class="hero">
<div class="hero__content">
<div class="hero__content__intro">
<div class="bio">
<h2 class="heading--alpha">Launch and grow your SaaS product with confidence</h2>
<p>A freelance UX / UI designer with over 12 years of experience helping tech companies deliver customer focused solutions.</p>
</div>
<!-- CTA -->
<div class="hero__cta">
<a class="button-primary" href="/discovery-call">Get in touch</a>
</div>
<!-- /CTA -->
<hr>
<div class="social-proof">
<h3 class="heading--charlie">Trusted by Founders</h3>
<div class="quote--alpha">
<p><span class="quote-mark">“</span>Since partnering with Tim, our weekly sign ups have doubled. This enhancement in user experience has significantly reduced friction points, making it inviting and easier for new users to join, boosting our growth.<span class="quote-mark">”</span></p>
<div class="client">
<div class="photo quote-1"></div>
<div class="client-meta">
<span class="name">Bill Measom</span>
<span class="title">Director of ukretreats.co.uk</span>
</div>
</div>
</div>
</div>
</div>
<img class="hero-image" src="images/hero-image.png" alt="Tim speaking at an event">
</div>
<div class="logos">
<ul>
<li class="client-1">Sky</li>
<li class="client-2">Sigma 7</li>
<li class="client-3">SLC</li>
<li class="client-4">Paid</li>
<li class="client-5">UKR</li>
<li class="client-6">APDList</li>
<li class="client-7">NHS</li>
</ul>
</div>
</div>
<!-- /About -->
<!-- Work -->
<div id="work" class="row-layout">
<div class="row-layout-content">
<div class="row-layout__intro">
<h2 class="heading--bravo">Work</h2>
</div>
{% for work_item in site.work_items limit:4 %}
<div class="case-study {{ work_item.class }}">
<div class="main">
<div class="heading">
<span class="client-logo">
<img src="{{ work_item.logo }}" alt="" width="{{ work_item.logo-width }}">
</span>
<h3>{{ work_item.impact }}</h3>
</div>
<div class="services">
<ul>
<li>UX Strategy</li>
<li>UX Research</li>
<li>UX Design</li>
<li>UI Design</li>
</ul>
</div>
<a class="button-secondary" href="{{ work_item.permalink }}">View Case Study</a>
</div>
<div class="image">
<img class="sample-image" src="{{ work_item.sample-image }}" alt="" width="578px">
</div>
</div>
{% endfor %}
</div>
</div>
<!-- /Work -->
<!-- Articles -->
<div id="articles" class="row-layout articles">
<div class="row-layout-content">
<div class="row-layout__intro">
<h2 class="heading--bravo">Blog</h2>
</div>
<div class="col-layout__main">
<ul class="col-layout__main__list">
{% for post in site.posts limit:3 %}
{% if post.tags contains 'posts' %}
<li>
<a href="{{ post.url }}" class="link-wrap">
<div class="article-preview__content content">
<img class="article-preview-image" src="{{ post.image }}" alt="{{ post.title }}">
<div class="content-text">
<h3 class="heading--charlie">{{ post.title }}</h3>
<p>{{ post.summary }}</p>
</div>
</div>
<span class="link internal">View</span>
</a>
</li>
{% endif %}
{% endfor %}
</ul>
</div>
</div>
</div>
<!-- /Articles -->
<!-- Satisfied Clients -->
<div id="testimonials" class="row-layout client-quotes">
<div class="row-layout-content">
<div class="row-layout__intro">
<h2 class="heading--bravo">Satisfied Clients</h2>
</div>
<div class="client-quotes__content">
<div class="quote--charlie">
<p><span class="quote-mark">“</span>The quality of Tim's work and his communication with us has always been great, and we have never hesitated to get him involved in a project.<span class="quote-mark">”</span></p>
<div class="client">
<div class="photo quote-2"></div>
<div class="client-meta">
<span class="name">Rob Walker</span>
<span class="title">CTO, papertrail.io</span>
</div>
</div>
</div>
<div class="quote--charlie">
<p><span class="quote-mark">“</span>Tim ran UX for Paid, and is great at working with clients, running workshops and communicating his ideas to the team. His UX is always on point.<span class="quote-mark">”</span></p>
<div class="client">
<div class="photo quote-3"></div>
<div class="client-meta">
<span class="name">Tow Howsam</span>
<span class="title">Founder, paid.co.uk</span>
</div>
</div>
</div>
<div class="quote--charlie">
<p><span class="quote-mark">“</span>Tim has a remarkable level of thoughtfulness and empathy in his approach to design. He showcases a strong growth mindset that will benefit any client that is focused on crafting exceptional customer experiences.<span class="quote-mark">”</span></p>
<div class="client">
<div class="photo quote-4"></div>
<div class="client-meta">
<span class="name">Chris Compston</span>
<span class="title">Product Ops Leader</span>
</div>
</div>
</div>
<div class="quote--charlie">
<p><span class="quote-mark">“</span>I’ve had the pleasure of working with Tim on multiple projects and can say with certainty that he is one of the best designers I've worked with. Tim would be a solid addition to any business and I cannot recommend him highly enough.<span class="quote-mark">”</span></p>
<div class="client">
<div class="photo quote-5"></div>
<div class="client-meta">
<span class="name">Lewis Morris</span>
<span class="title">Founder, middlesbroughfe.co.uk</span>
</div>
</div>
</div>
<div class="quote--charlie">
<p><span class="quote-mark">“</span>I have had the pleasure of working closely with Tim, and I can confidently say that he is an exceptional Product Designer. His brilliance in design is evident not only in the quality of his work but also in his approach to collaboration and customer interaction.<span class="quote-mark">”</span></p>
<div class="client">
<div class="photo quote-6"></div>
<div class="client-meta">
<span class="name">Joe Sweeny</span>
<span class="title">VP Engineering, s7risk.com</span>
</div>
</div>
</div>
<div class="quote--charlie">
<p><span class="quote-mark">“</span>Since partnering with Tim, our weekly sign ups have doubled. This enhancement in user experience has significantly reduced friction points, making it inviting and easier for new users to join, boosting our growth.<span class="quote-mark">”</span></p>
<div class="client">
<div class="photo quote-1"></div>
<div class="client-meta">
<span class="name">Bill Measom</span>
<span class="title">Director, ukretreats.co.uk</span>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- /Satisfied Clients -->
<!-- CTA -->
<div id="lets-talk" class="lower-third lower-cta">
<div class="lower-third__content">
<div class="lower-cta__main">
<div class="copy">
<h2>Transform your SaaS business with a proven design partner</h2>
<p>Book your free discovery call today and let's talk about how I can help you reach your product goals.</p>
</div>
<div>
<a class="button-primary" href="/discovery-call">Book Your Discovery Call</a>
</div>
</div>
</div>
</div>
<!-- /CTA -->
</div>
</div>