-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact_en.html
69 lines (64 loc) · 2.62 KB
/
contact_en.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>
<html lang="en" dir="ltr">
<head>
<title>Vincent Démery - Contact</title>
<meta charset="UTF-8">
<link rel="stylesheet" href="styles/layout.css" type="text/css">
<!--[if lt IE 9]><script src="scripts/html5shiv.js"></script><![endif]-->
</head>
<body>
<div class="wrapper row1">
<header id="header" class="clear">
<div id="hgroup">
<h1>Contact</h1>
</div>
<nav>
<ul>
<li><a href="index_en.html">Home</a></li>
<li><a href="research.html">Research</a></li>
<li><a href="publications_en.html">Publications</a></li>
<li><a href="teaching.html">Teaching</a></li>
<li><a href="contact_en.html"><b>Contact</b></a></li>
<div style="float: right"><li class="last"><a href="contact.html">Français</a></li></div>
</ul>
</nav>
</header>
</div>
<!-- content -->
<!--<div style="float: left">Left Text</div>-->
<!--<div style="float: right">Right Text</div>-->
<!--<div style="margin: 0 auto; width: 100px;">Centered Text</div>-->
<div class="wrapper row1">
<div id="container" class="clear">
<!-- main content -->
<section class="clear">
<!-- article 1 -->
<article class="one_third lastbox">
<p><b> Address:</b><br>
Escalier F, bureau G313<br>
UMR CNRS-ESPCI 7083 Gulliver<br>
ESPCI<br>
10 rue Vauquelin<br>
75231 Paris Cedex 05
</p>
<p>
<b>E-mail:</b> vincent demery at espci psl eu
</p>
<p>
<b>Telephone:</b> 01 40 79 45 52
</p>
</article>
<!-- article 2 -->
<article class="two_third lastbox">
<iframe width="640" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="https://www.openstreetmap.org/export/embed.html?bbox=2.3369657993316655%2C48.838699830044376%2C2.354882955551148%2C48.84496300411047&layer=mapnik&marker=48.84183151497972%2C2.3459243774414062" style="border: 1px solid black"></iframe><br/>
<div style="float: right"><small><a href="https://www.openstreetmap.org/?mlat=48.84183&mlon=2.34592#map=17/48.84183/2.34592">Larger map</a></small></div>
</article>
</section>
<!-- ########################################################################################## -->
<!-- ########################################################################################## -->
<!-- ########################################################################################## -->
<!-- ########################################################################################## -->
</div>
</div>
</body>
</html>