-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
155 lines (155 loc) · 5.81 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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta charset="utf-8" />
<title>Hello world!</title>
<link rel="stylesheet" href="css/main.css" />
<script
src="https://kit.fontawesome.com/fd021026f1.js"
crossorigin="anonymous"
></script>
<link
rel="icon"
href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>😼</text></svg>"
/>
<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=Source+Sans+Pro:wght@300;600&display=swap"
rel="stylesheet"
/>
<link
href="https://fonts.googleapis.com/css2?family=Poppins&family=Source+Sans+Pro:wght@300;600&display=swap"
/>
<link
href="https://fonts.googleapis.com/css2?family=Poppins:wght@100;400&family=Source+Sans+Pro:wght@300;600&display=swap"
rel="stylesheet"
/>
</head>
<body>
<div class="container">
<div class="content" id="presentation">
<h1>👽 Hello world 👽</h1>
<div id="header">
<h2>I'm Catalina, a software developer</h2>
<img src="img/me.png" />
</div>
</div>
<div id="purpose">
<div class="content">
<h1>Who am I...</h1>
<ul>
<li>
👷 I am a software developer interested in back-end, front-end and
full stack roles.
</li>
<li>
🤝 I have experience working for the public and private sector in
digital transformation projects and migrations from on-premises
environments to the cloud.
</li>
<li>
💼 Currently working at
<a href="https://www.buk.cl" target="blank">Buk HR.</a>
</li>
</ul>
</div>
</div>
<div id="about">
<div class="content">
<h1>About me</h1>
<ul>
<li>💻 I have 5 years of experience working as a developer.</li>
<li>👩🎓 Graduated in July 2021.</li>
<li>
🐍 Experience working with Python for serverless solutions in AWS
and with Ruby on Rails back office systems.
</li>
<li>☁️ 3xAWS certificated: AWS SAA, CDA & CPP.</li>
</ul>
<h2>Techonologies I've work with</h2>
<span>Ruby on Rails</span>
<span>Python</span>
<span>PostgreSQL</span>
<span>Dynamo DB</span>
<span>AWS</span>
<h2>Game Jams</h2>
<div id="games">
<p>I've participated in two Game Jams. Check my work!</p>
<ul>
<li>
🐕
<a href="https://globalgamejam.org/2021/games/doggy-sunday-9">
Doggy Sunday (2021)</a>
<p>Super peaceful game to relax.</p>
</li>
<li>
🏀
<a href="https://bellasauras.itch.io/basketcrows">
Basket Crows (2019)</a>
<p>I earned a scholarship to attend
<a href="https://trainjam.com/">Train Jam 2019.</a>
</p>
</li>
</ul>
</div>
<h1>Blog posts</h1>
<p>I love writing and helping others to start creating content for the places where they work. I think it's important for companies to show the world what they do and attract talent by doing it.</p>
<div id="publications">
<ul>
<li><a href="https://buk.engineering/2022/08/19/herramientas-para-un-lugar-de-teletrabajo-mas-feliz.html">Herramientas para un lugar de teletrabajo más feliz (2022)</a></li>
<li><a href="https://buk.engineering/2022/01/31/cafe-codigo-y-concentracion.html">Café, código y concentración (2022)</a></li>
<li><a href="https://www.kranio.io/blog/hybrid-cloud-and-the-digital-transformation">Qué es la nube híbrida en la transformación digital (2020)</a></a></li>
<li><a href="https://www.kranio.io/blog/orquestando-flujos-de-datos-en-una-nube-hibrida">Orquestando flujos de datos en una nube híbrida (2021)</a></a></li>
</ul>
</div>
</div>
</div>
<div class="content" id="company-type">
<h1>I believe in companies and teams that...</h1>
<ul>
<li> Have a great onboarding experience.</li>
<li>
Have defined process that quickly adapts in changing environments.
</li>
<li> Are building an incredible product or service.</li>
<li> Love working there and totally recommend it.</li>
</ul>
</div>
<div id="interests">
<div class="content">
<h1>Other interests</h1>
<span> History </span>
<span> Volunteering </span>
<span> World politics </span>
<span> Cats </span>
<span> Coffee </span>
<span> Reading </span>
<span> Writing </span>
</div>
</div>
</div>
<div id="contact">
<div class="content">
<h2>Let's get formal...</h2>
<div id="contact-icons">
<ul>
<li>
<h4>Check my Github</h4>
<a href="https://github.com/catapim"
><i class="fa-5x fa fa-github" aria-hidden="true"></i
></a>
</li>
</ul>
</div>
</div>
</div>
<footer>
Reading resumes can be boring sometimes!<br />
Made with 💖 from 🇨🇱 or maybe 🇩🇪<br />
Reach out to me at ctlnpmntl [at] gmail.com<br />
2023<br />
</footer>
</body>
</html>