-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
67 lines (67 loc) · 2.6 KB
/
Copy pathindex.html
File metadata and controls
67 lines (67 loc) · 2.6 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
<!DOCTYPE html>
<html>
<head>
<title>Ben Churchwell</title>
<link href="css/styles.css" rel="stylesheet" type="text/css">
<link href="css/bootstrap.css" rel="stylesheet" type="text/css">
</head>
<body>
<div class="container">
<div class="box-1">
<h1>Ben Churchwell</h1>
<img src="img/ben-hood.png" alt="me!">
</div>
<div class="box-2">
<h3>About Me</h3>
<p>Hi, I'm Ben Churchwell and I am <em>geospatial consultant</em> who specializes in coastal and oceanographic mapping. I'm currently focused on learning software development to expand my skill set and solve geospatial problems. <strong>Learning to code</strong> is important to me so that I can expand my current geospatial skills, or maybe even try something entirely new! When not in front of the computer screen I love to get outside and enjoy the beautiful pacific northwest. I'm currently doing a coding bootcamp at <a href="http://epicodus.com" alt="epicodus">Epicodus</a>.
</p>
</div>
<section>
<h3>Background</h3>
<p>I currently work as a Hydrographer and Geospatial Data Analyst for an engineering firm based in <span class="green">Portland, Oregon</span>. I have been in the geospatial sciences field for 15 years and have a bachelors degree in Geomatics from the University of Florida.</p>
<h3>Interests and Hobbies</h3>
<ul>
<li>Climbing</li>
<li>Skiing</li>
<li>Hiking</li>
<li>Jazz Music</li>
</ul>
<h3>Skills</h3>
<div class='skills'>
<div class='column'>
<h4>Geospatial</h4>
<ul>
<li>Multibeam Bathymetry Expert</li>
<li>Mobile and Terrestrial Lidar</li>
<li>GNSS and Inertial Navigation Systems</li>
<li>AutoCAD Civil3D</li>
<li>ArcGIS</li>
<li>QGIS</li>
<li>GlobalMapper</li>
</ul>
</div>
<div class='column'>
<h4>Dev</h4>
<ul>
<li>Python</li>
<li>Linux</li>
<li>HTML</li>
<li>CSS</li>
<li>Git</li>
</ul>
</div>
<div>
<h4>Certs and Qualifications</h4>
<ol>
<li>Oregon Registered Professional Land Surveyor</li>
<li>OSHA 30 Hour Construction Safety</li>
<li>First Aid/CPR/AED Certified</li>
<li>Proficient Small Boat Operator</li>
</ol>
</div>
<p span>Contact me! <a href="mailto:benchurchwell@gmail.com">benchurchwell@gmail.com</a></a>
</div>
</section>
</div>
</body>
</html>