-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
71 lines (60 loc) · 2.25 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-J4222H8D03"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-J4222H8D03');
</script>
<meta charset="UTF-8">
<title>Welcome!</title>
<link href="Content/Site3.css" type="text/css" rel="stylesheet" />
</head>
<body>
<div id="page" class="group">
<header>
<p class="title"></p>
<p>
<i> Nic Freeman's </i><br>
University of Sheffield Webpage</i>
</p>
<nav>
<ul>
<li><a href="index.html" title="Information">Home</a></li>
<hr>
<li><a href="research.html" title="Research">Research</a></li>
<li><a href="publications.html" title="Papers">Publications & Code</a></li>
<li><a href="talks.html" title="Talks">Seminars & Conferences</a></li>
<hr>
<li><a href="phd.html" title="Talks">PhD students</a></li>
<li><a href="teaching.html" title="Teaching">Teaching</a></li>
<hr>
<li><a href="biography.html" title="Biography">About me</a></li>
<li><a href="links.html" title="Links">Links</a></li>
</ul>
</nav>
</header>
<section>
<img src="me.jpg" alt="" border=0>
<p>
Dr Nic Freeman <br>
Lecturer in Applied Probability<br>
University Of Sheffield<br>
</p>
<p>
My contact details are:<br>
email: <i>n.p.freeman (at) sheffield.ac.uk</i><br>
postal: <i>School of Mathematics and Statistics, Hicks Building, University Of Sheffield, S3 7RH.</i> <br>
on foot: <i>Room I20.</i>
</i>
</p>
<p>
I am a member of the <a href="https://sites.google.com/sheffield.ac.uk/probabilitygroup/home">Probability group</a> at the <a href="https://www.sheffield.ac.uk/">University of Sheffield</a>.
</p>
</section>
</div>
</body>
</html>