Skip to content

Commit

Permalink
Merge pull request #41 from MuNuChapterHKN/develop
Browse files Browse the repository at this point in the history
Opening the recruitment period
  • Loading branch information
antox01 authored Sep 30, 2024
2 parents 89283fa + 8a27315 commit 11f71b5
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion pages/JoinUs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import Layout from "../components/Layout";
import styles from "@/styles/JoinUs/JoinUs.module.scss";
import SubmissionForm from "@/components/JoinUs/SubmissionForm";

const JoinUsEnabled = false;
const JoinUsEnabled = true;

export default function JoinUs() {

Expand Down
44 changes: 22 additions & 22 deletions pages/People/People.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,47 +8,47 @@ import ArrowButton from "@/components/molecules/ArrowButton";
// Images should be in a 4:5 ratio
const Board: BoardMemberProps[] = [
{
name: "Gustavo Nicoletti",
name: "Daniele De Rossi",
role: "Recording Secretary",
imageSrc: "/People/members/gustavo_nicoletti_rosa.png",
linkedIn: "https://www.linkedin.com/in/gustavo-nicoletti-rosa/",
imageSrc: "/People/members/daniele_de_rossi.png",
linkedIn: "https://www.linkedin.com/in/daniele-de-rossi-2600bb209",
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: "Serena Canavero",
name: "Andrea Pignata",
role: "President",
imageSrc: "/People/members/serena_canavero.png",
linkedIn: "https://www.linkedin.com/in/serenacanavero/",
imageSrc: "/People/members/andrea_pignata.png",
linkedIn: "https://www.linkedin.com/in/andrea-pignata-244b9a231/",
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: "Francesco Anzoino",
name: "Alessia De Crescenzo",
role: "Treasurer",
imageSrc: "/People/members/francesco_anzoino.png",
linkedIn: "",
imageSrc: "/People/members/alessia_de_crescenzo.png",
linkedIn: "https://www.linkedin.com/in/alessia-de-crescenzo-67bb7b1bb",
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",
name: "Mattia Molinari",
role: "Web Correspondent",
imageSrc: "/People/members/dario_gosmar.png",
linkedIn: "https://www.linkedin.com/in/dario-gosmar/",
imageSrc: "/People/members/mattia_molinari.png",
linkedIn: "https://www.linkedin.com/in/mattia-molinari/",
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",
name: "Dario Gosmar",
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",
imageSrc: "/People/members/alberto_castrignano.png",
linkedIn: "https://www.linkedin.com/in/albertocastrignano2/",
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: "Alberto Castrignanò",
// role: "Corresponding Secretary",
// imageSrc: "/People/members/alberto_castrignano.png",
// linkedIn: "https://www.linkedin.com/in/albertocastrignano2/",
// 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",
//},
];

const Teams: TeamProps[] = [
Expand Down
2 changes: 1 addition & 1 deletion pages/People/Professionals.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ export default function Professionals() {
</div>

<div className={styles.faculty__right}>
<text className={styles.faculty__right__subtitle}>SOMETHING</text>
<text className={styles.faculty__right__subtitle}>PROFESSIONALS</text>
<text className={styles.faculty__right__title}>FACULTY ADVISOR</text>
<text className={styles.faculty__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>
Expand Down
Binary file modified public/People/members/alessia_de_crescenzo.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/People/members/andrea_pignata.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/People/members/daniele_de_rossi.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/People/members/dario_gosmar.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/People/members/mattia_molinari.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 11f71b5

Please sign in to comment.