-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
152 lines (142 loc) · 5.68 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
<link rel="stylesheet" href="static/styles.css">
<script src="https://unpkg.com/cursor-effects@latest/dist/browser.js"></script>
<script defer src="static/script.js"></script>
<title>Monn</title>
</head>
<body>
<div class="about-me">
<div class="section-title">
<span class="highlight">Hey there!</span>
</div>
<br>
<div class="me">
I'm Monn 🙋🏻♀️
</div>
</div>
<hr>
<div class="">
<div class="about-me-text">
<div class="section-title">
About me
</div>
<div class="content">
I'm a second-year Computer Science student at UC Chile.
Currently, I'm exploring different areas of Computer Science to find what I love and feel the most passionate about.
I'm working as a Research Assistant and Data Analyst in a project related to Process Mining (paper coming out soon, so I'm very excited!!).
Also, I'm currently a Teaching Assistant in the course "Advanced Programming" and "Computational Thinking and Skills" at my university.
<br> <br>
Some more about me: I love cats, reading (obsessed with Mario Puzo's books lately), and I'm a huge fan of Harry Potter and Lord of the Rings.
I'm learning how to crochet – not very good at it yet, but I'm trying 😅.
</div>
</div>
<br>
<div class="row">
<div class="col-sm">
<div class="section-title">
Areas of interest
</div>
<br>
<div class="section-subtitle">
I'm always looking into new things, but I'm particularly interested in
</div>
<br>
<span class="badge rounded-pill text-bg-success">
<a href="https://www.celonis.com/process-mining/what-is-process-mining/"> Process Mining </a>
</span>
<span class="badge rounded-pill text-bg-success">
<a href="https://aisafetyfundamentals.com/">AI Safety</a>
</span>
<span class="badge rounded-pill text-bg-success">
Machine Learning
</span>
<span class="badge rounded-pill text-bg-success">
Computational Astrophysics
</span>
<span class="badge rounded-pill text-bg-success">
Software Engineering
</span>
<span class="badge rounded-pill text-bg-success">
Data Science/Data Mining
</span>
<br>
<br>
</div>
<div class="col-sm">
<div class="section-title">
Programming langs & Software
</div>
<br>
<div class="section-subtitle">
I'm comfortable working with
</div>
<br>
<span class="badge rounded-pill text-bg-success">
Python
</span>
<span class="badge rounded-pill text-bg-success">
SQL
</span>
<span class="badge rounded-pill text-bg-success">
HTML/CSS
</span>
<span class="badge rounded-pill text-bg-success">
Latex
</span>
<span class="badge rounded-pill text-bg-success">
Celonis
</span>
<span class="badge rounded-pill text-bg-success">
Jupyter Notebook
</span>
<br>
<br>
</div>
<div class="col-sm">
<div class="section-title">
Learning
</div>
<br>
<div class="section-subtitle">
Things I'm currently learning (or plan to start soon)
</div>
<br>
<span class="badge rounded-pill text-bg-success">
Ruby (Ruby on Rails)
</span>
<span class="badge rounded-pill text-bg-success">
Rust
</span>
<span class="badge rounded-pill text-bg-success">
R
</span>
<span class="badge rounded-pill text-bg-success">
JavaScript
</span>
<br>
<br>
</div>
</div>
</div>
<hr>
<br>
<div class="contact">
<div class="section-title">
<a href="https://github.com/mon-b" target="_blank">
<img src="static/images/github.png" alt="GitHub Logo" class="logo">
</a>
<a href="https://open.spotify.com/user/hxjsm1f80g8f4j8p2492aq6q1?si=b4f809bc6eb8417f" target="_blank">
<img src="static/images/spotify.png" alt="GitHub Logo" class="logo">
</a>
<a href="mailto:[email protected]" target="_blank">
<img src="static/images/mail.png" alt="Mail Logo" class="logo">
</a>
</div>
</div>
<br>
</body>
</html>