-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
110 lines (93 loc) · 3.63 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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
<!DOCTYPE HTML>
<html>
<head>
<title>Mapping and GIS Projects</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<body>
<!-- Wrapper -->
<div id="wrapper">
<!-- Header -->
<header id="header">
<span class="avatar"><img src="images/IMG_3745.jpg" alt="tooltip"/></span>
<h1><strong>Nicholas Klein-Baer</strong>
<p>Cartography Portfolio</h1>
<ul class="icons">
<!--<li><a href="#" class="icon style2 fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="#" class="icon style2 fa-facebook"><span class="label">Facebook</span></a></li>
<li><a href="#" class="icon style2 fa-instagram"><span class="label">Instagram</span></a></li> -->
<li><a href="https://github.com/nkleinbaer" class="icon style2 fa-github"><span class="label">500px</span></a></li>
<li><a href="mailto:[email protected]" class="icon style2 fa-envelope-o"><span class="label">Email</span></a></li>
</ul>
</header>
<!-- Main -->
<section id="main">
<!-- Thumbnails -->
<section class="thumbnails">
<div>
<a href="images/Vietnam.png">
<img src="images/Vietnam.png" alt="" />
<h3>Vietnam</h3>
</a>
<a href="images/projections.png">
<img src="images/projections.png" alt="" />
<h3>Map Projections</h3>
</a>
<a href="images/lab_4.png">
<img src="images/lab_4.png" alt="" />
<h3>Maplex Labels</h3>
</a>
</div>
<div>
<a href="images/labels_anno.png">
<img src="images/labels_anno.png" alt="" />
<h3>Portland Landscape</h3>
</a>
<a href="images/ukraine.png">
<img src="images/ukraine.png" alt="" />
<h3>Experiments in Generalization - Ukraine</h3>
</a>
<a href="images/ukraine2.png">
<img src="images/ukraine2.png" alt="" />
<h3>Experiments in Symbolization - Ukraine</h3>
</a>
</div>
<div>
<a href="images/firefly.png">
<img src="images/firefly.png" alt="" />
<h3>Locations of malicious IP addresses</h3>
</a>
<a href="images/choropleth.png">
<img src="images/choropleth.png" alt="" />
<h3>Average Commute Time by County</h3>
</a>
<a href="images/wine.png">
<img src="images/wine.png" alt="" />
<h3>Wine Production in Europe</h3>
</a>
<a href="images/Layout.png">
<img src="images/Layout.png" alt="" />
<h3>'Historic' map of Madagascar</h3>
</a>
</div>
</section>
<div>
<iframe width="100%" height="800px" src="https://humboldtstate.maps.arcgis.com/apps/Shortlist/index.html?appid=affd9693ddfa499dad2efbfc5b558f7d"></iframe>
<h3>Wildflowers of the Klamath Mountains</h3>
<p>Wildflowers of the Klamath Mountains</p>
</div>
</section>
<!-- Footer -->
<footer id="footer">
<p> Nicholas Klein-Baer | Department of Geography | Humboldt State University </p>
</footer>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.poptrox.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>