forked from OSGeo-ES/mapschool
-
Notifications
You must be signed in to change notification settings - Fork 0
/
section-conceptual-review.html
43 lines (42 loc) · 1.78 KB
/
section-conceptual-review.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>map school: Conceptual review</title>
<link href='https://www.mapbox.com/base/latest/base.css' rel='stylesheet' />
<link rel='stylesheet' type='text/css' href='css/site.css' />
<meta http-equiv='content-type' content='text/html; charset=utf-8' />
<meta name='viewport' content='initial-scale=1.0 maximum-scale=1.0'>
<meta name="description" content="a brief introduction to map and geospatial concepts">
</head>
<body>
<div class='header'>
<h1><a href='./'>map school: Conceptual review</a></h1>
<p>a free introduction to geo.</p>
<div class='pill'>
<a class='icon github button' href='https://github.com/tmcw/mapschool'>code</a><a
class='icon tooltip button' href='https://tmcw.wufoo.com/forms/mapschool-feedback/'>feedback</a><a
class='icon book button' href='https://raw.github.com/tmcw/mapschool/gh-pages/mapschool.epub'>ebook</a>
</div>
</div>
<div class='wrap'>
<div class='content'>
<p>The unity of data</p>
<p>Edges blending into math and art</p>
</div>
</div>
<script type="text/javascript">
var _gauges = _gauges || [];
(function() {
var t = document.createElement('script');
t.type = 'text/javascript';
t.async = true;
t.id = 'gauges-tracker';
t.setAttribute('data-site-id', '528a6fcff5a1f56dc400009f');
t.src = '//secure.gaug.es/track.js';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(t, s);
})();
</script>
</body>
</html>