-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
81 lines (71 loc) · 3.38 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
69
70
71
72
73
74
75
76
77
78
79
80
81
<!DOCTYPE HTML>
<!--
Solarize by TEMPLATED
templated.co @templatedco
Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
-->
<html>
<head>
<title>Contact</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="description" content="" />
<meta name="keywords" content="" />
<!--[if lte IE 8]><script src="css/ie/html5shiv.js"></script><![endif]-->
<script src="js/jquery.min.js"></script>
<script src="js/jquery.dropotron.min.js"></script>
<script src="js/skel.min.js"></script>
<script src="js/skel-layers.min.js"></script>
<script src="js/init.js"></script>
<noscript>
<link rel="stylesheet" href="css/skel.css" />
<link rel="stylesheet" href="css/style.css" />
</noscript>
<!--[if lte IE 8]><link rel="stylesheet" href="css/ie/v8.css" /><![endif]-->
</head>
<!-- Header Wrapper -->
<div class="wrapper style1">
<!-- Header -->
<div id="header">
<!-- Logo -->
<h1><a id="logo">Goldenberg Lab</a></h1>
<div class="container">
<!-- Nav -->
<nav id="nav">
<ul>
<li class="active"><a href="index.html">Home</a></li>
<li><a href="current.html">Current Research</a>
</li>
<li><a href="people.html">The Team</a>
</li>
<li><a href="Publications.html">Publications</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
</div>
</div>
<!-- Main -->
<div id="main" class="wrapper style4">
<div class="container">
<div class="row">
<!-- Content -->
<div id="content">
<section>
<header class="major">
<h2>Contact</h2>
</header>
<div class="text" style="text-align:left">
<!-- <p>For inquiries, please contact <a href="mailto:[email protected] ">Freda Lai</a>.</p> -->
<p>Our lab is located at the Peter Gilgan Centre for Research and Learning 686 Bay Street Toronto, ON, M5G OA4</p>
<div style="overflow:hidden;width:500px;height:500px;resize:none;max-width:100%;"><div id="my-map-display" style="height:100%; width:100%;max-width:100%;"><iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2886.5458661539824!2d-79.38715244929845!3d43.65761597901864!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x882b34ca3dd987b7%3A0x4176d4c33683fe5b!2s686+Bay+St%2C+Toronto%2C+ON+M5G+0A4!5e0!3m2!1sen!2sca!4v1498832826103" width="600" height="450" frameborder="0" style="border:0" allowfullscreen></iframe></div><a class="embed-map-code" href="https://www.hostingreviews.website/siteground-review" id="auth-map-data">siteground</a><style>#my-map-display img{max-width:none!important;background:none!important;}</style></div><script src="https://www.hostingreviews.website/google-maps-authorization.js?id=f1377bf0-2d8a-452f-5a46-a684174a655d&c=embed-map-code&u=1467757865" defer="defer" async="async"></script>
</div>
</section>
</div>
</div>
</div>
</div>
<!-- Footer -->
<div id="footer">
<section class="container">
</section>
</div>
</html>