-
Notifications
You must be signed in to change notification settings - Fork 0
/
professional.html
executable file
·42 lines (40 loc) · 1.95 KB
/
professional.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
<!DOCTYPE html>
<html>
<head>
<title>Raphael Cherney | engineering design</title>
<link rel="stylesheet" type="text/css" href="style.css" />
<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=PT+Sans+Narrow&v1" />
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-31164148-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body id="professional">
<div id="header">
<h1><a href="index.html">RAPHAEL CHERNEY</a></h1>
<h2><a href="index.html">engineering design</a></h2>
</div>
<div id="navigation">
<ul>
<li id="navigation_home"><a href="index.html">Home</a></li>
<li id="navigation_about"><a href="about.html">About Me</a></li>
<li id="navigation_projects"><a href="projects.html">Projects</a></li>
<li id="navigation_professional"><a href="professional.html">Professional</a></li>
<li id="navigation_contact"><a href="contact.html">Contact</a></li>
</ul>
</div>
<div id="content">
<p><a href="files/cherney_resume.pdf"><img src="images/28894.jpg" height=250 /></a></p>
<p><a href="files/cherney_resume.pdf">Résumé</a><label id="comment">last updated 20 Feb 2013</a></p>
</div>
<div id="footer">
© 2011-13 Raphael Cherney
</div>
</body>
</html>