-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex_unstyled.html
More file actions
51 lines (43 loc) · 1.53 KB
/
index_unstyled.html
File metadata and controls
51 lines (43 loc) · 1.53 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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<title>GEOG485L - Home</title>
<style type=text/css>
</style>
</head>
<body>
<h1>Lawrence's Web Mapping Home Page</h1>
<h2>About me</h2>
<p>Hello! My name is Lawrence Alderete. I am pursuing a B.S. in Geography at UNM.</p>
<h2>Why I'm taking the course</h2>
<p>Other classes I've taken have spurred an interest in web design and cartography. This course seemed like the next logical step.</p>
<h2>Topics I'm interested in</h2>
<ul>
<li>Cartography</li>
<li>Collaborative Mapping</li>
<li>Distributed GIS</li>
<li>Free and Open Source Software</li>
<li>GIS Data Mining</li>
<li>Open Street Map (OSM)</li>
<li>Social Engineering with Maps</li>
<li>Wardriving (Mapping Wi-Fi Networks)</li>
<li>Web Mapping</li>
</ul>
<h2>Types of data I have worked with (themes & formats)</h2>
<ul>
<li>Crime Data</li>
<li>Historical Agriculture Data</li>
<li>Population Data</li>
<br>
<li>Adobe Illustrator Artwork</li>
<li>ESRI Shapefile</li>
<li>KML</li>
</ul>
<h2>Milestones</h2>
<p><a href="../GEOG485L/helloworld.html">Milestone 1</a></p>
<p><a href="../GEOG485L/milestone_02.html">Milestone 2</a></p>
<h2>Deep Dives</h2>
<p><a href="../GEOG485L/deepdive_01.html">Deep Dive 1</a></p>
</body>
</html>