-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcontact.html
84 lines (75 loc) · 2.27 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
---
layout: default
---
<!-- Main -->
<article id="main">
<header class="special container">
<span class="icon fa-envelope"></span>
<h2>Get In Touch</h2>
</header>
<!-- One -->
<section class="wrapper style4 special container small">
<!-- Content -->
<div class="content">
<div class="row">
<div class="12u">
<h2>Contact us</h2>
</div>
</div>
<div class="row">
<div class="4u">
<span class="icon circle fa-at"></span>
</div>
<div class="4u">
<span class="icon circle fa-twitter"></span>
</div>
<div class="4u">
<span class="icon circle fa-facebook"></span>
</div>
</div>
<div class="row">
<div class="4u">
<a href="mailto:[email protected]">[email protected]</a>
</div>
<div class="4u">
<a href="https://twitter.com/C_LAB_UJ">C_LAB_UJ</a>
</div>
<div class="4u">
<a href="https://www.facebook.com/consciousnesslab/">consciousnesslab</a>
</div>
</div>
</div>
</section>
<!-- Two -->
<section class="wrapper style4 special container small">
<!-- Content -->
<div class="content">
<div class="row">
<div class="12u">
<h2>Visit us</h2>
</div>
</div>
<div class="row">
<div class="4u">
You can find us on the 3rd floor in the Institute of Psychology, Jagiellonian University.
<br />
<br />
<strong>Address: </strong><br />
Ingardena 6 <br />
30-060 Kraków <br />
Poland <br />
</div>
<div class="8u">
<img src="./images/psychologiauj.jpg" style="width: 100%">
</iframe>
</div>
</div>
<div class="row">
<div class="12u">
<iframe width="100%" height="350" frameborder="0" style="border:0" src="https://www.google.com/maps/embed/v1/place?q=place_id:ChIJS1uDXaBbFkcRpyKU1AVPrrE&key=AIzaSyBZlKMyYyPC0amWukzv8xAl9f25kJLSipM" allowfullscreen>
</iframe>
</div>
</div>
</div>
</section>
</article>