-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
58 lines (52 loc) · 2.67 KB
/
Copy pathindex.html
File metadata and controls
58 lines (52 loc) · 2.67 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Gabe Fish</title>
<link rel="stylesheet" href="styles.css">
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Person",
"name": "Gabe Fish",
"jobTitle": "Product Manager",
"worksFor": {
"@type": "Organization",
"name": "Google"
},
"url": "https://gabefish.com"
}
</script>
</head>
<body>
<main>
<section id="introduction">
<h2>Introduction</h2>
I'm <a href="https://photos.app.goo.gl/sht3YW2eMtTKBhka6">Gabe</a>. I'm currently based in New York by way of San Francisco, Boston, Hong Kong, and Philadelphia. I'm fascinated by all things tech and political economy. My career spans product management, data analytics, and sales, with a bit of coding sprinkled throughout all three.
</section>
<section id="past-experience">
<h2>Past Experience</h2>
My career began with a brief stint in campaign finance before I co-founded a local marketplace startup in Atlanta, helping businesses succeed online. This experience led me to Google, where I assisted online publishers in growing their digital presence and navigating the <a href="https://newsinitiative.withgoogle.com/impact/#covid-19-relief">economic challenges of COVID-19</a>.
</section>
<section id="nowadays">
<h2>Nowadays</h2>
I'm currently a Product Manager at Google where I help give users control over their data and enable products like Search, YouTube, and Ads to comply data and antitrust regulations like the <a href="https://www.cnbc.com/2024/03/07/what-the-eu-digital-markets-act-means-for-us-tech-giants-like-apple.html">Digital Markets Act</a>.
</section>
<section id="interests">
<h2>Interests</h2>
You'll often find me at <a href="https://www.vitalclimbinggym.com/">Vital</a>, going to concerts, learning new board games, or <a href="https://photos.app.goo.gl/Cko7itQjhtBvTgHk8">solo traveling</a>.
</section>
<section id="social">
<h2>Social</h2>
Sometimes I <a href="https://twitter.com/GabeFish7">tweet</a> silly things. I'm also on <a href="https://www.linkedin.com/in/gabriel-fish/">LinkedIn</a>.
</section>
</main>
<footer>
<div class="signature-container">
<span class="signature-line">--</span>
<img src="signature.png" alt="Gabe Fish signature" class="signature">
</div>
</footer>
</body>
</html>