-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
executable file
·52 lines (50 loc) · 2.74 KB
/
contact.html
File metadata and controls
executable file
·52 lines (50 loc) · 2.74 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
<!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="contact">
<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>
Feel free to contact me through one of the following channels (<a href="mailto:contact@raphaelcherney.com">email</a> is preferred).
</p>
<table id="image_set">
<tr>
<td><a href="mailto:contact@raphaelcherney.com"><img src="images/icons/gmail.png" alt="Gmail" width="50" height="50" /></a></td>
<td><img src="images/icons/skype.png" alt="Skype" width="50" height="50" /></td>
<td><a href="http://www.facebook.com/raphaelcherney"><img src="images/icons/facebook.png" alt="Facebook" width="50" height="50" /></a></td>
<td><a href="https://plus.google.com/116490513813799628318/about"><img src="images/icons/googleplus.png" alt="Google Plus" width="50" height="50" /></a></td>
<td><a href="http://www.linkedin.com/in/raphaelcherney"><img src="images/icons/linkedin.png" alt="LinkedIn" width="50" height="50" /></a></td>
</tr>
</table>
</div>
<div id="footer">
© 2011-13 Raphael Cherney
</div>
</body>
</html>