-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
17 lines (16 loc) · 990 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---
layout: default
---
<div class="bg-white rounded-md space-y-6 md:flex md:space-x-6 md:space-y-0">
<img class="h-32 w-32 rounded-full" src="avatar.jpg">
<div class="">
<h2 class="text-xl">James King</h2>
<div class="my-6 space-y-6">
<p>I am a designer and technologist. I have two main professional interests:</p>
<p class="ml-6">– How science can be organised to work better. I work on this at <a href="https://www.science-practice.com" class="underline font-semibold">Science Practice</a>.</p>
<p class="ml-6">– How healthcare can be personalised to the individual while being made more effective and less expensive. I work on this at <a href="https://www.ctrl-group.com" class="underline font-semibold">Ctrl Group</a>.</p>
<p>I live in London.</p>
<p>If you would like to get in touch, please feel free to email me: <a href="mailto:[email protected]" class="underline font-semibold">[email protected]</a>.</p>
</div>
</div>
</div>