-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
65 lines (64 loc) · 3.55 KB
/
index.html
File metadata and controls
65 lines (64 loc) · 3.55 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
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
64
65
<!DOCTYPE html>
<html lang="en">
<head>
<title> Tom Noonan </title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Portfolio site for Tom Noonan">
<link rel="shortcut icon" href="images/favicon.ico">
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/main.css">
</head>
<body>
<header>
<a href="index.html"><img src="images/goof.jpg" alt="Tom Noonan"></a>
</header>
<nav>
<ul >
<li><b>About<br>Me</b></li>
<li><a class="link" href="userunderstanding.html">User<br>Understanding</a></li>
<li><a class="link" href="interactiondesign.html">Interaction<br>Design</a></li>
<li><a class="link" href="usabilitytesting.html">Usability<br>Testing</a></li>
</ul>
</nav>
<main>
<div class="column">
<h1>Tom Noonan <p>UX Architect and Researcher</p></h1>
<h2><p>Principal UX Specialist, Gravitydrive, Inc.</p></h2>
<h3>Why I chose UX for a career</h3>
<ol>
<li>Exposure to poorly-considered products drives me crazy!</li>
<p>This ensures I'll never lose my desire to create products that consider user tasks and needs. <p>Products that lead a user to make errors and waste time, are a failure on the part of the team that developed it. Understanding your users, their expectations and their usage environment is critical.
<li>Creating products is exciting work! The chance to make a difference in the lives of people who want and need the products matters to me.</p>
<li>Working with intelligent and motivated colleagues is how I like to spend my time.</li>
<p>I enjoy working in collaborative efforts with product managers, developers, designers, writers and other professionals to conceive, design and develop high-quality products. The feeling you get when you deliver something new, that users need and like is worth the blood, sweat and tears.</p>
</ol>
</div>
<div class="column">
<h2>User Understanding</h2>
<p>While virtually any UX task can help understand the user, in this case, I'm talking about work early in the product conceptualization and design process. I'm highlighting only more recent work.</p>
<ul>
<li><a href="userunderstanding.html#nurses">Ethnographic study of home health care nurses</a></li>
<li><a href="userunderstanding.html#concepts">Concept formation and evaluation</a></li>
<li><a href="userunderstanding.html#profs">In-office observations and interviews with university professors</a></li>
</ul>
<h2>Interaction Design</h2>
<p>My focus has been on designing screens and workflows that are usable from early web eCommerce to mobile apps.</p>
<ul>
<li><a href="interactiondesign.html#Altmetrics">Almetrics</a>
<li><a href="interactiondesign.html#Authors">Save Authors to List</a>
<li><a href="interactiondesign.html#SD">ScienceDirect Pay-per-view</a>
</ul>
<h2>Usability Testing</h2>
<p>For my portfolio, I'm defining usability testing broadly to illustrate the breadth and depth of my work</p>
<ul>
<li><a href="usabilitytesting.html#Baseline">Baseline testing and post-visual redesign comparison</a>
<li><a href="usabilitytesting.html#Style">Remote, unmoderated testing of visual style options for field entry</a>
<li><a href="usabilitytesting.html#Moderated">Moderated one-on-one testing</a>
</ul>
</div>
</main>
<footer><hr height="2">
</footer>
</body>
</html>