-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
77 lines (68 loc) · 2.37 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>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Share+Tech+Mono&display=swap" rel="stylesheet">
<link rel="stylesheet" href='sytle.css'>
<title>owen-makes</title>
</head>
<body>
<main class="cv-column">
<header>
<h1>Owen Botto</h1>
<h1 class="mobile">own btt</h1>
<div class="contact-info">
<a href="mailto:[email protected]">[email protected]</a>
<a href="http://github.com/owen-makes">github.com/owen-makes</a>
<p>buenos aires, AR</p>
</div>
</header>
<div class="profile">
<div class="section">
<h3 class="title">studies</h3>
<svg class="divider" viewBox="0 0 30 1">
<rect x="0" y="0" width="30" height="0.1"/>
</svg>
<p><b>The Odin Project</b> '23-Present </p>
<p>Full Stack Web Development, Ruby on Rails</p>
<p> </p>
<p><b>CFA Institute</b> '18-'22</p>
<p>Passed CFA Level 2</p>
<p> </p>
<p><b>Universidad Argentina de la Empresa</b>'14-'18</p>
<p>Bachelor in Finance</p>
<p> </p>
</div>
<div class="section">
<h3 class="title">experience</h3>
<svg class="divider" viewBox="0 0 30 1">
<rect x="0" y="0" width="30" height="0.1"/>
</svg>
<p><b>Freelance</b> '23-Present </p>
<p>Financial researcher for group of activist investors</p>
<p> </p>
<p><b>Accenture</b> '18-'23</p>
<p>M&A Specialist</p>
<p>Strategy Consultant</p>
<p>Strategy Analyst</p>
<p> </p>
<p><b>Transacciones</b>'17-'18</p>
<p>Equity Research Analyst</p>
<p> </p>
</div>
<div class="section">
<h3 class="title">skills</h3>
<svg class="divider" viewBox="0 0 30 1">
<rect x="0" y="0" width="30" height="0.1"/>
</svg>
<p><b>languages:</b> English, Spanish, Portuguese </p>
<p><b>tech:</b> HTML, CSS, JavaScript, Ruby</p>
<p><b>software:</b>office suite, gdocs, figma</p>
</div>
</div>
</main>
</body>
</html>