-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
97 lines (90 loc) · 3.06 KB
/
contact.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
---
layout: default
title: Contact
summary: Contact - Tim Gale, Product Designer
---
<div>
<div class="container--alpha">
<div class="single-content">
<!-- Contact Details -->
<div class="col-layout single-page">
<div class="col-layout-content">
<div class="col-layout__intro">
<h2 class="heading--bravo">Contact</h2>
</div>
<div class="col-layout__main">
<ul class="col-layout__main__list">
<li>
<a class="link-wrap" href="https://adplist.org/mentors/tim-gale" target="_blank">
<div class="content">
<h3 class="heading--charlie">Product Design Coaching</h3>
<p>Let’s talk about your career options and how you can level up as a Product Designer</p>
</div>
<span class="link external">View</span>
</a>
</li>
<li>
<a class="link-wrap" href="mailto:[email protected]">
<div class="content">
<h3 class="heading--charlie">Email</h3>
<p>Drop me an email if you’re looking for UX / UI design consultancy on your project</p>
</div>
<span class="link external">View</span>
</a>
</li>
<li>
<a class="link-wrap" href="https://youtube.com/@thetimgale" target="_blank">
<div class="content">
<h3 class="heading--charlie">YouTube</h3>
<p>Videos about my experience in UX and UI Design</p>
</div>
<span class="link external">View</span>
</a>
</li>
<li>
<a class="link-wrap" href="https://instagram.com/uiplug" target="_blank">
<div class="content">
<h3 class="heading--charlie">Instagram</h3>
<p>Regular snippets of product design tips and tricks</p>
</div>
<span class="link external">View</span>
</a>
</li>
</ul>
</div>
</div>
</div>
<!-- /Contact Details-->
</div>
</div>
</div>
<!-- Lower Third -->
<div class="lower-third">
<div class="lower-third__content">
<!-- Social Proof -->
<div class="client-quotes">
<div class="client-quotes__content">
<div class="quote--bravo">
<span class="quote-logo client-1">Papertrail</span>
<p>“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.”</p>
<span>– Rob Walker, Papertrail.io</span>
</div>
<div class="quote--bravo">
<span class="quote-logo client-2">Paid</span>
<p>“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.</p>
<span>– Tom Howsam, Paid</span>
</div>
</div>
</div>
<!-- /Social Proof -->
<!-- Free Download -->
<!-- <div class="download-cta">
<h3 class="heading--charlie">Learn how to land your dream design job</h3>
<p>Take control of your future and set yourself up for landing that product design job you've been looking for.</p>
<form action="#">
</form>
</div> -->
<!-- /Free Download -->
</div>
</div>
<!-- /Lower Third -->