-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
77 lines (68 loc) · 3.54 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
<!DOCTYPE html>
<html lang="en">
<head>
<link href="css/reset.css" rel="stylesheet" type="text/css">
<link href="css/style.css" rel="stylesheet" type="text/css">
<link href="http://fonts.googleapis.com/css?family=Lora" rel="stylesheet" type="text/css">
<title>Laura Ventosa </title>
<meta name="viewport" content="width=device-width, user-scalable=no">
<link rel="apple-touch-icon" sizes="57x57" href="/assets/icons/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="/assets/icons/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="/assets/icons/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="/assets/icons/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="/assets/icons/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="/assets/icons/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="/assets/icons/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="/assets/icons/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="/assets/icons/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="/assets/icons/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="/assets/icons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="/assets/icons/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="/assets/icons/favicon-16x16.png">
<link rel="manifest" href="/assets/icons/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
</head>
<body>
<div class="navbar">
<a href="https://github.com/lventosa" target="_blank">GitHub</a>
<a href="assets/cv0323.pdf" target="_blank">CV</a>
<a href="https://www.linkedin.com/in/laura-ventosa-andreu-497b16122/" target="_blank">Linkedin</a>
</div>
<div id="content-wrap">
<div class="header">
<h2 class="title">
<span class="high-light">Hey, I'm Laura (she/her)!</span>
</h2>
</div>
<div class="container1">
<p>I hold a bachelor's degree in Economics from Universitat Pompeu Fabra
and I'm currently finishing a bachelor's degree in Mathematics with a
minor in Statistics at Universitat de Barcelona.
</p>
<p>I work as a product data scientist and I'm passionate about the end-to-end
machine learning cycle as well as the design of machine learning systems.</p>
<p>I'm part of <a class="high-light" href="http://youngitgirls.org/index.php/ca/inici/"
target="_blank">Young IT Girls</a>, a women-led organization with the
aim of breaking gender roles and decreasing inequality in STEM fields.</p>
<p>I spend my free time spent podcast bingeing, reading, running and dancing.</p>
<p>Contrary to popular belief, I think that the C programming language is
pretty cool.</p>
<p>Sporadically, I write stuff in my <a class="high-light"
href="https://blog.lauraventosa.com/" target="_blank">blog</a>.</p>
</div>
</div>
<div class="footer">
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-171523343-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'UA-171523343-1');
</script>
</div>
</body>
</html>