-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
26 lines (21 loc) · 827 Bytes
/
Copy pathcontact.html
File metadata and controls
26 lines (21 loc) · 827 Bytes
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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="styles.css">
<div class="topnav">
<a href="index.html">Home</a>
<a class="active">Contact</a>
<a href="research.html">Research</a>
</div>
<title>Joseph Adams</title>
</head>
<body>
<div class="central-div">
<h1>Contact</h1>
<div id="contact-details">
If you have any questions, are interested in my research, or more generally want to contact me, you can do so through my university email, <a href="mailto:jxa111@student.bham.ac.uk">jxa111@student.bham.ac.uk</a>. <br>
Alternatively, you can see my current (or lack thereof) Github repos - including for this website - here: <a href="https://github.com/ITJoeAdams">ITJoeAdams</a>
</div>
</div>
</body>
</html>