-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
85 lines (69 loc) · 3.34 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Matteo Zoia</title>
<meta name="description" content="Matteo Zoia, M.Sc student">
<meta name="author" content="Matteo Zoia">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@300;400;600&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/skeleton.css">
<link rel="stylesheet" href="css/main.css">
<link rel="icon" type="image/png" href="images/favicon.ico">
<!-- Chrome, Firefox OS and Opera -->
<meta name="theme-color" content="#12bb20">
<!-- Windows Phone -->
<meta name="msapplication-navbutton-color" content="#12bb20">
<!-- iOS Safari -->
<meta name="apple-mobile-web-app-status-bar-style" content="#12bb20">
</head>
<body>
<div class="container">
<div class="row" style="margin-top: 15%">
<div class="ten columns offset-by-one">
<div class="sixteen columns clearfix">
<div class="six columns alpha">
<h4 class="title">Matteo Zoia<mark class="blink">_</mark></h4>
<h4 class="subtitle">Computer Science M.Sc. student<br>
@ Unimi, University of Milan</h4>
<br>
</div>
<div class="six columns omega">
<img class="u-img-responsive photo" src="images/mz.jpg" />
</div>
</div>
<span>
<a class="link" href="https://twitter.com/teozoia">twitter</a>
<a class="link" href="https://github.com/teozoia">github</a>
<a class="link" href="mailto:[email protected]?Subject=Request">email</a>
<a class="link" href="https://www.instagram.com/teozoia/">instagram</a>
</span>
<br>
<br>
<br>
<p class="bio">
Currently CS student at University of Milan; my B.Sc. thesis is titled: Log-structured filesystem,
a solution against ransomware attacks. My mainly activity is focused on
university and research with <a class="link" href="http://security.di.unimi.it/">LASER UNIMI</a> team on cyber security projects.
Proud member of <a class="link" href="https://ctftime.org/team/72478">SALTED CRHACKERS</a> University of Milan CTF team.
<br>
<br>
I previously worked as a web-developer for <a class="link" href="http://www.maremania.it/">MAREMANIA</a> where I build up an e-commerce
platform for scuba-diving items, software developer for <a class="link" href="https://num.com/it/">NUM AG</a> on motors and CNC machine,
finally ERP developer for <a class="link" href="https://www.cpmitaly.com/">INVENTACPM</a>.
<br>
<br>
Some open-source project made with 💚 by me:
<a class="link" href="https://github.com/teozoia/CHIP9">CHIP9, Z80 Intel 8080 emulator</a>,
<a class="link" href="https://github.com/teozoia/Caronte">Caronte, watchdog Windows driver</a>,
<a class="link" href="https://github.com/teozoia/gkmeans">CUDA k-means</a>.
</p>
<br>
<br>
</div>
</div>
</div>
</body>
</html>