-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
114 lines (101 loc) · 3.4 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-93DR37RSFK"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-93DR37RSFK');
</script>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Contact</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="Description" lang="en" content="open source html and css template">
<meta name="author" content="mlp design">
<meta name="robots" content="index, follow">
<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="slidy.css">
</head>
<body>
<div id="menu">
<nav>
<input type="checkbox" id="show-menu" role="button">
<label for="show-menu" class="open"><span class="fa fa-bars"></span></label>
<label for="show-menu" class="close"><span class="fa fa-times"></span></label>
<ul id="topnav">
<li><a href="index.html">Home</a></li>
<li><a href="research.html">Research</a></li>
<li><a href="teaching.html">Teaching</a></li>
<li><a href="cv.html">CV</a></li>
<li><a href="contact.html">Contact</a></li>
<li>
<ul>
<li><a href="https://github.com/mkachlicka"><i class='fa fa-github'></i></a></li>
<li><a href="https://scholar.google.com/citations?user=RaK9uLgAAAAJ&hl=en"><i class="fa fa-google"></i></a></li>
<li><a href="https://www.linkedin.com/in/mkachlicka/"><i class='fa fa-linkedin-square'></i></a></li>
<li><a href="https://twitter.com/mkachlicka"><i class="fa fa-twitter"></i></a></li>
</ul>
</li>
</ul>
</nav>
</div>
<div id="container">
<div id="pageheader">
<h1>Contact</h1>
</div>
<div class="section">
<div class="pageitem">
<div id="slider">
<figure>
<img src="images/17.png" alt>
<img src="images/5.png" alt>
<img src="images/21.png" alt>
<img src="images/17.png" alt> <!-- note 1st image is also the last -->
</figure>
</div>
</div>
</div>
<div class="section">
<div class="pageitem">
<div class="col">
<p>The Auditory, Language, Perception, Hearing and Attention Lab <br> <address>
Lab website: <a href="https://sites.google.com/view/audioneurolab"> https://sites.google.com/view/audioneurolab </a> <br>
Centre for Brain and Cognitive Development <br>
Department of Psychological Sciences <br>
Birkbeck, University of London <br>
Malet Street, WC1E 7HX London <br>
E: <a href="m.kachlicka@bbk.ac.uk"> m.kachlicka@bbk.ac.uk </a> <br>
</address>
</p>
</div>
<div class="col">
<p>UCL Institute of Education - Culture, Communication & Media <br> <address>
University College London <br>
20 Bedford Way, WC1H 0AL London <br>
E: <a href="m.kachlicka@ucl.ac.uk"> m.kachlicka@ucl.ac.uk </a> <br>
</address>
</p>
</div>
</div>
</div>
<!-- footer items go here
<div class="section">
<div id="footer">
</div>
</div>
-->
<div class="section">
<div id="credits">
<div class="col"><p>Last modified 2024/10/12</p></div>
<!-- <div class="col"><p><a href="#">Privacy</a> | <a href="#">Support</a> | <a href="#">Site Map</a></p></div> -->
<!-- This part has to be kept intact under the CC-NC Licence -->
<div class="col"><p><a href="http://mlpdesign.net">HTML & CSS</a> by MLPdesign</p></div>
<!-- CC-NC Licence credit ends here -->
</div>
</div>
</div>
</body>
</html>