-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
37 lines (27 loc) · 1.15 KB
/
index.html
File metadata and controls
37 lines (27 loc) · 1.15 KB
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
---
layout: index-page
title: Simon Wilson – digital director and design lead
date: 2019-07-15T09:00:00.000+00:00
---
<h1>Hi! I'm Si.</h1>
<h2>I am a highly experienced digital director and design lead.</h2>
<p>
I lean on over twenty years of experience in digital and design to help people, teams and organisations work out what they need to do, design it, and make it happen. I do research, strategy, service design, product design, interaction design, team building and management.
</p>
<p>
<a href="principles" class="more-link">My guiding principles for working →</a><br />
<a href="now" class="more-link">What I am doing now →</a><br />
<a href="/past/" class="more-link">What I have done in the past →</a><br />
<a href="/past/" class="more-link">My blog posts →</a>
</p>
<!--
<hr>
<h3>My recent blog posts</h3>
{% for post in site.posts limit: 5 %}
<p>
<div class="page-meta">{{ post.date | date: "%-d %B %Y" }}</div>
<a class="post-link" href="{{ post.url | prepend: site.baseurl }}">{{ post.title }}</a>
</p>
{% endfor %}
<p><a href="/all-posts" class="more-link">View all blog posts →</a></p>
-->