-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlinks.html
69 lines (55 loc) · 2.22 KB
/
links.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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<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">
<h2>Embedded Software Engineering</h2>
<p> </p>
<div id="thumbnails">
<a href="https://www.linkedin.com/in/ryanthecoder16"><img src="images/linkedin_thumbnail.png" width=25 height=25/ align="bottom"></p>LinkedIn.</a>
<p> </p>
<a href="https://github.com/ryanthecoder"><img src="images/github_thumbnail.png" width=25 height=25 align="bottom"/></p>Github.</a>
<p> </p>
<!-- <a href="https://www.upwork.com/fl/ryanhoward2"><img src="images/upwork_thumbnail.png" width=25 height=25 align="bottom"/>Upwork Freelancing.</a>
<p> </p>
-->
<a href="https://www.thingiverse.com/ryanthecoder/about"><img src="images/thingiverse_thumbnail.png" width=25 height=25 align="bottom"></p>Thingiverse 3D designs.</a>
</div>
</div>
<div id="content_bottom"></div>
</div>
</div>
</body>
</html>