-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact_me.html
152 lines (129 loc) · 5.26 KB
/
contact_me.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
<!DOCTYPE HTML>
<!--
Editorial by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-XYKQVV10GS"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-XYKQVV10GS');
</script>
<title>Ottavia Dipasquale | Contact me</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<link rel="apple-touch-icon" sizes="180x180" href="assets/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="assets/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="assets/favicon/favicon-16x16.png">
<link rel="manifest" href="assets/favicon/site.webmanifest">
<link rel="mask-icon" href="assets/favicon/safari-pinned-tab.svg" color="#0d58ff">
<link rel="shortcut icon" href="assets/favicon/favicon.ico">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="msapplication-config" content="assets/favicon/browserconfig.xml">
<meta name="theme-color" content="#ffffff">
<meta name="google-site-verification" content="Tce1sXjWQUvyNGyGBKN5p5WmiplxtT4Dhdq0UVp9kCY" />
</head>
<body class="is-preload">
<!-- Wrapper -->
<div id="wrapper">
<!-- Main -->
<div id="main">
<div class="inner">
<!-- Header -->
<header id="header">
<a href="index.html" class="logo">Ottavia Dipasquale</a>
<ul class="icons">
<li><a href="mailto:[email protected]" class="icon fa-envelope"><span class="label"></span></a></li>
<li><a href="https://twitter.com/otta_dps" target="_blank" class="icon brands fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="www.linkedin.com/in/ottaviadipasquale" target="_blank" class="icon brands fa-linkedin"><span class="label">LinkedIn</span></a></li>
</ul>
</header>
<!-- Content -->
<section>
<header class="main">
<h1>Contact me</h1>
<ul class="contact">
<li class="icon solid fa-envelope"><a href="mailto:[email protected]">[email protected]</a></li>
<li class="icon solid fa-phone">+44 (0) 20 3288 3042</li>
<li class="icon solid fa-home">Department of Neuroimaging<br />
Institute of Psychiatry, Psychology & Neuroscience<br />
King's College London<br />
De Crespigny Park<br />
SE5 8AF London (UK)
</li>
</ul>
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d863.115722603284!2d-0.09212168347842252!3d51.46977040507414!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x48760380ed825dd3%3A0x636882b59180b276!2sCentre%20for%20Neuroimaging%20Sciences!5e0!3m2!1sit!2sfr!4v1614594456687!5m2!1sit!2sfr" width="600" height="450" style="border:0;" allowfullscreen="" loading="lazy"></iframe>
</header>
</section>
</div>
</div>
<!-- Sidebar -->
<div id="sidebar">
<div class="inner">
<!-- Search -->
<section id="search" class="alt">
<form method="post" action="#">
<input type="text" name="query" id="query" placeholder="Search" />
</form>
</section>
<!-- Menu -->
<nav id="menu">
<header class="major">
<h2>Menu</h2>
</header>
<ul>
<li><a href="index.html">About</a></li>
<li><a href="bio.html">Bio</a></li>
<li><a href="projects.html">Projects</a></li>
<li><a href="publications.html">Publications</a></li>
<li><a href="contact_me.html">Contact me</a></li>
<!--<li>
<span class="opener">Submenu</span>
<ul>
<li><a href="#">Lorem Dolor</a></li>
<li><a href="#">Ipsum Adipiscing</a></li>
<li><a href="#">Tempus Magna</a></li>
<li><a href="#">Feugiat Veroeros</a></li>
</ul>
</li> -->
</ul>
</nav>
<!-- Section -->
<section>
<header class="major">
<h2>Get in touch</h2>
</header>
<!--<p></p>
-->
<ul class="contact">
<li class="icon solid fa-envelope"><a href="mailto:[email protected]">[email protected]</a></li>
<li class="icon solid fa-phone">+44 (0) 20 3288 3042</li>
<li class="icon solid fa-home">Department of Neuroimaging<br />
Institute of Psychiatry, Psychology & Neuroscience<br />
King's College London<br />
De Crespigny Park<br />
SE5 8AF London (UK)
</li>
</ul>
</section>
<!-- Footer -->
<footer id="footer">
<p class="copyright">© Ottavia Dipasquale. All rights reserved. Design: <a href="https://html5up.net">HTML5 UP</a>.</p>
</footer>
</div>
</div>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>