-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
53 lines (45 loc) · 2.01 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
<title>Ryan Thurlwell / Designer</title>
<link rel="stylesheet" href="styles.css" type="text/css">
</head>
<body>
<div class="container-fluid">
<div class="container">
<header>
<h1>Ryan Thurlwell / Designer</h1>
</header>
<div class="intro">
<p>
I like building tools for people to use. <a href="mailto:[email protected]?Subject=Hellos!" target="_top">Contact</a> </p>
</div>
<div class="projects">
<h2 class="h2-rule pb1">UX/UI projects</h2>
<ul>
<li><a href="va-mc.html">Case study: VA Medical Centers</a></li>
<li><a href="va-os.html">Case study: VA Online Scheduling Tool</a></li>
<li><a href="va-mobile-header.html">Case study: VA Mobile Header</a></li>
<li><a href="va-rs.html">Case study: VA Resources and Support</a></li>
<li><a href="va-clp.html">VA Campaign Landing Pages</a></li>
<li><a href="va-design-system.html">VA Design System</a></li>
<li><a href="login-gov.html">login.gov</a></li>
<li><a href="census.html">U.S. Census Bureau Design Guidelines</a></li>
<li><a href="cloud-gov.html">cloud.gov</a></li>
<li><a href="uscis.html">U.S. Citizenship and Immigration Services</a></li>
<li><a href="pl.html">plainlanguage.gov</a></li>
</ul>
<h2 class="h2-rule pb1 pt1">Other design work</h2>
<ul>
<li><a href="tnc.html">The Nature Conservancy annual report</a></li>
<li><a href="msci.html">MSCI Conference illustrations</a></li>
<li><a href="branding.html">Branding</a></li>
<li><a href="personal.html">Personal projects</a></li>
</ul>
</div>
</div> <!-- end container -->
</div> <!-- end container fluid -->
</body>
</html>