-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
39 lines (36 loc) · 1.56 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Dan Cummins</title>
<link rel="stylesheet" type="text/css" href="style.css">
<meta charset="UTF-8">
<meta name="author" content="Daniel Cummins">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<div class="toplinks">
<span><a href="index.html">Home</a></span>
<span>  </span>
<span><a href="research.html">Research</a></span>
<span>  </span>
<span><a href="computing.html">Computing</a></span>
<span>  </span>
<span><a href="cv.html">CV</a></span>
</div>
<br>
<img src="images/me_socs_on_laptop.png" alt="img"
class="center" height="256" width="256">
<br>
<div id="body" class="mainsect">
<p>I work in the <a href="https://www.imperial.ac.uk/admin-services/ict/self-service/research-support/rcs/">Research Computing Services</a> group at Imperial College London, between the High Performance Computing and Research Software Engineering teams.</p>
<p>Outside of work I spend my time playing guitar, transcribing music, developing various bits of software and continuing astrophysics research.</p>
</div>
<div class="contact">
<h3 style="margin-bottom: 2px;">Contact</h3>
<p style="margin-top: 0px; margin-bottom: 0px">daniel `dot` cummins17 `at` imperial.ac.uk</p>
<!-- <p style="margin-top: 0px;">Link icons</p> -->
<!-- <h3>Contact</h3> -->
<!-- <p>daniel `dot` cummins17 `at` imperial.ac.uk</p> -->
</div>
</body>
</html>