-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
49 lines (47 loc) · 2.04 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
<!DOCTYPE html>
<html>
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-114685986-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-114685986-1');
</script>
<title>Ashley Pace</title>
<link rel="stylesheet" type="text/css" href="/css/main.css">
</head>
<body>
<nav>
<ul>
<li><a href="/">Home</a></li>
<li><a href="/about">About</a></li>
<li><a href="/cv">CV</a></li>
<li><a href="/blog">Blog</a></li>
</ul>
</nav>
<aside class="profile">
<img src="/images/ashley-profile.jpg" alt="Ashley Pace">
<p>Freelance journalist based in Montreal.</p>
<p>Email: pacepublished [at] gmail [dot] com</p>
<p>LinkedIn: <a href="https://linkedin.com/in/ashmpace">ashmpace</a></p>
<p>GitHub: <a href="https://github.com/ashmpace">ashmpace</a></p>
<p>Twitter: <a href="https://twitter.com/ashmpace">ashmpace</a></p>
</aside>
<section id="content">
<h1>Ashley Pace</h1>
<p>At six, I wanted to be a chef in the daytime and an astronaut at night.</p>
<p>Today, though I love cooking, I've never been to space. Instead, I use my creative and analytical skills to find information and share insights with others.</p>
<p>With Python, I search for, analyze, and visualize data to use in journalism. I also help not-for-profits understand their data and impact.</p>
<h2>Some recent projects:</h2>
<ul>
<li>Data-driven article <a href = "https://ashmpace.gistapp.com/ashmpace/page/one-stop-job-centers-who-gets-them-who-gets-left-out-">mapping One-Stop Centers and county-level unemployment data</a> in the U.S.</li>
<li>Interactive maps <a href="/data-viz.html">about the risk of automation</a> in different U.S. industries.</li>
<li>Some practice <a href='/geo-maps.html'>mapping geographic data</a> using GeoPandas.</li>
</ul>
</section>
<footer>
</footer>
</body>
</html>