Skip to content

Commit

Permalink
Small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
TellToldTold committed May 29, 2024
1 parent 84851ec commit e3d3d05
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 82 deletions.
4 changes: 1 addition & 3 deletions pages/People/Alumni.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -861,9 +861,7 @@ export default function Alumni() {
<div className={styles.descriptionContainer__right}>
<text className={styles.descriptionContainer__right__title}>Alumni</text>
<text className={styles.descriptionContainer__right__subtitle}>ETA KAPPA MENTORING</text>
<text className={styles.descriptionContainer__right__text}>Since 2017 we are dedicated to
encouraging excellence in the IEEE-designated fields of interest, continuing to reinvent
ourselves to meet the needs of our members and society overall
<text className={styles.descriptionContainer__right__text}>Paolo Montuschi (full professor, IEEE Fellow) is currently serving as Vice-Rector for 2030 Digitalization and IT Strategies. He is the editor-in-chief of the IEEE Transactions on Emerging Topics in Computing and a member of both the IEEE Awards Board and IEEE PSPB. In 2017 he mentored the installment of the Mu Nu HKN Chapter, the first to be activated in Europe.
</text>
</div>
</div>
Expand Down
30 changes: 15 additions & 15 deletions pages/People/PastBoards.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,77 +6,77 @@ const PastBoardsData = [
{
year: "2022/23",
members: [
{ name: "Edoardo Colella", role: "President", imageSrc: "/People/members/edoardo_colella.png" },
{ name: "Michele Pantaleo", role: "Vice-President", imageSrc: "/People/members/michele_pantaleo.png" },
{ name: "Gabriele Iurlaro", role: "Recording Secretary", imageSrc: "/People/members/gabriele_iurlaro.png" },
{ name: "Edoardo Colella", role: "President", imageSrc: "/People/members/edoardo_colella.png" },
{ name: "Rosario Francesco Cavelli", role: "Treasurer", imageSrc: "/People/members/rosario_francesco_cavelli.png" },
{ name: "Irene Rechichi", role: "Web Correspondent", imageSrc: "/People/members/irene_rechichi.png" },
{ name: "Antonio Marceddu", role: "Corresponding Secretary", imageSrc: "/People/members/antonio_marceddu.png" }
{ name: "Michele Pantaleo", role: "Vice-President", imageSrc: "/People/members/michele_pantaleo.png" },
{ name: "Antonio Marceddu", role: "Corresponding Secretary", imageSrc: "/People/members/antonio_marceddu.png" }
]
},
{
year: "2021/22",
members: [
{ name: "Marco Pappalardo", role: "President", imageSrc: "/People/members/marco_pappalardo.png" },
{ name: "Matteo Sartoni", role: "Vice-President", imageSrc: "/People/members/matteo_sartoni.png" },
{ name: "Paolo Rabino", role: "Recording Secretary", imageSrc: "/People/members/paolo_rabino.png" },
{ name: "Marco Pappalardo", role: "President", imageSrc: "/People/members/marco_pappalardo.png" },
{ name: "Andrea Minardi", role: "Treasurer", imageSrc: "/People/members/andrea_minardi.png" },
{ name: "Veronica Montanaro", role: "Web Correspondent", imageSrc: "/People/members/veronica_montanaro.png" },
{ name: "Matteo Sartoni", role: "Vice-President", imageSrc: "/People/members/matteo_sartoni.png" },
{ name: "Matteo Alasio", role: "Corresponding Secretary", imageSrc: "/People/members/matteo_alasio.png" }
]
},
{
year: "2020/21",
members: [
{ name: "Emanuela Centra", role: "President", imageSrc: "/People/members/emanuela_centra.png" },
{ name: "Federico Tiblias", role: "Vice-President", imageSrc: "/People/members/federico_tiblias.png" },
{ name: "Sara Zaminga", role: "Recording Secretary", imageSrc: "/People/members/sara_zaminga.png" },
{ name: "Emanuela Centra", role: "President", imageSrc: "/People/members/emanuela_centra.png" },
{ name: "Ilio Di Pietro", role: "Treasurer", imageSrc: "/People/members/ilio_di_pietro.png" },
{ name: "Giulio De Giorgi", role: "Web Correspondent", imageSrc: "/People/members/giulio_de_giorgi.png" },
{ name: "Federico Tiblias", role: "Vice-President", imageSrc: "/People/members/federico_tiblias.png" },
{ name: "Gilberto Manunza", role: "Corresponding Secretary", imageSrc: "/People/members/gilberto_manunza.png" }
]
},
{
year: "2019/20",
members: [
{ name: "Debora Caldarola", role: "President", imageSrc: "/People/members/debora_caldarola.png" },
{ name: "Gilberto Manunza", role: "Vice-President", imageSrc: "/People/members/gilberto_manunza.png" },
{ name: "Sarah Chamas", role: "Recording Secretary", imageSrc: "/People/members/sarah_chamas.png" },
{ name: "Debora Caldarola", role: "President", imageSrc: "/People/members/debora_caldarola.png" },
{ name: "Valentin Nelu Ifrim", role: "Treasurer", imageSrc: "/People/members/valentin_nelu_ifrim.png" },
{ name: "Simone Dutto", role: "Web Correspondent", imageSrc: "/People/members/simone_dutto.png" },
{ name: "Gilberto Manunza", role: "Vice-President", imageSrc: "/People/members/gilberto_manunza.png" },
{ name: "Sandro Sartoni", role: "Corresponding Secretary", imageSrc: "/People/members/sandro_sartoni.png" }
]
},
{
year: "2018/19",
members: [
{ name: "Sandro Sartoni", role: "President", imageSrc: "/People/members/sandro_sartoni.png" },
{ name: "Davide Bisso", role: "Vice-President" },
{ name: "Federica Fanigliulo", role: "Recording Secretary", imageSrc: "/People/members/federica_fanigliulo.png" },
{ name: "Sandro Sartoni", role: "President", imageSrc: "/People/members/sandro_sartoni.png" },
{ name: "Stefano Panaro", role: "Treasurer", imageSrc: "/People/members/stefano_panaro.png" },
{ name: "Alessandro Scisca", role: "Web Correspondent", imageSrc: "/People/members/alessandro_scisca.png" },
{ name: "Davide Bisso", role: "Vice-President" },
{ name: "Sandro Sartoni", role: "Corresponding Secretary", imageSrc: "/People/members/sandro_sartoni.png" }
]
},
{
year: "2017/18",
members: [
{ name: "Fabio Cermelli", role: "President", imageSrc: "/People/members/fabio_cermelli.png" },
{ name: "Lorenzo Moro", role: "Vice-President", imageSrc: "/People/members/lorenzo_moro.png" },
{ name: "Pietro Inglese", role: "Recording Secretary" },
{ name: "Fabio Cermelli", role: "President", imageSrc: "/People/members/fabio_cermelli.png" },
{ name: "Dario Salza", role: "Treasurer", imageSrc: "/People/members/dario_salza.png" },
{ name: "Carmine D'Amico", role: "Web Correspondent", imageSrc: "/People/members/carmine_damico.png" },
{ name: "Lorenzo Moro", role: "Vice-President", imageSrc: "/People/members/lorenzo_moro.png" },
{ name: "Francesco Perego", role: "Corresponding Secretary" }
]
},
{
year: "2016/17",
members: [
{ name: "Silvia Vitali", role: "President", imageSrc: "/People/members/silvia_vitali.png" },
{ name: "Antonio Langiu", role: "Vice-President", imageSrc: "/People/members/antonio_langiu.png" },
{ name: "Francesco Pipitò", role: "Recording Secretary", imageSrc: "/People/members/francesco_pipito.png" },
{ name: "Silvia Vitali", role: "President", imageSrc: "/People/members/silvia_vitali.png" },
{ name: "Luigi Maio", role: "Treasurer", imageSrc: "/People/members/luigi_maio.png" },
{ name: "Luca Mezzatesta", role: "Web Correspondent", imageSrc: "/People/members/luca_mezzatesta.png" },
{ name: "Antonio Langiu", role: "Vice-President", imageSrc: "/People/members/antonio_langiu.png" },
{ name: "Edoardo Operti", role: "Corresponding Secretary", imageSrc: "/People/members/edoardo_operti.png" }
]
}
Expand Down
19 changes: 7 additions & 12 deletions pages/People/People.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,20 +28,20 @@ const Board: BoardMemberProps[] = [
linkedIn: "",
roleDescription: "Edoardo is a 3rd year Computer Science student at the University of Bristol. He is the President of the Bristol University Italian Society and the founder of the Bristol U",
},
{
name: "Claudio Fantasia",
role: "Vice President",
imageSrc: "/People/members/claudio_fantasia.png",
linkedIn: "https://www.linkedin.com/in/claudio-fantasia-120560224/",
roleDescription: "Edoardo is a 3rd year Computer Science student at the University of Bristol. He is the President of the Bristol University Italian Society and the founder of the Bristol U",
},
{
name: "Dario Gosmar",
role: "Web Correspondent",
imageSrc: "/People/members/dario_gosmar.png",
linkedIn: "https://www.linkedin.com/in/dario-gosmar/",
roleDescription: "Edoardo is a 3rd year Computer Science student at the University of Bristol. He is the President of the Bristol University Italian Society and the founder of the Bristol U",
},
{
name: "Claudio Fantasia",
role: "Vice President",
imageSrc: "/People/members/claudio_fantasia.png",
linkedIn: "https://www.linkedin.com/in/claudio-fantasia-120560224/",
roleDescription: "Edoardo is a 3rd year Computer Science student at the University of Bristol. He is the President of the Bristol University Italian Society and the founder of the Bristol U",
},
{
name: "Alberto Castrignanò",
role: "Corresponding Secretary",
Expand Down Expand Up @@ -443,11 +443,6 @@ export default function People() {
</div>
</div>

<div className={styles.discover}>
<div className={styles.discover__coming}>coming soon</div>
<div className={styles.discover__title}>discover</div>
<div className={styles.discover__title}>past boards and alumni</div>
</div>
</Layout>
)
}
Expand Down
50 changes: 0 additions & 50 deletions pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ export default function Home() {
};
}, []);

