-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
121 lines (101 loc) · 4.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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, inital-scale=1">
<!-- Bootstrap stylesheet link -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
<!-- Custom CSS stylesheet link -->
<link rel="stylesheet" href="css/targofflab.css">
<title>Targoff Laboratory | Contact Us</title>
<meta name="description" content="The Targoff Research Laboratory can be contacted via Dr. Kimara's phone number 212-305-6960 or by mail at College of Physicians & Surgeons Columbia University Medical Center 630 W 168th Street, P&S 9-401 New York, NY USA 10032">
<meta name="author" content="Alan Zhao">
<meta name="viewport" content="width=device-width; initial-scale=1.0">
<!-- Replace favicon.ico & apple-touch-icon.png in the root of your domain and delete these references -->
<link rel="shortcut icon" href="/favicon.ico">
<link rel="apple-touch-icon" href="/apple-touch-icon.png">
</head>
<body>
<!-- Header -->
<header>
<div class = "container">
<div class = "container-header">
<span id = "header-title">
<h2> Targoff Laboratory</h2>
<h4> Columbia University Medical Center <br> Department of Pediatrics | Division of Cardiology</h4>
</span>
</div>
</div>
</header>
<!-- Navigation bar -->
<div class="container">
<nav role="navigation" class="navbar navbar-default">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<!--<a class="navbar-brand" href="#">Targoff Laboratory</a>-->
</div>
<div class="collapse navbar-collapse navbar-left" id="navbar">
<ul class="nav navbar-nav">
<li> <a href="/"> Home </a></li>
<li> <a href="research"> Research </a></li>
<li> <a href="people"> People </a></li>
<li> <a href="publications"> Publications </a></li>
<li> <a href="contact"> Contact Us </a></li>
</ul>
</div>
</div>
</nav>
</div>
<!--Title of page -->
<div class="container">
<div class="row">
<div class="col-md-12">
<h3>Contact Us</h3>
</div>
</div>
</div>
<div class="container">
<h4>General Inquiries</h4>
<p> If you wish to contact someone specific at the laboratory, their contact information can be found at the <a href="people.html">people</a> page. All other inquiries should be directed to Kimara Targoff, MD by email at <a href="mailto:kl284@columbia.edu">kl284@columbia.edu</a> or by phone at 212-305-6960</p>
<hr class="featurette-divider">
<h4>Address and Map</h4>
<div class="row">
<div class="col-md-7">
<p>Our laboratory is located on the 9th floor of the College of Physicians and Surgeons at the following address </p>
<div class="well">
<p>
Kimara L Targoff, MD <br>
College of Physicians & Surgeons <br>
Columbia University Medical Center <br>
630 W 168th Street, P&S 9-401 <br>
New York, NY USA 10032
</p>
</div>
</div>
<div class="col-md-5">
<div class="Flexible-container">
<iframe src="https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d3018.3811824556133!2d-73.9426345620553!3d40.84155413087943!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0x941b293b147106ea!2sColumbia+University+College+of+Physicians+and+Surgeons!5e0!3m2!1sen!2sus!4v1416988919804" width="400" height="300" frameborder="0" style="border:0"></iframe>
</div>
</div>
</div>
<hr class="featurette-divider">
</div>
<!-- Footer -->
<!-- Footer -->
<footer>
<div class="container">
<p>© 2015 Targoff Laboratory, Department of Pediatrics-Cardiology, Columbia University Medical Center<br> Designed by Alan Zhao</p>
</div>
</footer>
<!-- jQuery script-->
<script src="http://code.jquery.com/jquery.min.js"></script>
<!-- Bootstrap script -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
</body>
</html>