-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
40 lines (37 loc) · 1.75 KB
/
index.html
File metadata and controls
40 lines (37 loc) · 1.75 KB
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
<!doctype html>
<html>
<head>
<title>Sean Mooney, astrophysics PhD student at UCD</title>
<meta charset="UTF-8">
<link rel="stylesheet" href="./css/style.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="I'm a second year PhD student at University College Dublin. I'm part of the High Energy Astrophysics group. I analyse LOFAR observations.">
<meta name="keywords" content="LOFAR UCD University College Dublin astrophysics Sean Mooney astronomy radio PhD physics science">
</head>
<body>
<div class="card">
<h1>Sean Mooney</h1>
<hr>
<h2>About</h2>
<p>I'm an astrophysics PhD student at University College Dublin.</p>
<p>Here are some ways to get in touch.</p>
<ul>
<li>Check out my blog at <a href="https://thescilife.org" title="my blog">TheSciLife.org>.</li>
<li>Follow me on <a href="https://twitter.com/ImOverTheMooney">Twitter</a>.</li>
<li>Follow me on <a href="https://www.instagram.com/mooneyse/">Instagram</a>.</li>
<li>Send me an email at
<script>
var username = "Sean.Mooney";
var hostname = "UCDconnect.ie";
var linktext = username + "@" + hostname ;
document.write("<a href='" + "mail" + "to:" + username + "@" + hostname + "'>" + linktext + "</a>");
</script>.
</ul>
<!-- <p style="padding-bottom: 50px">Here's a telescope.</p> -->
<!-- <div class="image"> -->
<!-- <img src="./img/dwingeloo-telescope.jpg" alt="The 25 metre Dwingeloo telescope was the largest radio telescope in the world when it was built in 1956.", width="798", height="863"> -->
<!-- </div> -->
</div>
</body>
</html>