-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
98 lines (80 loc) · 3.19 KB
/
index.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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" type="text/css" href="style.css" />
<title>Ryan Howard: Professional Software Developer</title>
</head>
<body>
<div id="container">
<div id="header">
<h1>Ryan<span class="off">Howard</span></h1>
<h2>Software Engineer</h2>
</div>
<div id="menu">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="embedded_work.html">Embedded Systems</a></li>
<li><a href="ci_tools.html">CI and Tools</a></li>
<li><a href="links.html">Profile Links</a></li>
</ul>
</div>
<div id="leftmenu">
<div id="leftmenu_top"></div>
<div id="leftmenu_main">
<h2>Links</h2>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="embedded_work.html">Embedded Systems</a></li>
<li><a href="ci_tools.html">CI and Tools</a></li>
<li><a href="links.html">Profile Links</a></li>
</ul>
</div>
<div id="leftmenu_bottom"></div>
</div>
<div id="content">
<div id="content_top"></div>
<div id="content_main">
<h1>About Me</h1>
</p>
<img src="images/me.jpg" style="width:225px;height:300px;">
<img src="images/DSCN1635.JPG" style="width:411px;height:300px;"></p>
Ambitious developer with years of experience in C/C++, capable of working on projects solo, as part of a team or as a facilitator between different groups. Software engineer with experience in several different roles within several different development structures from a large technical team (60-80 people), to a small team of 4 at a startup to individual Freelancing work.
<p> </p>
<h1>Education</h1>
<div id="Edu">
<p> </p>
<img src="images/800px-Stetson_Univ_Seal.svg.png" style="width:150px;height:150px;"></p>
<b>Stetson Univeristy</b> Deland Fl. (2011-2014)</p>
B.S in Computer Science</p>
Minor in Mathmatcis</p>
</div>
<p> </p>
<div id="work1">
<h1>Work History</h1>
<p> </p>
Embedded Software Engineer <b>LyteLooop</b> Great Neck, New York (January 2018 - Present)</p>
<img src="images/LyteLoop-300 pixels wide.png" style="width:300px;height:137px;">
</div>
<div id="work1">
Embedded Software Engineer <b>Workaround(Proglove)</b> Munich, Germany (April 2017 - January 2018)</p>
<img src="images/proglove.png" style="width:529px;height:152px;">
</div>
<div id="work1">
Embedded Software Engineer <b>MakerBot Ind.</b> Brooklyn, New York (April 2016 - April 2017)</p>
<img src="images/Replicator.jpg" style="width:310px;height:210px;">
</div>
<div id="work1">
Software Engineer <b>MakerBot Ind.</b> Brooklyn, New York (July 2014-April 2016)</p>
<img src="images/MakerBot_Logo.png " style="width:157px;height:199px;">
</div>
<div id="work1">
IT technician <b>Stetson University</b> Deland, Florida (July 2011 - May 2014)</p>
<img src="images/800px-Stetson_Univ_Seal.svg.png" style="width:150px;height:150px;">
</div>
</div>
<div id="content_bottom"></div>
</div>
</div>
</body>
</html>