-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfooter.html
66 lines (62 loc) · 2.58 KB
/
footer.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
<!DOCTYPE HTML>
<!-- This website was created by Madison Parks and Brian M. Schilder -->
<html>
<head></head>
<body>
<!-- Footer -->
<div class="row">
<div class="col-md-3">
<h3>Contact Us</h3>
<iframe id="map"
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3020.789686381047!2d-73.95461098459268!3d40.78863757932357!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c258a73c43f3a3%3A0xaf52777f7f7b2ae!2s1425+Madison+Ave%2C+New+York%2C+NY+10029!5e0!3m2!1sen!2sus!4v1543959381826"
frameborder="0" allowfullscreen></iframe>
</div>
<div class="col-md-3">
<h4>Principal Investigator</h4>
<p><strong>Towfique Raj, PhD</strong><br>
Assistant Professor <br>
Departments of Neuroscience, Genetics and Genomic Sciences<br>
Icahn School of Medicine at Mount Sinai<br>
1425 Madison Avenue, Icahn 10-70E<br>
New York, NY 10029<br>
Tel: 212-659-5648<br>
E-mail: <br>
<email>towfique.raj [at] mssm.edu</email>
<br><br>
<div>
<p>
<img id="copyright" src="icons/copyright.png">
Raj Lab
</p>
</div>
</p>
</div>
<div class="col-md-3">
<h4>Wet Lab</h4>
<p>Icahn Building, Room 10-52<br>
1425 Madison Avenue<br>
New York, NY 10029<br><br>
</p>
<h4>Computational Lab 1</h4>
<p>1425 Madison Avenue, Icahn 10-52<br>
New York, NY 10029<br>
</p>
<h4>Computational Lab 2</h4>
<p>19 E 98th Street, Room 6C <br>
New York, NY 10029<br>
</p>
</div>
<div class="col-md-3">
<a href="https://github.com/RajLabMSSM" target="_blank">
<img src="./icons/github_white.png" id="github-logo">
</a>
<br><br>
<div id="sinai-logo">
<a href="https://icahn.mssm.edu/" target="_blank">
<img src="./icons/mssm_logo_whitetext.png">
</a>
</div>
</div>
</div>
</body>
</html>