-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·70 lines (70 loc) · 3.54 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="description" content="The homepage of Stephen P. Moss, Ph.D. - Bioinformatics, Genomics and Molecular Evolution">
<meta name="keywords" content="bioinformatics,genomics,molecular evolution,evolution,computational science,science,medicine,research,computing,phd">
<meta name="author" content="Stephen Moss">
<title>Stephen P. Moss, Ph.D. - Computational Scientist</title>
<link rel="icon" href="favicon.png" type="image/png">
<link rel="stylesheet" href="normalize.min.css" type="text/css">
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Code+Pro" type="text/css">
<link rel="canonical" href="https://www.gawbul.io/index.html">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-50119829-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-50119829-1');
</script>
</head>
<body>
<div id="main">
<img src="images/gawbul.png" alt="Steve Moss">
<h1>Dr Stephen P. Moss</h1>
<h2>Scientist | Technologist | Engineer</h2>
<p>
<a href="https://about.me/gawbul" target="_blank">
<img src="images/aboutme.png" alt="about.me" title="about.me" width="32" height="32">
</a>
·
<a href="mailto:gawbul@gmail.com">
<img src="images/gmail.png" alt="Gmail" title="Gmail" width="32" height="32">
</a>
·
<a href="https://github.com/gawbul" target="_blank">
<img src="images/github.png" alt="GitHub" title="GitHub" width="32" height="32">
</a>
·
<a href="https://keybase.io/gawbul" target="_blank">
<img src="images/keybase.png" alt="Keybase" title="Keybase" width="32" height="32">
</a>
·
<a href="https://www.linkedin.com/in/stephenpmoss" target="_blank">
<img src="images/linkedin.png" alt="LinkedIn" title="LinkedIn" width="32" height="32">
</a>
·
<a href="https://medium.com/@gawbul" target="_blank">
<img src="images/medium.png" alt="Medium" title="Medium" width="32" height="32">
</a>
·
<a href="https://scholar.google.co.uk/citations?hl=en&user=KD8T2ZwAAAAJ" target="_blank">
<img src="images/googlescholar.png" alt="Google Scholar" title="Google Scholar" width="32" height="32">
</a>
·
<a href="https://bsky.app/profile/gawbul.io" target="_blank">
<img src="images/bluesky.png" alt="Bluesky" title="Bluesky" width="32" height="32">
</a>
·
<a href="https://www.threads.net/@gawbul" target="_blank">
<img src="images/threads.png" alt="Threads" title="Threads" width="32" height="32">
</a>
</p>
<p style="font-size:75%;">
<a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"><img alt="Creative Commons Licence" style="border-width:0" src="https://i.creativecommons.org/l/by-sa/4.0/80x15.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>
</p>
</div>
</body>
</html>