-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
68 lines (62 loc) · 2.29 KB
/
contact.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
<!DOCTYPE HTML>
<html>
<head>
<title>ELB contact</title>
<meta name="description" content="website description" />
<meta name="keywords" content="contact, audio signal processing" />
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<link rel="stylesheet" type="text/css" href="css/style.css" />
<!-- modernizr enables HTML5 elements and feature detects -->
<script type="text/javascript" src="js/modernizr-1.5.min.js"></script>
</head>
<body>
<div id="main">
<div id="top_container">
<header>
<div id="logo"><h1><a href="#">ELB</a></h1></div>
<nav>
<ul class="lavaLampWithImage" id="lava_menu">
<li><a href="index.html">home</a></li>
<li><a href="myPublis.html">publications</a></li>
<li class="current"><a href="contact.html">contact</a></li>
</ul>
</nav>
</header>
<div class="strapline_container">
<div class="strapline">
<h2>Contact information</h2>
</div>
</div>
</div>
<div id="site_content">
<div id="content">
<p>
<br><br>
<h4><b>Email:</b> laurent dot benaroya at gmail dot com<br>
<b>LinkedIn: <a href="https://www.linkedin.com/in/laurent-benaroya/" target="_blank">elie-laurent-benaroya</a></b><br>
<b>github: <a href="https://github.com/laurentbenaroya" target="_blank">laurentbenaroya</a></b><br>
<b>blog: <a href="https://astus-geekus.com/" target="_blank">astus-geekus.com</a></b>
</h4>
</p>
</div>
</div>
<footer>
<p><a href="index.html">home</a> | <a href="myPublis.html">publications</a> | <a href="contact.html">contact</a></p>
<p>© 2014 CSS3_flowers. All Rights Reserved. | <a href="http://www.css3templates.co.uk">design from css3templates.co.uk</a></p>
</footer>
</div>
<!-- javascript at the bottom for fast page loading -->
<script type="text/javascript" src="js/jquery.min.js"></script>
<script type="text/javascript" src="js/jquery.easing.min.js"></script>
<script type="text/javascript" src="js/jquery.lavalamp.min.js"></script>
<script type="text/javascript" src="js/image_fade.js"></script>
<script type="text/javascript">
$(function() {
$("#lava_menu").lavaLamp({
fx: "backout",
speed: 700
});
});
</script>
</body>
</html>