-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathportfolio.html
61 lines (61 loc) · 2.83 KB
/
portfolio.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
54
55
56
57
58
59
60
61
<!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 | Software Engineer</title>
<style type="text/css">
body {
font-family: Helvetica, Verdana, Arial, sans-serif;
background-color: black;
color: white;
}
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;
}
p.footer {
font-size: x-small;
}
p.browserWarn {
font-size: x-small;
}
div.content {
margin: auto;
width: 800px;
}
</style>
</head>
<body>
<p class="header"><a href="index.html">Jayson Perkins</a> | Portfolio | <a href="PerkinsJaysonResume.pdf">Resume</a>
| <a href="http://github.com/jperk51">Github</a></p>
 
<p><a href="f3Radio.html">Falcon III Radio</a> - Harris Corp - Embedded System. Written in C and C++. Military grade radio created for the U.S. governement. 2016 - 2017</p>
 
<p><a href="IPPMDemo.html">Image Processing Package Manager Demo</a> - Harris Corp - Web Application, Shared Libraries. Written in NodeJS and C++. A demo of a system that can
add new image processing algorithms, as shared libraries, like npm adds new packages to NodeJS. 2016 - 2017</p>
 
<p><a href="piOrder.html">Pi-Order</a> - Portfolio - Embedded System, Web Application. Written in Python and NodeJS. Dynamically programmable version of the Amazon Dash Button
created using a Raspberry Pi. 2016</p>
 
<p><a href="alter.html">Alter</a> - Portolio - 2D Game. Written in C# with Unity. The player can manipulate in game physics in order to solve each level's puzzle. 2016</p>
 
<p><a href="retiresense.html">R-IncomeAnalyzer (Retiresense)</a> - Nationwide Insurance - Web Application. Written in Java. Uses user financial data to recommend a retirement plan. 2014 - 2016</p>
 
<p><a href="conversionDB.html">Conversion Dashboard</a> - Strategic Insurance Software - Native Windows Application. Written in C#. Created to automate database conversions. 2014</p>
 
<p><a href="stewartPlat.html"> Stewart Platform</a> - Mechanical Engineering Department at OSU - Embedded System. Written in Arduino C. Stewart Platform controlled by a Wii nunchuck. 2014</p>
 
<p><a href="airEngine.html">Compressed Air Engine</a> - Mechanical Engineering Department at OSU - Embedded System. Written in Arduino C. Single Cylinder engine powered by compressed air. 2013 - 2014</p>
 
<p><a href="lightingTree.html"> Drag Race Lighting Tree</a> - Mechanical Engineering Department at OSU - Embedded System. Written in Arduino C. Lighting Tree that tracked race time with pressue pads. 2013</p>
</body>
</html>