-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
98 lines (66 loc) · 3.87 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
<!DOCTYPE html>
<html>
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-BZQWJ07CQL"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-BZQWJ07CQL');
</script>
<title>Rob McCarthy - Interaction Designer</title>
<link href="./style.css" type="text/css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Muli:300,400,700&display=swap" rel="stylesheet">
<script src="https://kit.fontawesome.com/f2082d0580.js" crossorigin="anonymous"></script>
<meta charset="UTF-8">
<meta name="viewport" content="width-device-width, initial-scale=1.0">
</head>
<body>
<a name="top"></a>
<!-- header -->
<div id="header">
<!-- logo -->
<div id="header-container">
<a class="logo" href="./index.html">Rob McCarthy</a>
<!-- main navigation -->
<a class="linkone" href="./blog.html">Blog</a>
<a class="linktwo" href="./index.html">Home</a>
</div>
</div>
<!-- body -->
<div class="profile-text">
<h1 class="profile">Hello. I'm Rob, an Interaction Designer with experience working in <a class="h1link" href="https://mojdigital.blog.gov.uk/">government</a>, <a class="h1link" href="https://digital.nhs.uk/services/urgent-care-self-service-tool">healthcare</a>, <a class="h1link" href="https://www.colchester.gov.uk/">local government</a>, and <a class="h1link" href="https://www.moneyhelper.org.uk/en">financial services</a>.</h1>
</div>
<div id="profile-picture">
<img class="rob-profile" src="./images/rob-profile-picture.png">
</div>
<div class="profile-text">
<h1 class="profile-one">I use design to help organisations deliver great products and services for people.</h1>
</div>
<div class="profile-text">
<h3 class="profile-heading">Case studies</h3>
<p class="profile"><a href="./case-study-nhs.html">Alleviating pressures on A&E</a><br>Improving the care and experience of patients visiting A&E.</p>
<p class="profile"><a href="./case-study-cs.html">Implementing self-serve during COVID-19</a><br>Easing the increasing demand on stretched services through channel shift and customer self-serve.</p>
<p class="profile"><a href="./case-study-calendar.html">Saving money whilst delivering more</a><br>Providing online, user-friendly, and accessible recycling calendars for all.</p>
<p class="profile"><a href="./case-study-cbc.html">Creating consistency</a><br>Improving the customer experience of self-serve transactions at local government level.</p>
<!-- NOT SURE ABOUT THIS TEXT
<h3 class="profile-heading">My approach</h3>
<p class="profile">I collaborate with multidisciplinary teams to create digital products and services that work for people. Throughout my career, I've kept my approach to design and leadership simple but effective, with a focus on; people, delivery, and high attention to detail.</p>
<ul>
<li>Discover and research</li>
<li>Understand goals, product vision and user needs</li>
<li>Plan features and establish a roadmap for delivery</li>
<li>Wireframe, prototype and test with users</li>
<li>Work with researchers to gather and analyse user insights</li>
<li>Create design systems, pattern libraries and production ready user interfaces</li>
<li>Provide team leadership, coaching and mentoring, technical handover, and stakeholder management</li>
<li>Assure quality</li>
</ul>
-->
<h3 class="profile-heading">Say hello</h3>
<p class="profile"><a href="https://www.linkedin.com/in/rob-mccarthy-71a42526">Find me on LinkedIn</a> or <a href="mailto:[email protected]">drop me an email</a>.</p>
</div>
<div class="arrow-icon"><a class="arrow-icon-hover" href="#top"><img src="back-to-top.svg"></a></div>
</body>
</html>