-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathheader.html
67 lines (56 loc) · 1.66 KB
/
header.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
<title>GeoDa on Github</title>
<style>
* {
margin: 0;
padding: 0;
}
.shadowfilter {
-webkit-filter: drop-shadow(12px 12px 7px rgba(0, 0, 0, 0.5));
filter: url(shadow.svg#drop-shadow);
}
.intro1 {
margin-left: -45px;
}
</style>
<link rel="stylesheet" type="text/css" href="https://geodacenter.github.io/stylesheets/normalize.css" media="screen">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="https://geodacenter.github.io/stylesheets/stylesheet.css" media="screen">
<link rel="stylesheet" type="text/css" href="https://geodacenter.github.io/stylesheets/github-light.css" media="screen">
<link rel="stylesheet" href="https://geodacenter.github.io/stylesheets/simple-slideshow-styles.css">
<style>
ul {
padding-left: 30px;
}
figcaption {
top: .70em;
left: .35em;
bottom: auto !important;
right: auto !important;
}
</style>
<style>
h1 {
text-align: center;
}
h3.subtitle {
text-align: center;
}
h4.author {
text-align: center;
}
h4.date {
text-align: center;
}
p.caption {
font-size: 12px;
}
</style>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-LC0QJ53WFS"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-LC0QJ53WFS');
</script>
<!-- End Google tag -->