-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.php
62 lines (39 loc) · 1.86 KB
/
about.php
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
<?php include 'header.php'; ?>
<title>About Rob - Rob Thwaites - Web & Graphic Design</title>
<link rel="canonical" href="http://robthwaites.com/about" />
<?php include 'header2.php'; ?>
<div class="presentation">
<div id="slides" tabindex="-1">
<p><img class="ratio" src="images/1x1.png" style="display:none;"></p>
<nav class="prevnext top">
<a class="close" href="/">✕</a>
</nav>
<article class="about-rob">
<div class="contact-details">
<p>[email protected]</p>
<p>0403 899 183</p>
<p>Sydney, Australia</p>
</div>
<h1>Rob Thwaites</h1>
<h2>Digital Product Designer</h2>
<p>Currently <strong>UX Designer</strong> for award-winning mobile advertising startup <a href="#">PLAYGROUND XYZ</a>, where I design and prototype digital advertising products. Lead designer for Reporting and Analytics for their online platform.</p>
<h3>I Sketch and code.</h3>
<p>Though I use Sketch and Photoshop daily, I lean towards 'designing in the browser'. I use advanced skills in <strong>HTML</strong>, <strong>CSS</strong> and <strong>Javascript</strong> to quickly iterate towards moving, functioning prototypes that lay the groundwork for final development.</p>
<h3>A visual touch.</h3>
<p>Originally a graphic designer and animator, I know the value of engaging people in your product through meaningful motion design and visual flair that delights.</p>
<h3>Digital design for humans.</h3>
<p>I am a naturally empathetic person, and user needs a constant companion throughout the design process. I have experience conducting user research at project inception, and user testing at different stages in the project.</p>
<h4>Skills</h4>
<ul>
<li></li>
<li></li>
<li></li>
<li></li>
</ul>
</article>
<nav class="prevnext bottom">
<a class="close" href="/">✕</a>
</nav>
</div>
</div>
<?php include 'footer.php'; ?>