-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
93 lines (81 loc) · 4.03 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Gianluca Parri</title>
<meta http-equiv="content-type" content="text/html">
<meta name="lang" content="en">
<meta name="author" content="Parri Gianluca">
<meta name="owner" content="Parri Gianluca">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<script type="application/ld+json">
{"@context" : "https://schema.org", "@type" : "WebSite", "name" : "Gianluca Parri", "url" : "https://gianlucaparri.me/"}
</script>
<link rel="shortcut icon" href="logo.jpg">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/normalize.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/sakura.css/css/sakura.css">
<style>
img { height: 200px; border: 3px solid; border-radius: 110px; display: inline; margin: 0 50px 0 0; }
header { display: flex; align-items: center; margin-bottom: 50px; }
article { margin: 50px 0; }
footer { margin-top: 50px; }
@media (orientation: portrait) { header { flex-direction: column; } }
</style>
</head>
<body>
<header>
<img src="logo.jpg">
<div>
<h1>Gianluca Parri</h1>
<p>
<br>
Hi! <br>
I am <b>Gianluca Parri</b>, a 21 years old Italian guy: here there are some things about me.
</p>
</div>
</header>
<main>
<article>
<h3>📚 Education</h3>
<p>
In 2023 I graduated with 100/100 from <b><a href="https://www.itisurbino.edu.it/" target="_blank">ITIS E. Mattei</a></b>, where I
studied ICT; now, I am studying <b>Computer Engineering</b> at <b><a href="https://www.unibo.it" target="_blank">University of
Bologna</a></b>. <br>
I've got a Cambridge <b>C1 English</b> certificate.
</p>
</article>
<article>
<h3>🎮 Hobbies</h3>
<p>
Apart from programming, I have several hobbies: I love <b>reading</b> (mostly <b>fantasy/sci-fi</b> books and <b>superheroes</b>
comics) and watching <b>films</b> and <b>tv series</b> (sitcoms, and again sci-fi and fantasy).<br>
I also like <b>cubing</b> and <b>cooking</b>.
</p>
</article>
<article>
<h3>💻 Programming</h3>
<p>
I have created several <b>websites</b>, both in the backend and the frontend, and I like to create REST APIs.<br>
I love exploring new <b>languages</b>: at the moment, the main ones I use are Go and Python, but I've also studied SQL, Java and
C.<br>
I am also very interested in <b>databases</b>, and I've used <b>Docker</b>.<br><br>
You can see my public <b>projects</b> on <a href="https://github.com/gianluparri03" target="_blank">github</a>.<br>
I use daily <b>arch linux</b> and <b>neovim</b>.
</p>
</article>
<article>
<h3>📬 Contacts</h3>
<p>
You contact me with an email at <a href="mailto:[email protected]">[email protected]</a> or by
sending me a message on telegram (<a href="https://t.me/gianluparri03" target="_blank">@gianluparri03</a>).<br><br>
</p>
</article>
</main>
<footer>
<hr>
Styled with <a href="https://github.com/oxalorg/sakura" target="_blank">SakuraCSS</a>.
<a href="https://github.com/gianluparri03/portfolio" target="_blank">Source code</a>. <br>
<i>Last updated on 18/02/2025</i>
</footer>
</body>
</html>