-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsocial.html
63 lines (50 loc) · 2.15 KB
/
social.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
<!doctype html>
<html lang="en">
<head>
<link href='http://fonts.googleapis.com/css?family=Josefin+Sans:600,600italic,700,400' rel='stylesheet' type='text/css'>
<meta charset="utf-8"/>
<title>Meghan B. McGarry on the Internet</title>
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link rel="stylesheet" media="all" href="css/maori.css"/>
<link rel="stylesheet" media="all" href="css/custom.css"/>
<meta name = "viewport" content = "initial-scale = .5">
<script type="text/javascript" src="http://use.typekit.com/rds7nju.js"></script>
<script type="text/javascript">try{Typekit.load();}catch(e){}</script>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<script type="text/javascript" src="js/supersized.2.0.js"></script>
<script type="text/javascript">$(function(){ $('#supersize').supersized();});</script>
</script>
<!--#include virtual="analytics.html" -->
</head>
<body>
<div id="supersize"><img src="./images/background.jpg" /></div>
<div id="wrapper">
<section id="content">
<header>
<h1>Meghan B. McGarry</h1>
<h2>On the Internet</h2>
</header>
<p>
<ul>
<a href="mailto:[email protected]" target="_blank"><img src="images/email.png"/> Email</a>
</ul>
<ul>
<a href="https://github.com/mbmcgarry" target="_blank"><img src="images/github.png"/> Github</a>
</ul>
<ul>
<a href="http://scholar.google.com/citations?user=_IqUASkAAAAJ&hl=en" target="_blank"><img src="images/scholar.png" border="0"/> Google Scholar</a>
</ul>
<ul>
<a href="http://www.linkedin.com/pub/meghan-mcgarry/6a/647/880/" target="blank_"/><img src="images/linkedin.png" border="0"/> LinkedIn</a>
</ul>
<ul>
<a href="http://www.zotero.org/mbmcgarry" target="_blank"><img src="images/zotero.png" border="0"/> Zotero</a>
</ul>
<footer>
<small>forked from <br><a href="http://katyhuff.github.io/" title="Katy Huff">Katy Huff</a></small>
</footer>
</div>
</body>
</html>