-
Notifications
You must be signed in to change notification settings - Fork 0
/
home2.html
79 lines (72 loc) · 5.41 KB
/
home2.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
<!DOCTYPE html>
<html lang="it">
<head>
<script src="https://kit.fontawesome.com/6fd9d2b408.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="styles/text_style.css">
<link rel="stylesheet" href="styles/home2/menubar.css">
<link rel="stylesheet" href="styles/home2/mainpage.css">
<link rel="stylesheet" href="styles/home2/animations.css">
<link rel="stylesheet" href="repos/repos.css">
<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=JetBrains+Mono:ital,wght@0,100..800;1,100..800&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap" rel="stylesheet">
<link rel="icon" href="assets/images/icon.png">
<meta charset="UTF-8">
<title>Leonardo Biason</title>
</head>
<body>
<div class="lat_bar">
<div class="pic_and_name">
<div id="pro_pic"></div>
<div id="socials">
<a class="social_icon" href="mailto:[email protected]" rel="noopener noreferrer"><i class="fa-solid fa-envelope fa-2xl"></i></a>
<a class="social_icon" href="https://www.linkedin.com/in/leonardobiason" target="_blank" rel="noopener noreferrer"><i class="fa-brands fa-linkedin fa-2xl"></i></a>
<a class="social_icon" href="https://www.github.com/ElBi21" target="_blank" rel="noopener noreferrer"><i class="fa-brands fa-github fa-2xl"></i></a>
<a class="social_icon" href="https://mastodon.social/@diapa" target="_blank" rel="noopener noreferrer"><i class="fa-brands fa-mastodon fa-2xl"></i></a>
</div>
</div>
</div>
<div class="main_page">
<div class="text_space">
<h3><b>\begin{<span style="color: #32689B;">biography</span>}</b></h3>
<div class="text_box" style="background-color: #00B7FF50">
<div class="lateral_line" style="background-color: #32689B"></div>
<div class="text_field">
<p>I'm Leonardo, I'm 20 and I'm an <b>Artificial Intelligence and Computer Science</b> student at <b>Sapienza</b> in Rome.<br><br>
I'm a passionate <b>photographer</b> and traveler, and I try to keep the memories of my trips within the art of photography.<br><br>
In the year <b>2020/2021</b> I attended to an <b>abroad year</b> in <b>Belgium</b> with <b>AFS</b>.
After returning I became an <b>AFS Volunteer</b>. Thanks to that experience, I'm now able to speak 3 languages: <b>Italian</b>, <b>English</b> and <b>Dutch</b>. I've been a <b>scout</b> (both in Italy and in Belgium) for a total of <b>10 years</b>.<br><br>
I graduated in the year <b>2021/2022</b> at <b>Istituto Salesiano Pio XI</b>, in the scientific address, where I was a <b>representative of the institute</b> itself.</p>
</div>
</div>
<h3><b>def <span style="color: #73329B">interests</span>(<i>self</i>):</b></h3>
<div class="text_box" style="background-color: #7D329B7C">
<div class="lateral_line" style="background-color: #73329B"></div>
<div class="text_field">
<p>I take <b>photos</b> in all the places I visit, and I'm building up a <b>portfolio</b> of my experiences.<br><br>
I enjoy programming in <b>Python</b>, but I'm open to learn new coding languages. I am intrigued by the <b>Rust</b> memory paradigm, so I'm learning that language too.
I am also interested in <b>LaTeX</b>, and in presenting scientific topics to other people.<br><br>
I am an admin in the <b>AcsAi Sapienza's course Discord server</b>, with the goal of rounding up a <b>community</b> for all the students of the course and for all
the other people that are interested in the course.<br><br>
I recently started working on the Sapienza Students Network team, building the <a href="https://www.sapienzastudents.net"><b>Sapienza Students</b></a> website. You can find out more about the mission on the <a href="https://github.com/sapienzastudentsnetwork/sapienzastudentsnetwork.github.io">official repository</a>.<!--<br><br>
Here are some of the projects I have been working on, with a brief description of what they are. By clicking on them,
you can be redirected to the relative GitHub page.--></p>
</div>
</div>
<!--<div>
<div class="repogrid">
</div>
<script src="repos/repos.js"></script>
</div>-->
<h3><b>let <span style="color: #D48D3E">contacts</span>: Vec<String></b></h3>
<div class="text_box" style="background-color: #d4ac3e8c">
<div class="lateral_line" style="background-color: #D48D3E"></div>
<div class="text_field">
<p>Do you want to stay in touch with me? You can contact me by writing an email to <b>[email protected]</b>, or by following me on the socials listed on the left side of this page.<br><br>You just have to click them!</p>
</div>
</div>
<a href="https://brainmade.org/"><img style="margin-top: 50pt; width: 150px" src="https://brainmade.org/black-logo.svg"></a>
</div>
</div>
</body>
</html>