-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
91 lines (76 loc) · 4.34 KB
/
index.html
File metadata and controls
91 lines (76 loc) · 4.34 KB
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
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8' />
<meta http-equiv="X-UA-Compatible" content="chrome=1" />
<meta name="description" content="msalsbery.github.io : " />
<link rel="stylesheet" type="text/css" media="screen" href="content/style/stylesheet.css">
<title>msalsbery.github.io</title>
</head>
<body>
<div id="header_wrap" class="outer">
<header class="inner">
<a id="forkme_banner" href="https://github.com/msalsbery">View on GitHub</a>
<h1 id="project_title">Mark Salsbery</h1>
<h2 id="project_tagline">Software Developer</h2>
</header>
</div>
<div id="main_content_wrap" class="outer">
<section id="main_content" class="inner">
<h3><a name="about-me" class="anchor" href="#about-me"><span class=" octicon octicon-link"></span></a>About</h3>
<p>
Over 20 years experience specializing in medical imaging application development. Currently available for custom web development,
particularly single-page imaging applications in HTML5 and javascript, including imaging, database, and collaboration.
</p>
<p>
Open Source Projects:
<ul>
<li><a href="http://openseadragon.github.io/" class="">OpenSeadragon (Collaborator)</a></li>
<li><a href="./openseadragon-imaging/site/index.html" class="">OpenSeadragonImaging (Owner)</a></li>
</ul>
</p>
<p>
Languages:
<ul>
<li>Javascript</li>
<li>C#</li>
<li>C++</li>
<li>HTML5</li>
</ul>
</p>
<p>
Libraries and Frameworks:
<ul>
<li><a href="http://openseadragon.github.io/" class="">OpenSeadragon</a></li>
<li><a href="https://nodejs.org/" class="">nodejs</a></li>
<li><a href="http://expressjs.com/" class="">Express</a></li>
<li><a href="https://gruntjs.com/" class="">Grunt</a></li>
<li><a href="https://aurelia.io/" class="">Aurelia</a></li>
<li><a href="http://www.breezejs.com/" class="">Breeze</a></li>
<li><a href="http://knockoutjs.com/" class="">Knockout</a></li>
<li><a href="http://jquery.com/" class="">jQuery</a></li>
<li><a href="http://www.asp.net/mvc" class="">ASP.NET MVC</a></li>
<li><a href="http://www.asp.net/web-api" class="">ASP.NET Web API</a></li>
<li><a href="http://www.asp.net/web-pages" class="">ASP.NET Web Pages</a></li>
</ul>
</p>
<h3><a name="my-location" class="anchor" href="#my-location"><span class=" octicon octicon-link"></span></a>Location</h3>
<p>
<ul>
<li><a href="https://www.google.com/maps/place/Fullerton,+CA/" class="">Fullerton, CA USA</a></li>
</ul>
</p>
<h3><a name="contact-me" class="anchor" href="#contact-me"><span class="octicon octicon-link"></span></a>Contact</h3>
<a href="mailto:msalsbery@hotmail.com" class="contact-link"><img src="content/images/email_sm.png" class="contact-link-img" />Email</a><br />
<a href="https://github.com/msalsbery" class="contact-link"><img src="content/images/GitHub-Mark-64px.png" class="contact-link-img" />GitHub</a><br />
<a href="https://twitter.com/marksalsbery" class="contact-link"><img src="content/images/twitter_sm.png" class="contact-link-img" />Twitter</a><br />
<a href="https://www.facebook.com/mark.salsbery.9" class="contact-link"><img src="content/images/facebook_sm.png" class="contact-link-img" />Facebook</a><br />
<script>!function (d, s, id) { var js, fjs = d.getElementsByTagName(s)[0], p = /^http:/.test(d.location) ? 'http' : 'https'; if (!d.getElementById(id)) { js = d.createElement(s); js.id = id; js.src = p + '://platform.twitter.com/widgets.js'; fjs.parentNode.insertBefore(js, fjs); } }(document, 'script', 'twitter-wjs');</script>
</section>
</div>
<div id="footer_wrap" class="outer">
<footer class="inner">
</footer>
</div>
</body>
</html>