-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact_v0.html
93 lines (68 loc) · 2.43 KB
/
contact_v0.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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
<!DOCTYPE html>
<html>
<head>
<title> JahnTeller2023</title>
<meta name="Description" content="International Symposium on the Jahn-Teller Effect" />
<meta name="author" content="Tao Zeng, Ekadashi Pradhan" />
<meta name="keywords" content="Jahn Teller Effect, Spectroscopy, Theoretical Chemistry" />
<!-- CSS -->
<link rel="stylesheet" href="styles/default.css" type="text/css" media="screen" />
<!-- Scripts -->
</head>
<!-- Main page -->
<body>
<!-- Content goes above here -->
<!-- The title bar -->
<div class="titlebar">
<img src="img/JT_symp_york.jpg" width="810" style="position:absolute;left:85px;top:0px">
<h1 style="width: 990px position:absolute;left:30px;top:105px"> Vibronic interactions in materials, spectroscopy, and theoretical chemistry</h1>
<h2 style="position:absolute;left:190px;top:270px"> The XXV<sup>th</sup> International Symposium on the Jahn-Teller Effect</h2>
<h2 style="position:absolute;left:310px;top:295px"> 14<sup>th</sup>-18<sup>th</sup> May 2023, Toronto, Canada</h2>
<img src="img/Yorkunicrest1.png" width="60" style="position:absolute;left:900px;top:0px">
<img src="img/YorkULogo_Ver_rgb_square.jpg" width="65" style="position:absolute;left:20px;top:0px">
</div>
<!-- The image bar -->
<!--div class="imagebar">
<img src="img/coords_biswhite.png" width="990" height="250" style="position:relative">
</div>
<!-- The menu bar -->
<div class="menu">
<nav id="navigation">
<ul>
<li class="current-menu-item"><a href="index.html">Home</a></li>
<li><a href="programme.html#schedule">Programme</a>
<ul>
<li><a href="programme.html#schedule">Schedule</a></li>
<li><a href="programme.html#speakers">Speakers</a></li>
<!--<li><a href="#">Proceedings</a></li> -->
<li><a href="committees.html">Committees</a></li>
</ul>
</li>
<li><a href="registration.html">Registration</a>
</li>
<li><a href="proceedings.html">Proceedings</a>
</li>
<li><a href="contact.html">Contact Us</a></li>
</ul>
</nav>
</div>
<!-- The content -->
<div class="content" style="height: 140px;">
<div style="margin-left:10px;">
<br>
<h3> Contact information </h3>
<div style="margin-left:15px;">
<p1> Tao (Toby) Zeng
<a href="mailto:[email protected]?Subject=Concerning JT23" target="_top">Send Mail</a>
<br>
Department of Chemistry, York University
<br>
4700 Keele St., Toronto, Ontario, Canada M3J 1P3
<br>
Phone: +1 (416) 7362100 ext 33673<br>
</p1>
</div>
</div>
</div><!-- content -->
</body>
</html>