-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
434 lines (380 loc) ยท 16.8 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
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
<!doctype html>
<html lang="en">
<head>
<title>Enrico Benini's Personal Page</title>
<!-- 2024-10-29 Tue 17:39 -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="generator" content="Org-mode">
<meta name="author" content="Enrico Benini">
<link href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.5/css/bootstrap.min.css" rel="stylesheet">
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.5/js/bootstrap.min.js"></script>
<style>body { margin-bottom: 0px; }</style><script>
$(function() {
'use strict';
$('.bs-docs-sidebar li').first().addClass('active');
$(document.body).scrollspy({target: '.bs-docs-sidebar'});
$('.bs-docs-sidebar').affix();
});
</script><link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon">
<link rel="icon" href="images/favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/css/all.min.css">
<link href="https://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet" type="text/css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/index.css">
</head>
<body>
<div id="content" class="container">
<div class="row"><div class="col-md-12"><h1 class="title">Enrico Benini's Personal Page</h1>
<div id="outline-container-header" class="outline-2">
<h2 id="header"><a id="sec-" name="sec-"></a>Header</h2>
<div class="outline-text-2" id="text-header">
<p>
Aliquam erat volutpat. Nunc eleifend leo vitae magna. In id erat non orci commodo Nam euismod tellus id erat. Pellentesque condimentum, magna ut suscipit hendrerit, ipsum augue ornare nulla, non luctus diam neque sit amet urna.
Proin quam nisl, tincidunt et, mattis eget, convallis nec, purus. Aenean in sem ac leo mollis blandit. Phasellus neque orci, porta a, aliquet quis, semper a, massa. Phasellus purus. Vivamus id enim. Cras placerat accumsan nulla. Nulla posuere.
Etiam laoreet quam sed arcu. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec hendrerit tempor tellus. Donec pretium posuere tellus. Proin quam nisl, tincidunt et, mattis eget, convallis nec, purus. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla posuere. Donec vitae dolor. Nullam tristique diam non turpis. Cras placerat accumsan nulla. Nullam rutrum. Nam vestibulum accumsan nisl.
</p>
<img class="img-circle" src="https://www.gravatar.com/avatar/aa7f68a32b011ac94698a7a1cb16ffc8?s=200" onmouseover="this.src='./images/benkioAvatar.png';" onmouseout="this.src='https://www.gravatar.com/avatar/aa7f68a32b011ac94698a7a1cb16ffc8?s=200';" />
</div>
</div>
<div id="outline-container-MainContent" class="outline-2 text-center container">
<h2 id="MainContent"><a id="sec-" name="sec-"></a>Hello, I'm Enrico</h2>
<div class="outline-text-2" id="text-MainContent">
<div id="subtitle">Software Engineer ๐พ</div>
</div>
<div id="outline-container-sec-" class="outline-3 col-sm-1 hidden-xs">
<h3 id="sec-"></h3>
<div class="outline-text-3" id="text-">
</div>
</div>
<div id="outline-container-sec-" class="outline-3 col-sm-2 col-xs-3">
<h3 id="sec-"></h3>
<div class="outline-text-3" id="text-">
<a title="Github Repositories" href="https://github.com/benkio?tab=repositories"><i class="fab fa-3x fa-github" aria-hidden="true"></i></a>
</div>
</div>
<div id="outline-container-sec-" class="outline-3 col-sm-2 col-xs-3">
<h3 id="sec-"></h3>
<div class="outline-text-3" id="text-">
<a title="Instagram Profile" href="https://www.instagram.com/benkio48"><i class="fab fa-3x fa-instagram" aria-hidden="true"></i></a>
</div>
</div>
<div id="outline-container-sec-" class="outline-3 col-sm-2 col-xs-3">
<h3 id="sec-"></h3>
<div class="outline-text-3" id="text-">
<a title="Youtube Profile" href="https://www.youtube.com/channel/UCoS2WR1WgwolOItRr3f_GyQ"><i class="fab fa-3x fa-youtube" aria-hidden="true"></i></a>
</div>
</div>
<div id="outline-container-sec-" class="outline-3 col-sm-2 col-xs-3">
<h3 id="sec-"></h3>
<div class="outline-text-3" id="text-">
<a title="Twitter Profile" href="https://twitter.com/benkio89"><i class="fab fa-3x fa-twitter" aria-hidden="true"></i></a>
</div>
</div>
<div id="outline-container-sec-" class="outline-3 col-sm-2 col-xs-3">
<h3 id="sec-"></h3>
<div class="outline-text-3" id="text-">
<a title="Linkedin Profile" href="https://www.linkedin.com/in/enrico-benini-442558a5/"><i class="fab fa-3x fa-linkedin" aria-hidden="true"></i></a>
</div>
</div>
<div id="outline-container-sec-" class="outline-3 col-sm-1 hidden-xs">
<h3 id="sec-"></h3>
<div class="outline-text-3" id="text-">
</div>
</div>
<div id="outline-container-sec-" class="outline-3 col-sm-3 hidden-xs">
<h3 id="sec-"></h3>
<div class="outline-text-3" id="text-">
</div>
</div>
<div id="outline-container-sec-" class="outline-3 col-sm-2 col-xs-3">
<h3 id="sec-"></h3>
<div class="outline-text-3" id="text-">
<a title="telegram" href="https://t.me/benkio"><i class="fab fa-3x fa-telegram" aria-hidden="true"></i></a>
</div>
</div>
<div id="outline-container-sec-" class="outline-3 col-sm-2 col-xs-3">
<h3 id="sec-"></h3>
<div class="outline-text-3" id="text-">
<a title="twitch" href="https://www.twitch.tv/benkio89"><i class="fab fa-3x fa-twitch" aria-hidden="true"></i></a>
</div>
</div>
<div id="outline-container-text-email" class="outline-3 col-sm-2 col-xs-3">
<h3 id="text-email"><a id="sec-" name="sec-"></a></h3>
<div class="outline-text-3" id="text-text-email">
<a title="email" href="mailto: [email protected]"><i class="fas fa-3x fa-envelope" aria-hidden="true"></i><div class="hidden-xs">[email protected]</div></a>
</div>
</div>
<div id="outline-container-sec-" class="outline-3 col-sm-3 hidden-xs">
<h3 id="sec-"></h3>
<div class="outline-text-3" id="text-">
</div>
</div>
</div>
<div id="outline-container-enter" class="outline-2 text-center container">
<h2 id="enter"><a id="sec-" name="sec-"></a>Enter</h2>
<div class="outline-text-2" id="text-enter">
</div>
<div id="outline-container-sec-" class="outline-3 col-xs-4">
<h3 id="sec-"></h3>
<div class="outline-text-3" id="text-">
</div>
</div>
<div id="outline-container-sec-" class="outline-3 col-xs-4">
<h3 id="sec-"></h3>
<div class="outline-text-3" id="text-">
<p>
<a href="blog.html" class="btn btn-success">Enter</a>
</p>
</div>
</div>
<div id="outline-container-sec-" class="outline-3 col-xs-4">
<h3 id="sec-"></h3>
<div class="outline-text-3" id="text-">
</div>
</div>
</div>
<div id="outline-container-about-me-header" class="outline-2 text-center container">
<h2 id="about-me-header"><a id="sec-" name="sec-"></a>About Me Header</h2>
<div class="outline-text-2" id="text-about-me-header">
</div>
<div id="outline-container-sec-" class="outline-3 col-xs-2">
<h3 id="sec-"></h3>
<div class="outline-text-3" id="text-">
</div>
</div>
<div id="outline-container-about-me-header-collapse" class="outline-3 col-xs-8">
<h3 id="about-me-header-collapse"><a id="sec-" name="sec-"></a></h3>
<div class="outline-text-3" id="text-about-me-header-collapse">
<a id="about-me-header-link" href="#outline-container-about-me-content-text" data-toggle="collapse">โ About Me โ</a>
</div>
</div>
<div id="outline-container-sec-" class="outline-3 col-xs-2">
<h3 id="sec-"></h3>
<div class="outline-text-3" id="text-">
</div>
</div>
</div>
<div id="outline-container-about-me-content" class="outline-2 text-center container">
<h2 id="about-me-content"><a id="sec-" name="sec-"></a>About Me Content</h2>
<div class="outline-text-2" id="text-about-me-content">
</div>
<div id="outline-container-sec-" class="outline-3 col-xs-2">
<h3 id="sec-"></h3>
<div class="outline-text-3" id="text-">
</div>
</div>
<div id="outline-container-about-me-content-text" class="outline-3 col-xs-8 collapse">
<h3 id="about-me-content-text"><a id="sec-" name="sec-"></a></h3>
<div class="outline-text-3" id="text-about-me-content-text">
<p>
167cm/5'6ft - 62 - 72 kg
</p>
<p>
Just another human animal who tries to get through life.
</p>
</div>
<div id="outline-container-sec-" class="outline-4">
<h4 id="sec-">Activities and Interests</h4>
<div class="outline-text-4" id="text-">
<p>
Curious about everything that exists: I might jump from mythology to
physics, geopolitics, economics, etc However, my main interest remains
music and tech. I have a terrible memory because it is
overflowed with silly things, memes, quotes, and internet trash. The
memory space is already exhausted ๐
</p>
<p>
I spend my free time mainly playing electric guitar, doing coding
challenges, carrying on personal projects, working out, and hanging
out with friends. Always looking forward to the next metal gig or
festival, searching for new bands to listen to, books to read, and
movies/TV series to watch. There are too many things to do and nothing
gets done in the end ๐
</p>
<p>
I used to play basketball, with awful results. I always like to go on
a good hike or long walk outside, as well as go to a museum. Italian,
but I can't cook at all.
</p>
<p>
If you see someone chasing cats and making weird noises, it's probably
me.
</p>
</div>
</div>
<div id="outline-container-sec-" class="outline-4">
<h4 id="sec-">Personality</h4>
<div class="outline-text-4" id="text-">
<p>
Very friendly and chill, it's hard to upset me, as I have to deal with
software every day, and you can't compete with it. I am an Introvert,
so don't expect me to be the center of the party. If I'm in a group
environment I would probably stay quiet and listen rather than get
into the spotlight, but I always try to add something to a
conversation if possible. The louder the place, the quiet I become.
</p>
<p>
I might come out as awkward at first, <a href="#sec-">a thing I want to improve on</a>,
mainly because I didn't know you: what you like, wish, want or not,
what makes you happy/sad, your past, aspirations… So I don't know
what to say. Eventually, with time, I'll fine-tune and start to make
ad hoc jokes or references. Exactly like a social media algorithm
does. Expect me to often respond to jokes seriously: I do recognize
they are jokes, but I like to consider them real and keep the
joke/conversation alive, adding something related to that.
</p>
<p>
Often I might be annoying, intrusive, or worse, because I focus and
dive into your problems, in an attempt to solve them. This happens
also when it's not requested, as I interpret a complaint, for
instance, as a problem to be solved and analyzed. In such moments, I
think I'm being helpful because, as a friend, I feel the duty to
improve the other situation and life. However, nobody, especially
sensible people, likes to hear from someone else what their
flaws/problems are. As a result, the other person feels: bad,
criticized, inferior, and inadequate. This is one of the main reasons
for conflicts and one of the main <a href="#sec-">Areas of Improvement</a> for me.
</p>
<p>
Related to the previous paragraph, I might ask a lot of questions
until I have every detail about what you are doing, why, and
how. That's because, in my mind, the more I know, the better I can
help the other. Still, this can also increase or cause more stress for
the other person.
</p>
<p>
When talking I'm very spontaneous, so I don't spend much time thinking
about the effects of what I say. Add to this the fact that I never
have anxiety and I struggle to identify what causes it. As a result, I
might do or say things that make you anxious or embarrass you in
public, especially if in an altered state (eg tired).
</p>
<p>
I have very few boundaries, you can do and say pretty much everything
to me. That could be considered as a pro as I never take offense and
other can feel free on my side (see the start of the
chapter). However, I also forget about other's boundaries, even if
they tell me ๐
and I might came across as disrespectful or piss off
others without wanting to.
</p>
<p>
I'll always be the devil's advocate, trying to find the most positive
explanation for other's actions. So, If you expect me to vent
together against an enemy of yours, it probably won't happen ๐
</p>
<p>
I often need to have a plan to follow if I'm going to do something,
and probably a back plan as well. This applies also to normal
interaction: I like to have a topic instead of improvising. I can't do
a call without knowing what we will talk about and I hate calls in
general. Everything needs to have a purpose. This connects with that
initial awkwardness I was talking about. I would probably start
collecting data on you at some point, like what gifts you might like
so I don't disappoint you or open topics we didn't properly finish
talking about. In those rare cases when I go with the flow, I'm in a
controlled environment, where I know that making mistakes is not the
end of the world.
</p>
<p>
I hate waste. I probably will keep using something broken till it's
unusable. This makes me also go for cheap stuff because
spending more on something that's crafted in China anyway is a waste
of money. As a result, I live on a budget even if I can afford more,
but I prefer to save for the future. I will always accommodate someone
else over my desire. Moreover, I
don't expect anything from others, so if I get ghosted or mistreated,
I won't be particularly sad, on the opposite, I think it's the right
thing to do.
</p>
<p>
I'm often late and terrible at time managing.
</p>
</div>
</div>
<div id="outline-container-sec-" class="outline-4">
<h4 id="sec-">Emotional Side</h4>
<div class="outline-text-4" id="text-">
<p>
I've never fallen in love and at this point, I don't think it's
possible as I immediately see the defects of the person I have in
front of me, so I don't have that initial idealization phase. No
butterflies in stomach. However, not all hope is lost ๐ as I get
attached very quickly to people, unless in rare cases, and I like to
form strong bonds with them. I try to be as supportive as possible and
help my friends beyond what's usually done/healthy.
</p>
<p>
Unfortunately, I don't have space/time for everyone, so a handful of
people end up being selected as close friends, and those can ask me
whatever, and I'll do whatever it takes to be sure they are happy. Of
course I would like to see something in return, like some appreciation
and affection, if I don't I might be sad at first (I'm not a robot
after all), but then cool down on my own.
</p>
<p>
I'm not jealous by any means and I don't understand it. I value
freedom over everything, as I want it as well, so I won't impose
constraints of any kind.
</p>
<p>
My love languages are:
</p>
<dl class="org-dl">
<dt> Act of service </dt><dd></dd>
<dt> Physical touch </dt><dd></dd>
<dt> Making gifts </dt><dd></dd>
</dl>
</div>
</div>
<div id="outline-container-sec-" class="outline-4">
<h4 id="sec-">Areas of Improvement</h4>
<div class="outline-text-4" id="text-">
<dl class="org-dl">
<dt> Emotional Intelligence </dt><dd>Learn and improve in how to handle, especially others, emotions. <b>Not to threat them as problems to solve</b>
</dd>
<dt> Conversation Starter/Ice Breaker </dt><dd>Learn how to start a conversation with a stranger and break initial embarassement
</dd>
<dt> Story Telling </dt><dd>Get better at story telling, getting more to the point and keeping other attention high.
</dd>
<dt> Find Long Term Vision </dt><dd>Try to project myself ahead and see what I want to become. Set goals, like this section really ๐
</dd>
</dl>
</div>
</div>
</div>
<div id="outline-container-sec-" class="outline-3 col-xs-2">
<h3 id="sec-"></h3>
<div class="outline-text-3" id="text-">
</div>
</div>
</div>
<div id="outline-container-footer" class="outline-2 hidden-xs">
<h2 id="footer"><a id="sec-" name="sec-"></a>Footer</h2>
<div class="outline-text-2" id="text-footer">
<p>
Aliquam erat volutpat. Nunc eleifend leo vitae magna. In id erat non orci commodo lobortis. Proin neque massa, cursus ut, gravida ut, lobortis eget, lacus. Sed diam. Praesent fermentum tempor tellus. Nullam tempus. Mauris ac felis vel velit tristique imperdiet. Donec at pede. Etiam vel neque nec dui dignissim bibendum. Vivamus id enim. Phasellus neque orci, porta a, aliquet quis, semper a, massa. Phasellus purus. Pellentesque tristique imperdiet tortor. Nam euismod tellus id erat.
</p>
<script type="text/javascript">
let text = ['Software Engineer ๐พ', 'FP Enthusiast ๐ค', 'Guitar Player ๐ธ', 'Cat Lover ๐ป', 'Freak ๐คช', 'Metalhead ๐ค', 'INTJ ๐ง ', 'Italian ๐ฎ๐น'];
var textIndex = 1;
$(document).ready(function(){
setInterval(function(){
let opacity = Number($("#subtitle").css("opacity"));
if (opacity == 0) {
textIndex = textIndex >= text.length? 0: textIndex;
$("#subtitle").text(text[textIndex])
textIndex += 1;;
}
$("#subtitle").fadeTo(500, (opacity + 1)%2);
}, 2000);
});
</script>
</div>
</div>
</div></div></div>
</body>
</html>