-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.html
94 lines (93 loc) · 3.31 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
<!DOCTYPE html>
<html>
<head>
<title>Chris Loer</title>
<meta charset='utf-8'>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
</head>
<body>
<div class="container">
<div class='row'>
<div class='col-md-4'>
<a href="https://voteupapp.com">VoteUp</a>
</div>
<div class='col-md-4'>
Make group decisions faster with range voting
</div>
</div>
<div class='row'>
<div class='col-md-4'>
<a href="https://www.ibm.com/security/bigfix/">BigFix</a>
</div>
<div class='col-md-4'>
This was my work 2001 to 2013.
</div>
</div>
<div class='row'>
<div class='col-md-4'>
<a href="/mapbox-gl-coordinates">Mapbox GL Coordinate Transformations</a>
</div>
<div class='col-md-4'>
Demo exploring 3D math in Mapbox GL
</div>
</div>
<div class='row'>
<div class='col-md-4'>
<a href="/sd-solar">San Diego Solar Contagion</a>
</div>
<div class='col-md-4'>
Watch two years of solar panel installation
</div>
</div>
<div class='row'>
<div class='col-md-4'>
<a href="https://www.mapbox.com/blog/supporting-arabic-and-hebrew/">Arabic in WebGL</a>
</div>
<div class='col-md-4'>
Poor man's Arabic shaping and rich man's BiDi for Mapbox
</div>
</div>
<div class='row'>
<div class='col-md-4'>
<a href="https://www.mapbox.com/blog/balanced-multiline-labels/">Balanced Multiline Map Labels</a>
</div>
<div class='col-md-4'>
Knuth-Plass inspired label line breaking for Mapbox
</div>
</div>
<div class='row'>
<div class='col-md-4'>
<a href="https://medium.com/@chrisloer/join-the-engineering-leisure-class-b3083c09a78e">Join the Engineering Leisure Class</a>
</div>
<div class='col-md-4'>
Work hard, but on your terms
</div>
</div>
<div class='row'>
<div class='col-md-4'>
<a href="http://www.militarytimes.com/articles/im-a-refugee-and-a-naval-officer-the-immigration-ban-hurts-my-family">Patriotic Refugees</a>
</div>
<div class='col-md-4'>
Refugees shouldn't have to be superheroes. But my wife is anyway. ;)
</div>
</div>
<div class='row'>
<div class='col-md-4'>
<a href="http://iovs.arvojournals.org/article.aspx?articleid=2265980">Optical Coherence Tomography</a>
</div>
<div class='col-md-4'>
Side gig in ophthalmology research
</div>
</div>
<div class='row'>
<div class='col-md-4'>
<a href="/energy-viz">US Electricity Generation</a>
</div>
<div class='col-md-4'>
17 years worth of plant-level generating data in one map
</div>
</div>
</div>
</body>
</html>