// @ts-ignore
return (
<Layout triangles>

Expand Down Expand Up @@ -101,55 +100,6 @@ export default function Home() {
</div>
</div>

<div className={styles.projectsContainer}>
<text className={styles.projectsText}>NEWS</text>
<text className={styles.projectsTitle}>Our Latest Projects</text>
<text className={styles.projectsSubtitle}>COMING SOON</text>
<div className={styles.projectsCards}>
<div className={styles.projectsLeft}>
<div className={styles.projectsImageClip}>
<img className={styles.projectsPicture} src="/Home/Projects/Sirius_vedere.jpg"
alt="project"/>
</div>
<text className={styles.projectTitle}>
Sirius: Seeing the Future Through the Eyes of the Present
</text>
<text className={styles.project}>For the first time, it was the HKN students who paid a visit to
a company: SIRIUS (Sirius | Home). For the new members, this was their first experience of
internal training, but the real novelty involved the existing members: being able to
personally visit a company turned out to be an...
</text>
{/*TODO: add link*/}
</div>
<div className={styles.projectsCenter}>
<div className={styles.projectsImageClip}>
<img className={styles.projectsPicture} src="/Home/Projects/Vivere_lassociazione.png"
alt="project"/>
</div>
<text className={styles.projectTitle}>Living the Association Online: A Beginner's Guide
</text>
<text className={styles.project}>Initially, the idea was born from loneliness. Staying locked at
home and not seeing anyone due to the lockdown was a condition that, while it might have
seemed exhilarating and almost heroic at first, had become devastating over time. The
thought of becoming a part of an honor society...
</text>
{/*TODO: add link*/}
</div>
<div className={styles.projectsRight}>
<div className={styles.projectsImageClip}>
<img className={styles.projectsPicture} src="/Home/Projects/Poli_covid.png" alt="project"/>
</div>
<text className={styles.projectTitle}>POLITO, HKN, and Covid-19: A Reflection</text>
<text className={styles.project}>Seventeen o'clock on a quiet Sunday in March. Silent because
the streets are deserted, and only our thoughts resonate louder than ever. In these cases,
all that's left is to give them shape by projecting them into much broader worlds than the
walls that confine us in these...
</text>
{/*TODO: add link*/}
</div>
</div>
</div>

<div className={styles.applyCard}>
<text className={styles.textAreYouReady}>ARE YOU READY?</text>
<text className={styles.textJoinOurChapter}>Join Our Chapter &</text>
Expand Down
2 changes: 1 addition & 1 deletion styles/People/Alumni.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@

&__text {
font-weight: 300;
font-size: 24px;
font-size: 20px;
margin: 0 0 35px 0;
padding-top: 30px;

Expand Down
2 changes: 1 addition & 1 deletion styles/People/People.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
width: 92%;
max-width: 1100px;
margin-bottom: 70px;
margin-top: 60px;
margin-top: 20px;
}

.theBoard, .theTeams {
Expand Down

0 comments on commit e3d3d05

Please sign in to comment.