Skip to content

Commit a753c35

Browse files
committed
Updated data + pfp
1 parent d960353 commit a753c35

5 files changed

Lines changed: 35 additions & 27 deletions

File tree

app/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import { Skill } from '@/components/skill';
1010
import { Work } from '@/components/work';
1111
import { Button } from '@/components/button';
1212

13-
import headshot from '@/public/img/orange.png';
13+
import headshot from '@/public/img/profile.png';
1414

1515
export default function Home() {
1616
return (

data/data.tsx

Lines changed: 34 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export const DATA = {
55

66
name: "Alessandro Busola",
77
job: "Software Developer",
8-
description: "Computer Science at Univeristy of Trento",
8+
description: "Computer Science at University of Trento",
99
location: "Verona, Italy",
1010
contacts: {
1111
email: "alessandro.busola@gmail.com",
@@ -35,7 +35,13 @@ export const DATA = {
3535
where: "Rifugio Dardo",
3636
when: "2019 - 2024",
3737
role: "Waiter",
38-
text: "During the summer holidays, I have worked as a waiter at a mountain lodge in the Lessinia region.",
38+
text: "During the academic year, I worked as a tutor for students from previous years, mainly in theoretical computer science and programming.",
39+
},
40+
{
41+
where: "ISS Calabrese-Levi",
42+
when: "2020 - 2021",
43+
role: "Tutor",
44+
text: "During the summer holidays, I worked as a waiter at a mountain lodge in the Lessinia region.",
3945
},
4046
{
4147
where: "University of Trento",
@@ -57,7 +63,7 @@ export const DATA = {
5763
},
5864
{
5965
name: "Università degli Studi di Trento",
60-
type: "Univerità",
66+
type: "Università",
6167
where: "Trento, Italia",
6268
when: "2022 - Now",
6369
text: "Corso di Laurea Triennale in Informatica",
@@ -72,6 +78,8 @@ export const DATA = {
7278
"Java",
7379
"Rust",
7480
"Bash",
81+
"Java",
82+
"VHDL",
7583
"MySQL",
7684
"MongoDB",
7785
"NextJS",
@@ -98,12 +106,26 @@ export const DATA = {
98106
],
99107
},
100108
{
101-
title: "Notes",
102-
description: "CLI tool for notes",
103-
link: "https://github.com/ilBuso/notes",
109+
title: "Rustastic",
110+
description: "Network simulation using Drones",
111+
link: "https://github.com/Rustastic",
112+
tag: [
113+
"Uni Course",
114+
"Rust",
115+
"GitHub Organization",
116+
"Crossbeam",
117+
"GUI",
118+
],
119+
},
120+
{
121+
title: "Orione",
122+
description: "Custom RPi pico keyboard with firmware and PCB design",
123+
link: "https://github.com/ilBuso/Orione",
104124
tag: [
125+
"Uni Course",
105126
"C",
106-
"Makefile",
127+
"MSP432",
128+
"PCB",
107129
],
108130
},
109131
{
@@ -116,17 +138,6 @@ export const DATA = {
116138
"Manjaro",
117139
],
118140
},
119-
{
120-
title: "Orione",
121-
description: "Custom MSP432 keyboard with firmware and PCB design",
122-
link: "https://github.com/ilBuso/Orione",
123-
tag: [
124-
"Uni Course",
125-
"C",
126-
"MSP432",
127-
"PCB",
128-
],
129-
},
130141
{
131142
title: "Portfolio",
132143
description: "Curriculum Web",
@@ -137,15 +148,12 @@ export const DATA = {
137148
],
138149
},
139150
{
140-
title: "Rustastic",
141-
description: "Network simulation using Drones",
142-
link: "https://github.com/Rustastic",
151+
title: "Notes",
152+
description: "CLI tool for notes",
153+
link: "https://github.com/ilBuso/notes",
143154
tag: [
144-
"Uni Course",
145-
"Rust",
146-
"GitHub Organization",
147-
"Crossbeam",
148-
"GUI",
155+
"C",
156+
"Makefile",
149157
],
150158
},
151159
],

img/screenshot.png

-167 KB
Binary file not shown.

public/img/orange.png

-1.5 KB
Binary file not shown.

public/img/profile.jpg

29.8 KB
Loading

0 commit comments

Comments
 (0)