-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
63 lines (55 loc) · 1.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
---
title: Designer of things.
layout: page
---
<div class="home">
<p>
I use Design Sprints to help teams design better products and services, faster. Passionate about ethical, egoless design for everyone. Currently working with UK government. Based in Leeds, UK.
</p>
<h2 class="page-heading">Writing</h2>
<ul class="post-list">
{% for post in site.posts %}
<li>
<span class="post-meta">{{ post.date | date: "%b %-d, %Y" }}</span>
<h3>
<a class="post-link" href="{{ post.url | prepend: site.baseurl }}">{{ post.title }}</a>
</h3>
{{ post.excerpt }}
</li>
{% endfor %}
</ul>
<p class="rss-subscribe">subscribe <a href="{{ "/feed.xml" | prepend: site.baseurl }}">via RSS</a></p>
<h2 class="page-heading">Products</h2>
<ul class="post-list">
<li>
<h3>
<a class="post-link" href="http://careers.dwp.gov.uk/">Digital DWP careers</a>
</h3>
<p>Search jobs and find out about working with Digital DWP.</p>
</li>
<li>
<h3>
<a class="post-link" href="https://gist.github.com/charlesrt/75ab9768298cbd2466b7">Job posting standard</a>
</h3>
<p>An open standard for publishing job postings online.</p>
</li>
<li>
<h3>
<a class="post-link" href="https://itunes.apple.com/gb/app/first-direct-banking-on-the-go/id405905004?mt=8">first direct</a>
</h3>
<p>Banking on the go mobile app.</p>
</li>
<li>
<h3>
<a class="post-link" href="https://www.hsbc.fr/1/PA_esf-ca-app-content/content/mobile1_5/mobile/content/france/index.html">HSBC</a>
</h3>
<p>Mobile banking demo for France.</p>
</li>
<li>
<h3>
<a class="post-link" href="http://bank.marksandspencer.com/banking/my-account/">M&S Bank</a>
</h3>
<p>Adaptive design for internet banking.</p>
</li>
</ul>
</div>