-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathretiresense.html
52 lines (52 loc) · 2 KB
/
retiresense.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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Jayson Perkins | R-IncomeAnalyzer</title>
<style type="text/css">
body {
font-family: Helvetica, Verdana, Arial, sans-serif;
background-color: black;
color: white;
text-align: center;
}
a:link, a:visited {
color: #FFF;
}
a:active, a:hover {
color: #666;
}
p.header {
font-size: medium;
text-align: center;
}
p.header span {
font-weight: bold;
}
div.content {
margin: auto;
width: 800px;
text-align: left;
}
p.desc {
line-height: 25px;
margin-bottom: 20px;
}
</style>
</head>
<body>
<p class="header"><a href="index.html">Jayson Perkins</a> | R-IncomeAnalyzer | <a href="portfolio.html">Portfolio</a>
| <a href="PerkinsJaysonResume.pdf">Resume</a> | <a href="http://github.com/jperk51">Github</a></p>
 
<div class="content">
<img src="PortfolioPics/RetiresensePic.jpg" alt="R-IncomeAnalyzer" width="800">
<p class="desc">Web Application written in Java used to calculate retirement plans based on user's current financial situation and how much money needed annually
during retirement. Nationwide attempted to contract out updating this project, and it was going to cost too much, so they hired 4 OSU interns to do the update.
Each of us interns were placed in one of four positions: Java programmer, VBA programmer, Test Automation, and Business Analyst. I chose to be the Java programmer,
and in my ~2 years there our team updated the application for the first time in six years before adding a brand new set of features to the application based on user feedback.
More Info: <a href="https://www.nationwide.com/retiresense.jsp">Retiresense</a> ::
<a href="https://nationwidefinancial.com/#!/topics/retirement-income-planning/resources">R-IncomeAnalyzer</a></p>
</div>
 
</body>
</html>