-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
80 lines (79 loc) · 4.25 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
<!DOCTYPE html
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link href='https://fonts.googleapis.com/css?family=Montserrat' rel='stylesheet' type='text/css'>
<link href="https://fonts.googleapis.com/css?family=Poppins:400,600" rel="stylesheet">
<link href='https://fonts.googleapis.com/css?family=Arvo' rel='stylesheet' type='text/css'>
<title>Audrey</title>
<link href="css/styles.css" rel="stylesheet">
</head>
<body>
<header>
<div class='aspot'>
<div class="pic audrey2"></div>
<div class="header">
<h2>Product & Design</h2>
<h1>Audrey Vincent</h1>
<br>
<p>
Hi, I'm Audrey 👋
</p>
<br>
<p>
I'm a product manager with 5 years of experience leading software teams and launching products backed by user research.
</p>
<br>
<p>
Currently, I'm building LLMs and data products for Fortune 500 Companies verifiying their advertising performance at <a href="https://integralads.com/">IAS - Integral Ad Science</a>.
</p>
<br>
<p>
Previously, I wore many of hats with <a href="https://www.amerlightenergy.com/">Amerlight Energy</a>, building commercial-scale renewable energy storage systems.
</p>
<br>
<p>
I have scaled B2C products from 0 to millions at <a href="https://www.ancestry.com/"></a>Ancestry</a> and have held B2B data centric roles in climate tech, biotech, edtech, and advertising. I'm passionate about renewable energy and scaling electrification to keep our energy industry sustainable.
</p>
<br>
<p>
If you'd like to follow along my product journey, check out the product launches below 👇
</p>
<br>
<div class="links">
<a href="./audrey-resume.pdf">Resume</a><a href="https://github.com/avincent6">Github</a><a href="https://gitlab.com/avincent6/audrey-vincent">README.md</a><a href="mailto:[email protected]">Contact</a><a href="https://www.linkedin.com/in/audreymariev/">LinkedIn</a>
</div>
</div>
</div>
<div class='con'>
<h1>Product Launches</h1>
<div class='info'>
<div class="sec">
<h2><a href="https://disney.guildeducation.com/partner/">Celebrate DisneyAspire Graduates | 2023</a></h2>
<p>Led company wide data quality efforts to recognize and promote student graduates in Guild's Education Benefit program, Disney Aspire.</p>
<a href="https://disney.guildeducation.com/partner/">Disney Aspire</a>
</div>
<div class="sec">
<h2><a href="https://www.businesswire.com/news/home/20200803005219/en/Ancestry%C2%AE-Launches-AncestryHealth%C2%AE-Powered-Generation-Sequencing-NGS">AncestryHealth Launch | 2020</a></h2>
<p>Discover your risk for developing conditions across cancer, carrier, heart and blood, and connective tissue disorder genes. Includes access to genetic counselors partnering with you throughout your health journey.</p>
<a href="https://www.ancestry.com/corporate/newsroom/press-releases/introducing-ancestryhealth-actionable-health-insights-you-and-your-family">AncestryHealth</a>
</div>
<div class="sec">
<h2><a href="https://blogs.ancestry.com/ancestry/2018/11/09/ancestry-launches-a-new-take-on-genetic-traits/">AncestryDNA Traits Launch | 2018</a></h2>
<p>Discover physical, sensory, and vitamin traits all determined from your genetic makeup. Compare and Explore with AncestryDNA Matches and members to learn what you have in common, or what makes you uniquely you.</p>
<a href="https://blogs.ancestry.com/ancestry/2018/11/09/ancestry-launches-a-new-take-on-genetic-traits/">AncestryDNA Traits</a>
</div>
<div class="sec">
<h2><a href="https://www.anvilstartups.com/">The Anvil | 2017 - 2018</a></h2>
<p>
Directed a non-profit that offered co-working spaces and programs for the community to start small businesses.
</p>
<a href="https://www.anvilstartups.com/">The Anvil</a>
</div>
</div>
</header>
</body>
<script src="js/main.js"></script>
</body>
</html>