-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcontact.html
71 lines (61 loc) · 2.18 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
---
layout: default
---
<section id="banner">
<!--
".inner" is set up as an inline-block so it automatically expands
in both directions to fit whatever's inside it. This means it won't
automatically wrap lines, so be sure to use line breaks where
appropriate (<br />).
-->
<div class="inner">
<header>
<img src='images/logo.png' />
</header>
<p>
How to get in touch
</p>
<footer>
<ul class="buttons">
<li><a href="/" class="button fit scrolly">Go Back to Front Page</a></li>
</ul>
</footer>
</div>
</section>
<!-- Main -->
<article id="main">
<section class="wrapper style1 container special">
<h2>Visiting Address</h2>
<p>
Science for Life Laboratory<br/>
Tomtebodavägen 23A (α-house, floor 3)<br/>
17165 Solna<br/>
Sweden<br/>
<iframe src="https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d2033.9682317864356!2d18.0234867!3d59.3501781!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x465f9d9c044c1fe5%3A0xf3def52c71254823!2sTomtebodav%C3%A4gen+23%2C+Karolinska+Institute%2C+171+65+Solna!5e0!3m2!1sen!2sse!4v1414430927894" width="600" height="450" frameborder="0" style="border:0"></iframe>
</p>
<h2>Mailing Address</h2>
<p>
Anders Andersson<br/>
Science for Life Laboratory<br/>
Box 1031<br/>
17121 Solna<br/>
Sweden
</p>
<h2>Email</h2>
<p>
anders.andersson scilifelab.se
</p>
</section>
</article>
<!-- CTA -->
<section id="cta">
<header>
<h2>Check out our projects on GitHub:</h2>
<p>Where we share our bioinformatic software and lab protocols.</p>
</header>
<footer>
<ul class="buttons">
<li><a href="https://github.com/envgen" class="button special">EnvGen on Github</a></li>
</ul>
</footer>
</section>