-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
39 lines (35 loc) · 1.35 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>
<style>
img {border-radius: 50%;height: 200px;width: 200px;}
</style>
<head>
<meta charset="utf-8">
<link href="http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700|Montserrat" rel="stylesheet" type="text/css">
<link rel="stylesheet" type="text/css" href="css/style.css">
<link rel="icon" href="./images/favicon.png" type="image/x-icon">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.2/css/all.css">
<title>EMR Bioinformatics Team</title>
</head>
<body>
<div class="wrapper">
<div class="image">
<img src="./images/emr_avatar.png" alt="centre logo">
</div>
<div class="container">
<header>
<h1 class="name">EMR Bioinformatics Team</h1>
</header>
<div class="paragraph">
<p> We are the bioinformatics team for the <a href="https://www.qmul.ac.uk/whri/emr/">Centre of Experimental Medicine and Rheumatology</a> at Queen Mary University of London.</p>
</div>
<footer>
<ul class="meta inline-list">
<li><a href="http://www.twitter.com/EMR_QMUL" class="fab fa-twitter" target="_blank"> @EMR_QMUL </a></li>
<li><a href="http://www.github.com/EMR-bioinformatics" class="fab fa-github" target="_blank"> EMR-bioinformatics</a></li>
</ul>
</footer>
</div>
</div>
</body>
</html>