-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
227 lines (205 loc) · 7.5 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
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
<!DOCTYPE html>
<html lang="en">
<head>
<title>Contact - CBFM</title>
<meta charset="utf-8">
<meta name="author" content="pixelhint.com">
<meta name="description" content="Sublime Stunning free HTML5/CSS3 website template"/>
<link rel="stylesheet" type="text/css" href="css/reset.css">
<link rel="stylesheet" type="text/css" href="css/fancybox-thumbs.css">
<link rel="stylesheet" type="text/css" href="css/fancybox-buttons.css">
<link rel="stylesheet" type="text/css" href="css/fancybox.css">
<link rel="stylesheet" type="text/css" href="css/animate.css">
<link rel="stylesheet" type="text/css" href="css/main.css">
<script type="text/javascript" src="js/jquery.js"></script>
<script type="text/javascript" src="js/fancybox.js"></script>
<script type="text/javascript" src="js/fancybox-buttons.js"></script>
<script type="text/javascript" src="js/fancybox-media.js"></script>
<script type="text/javascript" src="js/fancybox-thumbs.js"></script>
<script type="text/javascript" src="js/wow.js"></script>
<script type="text/javascript" src="js/main.js"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-63171219-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<section class="billboard light">
<header class="wrapper light">
<a href="http://www.fieldmuseum.org" target="_blank"><img class="logo" src="img/Field.png" alt=""/></a>
<nav>
<ul>
<!-- <li><a href="">About Us</a></li> -->
<!-- <li><a href="">Products</a></li> -->
<li><a href="index.html">CBFM Home</a></li>
<li><a href="overview.html">Overview</a></li>
<li><a href="install.html">Install</a></li>
<li><a href="material.html">Material</a></li>
</ul>
</nav>
</header>
<div class="caption light animated wow fadeInDown clearfix">
<h1>Computational Biology at the Field Museum Workshop - CBFM</h1>
<p>An easy way into the world of computational biology</p>
<hr>
</div>
<div class="shadow"></div>
</section><!-- End billboard -->
<section class="testimonials wrapper">
<div class="title animated wow fadeIn">
<h2>Contact Information</h2>
<h3>If you have questions or suggestions please don't hestitate to contact us</h3>
<hr class="separator"/>
</div>
<ul class="clearfix">
<li class="animated wow fadeInDown">
<p align="center"><b>Felix Grewe</b> - Integrative Research Center - fgrewe[at]fieldmuseum.org - <a href="http://www.felixgrewe.de" target="_blank">www.felixgrewe.de</a>
</p>
<p align="center"><b>Lyndon M. Coghill</b> - Science and Education - lcoghill[at]fieldmusuem.org - <a href="http://www.reelab.net/home/" target="_blank">www.reelab.net</a>
</p>
<p align="center"><b>Richard Ree</b> - Botany Department - rree[at]fieldmuseum.org - <a href="http://lyndoncoghill.com/" target="_blank">lyndoncoghill.com</a>
</p>
<p align="center"><b>The Field Museum | 1400 South Lake Shore Drive | Chicago, IL 60605 USA
</b></p>
</li>
</ul>
</section><!-- End testimonials -->
<!--
<section class="testimonials wrapper">
<div class="title animated wow fadeIn">
<h2>Testimonials</h2>
<h3>what clients are saying about us</h3>
<hr class="separator"/>
</div>
<ul class="clearfix">
<li class="animated wow fadeInDown">
<p><img src="img/quotes.png" alt="" class="quotes"/>Dolor sit amet consectetur isicing elit sed do eiusmod tempor incididunt ut labore et dolore magna aliqua enim ad minim veniam quis nostrud laboris.
<span class="triangle"></span>
</p>
<div class="client">
<img src="img/client1.jpg" class="avatar"/>
<div class="client_details">
<h4>John Doe</h4>
<h5>CEO</h5>
</div>
</div>
</li>
<li class="animated wow fadeInDown" data-wow-delay=".2s">
<p><img src="img/quotes.png" alt="" class="quotes"/>Tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam sunt in culpa officia deserunt mollit anim laborum sint occaecat.
<span class="triangle"></span>
</p>
<div class="client">
<img src="img/client2.jpg" class="avatar"/>
<div class="client_details">
<h4>Alex Martin</h4>
<h5>UI Designer</h5>
</div>
</div>
</li>
<li class="animated wow fadeInDown" data-wow-delay=".4s">
<p><img src="img/quotes.png" alt="" class="quotes"/>Aliquip ex ea commodo consequat duis aute irure dolor in reprehenderit in voluptate velit esse slum dolore eu fugiat nulla pariatursint occaecat.
<span class="triangle"></span>
</p>
<div class="client">
<img src="img/client3.jpg" class="avatar"/>
<div class="client_details">
<h4>Linda Doe</h4>
<h5>Developer</h5>
</div>
</div>
</li>
</ul>
</section><!-- End testimonials -->
<!--
<section class="blog_posts">
<div class="wrapper">
<div class="title animated wow fadeIn">
<h2>Recent Posts</h2>
<h3>the most recent posts from our blog</h3>
<hr class="separator"/>
</div>
<ul class="clearfix">
<li class="animated wow fadeInDown">
<div class="media">
<div class="date">
<span class="day">25</span>
<span class="month">Jun</span>
</div>
<a href="#">
<img src="img/blog_post1.jpg" alt=""/>
</a>
</div>
<a href="#">
<h1>Sed do eiusmod tempor incididunt.</h1>
</a>
</li>
<li class="animated wow fadeInDown" data-wow-delay=".2s">
<div class="media">
<div class="date">
<span class="day">11</span>
<span class="month">May</span>
</div>
<a href="#">
<img src="img/blog_post2.jpg" alt=""/>
</a>
</div>
<a href="#">
<h1>Velit esse cillum dollore fugiat nulla.</h1>
</a>
</li>
<li class="animated wow fadeInDown" data-wow-delay=".4s">
<div class="media">
<div class="date">
<span class="day">13</span>
<span class="month">Feb</span>
</div>
<a href="#">
<img src="img/blog_post3.jpg" alt=""/>
</a>
</div>
<a href="#">
<h1>Officia deserunt mollit est anim laborum.</h1>
</a>
</li>
<li class="animated wow fadeInDown" data-wow-delay=".6s">
<div class="media">
<div class="date">
<span class="day">10</span>
<span class="month">Jan</span>
</div>
<a href="#">
<img src="img/blog_post4.jpg" alt=""/>
</a>
</div>
<a href="#"><h1>Culpa qui officia deserunt
mollit ani
m.</h1>
</a>
</li>
</ul>
</div>
</section><!-- End blog_posts -->
<footer>
<div class="wrapper">
<div class="rights">
<img src="img/Field_Museum_logo.jpg" alt="" class="footer_logo"/>
<p><a href="http://www.felixgrewe.de" target="_blank">Felix Grewe</a> 2015 | Licensed under a <a href="https://creativecommons.org/licenses/by-nc-nd/3.0/us/">Creative Commons 3.0 License</a>.</p>
</div>
<nav>
<ul>
<!-- <li><a href="#">About</a></li> -->
<li><a href="faq.html">FAQ</a></li>
<!-- <li><a href="#">Services</a></li>
<li><a href="#">Blog</a></li> -->
<li><a href="contact.html">Contact</a></li>
<li><a href="https://docs.google.com/forms/d/1Sb5s4JbxeQSLF0UwEt47vvGCBMzlMlankqU2PVD3NWI/viewform?usp=send_form" target="_blank">Feedback</a></li>
</ul>
</nav>
</div>
</footer><!-- End footer -->
</body>
</html>