-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
38 lines (38 loc) · 1.89 KB
/
index.html
File metadata and controls
38 lines (38 loc) · 1.89 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
<!DOCTYPE html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="index.css">
<title>Filip Reese</title>
</head>
<body>
<div class="header">
<img src="mugshot.jpg" title="personal-portrait" alt="personal-portrait" class="header--image" width="150px">
<div class="header--text">
<h1 class="name">Filip Reese</h1>
<h4 class="tagline">Product Management, Product Marketing & Strategy</h4>
</div>
</div>
<div class="about">
<p>Hi, I'm Filip.</p>
<p>I'm currently working as a Group Product Manager at <a href="https://www.bluerivertechnology.com">Blue River Technology.</a> Previously, I worked at <a href="https://www.cultureamp.com">Culture Amp</a> and <a href="https://www.99designs.com">99designs.</a></p>
<p>Working and building organizations that create new technologies and products that change the way we live and work is what I'm passionate about -- but only when I'm not surfing. ;)</p>
<p>Feel free to get in touch with me via reesef@gmail.com if you'd like to get to know me better.</p>
</div>
<div class="footer">
<hr>
<ul class="footer-list">
<li class="footer-item">© 2021 Filip Reese</li>
<li class="footer-item"><a href="https://linkedin.com/in/filipreese"><img src="linkedin1.png" width="30"></a></li>
<li class="footer-item"><a href="https://twitter.com/filipreese"><img src="twitter.png" width="30"></a></li>
</div>
</body>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-72946329-1', 'auto');
ga('send', 'pageview');
</script>
</html>