Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Opening the recruitment period #41

Merged
merged 5 commits into from
Sep 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.
Loading