-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPortfolioPUI.html
37 lines (35 loc) · 2.67 KB
/
PortfolioPUI.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Katie Riker</title>
<meta name="description" content="Personal website for Katie Riker">
<link rel="stylesheet" href="main.css">
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
</head>
<body>
<div id="main">
<div class="maincontent">
<div class="title"><a href="index.html"><img id="namehead" alt="Katie Riker" src="name.svg" /> <h1 style="display:none;">Katie Riker</h1></a> </div>
<div class="content">
<a href="PrivatePortfolio.html"><img id="portfoliohead" alt="Portfolio" src="portfolio.svg" /></a>
<h2> Pega Underwriting Redesign</h2>
<p>Pega Underwriting for Insurance (PUI) is one of the products I’ve spent a lot of time on. </p>
<p>Recently, I led a full redesign of this application, to take it from a piece-meal app that was built in fits and starts with no overall vision, to a fully designed product. This project is still in development and design iteration, with phase 1 complete.</p>
<p>What is shown below is the "mid term amendment" process. In this, a company has requested a change to their commercial policy. They can potentially change any detail on their entire policy, which could be hundreds of pages long when printed. Designing this process meant taking a look at the application holistically and identifying and fixing usability issues that existed in the original policy set-up. This project was scoped by the development teams working on it as a 6-9 month project and it is being built in phases.</p>
<p>Check out the screenshots here, and if you're interested in more, watch the video below. A full overview of the design is at about 2min in. </p>
<p>(Created with Illustrator and Marvel)</p>
<p class="mobile-msg"> On mobile? This unfortunately won't render well under 700px wide.</p>
<img src="MTA_1.png" width="700px" />
<img src="MTA_2.png" width="700px" />
<p><a href="https://youtu.be/CYVdTYygEYk">See a demo</a></p>
</div>
<p class="browse-links"><a href="PrivatePortfolio.html">Go back to the portfolio</a></p>
</div>
<div id="footer">
<p>Copyright Katie Riker, 2015-2017</p>
</div>
</div>
</body>