-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
97 lines (78 loc) · 3.88 KB
/
Copy pathcontact.html
File metadata and controls
97 lines (78 loc) · 3.88 KB
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
---
layout: null
---
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Contact | Hartmann Lab</title>
<link rel="stylesheet" href="{{ "/css/bootstrap.min.css" | prepend: site.baseurl }}">
<link rel="stylesheet" href="{{ "/css/main.css" | prepend: site.baseurl }}">
<link rel="stylesheet" href="{{ "/css/animate.min.css" | prepend: site.baseurl }}">
<link rel="stylesheet" href="{{ "/font-awesome/css/font-awesome.min.css" | prepend: site.baseurl }}">
</head>
<body id="page-top">
{% include nav.html %}
<section style="padding-top: 120px; padding-bottom: 60px;">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h1>Contact</h1>
<hr class="primary">
<p class="text-muted">Get in touch with the Hartmann Lab at DKFZ Heidelberg.</p>
</div>
</div>
<div class="row" style="margin-top: 50px;">
<!-- Contact Info -->
<div class="col-md-6">
<h3><i class="fa fa-user text-primary"></i> Dr. Felix Hartmann</h3>
<p class="text-muted">Group Leader, Systems Immunology and Single-Cell Biology</p>
<hr>
<p>
<i class="fa fa-phone text-primary"></i>
<a href="tel:+496221423310">+49 6221 42 3310</a>
</p>
<p>
<i class="fa fa-envelope text-primary"></i>
<a href="https://www.dkfz.de/en/systems-immunology-and-single-cell-biology#p09contact" target="_blank">Send us a message via the DKFZ website</a>
</p>
<hr>
<p><i class="fa fa-map-marker text-primary"></i> <strong>Postal Address</strong></p>
<address class="text-muted" style="line-height: 1.8; padding-left: 24px;">
NWG Systemimmunologie und Einzelzell-Biologie (D260)<br>
Deutsches Krebsforschungszentrum<br>
Im Neuenheimer Feld 581 (TP4)<br>
69120 Heidelberg<br>
Germany
</address>
</div>
<!-- Google Maps -->
<div class="col-md-6">
<h3><i class="fa fa-map text-primary"></i> Find Us</h3>
<div style="margin-top: 15px; border-radius: 4px; overflow: hidden;">
<iframe
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2596.1!2d8.6691!3d49.4142!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x4797c1200e0c7c15%3A0x6b5e8a8e8a8e8a8e!2sIm%20Neuenheimer%20Feld%20581%2C%2069120%20Heidelberg!5e0!3m2!1sen!2sde!4v1234567890"
width="100%"
height="350"
style="border: 1px solid #ddd;"
allowfullscreen=""
loading="lazy"
referrerpolicy="no-referrer-when-downgrade">
</iframe>
</div>
<p class="text-muted" style="margin-top: 10px; font-size: 13px;">
<i class="fa fa-info-circle"></i> DKFZ — Im Neuenheimer Feld 581 (TP4), Heidelberg
</p>
</div>
</div>
<div class="row" style="margin-top: 40px;">
<div class="col-lg-12 text-center">
<a href="{{ site.baseurl }}/" class="btn btn-primary btn-xl">Back to Home</a>
</div>
</div>
</div>
</section>
{% include scripts.html %}
</body>
</html>