-
Notifications
You must be signed in to change notification settings - Fork 0
/
beal-data.html
78 lines (76 loc) · 2.02 KB
/
beal-data.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
71
72
73
74
75
76
77
78
<!DOCTYPE html>
<html>
<head>
<title>Robb Beal | Data-Driven Product Leader</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="robots" content="noindex">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<style type="text/css">
body {
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
font-size: 20px;
color:rgba(0,0,0,.8);
max-width:760px;
margin: 16px auto;
}
h1,h2,h3,h4 {
font-family: sans-serif;
font-weight: bold;
}
h1 {
margin-top:60px;
}
h2 {
margin-top: 40px;
margin-bottom:18px;
text-transform:capitalize;
}
p {
line-height: 1.3;
margin-bottom:18px;
}
ol li, ul li {
margin-bottom:20px;
}
img.align-right {
margin-left: 40px;
margin-bottom: 20px;
}
.videoWrapper {
position: relative;
padding-bottom: 56.25%; /* 16:9 */
padding-top: 25px;
height: 0;
}
.videoWrapper iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
iframe {
width: 100%;
height: 90vh;
border: 0px;
}
@media (max-width: 600px) {
img {width:100%;}
body {padding:0 14px;}
}
</style>
</head>
<body>
<iframe src="https://docs.google.com/document/d/e/2PACX-1vRlCliFLqMVT2va-RluWSi4oc289UXihrorNhv3B1pOhrIAVc7lAQj4POgQWwkEoWTSsLvGNqPVkAQk/pub?embedded=true"></iframe>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try{
var pageTracker = _gat._getTracker("UA-37927353-3");
pageTracker._trackPageview();
} catch(err) {}
</script>
</body>
</html>