-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
executable file
·117 lines (107 loc) · 5.71 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
<!DOCTYPE HTML>
<!--
Spatial by TEMPLATED
templated.co @templatedco
Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
-->
<html>
<head>
<title>Xenia Miscouridou - Contact</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="description" content="Contact" />
<meta name="keywords" content="contact,Xenia Miscouridou,Mathieu emile,emilemathieu" />
<link rel="shortcut icon" href="Images/graph.png" type="image/vnd.microsoft.icon" />
<!--[if lte IE 8]><script src="js/html5shiv.js"></script><![endif]-->
<!--<script src="js/jquery.min.js"></script>
<script src="js/skel.min.js"></script>
<script src="js/skel-layers.min.js"></script>
<script src="js/init.js"></script>
-->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/skel/2.2.1/skel.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/skel-layers/2.0.2/skel-layers.min.js"></script>
<script src="js/init.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','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-90612705-1', 'auto');
ga('send', 'pageview');
</script>
<noscript>
<!-- <link rel="stylesheet" href="css/skel.css" /> -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/skel/2.2.1/skel.css" />
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="css/style-xlarge.css" />
</noscript>
</head>
<body class="landing">
<!-- Header -->
<header id="header" class="alt">
<nav id="share" style="left: 1.25em;">
<ul class="icons">
<li style="margin-left:1em"><a href="https://github.com/misxenia" target="_blank" class="icon fa-github"><span class="label">Github</span></a></li>
<li style="margin-left:1em"><a href="https://scholar.google.co.uk/citations?user=eUsxsWwAAAAJ&hl=en" target="_blank" class="icon fa-google-plus-square"><span class="label">Linkedin</span></a></li>
<li style="margin-left:1em"><a href="https://www.linkedin.com/in/xenia-miscouridou-69388582" target="_blank" class="icon fa-linkedin-square"><span class="label">Linkedin</span></a></li>
</ul>
</nav>
<!--<h1><strong><a href="index.html">Emile Mathieu</a></strong></h1>-->
<nav id="nav">
<ul>
<li><a href="index.html">Home</a></li>
<!-- <li><a href="software.html">Software</a></li> -->
<li><a href="education.html">education</a></li>
<li><a href="papers.html">papers</a></li>
<li><a href="software.html">software</a><li>
<li><strong><a href="contact.html">contact</a></strong></li>
</ul>
</nav>
</header>
<!-- Banner -->
<section id="banner">
<h2>Xenia Miscouridou</h2>
</section>
<!-- contact -->
<section id="contact" class="wrapper style1 special">
<div class="container" style="max-width: 1000px">
<header class="major special">
<h2>Contact me</h2>
</header>
<div class="feature-grid">
<div class="feature">
<div class="image large rounded"><img src="Images/email2.png" alt="" /></div>
<div class="content large">
<header>
<h4>Email</h4>
</header>
xenia.miscouridou-at-stats.ox.ac.uk
</div>
</div>
<div class="feature">
<div class="image large rounded"><img src="Images/post2.png" alt="" /></div>
<div class="content large">
<header>
<h4>Post</h4>
</header>
Department of Statistics<br>
University of Oxford<br>
24-29 St Giles<br>
Oxford OX1 3LB, UK
</div>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer id="footer">
<div class="container">
<ul class="copyright">
<li>Copyright © Xenia Miscouridou</li>
<!-- <li>Adapted Design: Copyright © <a href="http://http://mlg.eng.cam.ac.uk/yarin/" target="_blank">Yarin Gal</a></li> -->
<li>Original Template Design: <a href="http://templated.co" target="_blank">Spatial from TEMPLATED</a></li>
</ul>
</div>
</footer>
</body>
</html>