-
Notifications
You must be signed in to change notification settings - Fork 0
/
acknowledgements.html
39 lines (38 loc) · 1.76 KB
/
acknowledgements.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
<!DOCTYPE html>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400&display=swap" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="style.css">
<meta name="viewport" content="width=device-width, initial-scale=0.5">
<html>
<body>
<div id="page-container">
<div id="hero_image">
<ul class="nav">
<li><a class = "nav" href="index.html">Home</a></li>
<li><a class = "nav" href="abstracts.html">Abstracts</a></li>
<li><a class = "nav" href="books.html">Books</a></li>
<li><a class = "nav" href="cv.html">CV</a></li>
<li><a class = "nav" href="music.html">Music</a></li>
<li><a class = "nav" href="software.html">Software</a></li>
<li><a class = "nav" href="acknowledgements.html">Acknowledgements</a></li>
</ul>
<div id="hero_text">
<h1>Acknowledgments</h1>
<h2>Individuals who have contributed to this site, in one way or another</h2>
</div>
</div>
<div id="page_content">
<h3>Media</h3>
<ul>
<li>Header image: Used under the free Unsplash license, provided by <a href="https://unsplash.com/@averey?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText">Robina Weermeijer</a></li>
</ul>
</div>
<footer>
<p id="footer_text">All opinions presented are solely my own; recommendations of media and resources are made independent of any ideologies/beliefs those involved in the production may hold
<br/>Contact:
<a class="footer" href="mailto:corey.ratcliffe@liverpool.ac.uk">corey.ratcliffe@liverpool.ac.uk</a></p>
</footer>
</div>
</body>
</html>