-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
152 lines (150 loc) · 7.36 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
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
<head>
<title>Paula Jones | Geospatial Specialist & Developer</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<script src="https://kit.fontawesome.com/a43b8b7139.js" crossorigin="anonymous"></script>
</head>
<!-- MAIN (Center website) -->
<div class="main">
<div class="top">
<!-- <div id="background-image"></div>
<div class="background-overlay"></div> -->
<div class="top-text">
<h1>Paula Jones</h1>
<h2>Geospatial Specialist</h2>
<h3>Maps, spatial data, web development</h3>
</div>
</div>
<div class="about">
<div class="content">
<h3>My work encompasses GIS, data wrangling, web mapping, and visualization.</h3>
<p>
I am a problem-solver first and foremost, with GIS and geospatial techniques as tools in my toolbox.
My
software competencies range from Esri's suite of products (Desktop, Online, Enterprise, field apps)
to
open-source desktop (QGIS) and relational database systems (PostgreSQL, PostGIS). I also have
experience
utilizing Python, JavaScript, HTML, SQL, and R languages to manage data and create desktop and web
applications.
</p>
<p>
In my free time, you can find me on the pitch refereeing and playing soccer, or exploring city and
trail
by bike.
</p>
<p>
I am always open to new contract work opportunities and collaborations, so please feel free to <a
href="mailto:paulajones.gis@gmail.com">reach out</a>.
</p>
<!-- <h3><a class="link-hover" href="Paula Jones Resume.pdf" target="_blank">View Resume <i
class="icon solid arrow fa-arrow-right"></i></a> -->
</h3>
<div class="contact">
<p><i class="icon solid fa-home"></i>Buffalo, NY, USA</p>
<p>
<i class="icon solid fa-envelope"></i>
<a href="mailto:paulajones.gis@gmail.com">paulajones.gis@gmail.com</a>
</p>
<div id="contact-icons">
<a href="https://geo-jones.github.io" class="icon brands fa-globe" target="_blank"></a>
<a href="https://github.com/geo-jones" class="icon brands fa-github" target="_blank"></a>
<!-- <a href="https://www.linkedin.com/in/p-jones-gis/" class="icon brands fa-linkedin"
target="_blank"></a> -->
</div>
</div>
</div>
</div>
<!-- Portfolio Gallery Grid -->
<div class="gallery">
<div class="content">
<h2>Projects</h2>
<div class="row">
<div class="column">
<div class="gallery-content gallery-switch">
<img src="images/thumbs/walkable-map.jpg" alt="Walkability in Buffalo, NY">
</div>
</div>
<div class="column">
<div class="gallery-content">
<h3><a class="link-hover" href="walkability.html" target="_blank">Walkability in Buffalo, NY <i
class="icon solid arrow fa-arrow-right"></i></a>
</h3>
<p>Undergraduate thesis examining the uneven geographies of walkability and access to social,
economic, and health benefits afforded to residents of walkable neighborhoods.</p>
<div class="skills">
<div class="skills-border">ArcGIS Desktop</div>
<div class="skills-border">Spatial Statistics</div>
<div class="skills-border">GeoDa</div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="column">
<div class="gallery-content">
<img src="images/thumbs/west-side.jpg" alt="West Side Property Condition Inventory">
</div>
</div>
<div class="column">
<div class="gallery-content">
<h3><a class="link-hover" href="west-side.html" target="_blank">West Side Property Condition
Inventory <i class="icon solid arrow fa-arrow-right"></i></a>
</h3>
<p>Research project investigating changing housing conditions in a gentrifying urban
neighborhood.
</p>
<div class="skills">
<div class="skills-border">ArcGIS Collector</div>
<div class="skills-border">HTML/CSS</div>
<div class="skills-border">JavaScript</div>
<div class="skills-border">Google Maps API</div>
<div class="skills-border">ArcGIS Story Maps</div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="column">
<div class="gallery-content">
<img src="images/thumbs/buffalo-web-map.jpg" alt="Open Data map">
</div>
</div>
<div class="column">
<div class="gallery-content">
<h3><a class="link-hover" href="buffalo-open-data.html" target="_blank">Open Data Map <i
class="icon solid arrow fa-arrow-right"></i></a>
</h3>
<p>Web map built to practice displaying data from a city's public data APIs.</p>
<div class="skills">
<div class="skills-border">Leaflet</div>
<div class="skills-border">Mapbox</div>
<div class="skills-border">JavaScript</div>
</div>
</div>
</div>
</div>
<div class="row gallery-switch">
<div class="column">
<div class="gallery-content">
<img src="images\thumbs\buffalo-schools.jpg" alt="Buffalo Schools directory and map">
</div>
</div>
<div class="column">
<div class="gallery-content">
<h3><a class="link-hover" href="buffalo-schools.html" target="_blank">School District Directory
&
Map <i class="icon solid arrow fa-arrow-right"></i></a>
</h3>
<p>A school locator and directory for the Buffalo Public Schools website.</p>
<div class="skills">
<div class="skills-border">ArcGIS Dashboards</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- END MAIN -->
</div>