-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathwork.html
45 lines (33 loc) · 1.28 KB
/
work.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
<!DOCTYPE html>
<html>
<head>
<title>Portfolio — Dominic Warren</title>
<meta name="description" content="A look at examples and case studies of my work.">
<link type="text/plain" rel="author" href="/humans.txt">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta charset='utf-8'>
<link rel="stylesheet" href="/assets/index.css">
<link rel="shortcut icon" href="/assets/favicon.ico" type="image/x-icon">
<link rel="icon" href="/assets/favicon.ico" type="image/x-icon">
</head>
<body>
<div id="wrapper">
<div class="header">
<div class="navigation">
<div class="nav1"><a href="/index">home</a></div>
<div class="nav2"><a href="/work">work</a></div>
<div class="nav3"><a href="https://dominic-warren.medium.com/" target="_blank">writing</a></div>
</div>
</div>
<div class="content">
<h1>Work</h1>
<h2>Case studies</h2>
<p><a href="/portfolio/case-study-rsa">RSA home insurance digital transformation</a></p>
<h3>Portfolio</h3>
<p><a href="/portfolio/ths-release-notes">TrustedHousesitters</a></p>
<p><a href="/portfolio/rsa-t-and-c">RSA insurance</a></p>
<p><a href="/portfolio/ct-notice">VOA</a></p>
</div>
</body>
</html>