-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhello.html
More file actions
61 lines (54 loc) · 1.55 KB
/
Copy pathhello.html
File metadata and controls
61 lines (54 loc) · 1.55 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
---
layout: page
title: Nice to meet you!
subtitle: How can I help?
permalink: /hello/
sitemap:
exclude: "yes"
noindex: true
---
<div class="hello-page">
<div class="hello-intro">
<p>
Hi! I'm a data scientist and Python developer with over a decade of experience working with data, reporting, automation, and technical workflows.
</p>
<p>
Pinecone Data is my independent consulting practice. I help small teams automate recurring reports, improve unreliable data workflows, and build focused internal tools. If you have a project in mind - or just want to talk through a problem - I'd be happy to hear from you.
</p>
</div>
<div class="hello-actions">
<a class="hello-action hello-action-primary" href="/workwithme/">
Work with Me
</a>
<a
class="hello-action hello-action-secondary"
href="https://linkedin.com/in/EmilyRCreager"
target="_blank"
rel="noopener noreferrer"
>
Connect on LinkedIn
</a>
<a
class="hello-action hello-action-contact"
href="/assets/contact/pinecone-data.vcf"
type="text/vcard"
>
Save Contact
</a>
</div>
<div class="hello-more">
<h2>More to Explore</h2>
<nav class="hello-link-grid" aria-label="More ways to explore Pinecone Data">
<a href="/about/">About Me</a>
<a href="/projects/">Projects</a>
<a
href="https://github.com/pineconedata"
target="_blank"
rel="noopener noreferrer"
>
GitHub
</a>
<a href="/writing/">Writing</a>
</nav>
</div>
</div>