-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex_v1.html
More file actions
136 lines (109 loc) · 4.79 KB
/
index_v1.html
File metadata and controls
136 lines (109 loc) · 4.79 KB
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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title> M. Asher</title>
<meta name="description" content="Michael Asher's homepage, data visualisations">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- <link rel="stylesheet" href="third/normalize.min.css">
<link rel="stylesheet" href="css/main.css"> -->
<style type="text/css">
body, html{
margin: 0;
padding: 0;
font-family: latin_modern_roman10_regular;
color: #D7B779;
}
@font-face {
font-family: 'latin_modern_roman10_regular';
src: url('fonts/lmroman10-regular-webfont.eot');
src: url('fonts/lmroman10-regular-webfont.eot?#iefix') format('embedded-opentype'),
url('fonts/lmroman10-regular-webfont.woff') format('woff'),
url('fonts/lmroman10-regular-webfont.ttf') format('truetype'),
url('fonts/lmroman10-regular-webfont.svg#latin_modern_roman10_regular') format('svg');
font-weight: normal;
font-style: normal;
}
html {
height: 100%;
background: url(img/cockatoo.svg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/cockatoo.svg', sizingMethod='scale');
-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/cockatoo.svg', sizingMethod='scale')";
}
body{
height: 100%;
background-color: rgba(21,27,41,0.85);
}
.contents{
height: 100%;
}
.container{
margin: auto;
width: 100%;
max-width: 800px;
}
.header{
padding: 15px;
text-align: center;
font-size: 30px;
background-color: #151b29;
}
a {
color: white;
text-decoration: none;
}
a:hover{
font-weight: bold;
}
</style>
<!-- <script src="third/modernizr-2.6.2.min.js"></script> -->
</head>
<body>
<!--[if lt IE 7]>
<p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<div class='contents'>
<div class='header'>
<div class='container'>
Michael Asher
</div>
</div>
<div class='container'>
<div style="text-align:center;"> michael.james<span>.asher@gmail</span>.com </div>
2015 <a href="https://draftfinplancalc.com"> Financial planning calculator I prototyped </a> <br>
Nov. 2014 <a href="agu"> My poster for the AGU Fall meeting </a> <br>
Sep. 2014 <a href="budget-bot"> Budget Bot - tries to make a budget out of your bank statements </a> <br>
Sep. 2014 <a href="vis/choropleth/index.html"> ABS spatial statistics </a> <br>
Aug. 2014 <a href="vis/timeline/index.html"> The Acts of Australia's federal governments</a> <br>
May 2014 <a href="vis/nz/index.html"> NZ tax and welfare calculator</a> (<a href="http://nzinitiative.org.nz/Media/Graph+of+the+week/Issue+18+-+2014.html">featured here</a>) <br>
May 2014<a href="vis/rent-or-buy/index.html"> Rent or buy? </a> <br>
May 2014<a href="vis/confidence-redundancy/index.html"> Consumer confidence plotted with Google trends for 'redundancy' </a> <br>
Apr. 2014<a href="vis/include/index.html"> Map and Calendar app for creating events </a> <br>
<i>ca.</i> 2013<a href="http://urbananalyser.appspot.com/schools"> Schools of the ACT </a> <br>
<i>ca.</i> 2013<a href="http://urbananalyser.appspot.com/leafletbootstrap"> Coding a Choropleth </a> <br>
</div>
</div>
<!--
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="/third/jquery-1.11.0.min.js"><\/script>')</script>
<script src="js/plugins.js"></script>
<script src="js/main.js"></script>
-->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-53885117-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>