-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlightingTree.html
53 lines (53 loc) · 2.26 KB
/
lightingTree.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 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>
<link href="node_modules/lightbox2/src/css/lightbox.css" rel="stylesheet">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Jayson Perkins | Lighting Tree</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> | Drag Race Lighting Tree | <a href="portfolio.html">Portfolio</a>
| <a href="PerkinsJaysonResume.pdf">Resume</a> | <a href="http://github.com/jperk51">Github</a></p>
 
<div class="content">
<p class="desc">My first project for the Electronics Lab at OSU was to complete a drag race lighting tree. The lighting tree was already built by a coworker
in the lab before I was hired. My task was to finish wiring and program the lighting tree in way that enabled it to count down and start the way a real drag
strip lighting tree does. Once the lighting tree was working, we decided to add pressure pads at the start and finish of the strip so that the program could
record exactly how long the race took for each cart. The carts were designed to hold the compressed air engines created by the capstone students. </p>
<a href="PortfolioPics/LightingTreePic.jpg" data-lightbox="LightTree" data-title="Drag Race Lighting Tree"><img src="PortfolioPics/LightingTreePic.jpg" alt="Drag Race Lighting Tree" height="300"></a>
<a href="PortfolioPics/LightingTreePressurePadsPic.jpg" data-lightbox="LightTree" data-title="Drag Race Pressure Pads"><img src="PortfolioPics/LightingTreePressurePadsPic.jpg" alt="Drag Race Pressure Pads" height="200"></a>
</div>
 
<script src="node_modules/lightbox2/dist/js/lightbox-plus-jquery.js"></script>
</body>
</html>