diff --git a/.github/workflows/check-team-images.yml b/.github/workflows/check-team-images.yml new file mode 100644 index 0000000..cd87e3c --- /dev/null +++ b/.github/workflows/check-team-images.yml @@ -0,0 +1,61 @@ +name: Check Team Image Names + +on: + push: + paths: + - 'assets/img/team/**' + pull_request: + paths: + - 'assets/img/team/**' + +jobs: + check-image-names: + runs-on: ubuntu-latest + steps: + - name: Checkout repository + uses: actions/checkout@v4 + + - name: Check team image naming convention + run: | + #!/bin/bash + set -e + + TEAM_DIR="assets/img/team" + ERRORS=0 + + echo "Checking image naming convention in $TEAM_DIR..." + echo "Expected format: firstname_lastname.jpg (or .jpeg, .png)" + echo "" + + # Pattern: one or more lowercase letters, underscore, one or more lowercase letters, + # optionally more _name segments, then .jpg + VALID_PATTERN="^[a-z]+(_[a-z]+)+\.(jpg)$" + + for file in "$TEAM_DIR"/*; do + if [ -f "$file" ]; then + filename=$(basename "$file") + + if [[ ! "$filename" =~ $VALID_PATTERN ]]; then + echo "❌ Invalid: $filename" + echo " Expected format: firstname_lastname.jpg (lowercase, underscores only)" + ERRORS=$((ERRORS + 1)) + else + echo "✅ Valid: $filename" + fi + fi + done + + echo "" + if [ $ERRORS -gt 0 ]; then + echo "Found $ERRORS file(s) with invalid naming." + echo "" + echo "Naming convention rules:" + echo " - Use lowercase letters only" + echo " - Separate first and last name with underscore (_)" + echo " - No hyphens, spaces, or special characters" + echo " - Allowed extensions: .jpg" + echo " - Example: john_doe.jpg" + exit 1 + else + echo "All team images follow the naming convention! 🎉" + fi diff --git a/.gitignore b/.gitignore index 55bb6ce..a3394a2 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ .DS_Store ./_site _site/ +*.py diff --git a/_events/8.md b/_events/8.md index 3d5bbc8..9c6c1f3 100644 --- a/_events/8.md +++ b/_events/8.md @@ -1,6 +1,6 @@ --- title: "Projects Introduction Aperitif" -main_image: "/assets/img/events/project-intro-2.jpeg" +main_image: "/assets/img/events/project-intro-2.jpg" date: 2025-10-07 location: "Rare Grill House" --- @@ -15,6 +15,6 @@ Do you have an idea in mind or are already working on a project? Join and publis
\ No newline at end of file diff --git a/_hackathons/startup-competition.md b/_hackathons/startup-competition.md index f39f864..16f108f 100644 --- a/_hackathons/startup-competition.md +++ b/_hackathons/startup-competition.md @@ -1,6 +1,6 @@ --- title: "Startup Competition" -main_image: "/assets/img/events/hacklab-25-26.jpeg" +main_image: "/assets/img/events/hacklab-25-26.jpg" location: "Milan, Italy" date: 2025-09-21 end_date: 2025-12-31 @@ -27,7 +27,7 @@ Huge congratulations to **“Churn Down for What”** and **“Uni Market”** f diff --git a/_projects/2024-01-19.md b/_projects/2024-01-19.md index c8cecfa..66bc896 100644 --- a/_projects/2024-01-19.md +++ b/_projects/2024-01-19.md @@ -5,11 +5,11 @@ type: Research cover: /assets/img/proj/proj-4.jpg authors: - name: "Giulio Caputi" - avatar: "/assets/img/team/cap.jpg" + avatar: "/assets/img/team/giulio_caputi.jpg" link: "https://www.linkedin.com/in/giulio-caputi/" desc: "BSc in Economics and Computer Science" - name: "Francesco Braicovich" - avatar: "/assets/img/team/braicovich.jpeg" + avatar: "/assets/img/team/francesco_braicovich.jpg" link: "https://www.linkedin.com/in/francescobraicovich/" desc: "BSc in Mathematical and Computing Sciences for AI" --- diff --git a/_projects/2024-01-28.md b/_projects/2024-01-28.md index 22fd839..4bab5de 100644 --- a/_projects/2024-01-28.md +++ b/_projects/2024-01-28.md @@ -5,11 +5,11 @@ type: Article cover: /assets/img/proj/proj-1.jpg authors: - name: "Marco Beltramin" - avatar: "/assets/img/team/marco-beltramin.png" + avatar: "/assets/img/team/marco_beltramin.jpg" link: "https://www.linkedin.com/in/marco-beltramin-811b74298/" desc: "MSc in Finance" - name: "Giacomo Cirò**" - avatar: "/assets/img/team/jack.jpg" + avatar: "/assets/img/team/giacomo_ciro.jpg" link: "https://www.linkedin.com/in/giacomo-ciro/" desc: "BSc in Economics and Computer Science" --- diff --git a/_projects/2024-02-19.md b/_projects/2024-02-19.md index 52b07fe..22ace21 100644 --- a/_projects/2024-02-19.md +++ b/_projects/2024-02-19.md @@ -5,11 +5,11 @@ type: Article cover: /assets/img/proj/proj-2.jpg authors: - name: "Ledio Duda" - avatar: "/assets/img/team/ledio-duda.png" + avatar: "/assets/img/team/ledio_duda.jpg" link: "https://www.linkedin.com/in/ledio-duda/" desc: "BSc in Economics and Computer Science" - name: "Giacomo Cirò**" - avatar: "/assets/img/team/jack.jpg" + avatar: "/assets/img/team/giacomo_ciro.jpg" link: "https://www.linkedin.com/in/giacomo-ciro/" desc: "BSc in Economics and Computer Science" --- diff --git a/_projects/2024-03-03.md b/_projects/2024-03-03.md index be2fd21..35a1a59 100644 --- a/_projects/2024-03-03.md +++ b/_projects/2024-03-03.md @@ -5,7 +5,7 @@ type: Research cover: /assets/img/proj/proj-3.png authors: - name: "Valerio Di Palo" - avatar: "/assets/img/team/valerio-dipalo.jpeg" + avatar: "/assets/img/team/valerio_dipalo.jpg" link: "https://www.linkedin.com/in/valedipalo/" desc: "MSc in Data Science" buttons: diff --git a/_projects/2025-02-23.md b/_projects/2025-02-23.md index 12cebe1..bda7c30 100644 --- a/_projects/2025-02-23.md +++ b/_projects/2025-02-23.md @@ -5,15 +5,15 @@ type: Research cover: /assets/img/proj/solar-energy-estimation-2.png authors: - name: "Byran Bisetti" - avatar: "/assets/img/team/bryan.jpg" + avatar: "/assets/img/team/bryan_bisetti.jpg" link: "https://www.linkedin.com/in/bryan-bisetti/" desc: "MSc in Data Science" - name: "Andrea Duico" - avatar: "/assets/img/team/andrea-duico.jpg" + avatar: "/assets/img/team/andrea_duico.jpg" link: "https://www.linkedin.com/in/andreaduico/" desc: "MSc in Data Science" - name: "Filip Juren" - avatar: "/assets/img/team/filip-juren.jpg" + avatar: "/assets/img/team/filip_juren.jpg" link: "https://www.linkedin.com/in/filipjuren/" desc: "MSc in Data Science" buttons: diff --git a/_projects/2025-03-02.md b/_projects/2025-03-02.md index b8e22af..86abdd0 100644 --- a/_projects/2025-03-02.md +++ b/_projects/2025-03-02.md @@ -5,19 +5,19 @@ type: Research cover: /assets/img/proj/spatial_heterogeneity_1.jpg authors: - name: "Marco Lomele" - avatar: "/assets/img/team/mrml.jpeg" + avatar: "/assets/img/team/marco_lomele.jpg" link: "https://www.linkedin.com/in/marco-lomele/" desc: "MSc in Data Science" - name: "Giovanni Mantovani" - avatar: "/assets/img/team/giovanni-mantovani.jpg" + avatar: "/assets/img/team/giovanni_mantovani.jpg" link: "https://www.linkedin.com/in/giovanni-mantovani-21102821b/" desc: "MSc in Data Science" - name: "Letizia Dimonopoli" - avatar: "/assets/img/team/letizia-dimonopoli.jpg" + avatar: "/assets/img/team/letizia_dimonopoli.jpg" link: "https://www.linkedin.com/in/letiziadimonopoli/" desc: "MSc in Data Science" - name: "Sofia Villa" - avatar: "/assets/img/team/sofia-villa.jpg" + avatar: "/assets/img/team/sofia_villa.jpg" link: "https://www.linkedin.com/in/sofiavilla/" desc: "MSc in Data Science" buttons: diff --git a/_projects/2025-03-24.md b/_projects/2025-03-24.md index 9b9d6a3..adfe16b 100644 --- a/_projects/2025-03-24.md +++ b/_projects/2025-03-24.md @@ -5,11 +5,11 @@ type: Article cover: /assets/img/proj/alzheimer-1.png authors: - name: "Alice Romaniello" - avatar: "/assets/img/team/alice-romaniello.jpg" + avatar: "/assets/img/team/alice_romaniello.jpg" link: "https://www.linkedin.com/in/alice-romaniello-0b252a254/" desc: "BSc in Mathematical and Computing Sciences for AI" - name: "Giacomo Cirò**" - avatar: "/assets/img/team/jack.jpg" + avatar: "/assets/img/team/giacomo_ciro.jpg" link: "https://www.linkedin.com/in/giacomo-ciro/" desc: "MSc in Artificial Intelligence" --- diff --git a/_projects/2025-06-16.md b/_projects/2025-06-16.md index 66c4aee..d0b57cf 100644 --- a/_projects/2025-06-16.md +++ b/_projects/2025-06-16.md @@ -5,7 +5,7 @@ type: Research cover: /assets/img/proj/pneumonia.png authors: - name: "Giacomo Cirò" - avatar: "/assets/img/team/jack.jpg" + avatar: "/assets/img/team/giacomo_ciro.jpg" link: "https://www.linkedin.com/in/giacomo-ciro/" desc: "MSc in Artificial Intelligence" - name: "Davide Beltrame" diff --git a/_projects/2025-07-16.md b/_projects/2025-07-16.md index 13dfcbb..9848ef4 100644 --- a/_projects/2025-07-16.md +++ b/_projects/2025-07-16.md @@ -5,11 +5,11 @@ cover: /assets/img/proj/mlb-betting.jpg type: Research authors: - name: "Redi Aliço" - avatar: "/assets/img/team/redi-alico.jpg" + avatar: "/assets/img/team/redi_alico.jpg" link: "https://www.linkedin.com/in/redi-aliço/" desc: "MSc in Artificial Intelligence" - name: "Sean Brindley Conlon" - avatar: "/assets/img/team/sean-conlon.jpg" + avatar: "/assets/img/team/sean_conlon.jpg" link: "https://www.linkedin.com/in/sean-conlon-663b2511b/" desc: "MSc in Artificial Intelligence" - name: "Shervin Jahanbakhsh" @@ -17,7 +17,7 @@ authors: link: "https://www.linkedin.com/in/shervin-jahanbakhsh-7b0527313/" desc: "MSc in Artificial Intelligence" - name: "Stefan Uifalean" - avatar: "/assets/img/team/stefan-uifalean.jpg" + avatar: "/assets/img/team/stefan_uifalean.jpg" link: "https://www.linkedin.com/in/uifaleanstefan/" desc: "MSc in Artificial Intelligence" buttons: diff --git a/_projects/2025-09-28.md b/_projects/2025-09-28.md index 830960e..c0eddba 100644 --- a/_projects/2025-09-28.md +++ b/_projects/2025-09-28.md @@ -2,15 +2,15 @@ title: "Siamese Network for Microfinance Credit Scoring under Low-Data Regimes" date: 2025-09-28 type: Research -cover: /assets/img/proj/siamese-network-microfinance.jpeg +cover: /assets/img/proj/siamese-network-microfinance.jpg authors: - name: "Vladislav Bogomazov" - avatar: "/assets/img/team/vladislav-bogomazov-linkedin.jpeg" + avatar: "/assets/img/team/vladislav_bogomazov.jpg" link: "https://www.linkedin.com/in/vladislav-bogomazov-587533264/" desc: "BSc in Economics and Computer Science" - name: "Marco Lomele**" - avatar: "/assets/img/team/mrml.jpeg" + avatar: "/assets/img/team/marco_lomele.jpg" link: "https://www.linkedin.com/in/marco-lomele" desc: "MSc in Data Science" diff --git a/_projects/portfolio_opt.md b/_projects/portfolio_opt.md index 30419e3..4e0a34e 100644 --- a/_projects/portfolio_opt.md +++ b/_projects/portfolio_opt.md @@ -10,19 +10,19 @@ authors: link: "https://www.linkedin.com/in/roberta-claps-7277492b8/" desc: "BSc in Mathematical and Computing Sciences for AI" - name: "Kuzey Mentese" - avatar: "/assets/img/team/kuzey_mentese.jpeg" + avatar: "/assets/img/team/kuzey_mentese.jpg" link: "https://www.linkedin.com/in/kuzey-mente%C5%9Fe-12b9a1327/" desc: "BSc in Economics and Computer Science" - name: "Roberta Garofano" - avatar: "/assets/img/team/roberta_garofano.jpeg" + avatar: "/assets/img/team/roberta_garofano.jpg" link: "https://www.linkedin.com/in/roberta-garofano-118552294/" desc: "MSc in Artificial Intelligence for Health Sciences" - name: "Mea Railo" - avatar: "/assets/img/team/mea_railo.jpeg" + avatar: "/assets/img/team/mea_railo.jpg" link: "https://www.linkedin.com/in/mea-railo/" desc: "BSc in Economics and Computer Science" - name: "Luca Tricarico" - avatar: "/assets/img/team/luca_tricarico.jpeg" + avatar: "/assets/img/team/luca_tricarico.jpg" link: "https://www.linkedin.com/in/lucatricarico/" desc: "BSc in Economics and Computer Science" --- diff --git a/_projects/randomness_algo_trading.md b/_projects/randomness_algo_trading.md index 2671b14..e6e7557 100644 --- a/_projects/randomness_algo_trading.md +++ b/_projects/randomness_algo_trading.md @@ -6,7 +6,7 @@ date: 2025-12-02 cover: /assets/img/proj/random_algo_0.png authors: - name: "Rayi Makori*" - avatar: "/assets/img/team/rayi_makori.jpeg" + avatar: "/assets/img/team/rayi_makori.jpg" link: "https://www.linkedin.com/in/rayi-makori-3943b82b0" desc: "BSc in Economics and Computer Science" - name: "Vincenzo Della Ratta" @@ -14,19 +14,19 @@ authors: link: "https://www.linkedin.com/in/vincenzodellaratta/" desc: "BSc in Economics and Finance" - name: "Preslav Georgiev" - avatar: "/assets/img/team/preslav_georgiev.jpeg" + avatar: "/assets/img/team/preslav_georgiev.jpg" link: "https://www.linkedin.com/in/preslav-georgiev-825bb7328" desc: "BSc in Economics and Computer Science" - name: "Matteo Roda" - avatar: "/assets/img/team/matteo_roda.jpeg" + avatar: "/assets/img/team/matteo_roda.jpg" link: "https://www.linkedin.com/in/matteo-roda-017796254/" desc: "MSc in Data Science" - name: "Hunor Csenteri" - avatar: "/assets/img/team/hunor_csenteri.jpeg" + avatar: "/assets/img/team/hunor_csenteri.jpg" link: "https://www.linkedin.com/in/hunor-csenteri" desc: "BSc in Economics and Finance" - name: "Neel Roy" - avatar: "/assets/img/team/neel_roy.jpeg" + avatar: "/assets/img/team/neel_roy.jpg" link: "https://www.linkedin.com/in/neel-roy-338550292" desc: "BSc in Mathematical and Computing Sciences for AI" - name: "David Livshits" diff --git a/assets/css/pages/home.css b/assets/css/pages/home.css index b9afd29..3da4e5b 100644 --- a/assets/css/pages/home.css +++ b/assets/css/pages/home.css @@ -67,7 +67,6 @@ section, padding: 0 0 60px 0; display: flex; align-items: center; - background: url("../img/hero-img.png") center center; background-size: cover; } diff --git a/assets/img/events/aimadefor_0.jpg b/assets/img/events/aimadefor_0.jpg index b0180ee..3b4cb11 100644 Binary files a/assets/img/events/aimadefor_0.jpg and b/assets/img/events/aimadefor_0.jpg differ diff --git a/assets/img/events/aimadefor_1.jpg b/assets/img/events/aimadefor_1.jpg index 80196df..c032adc 100644 Binary files a/assets/img/events/aimadefor_1.jpg and b/assets/img/events/aimadefor_1.jpg differ diff --git a/assets/img/events/ape1_1.jpg b/assets/img/events/ape1_1.jpg index 7fde5c8..a8fb737 100644 Binary files a/assets/img/events/ape1_1.jpg and b/assets/img/events/ape1_1.jpg differ diff --git a/assets/img/events/ape1_2.jpg b/assets/img/events/ape1_2.jpg index b9dee16..8024b0e 100644 Binary files a/assets/img/events/ape1_2.jpg and b/assets/img/events/ape1_2.jpg differ diff --git a/assets/img/events/ape1_3.jpg b/assets/img/events/ape1_3.jpg index 91b516e..0b4aa12 100644 Binary files a/assets/img/events/ape1_3.jpg and b/assets/img/events/ape1_3.jpg differ diff --git a/assets/img/events/ape1_4.jpg b/assets/img/events/ape1_4.jpg index e3b3226..3522f3a 100644 Binary files a/assets/img/events/ape1_4.jpg and b/assets/img/events/ape1_4.jpg differ diff --git a/assets/img/events/ape2_1.jpg b/assets/img/events/ape2_1.jpg index c4089d5..f83a4c9 100644 Binary files a/assets/img/events/ape2_1.jpg and b/assets/img/events/ape2_1.jpg differ diff --git a/assets/img/events/ape2_2.jpg b/assets/img/events/ape2_2.jpg index fabadf0..6c17bc6 100644 Binary files a/assets/img/events/ape2_2.jpg and b/assets/img/events/ape2_2.jpg differ diff --git a/assets/img/events/bcg_1.jpg b/assets/img/events/bcg_1.jpg index 1663d31..2e1c97f 100644 Binary files a/assets/img/events/bcg_1.jpg and b/assets/img/events/bcg_1.jpg differ diff --git a/assets/img/events/bcg_2.jpg b/assets/img/events/bcg_2.jpg index 9012a66..a907a9a 100644 Binary files a/assets/img/events/bcg_2.jpg and b/assets/img/events/bcg_2.jpg differ diff --git a/assets/img/events/bcg_3.jpg b/assets/img/events/bcg_3.jpg index 208c9e0..6fb57c9 100644 Binary files a/assets/img/events/bcg_3.jpg and b/assets/img/events/bcg_3.jpg differ diff --git a/assets/img/events/bcg_winner_business.JPG b/assets/img/events/bcg_winner_business.JPG index 64860bb..8a81e34 100644 Binary files a/assets/img/events/bcg_winner_business.JPG and b/assets/img/events/bcg_winner_business.JPG differ diff --git a/assets/img/events/bcg_winner_data.JPG b/assets/img/events/bcg_winner_data.JPG index 2273dd4..52d2913 100644 Binary files a/assets/img/events/bcg_winner_data.JPG and b/assets/img/events/bcg_winner_data.JPG differ diff --git a/assets/img/events/brightdale_1.jpg b/assets/img/events/brightdale_1.jpg index d66ae2b..2dab30b 100644 Binary files a/assets/img/events/brightdale_1.jpg and b/assets/img/events/brightdale_1.jpg differ diff --git a/assets/img/events/brightdale_2.jpg b/assets/img/events/brightdale_2.jpg index 449c889..1b44318 100644 Binary files a/assets/img/events/brightdale_2.jpg and b/assets/img/events/brightdale_2.jpg differ diff --git a/assets/img/events/brightdale_3.jpg b/assets/img/events/brightdale_3.jpg index 1f441b8..6352f69 100644 Binary files a/assets/img/events/brightdale_3.jpg and b/assets/img/events/brightdale_3.jpg differ diff --git a/assets/img/events/brightdale_4.jpg b/assets/img/events/brightdale_4.jpg index 728c740..c4c0300 100644 Binary files a/assets/img/events/brightdale_4.jpg and b/assets/img/events/brightdale_4.jpg differ diff --git a/assets/img/events/ef_1.png b/assets/img/events/ef_1.png index 1f6abd2..b06fc1e 100644 Binary files a/assets/img/events/ef_1.png and b/assets/img/events/ef_1.png differ diff --git a/assets/img/events/hackathonbcgx_1.jpg b/assets/img/events/hackathonbcgx_1.jpg index 81fe461..14d9712 100644 Binary files a/assets/img/events/hackathonbcgx_1.jpg and b/assets/img/events/hackathonbcgx_1.jpg differ diff --git a/assets/img/events/hacklab-25-26-2.jpg b/assets/img/events/hacklab-25-26-2.jpg index 0df2937..f5496c3 100644 Binary files a/assets/img/events/hacklab-25-26-2.jpg and b/assets/img/events/hacklab-25-26-2.jpg differ diff --git a/assets/img/events/hacklab-25-26.jpeg b/assets/img/events/hacklab-25-26.jpeg deleted file mode 100644 index 5fa077b..0000000 Binary files a/assets/img/events/hacklab-25-26.jpeg and /dev/null differ diff --git a/assets/img/events/hacklab-25-26.jpg b/assets/img/events/hacklab-25-26.jpg new file mode 100644 index 0000000..5b85f4b Binary files /dev/null and b/assets/img/events/hacklab-25-26.jpg differ diff --git a/assets/img/events/hpc_1.png b/assets/img/events/hpc_1.png index e4bc157..75f1ec0 100644 Binary files a/assets/img/events/hpc_1.png and b/assets/img/events/hpc_1.png differ diff --git a/assets/img/events/hpc_2.jpg b/assets/img/events/hpc_2.jpg index cb57ef3..02032d8 100644 Binary files a/assets/img/events/hpc_2.jpg and b/assets/img/events/hpc_2.jpg differ diff --git a/assets/img/events/hpc_3.jpg b/assets/img/events/hpc_3.jpg index 7166657..faac02f 100644 Binary files a/assets/img/events/hpc_3.jpg and b/assets/img/events/hpc_3.jpg differ diff --git a/assets/img/events/hpc_4.jpg b/assets/img/events/hpc_4.jpg index 4ef9dbf..ec2272d 100644 Binary files a/assets/img/events/hpc_4.jpg and b/assets/img/events/hpc_4.jpg differ diff --git a/assets/img/events/innovaite_0.png b/assets/img/events/innovaite_0.png index 7f29379..96aa065 100644 Binary files a/assets/img/events/innovaite_0.png and b/assets/img/events/innovaite_0.png differ diff --git a/assets/img/events/innovaite_1.png b/assets/img/events/innovaite_1.png index c14985f..65f64f3 100644 Binary files a/assets/img/events/innovaite_1.png and b/assets/img/events/innovaite_1.png differ diff --git a/assets/img/events/innovaite_2.png b/assets/img/events/innovaite_2.png index 8e13d55..0340acd 100644 Binary files a/assets/img/events/innovaite_2.png and b/assets/img/events/innovaite_2.png differ diff --git a/assets/img/events/innovaite_3.png b/assets/img/events/innovaite_3.png index 8882205..6f7ea1e 100644 Binary files a/assets/img/events/innovaite_3.png and b/assets/img/events/innovaite_3.png differ diff --git a/assets/img/events/innovaite_4.png b/assets/img/events/innovaite_4.png index 2106dcd..b80b74e 100644 Binary files a/assets/img/events/innovaite_4.png and b/assets/img/events/innovaite_4.png differ diff --git a/assets/img/events/innovaite_5.png b/assets/img/events/innovaite_5.png index 3cdaea4..a6779dd 100644 Binary files a/assets/img/events/innovaite_5.png and b/assets/img/events/innovaite_5.png differ diff --git a/assets/img/events/isml_1.jpg b/assets/img/events/isml_1.jpg index 4b425c6..1153bc2 100644 Binary files a/assets/img/events/isml_1.jpg and b/assets/img/events/isml_1.jpg differ diff --git a/assets/img/events/isml_2.jpg b/assets/img/events/isml_2.jpg index 8991c68..4eb525e 100644 Binary files a/assets/img/events/isml_2.jpg and b/assets/img/events/isml_2.jpg differ diff --git a/assets/img/events/isml_3.jpg b/assets/img/events/isml_3.jpg index e25147e..1a91869 100644 Binary files a/assets/img/events/isml_3.jpg and b/assets/img/events/isml_3.jpg differ diff --git a/assets/img/events/isml_4.jpg b/assets/img/events/isml_4.jpg index be09987..2f05ebb 100644 Binary files a/assets/img/events/isml_4.jpg and b/assets/img/events/isml_4.jpg differ diff --git a/assets/img/events/project-intro-1.jpeg b/assets/img/events/project-intro-1.jpeg deleted file mode 100644 index 6ed069f..0000000 Binary files a/assets/img/events/project-intro-1.jpeg and /dev/null differ diff --git a/assets/img/events/project-intro-1.jpg b/assets/img/events/project-intro-1.jpg new file mode 100644 index 0000000..44a85fb Binary files /dev/null and b/assets/img/events/project-intro-1.jpg differ diff --git a/assets/img/events/project-intro-2.jpeg b/assets/img/events/project-intro-2.jpeg deleted file mode 100644 index 2137871..0000000 Binary files a/assets/img/events/project-intro-2.jpeg and /dev/null differ diff --git a/assets/img/events/project-intro-2.jpg b/assets/img/events/project-intro-2.jpg new file mode 100644 index 0000000..a605cb4 Binary files /dev/null and b/assets/img/events/project-intro-2.jpg differ diff --git a/assets/img/events/project-intro-3.jpeg b/assets/img/events/project-intro-3.jpeg deleted file mode 100644 index 183f6a4..0000000 Binary files a/assets/img/events/project-intro-3.jpeg and /dev/null differ diff --git a/assets/img/events/project-intro-3.jpg b/assets/img/events/project-intro-3.jpg new file mode 100644 index 0000000..87effeb Binary files /dev/null and b/assets/img/events/project-intro-3.jpg differ diff --git a/assets/img/events/tech1.jpg b/assets/img/events/tech1.jpg index 88b5c4f..dd0b34f 100644 Binary files a/assets/img/events/tech1.jpg and b/assets/img/events/tech1.jpg differ diff --git a/assets/img/events/tech2.jpg b/assets/img/events/tech2.jpg index bc39c8b..94f5a62 100644 Binary files a/assets/img/events/tech2.jpg and b/assets/img/events/tech2.jpg differ diff --git a/assets/img/events/tomas_1.jpg b/assets/img/events/tomas_1.jpg index 4abb76a..4083422 100644 Binary files a/assets/img/events/tomas_1.jpg and b/assets/img/events/tomas_1.jpg differ diff --git a/assets/img/events/tomas_2.jpg b/assets/img/events/tomas_2.jpg index 550bcda..46738a2 100644 Binary files a/assets/img/events/tomas_2.jpg and b/assets/img/events/tomas_2.jpg differ diff --git a/assets/img/events/tomas_3.jpg b/assets/img/events/tomas_3.jpg index 070db2e..48c651e 100644 Binary files a/assets/img/events/tomas_3.jpg and b/assets/img/events/tomas_3.jpg differ diff --git a/assets/img/events/tomas_4.jpg b/assets/img/events/tomas_4.jpg index 4c17467..1584b17 100644 Binary files a/assets/img/events/tomas_4.jpg and b/assets/img/events/tomas_4.jpg differ diff --git a/assets/img/proj/alzheimer-1.png b/assets/img/proj/alzheimer-1.png index bf51bb7..a069f07 100644 Binary files a/assets/img/proj/alzheimer-1.png and b/assets/img/proj/alzheimer-1.png differ diff --git a/assets/img/proj/alzheimer-2.png b/assets/img/proj/alzheimer-2.png index e9611f4..b7923c6 100644 Binary files a/assets/img/proj/alzheimer-2.png and b/assets/img/proj/alzheimer-2.png differ diff --git a/assets/img/proj/cnn_pallet_cover.jpg b/assets/img/proj/cnn_pallet_cover.jpg index 3e8bcac..ee1bec1 100644 Binary files a/assets/img/proj/cnn_pallet_cover.jpg and b/assets/img/proj/cnn_pallet_cover.jpg differ diff --git a/assets/img/proj/crowd_density_cover.jpg b/assets/img/proj/crowd_density_cover.jpg index 14cb4a1..88c6f81 100644 Binary files a/assets/img/proj/crowd_density_cover.jpg and b/assets/img/proj/crowd_density_cover.jpg differ diff --git a/assets/img/proj/digital-symbiosis-1.png b/assets/img/proj/digital-symbiosis-1.png index b9ce391..d925713 100644 Binary files a/assets/img/proj/digital-symbiosis-1.png and b/assets/img/proj/digital-symbiosis-1.png differ diff --git a/assets/img/proj/digital-symbiosis-2.png b/assets/img/proj/digital-symbiosis-2.png index 7aac74b..34d5d0f 100644 Binary files a/assets/img/proj/digital-symbiosis-2.png and b/assets/img/proj/digital-symbiosis-2.png differ diff --git a/assets/img/proj/digital-symbiosis-3.png b/assets/img/proj/digital-symbiosis-3.png index 08a272f..ff5af8f 100644 Binary files a/assets/img/proj/digital-symbiosis-3.png and b/assets/img/proj/digital-symbiosis-3.png differ diff --git a/assets/img/proj/digital-symbiosis-4.png b/assets/img/proj/digital-symbiosis-4.png index af7e49c..461aab8 100644 Binary files a/assets/img/proj/digital-symbiosis-4.png and b/assets/img/proj/digital-symbiosis-4.png differ diff --git a/assets/img/proj/digital-symbiosis-5.png b/assets/img/proj/digital-symbiosis-5.png index ccec993..f01f833 100644 Binary files a/assets/img/proj/digital-symbiosis-5.png and b/assets/img/proj/digital-symbiosis-5.png differ diff --git a/assets/img/proj/dtt_1.png b/assets/img/proj/dtt_1.png index a7b8187..2fa60e4 100644 Binary files a/assets/img/proj/dtt_1.png and b/assets/img/proj/dtt_1.png differ diff --git a/assets/img/proj/dtt_2.png b/assets/img/proj/dtt_2.png index 25d8e8b..7ac2a3f 100644 Binary files a/assets/img/proj/dtt_2.png and b/assets/img/proj/dtt_2.png differ diff --git a/assets/img/proj/dtt_3.png b/assets/img/proj/dtt_3.png index a611184..a2dc535 100644 Binary files a/assets/img/proj/dtt_3.png and b/assets/img/proj/dtt_3.png differ diff --git a/assets/img/proj/gender-bias-songs-lyrics.jpg b/assets/img/proj/gender-bias-songs-lyrics.jpg index 85f1c9b..4f9fa1c 100644 Binary files a/assets/img/proj/gender-bias-songs-lyrics.jpg and b/assets/img/proj/gender-bias-songs-lyrics.jpg differ diff --git a/assets/img/proj/mlb-betting.jpg b/assets/img/proj/mlb-betting.jpg index e76d784..ce64506 100644 Binary files a/assets/img/proj/mlb-betting.jpg and b/assets/img/proj/mlb-betting.jpg differ diff --git a/assets/img/proj/pneumonia.png b/assets/img/proj/pneumonia.png index 42d9c03..667d604 100644 Binary files a/assets/img/proj/pneumonia.png and b/assets/img/proj/pneumonia.png differ diff --git a/assets/img/proj/pneumonia_2.png b/assets/img/proj/pneumonia_2.png index 86c7606..d4bb09e 100644 Binary files a/assets/img/proj/pneumonia_2.png and b/assets/img/proj/pneumonia_2.png differ diff --git a/assets/img/proj/portfolio_opt_1.jpg b/assets/img/proj/portfolio_opt_1.jpg index ebc1bc7..e33c406 100644 Binary files a/assets/img/proj/portfolio_opt_1.jpg and b/assets/img/proj/portfolio_opt_1.jpg differ diff --git a/assets/img/proj/portfolio_opt_2.jpg b/assets/img/proj/portfolio_opt_2.jpg index 0f0c191..139b38b 100644 Binary files a/assets/img/proj/portfolio_opt_2.jpg and b/assets/img/proj/portfolio_opt_2.jpg differ diff --git a/assets/img/proj/portfolio_opt_3.jpg b/assets/img/proj/portfolio_opt_3.jpg index a73a5ab..225ea11 100644 Binary files a/assets/img/proj/portfolio_opt_3.jpg and b/assets/img/proj/portfolio_opt_3.jpg differ diff --git a/assets/img/proj/proj-1.jpg b/assets/img/proj/proj-1.jpg index 7d81fe6..f6baf65 100644 Binary files a/assets/img/proj/proj-1.jpg and b/assets/img/proj/proj-1.jpg differ diff --git a/assets/img/proj/proj-2.jpg b/assets/img/proj/proj-2.jpg index 641dec7..5807bc6 100644 Binary files a/assets/img/proj/proj-2.jpg and b/assets/img/proj/proj-2.jpg differ diff --git a/assets/img/proj/proj-3.png b/assets/img/proj/proj-3.png index 3d2303c..2fd69dd 100644 Binary files a/assets/img/proj/proj-3.png and b/assets/img/proj/proj-3.png differ diff --git a/assets/img/proj/proj-4.jpg b/assets/img/proj/proj-4.jpg index 5d6d437..0f4e6d8 100644 Binary files a/assets/img/proj/proj-4.jpg and b/assets/img/proj/proj-4.jpg differ diff --git a/assets/img/proj/random_algo_0.png b/assets/img/proj/random_algo_0.png index f5f038c..a39dbbc 100644 Binary files a/assets/img/proj/random_algo_0.png and b/assets/img/proj/random_algo_0.png differ diff --git a/assets/img/proj/random_algo_1.png b/assets/img/proj/random_algo_1.png index 2710747..5d91d46 100644 Binary files a/assets/img/proj/random_algo_1.png and b/assets/img/proj/random_algo_1.png differ diff --git a/assets/img/proj/random_algo_2.png b/assets/img/proj/random_algo_2.png index d77d582..705a6b8 100644 Binary files a/assets/img/proj/random_algo_2.png and b/assets/img/proj/random_algo_2.png differ diff --git a/assets/img/proj/random_algo_3.png b/assets/img/proj/random_algo_3.png index 4e72da9..cf26af8 100644 Binary files a/assets/img/proj/random_algo_3.png and b/assets/img/proj/random_algo_3.png differ diff --git a/assets/img/proj/salmone.jpg b/assets/img/proj/salmone.jpg index 3e9afd5..6a14096 100644 Binary files a/assets/img/proj/salmone.jpg and b/assets/img/proj/salmone.jpg differ diff --git a/assets/img/proj/siamese-network-microfinance.jpeg b/assets/img/proj/siamese-network-microfinance.jpeg deleted file mode 100644 index c674cfc..0000000 Binary files a/assets/img/proj/siamese-network-microfinance.jpeg and /dev/null differ diff --git a/assets/img/proj/siamese-network-microfinance.jpg b/assets/img/proj/siamese-network-microfinance.jpg new file mode 100644 index 0000000..1f7564a Binary files /dev/null and b/assets/img/proj/siamese-network-microfinance.jpg differ diff --git a/assets/img/proj/solar-energy-estimation-2.png b/assets/img/proj/solar-energy-estimation-2.png index 3803ff8..039214d 100644 Binary files a/assets/img/proj/solar-energy-estimation-2.png and b/assets/img/proj/solar-energy-estimation-2.png differ diff --git a/assets/img/proj/solar-energy-estimation-3.png b/assets/img/proj/solar-energy-estimation-3.png index 5ec0aa9..9e1ce52 100644 Binary files a/assets/img/proj/solar-energy-estimation-3.png and b/assets/img/proj/solar-energy-estimation-3.png differ diff --git a/assets/img/proj/solar-energy-estimation-4.png b/assets/img/proj/solar-energy-estimation-4.png index 4f1342b..f732d52 100644 Binary files a/assets/img/proj/solar-energy-estimation-4.png and b/assets/img/proj/solar-energy-estimation-4.png differ diff --git a/assets/img/proj/solar-energy-estimation.png b/assets/img/proj/solar-energy-estimation.png index 80768cb..bddf46c 100644 Binary files a/assets/img/proj/solar-energy-estimation.png and b/assets/img/proj/solar-energy-estimation.png differ diff --git a/assets/img/proj/spatial_heterogeneity_1.jpg b/assets/img/proj/spatial_heterogeneity_1.jpg index b71a9af..ba69f5f 100644 Binary files a/assets/img/proj/spatial_heterogeneity_1.jpg and b/assets/img/proj/spatial_heterogeneity_1.jpg differ diff --git a/assets/img/spotlights/amazon.jpg b/assets/img/spotlights/amazon.jpg index 11ee781..d1fdbc1 100644 Binary files a/assets/img/spotlights/amazon.jpg and b/assets/img/spotlights/amazon.jpg differ diff --git a/assets/img/spotlights/balyasny.png b/assets/img/spotlights/balyasny.png index cb7423c..15861ba 100644 Binary files a/assets/img/spotlights/balyasny.png and b/assets/img/spotlights/balyasny.png differ diff --git a/assets/img/spotlights/bending_spoons.png b/assets/img/spotlights/bending_spoons.png index d66f87d..0ba0097 100644 Binary files a/assets/img/spotlights/bending_spoons.png and b/assets/img/spotlights/bending_spoons.png differ diff --git a/assets/img/spotlights/bocconi.jpg b/assets/img/spotlights/bocconi.jpg index 9d05cb6..df62e58 100644 Binary files a/assets/img/spotlights/bocconi.jpg and b/assets/img/spotlights/bocconi.jpg differ diff --git a/assets/img/spotlights/cfm.png b/assets/img/spotlights/cfm.png index 22f4bfc..f93bfdd 100644 Binary files a/assets/img/spotlights/cfm.png and b/assets/img/spotlights/cfm.png differ diff --git a/assets/img/spotlights/citi.jpg b/assets/img/spotlights/citi.jpg index 38548e7..6ef6954 100644 Binary files a/assets/img/spotlights/citi.jpg and b/assets/img/spotlights/citi.jpg differ diff --git a/assets/img/spotlights/columbia.jpg b/assets/img/spotlights/columbia.jpg index e634ef4..75b648d 100644 Binary files a/assets/img/spotlights/columbia.jpg and b/assets/img/spotlights/columbia.jpg differ diff --git a/assets/img/spotlights/epfl.jpg b/assets/img/spotlights/epfl.jpg index 9797fb2..3e0bf3a 100644 Binary files a/assets/img/spotlights/epfl.jpg and b/assets/img/spotlights/epfl.jpg differ diff --git a/assets/img/spotlights/ethz.jpg b/assets/img/spotlights/ethz.jpg index 0f5f6c4..fa81969 100644 Binary files a/assets/img/spotlights/ethz.jpg and b/assets/img/spotlights/ethz.jpg differ diff --git a/assets/img/spotlights/five_rings.png b/assets/img/spotlights/five_rings.png index 4a0cf47..cafab86 100644 Binary files a/assets/img/spotlights/five_rings.png and b/assets/img/spotlights/five_rings.png differ diff --git a/assets/img/spotlights/flow_traders.png b/assets/img/spotlights/flow_traders.png index 4bc68e4..9eb923f 100644 Binary files a/assets/img/spotlights/flow_traders.png and b/assets/img/spotlights/flow_traders.png differ diff --git a/assets/img/spotlights/goldman.jpg b/assets/img/spotlights/goldman.jpg index 0c7d5c6..74db748 100644 Binary files a/assets/img/spotlights/goldman.jpg and b/assets/img/spotlights/goldman.jpg differ diff --git a/assets/img/spotlights/google.webp b/assets/img/spotlights/google.webp index e4b9402..6086d2d 100644 Binary files a/assets/img/spotlights/google.webp and b/assets/img/spotlights/google.webp differ diff --git a/assets/img/spotlights/jane_street.png b/assets/img/spotlights/jane_street.png index 1377f4d..cfc865e 100644 Binary files a/assets/img/spotlights/jane_street.png and b/assets/img/spotlights/jane_street.png differ diff --git a/assets/img/spotlights/mastercard.jpg b/assets/img/spotlights/mastercard.jpg index 2722735..0227b95 100644 Binary files a/assets/img/spotlights/mastercard.jpg and b/assets/img/spotlights/mastercard.jpg differ diff --git a/assets/img/spotlights/mit.png b/assets/img/spotlights/mit.png index deb49ae..247e3e0 100644 Binary files a/assets/img/spotlights/mit.png and b/assets/img/spotlights/mit.png differ diff --git a/assets/img/spotlights/oxford.jpg b/assets/img/spotlights/oxford.jpg index 680ddda..c0a7206 100644 Binary files a/assets/img/spotlights/oxford.jpg and b/assets/img/spotlights/oxford.jpg differ diff --git a/assets/img/spotlights/point72.png b/assets/img/spotlights/point72.png index 4bb6068..faca758 100644 Binary files a/assets/img/spotlights/point72.png and b/assets/img/spotlights/point72.png differ diff --git a/assets/img/spotlights/reply.jpg b/assets/img/spotlights/reply.jpg index 7a4a405..b0d6beb 100644 Binary files a/assets/img/spotlights/reply.jpg and b/assets/img/spotlights/reply.jpg differ diff --git a/assets/img/spotlights/revolut.png b/assets/img/spotlights/revolut.png index 85ecccd..702ba82 100644 Binary files a/assets/img/spotlights/revolut.png and b/assets/img/spotlights/revolut.png differ diff --git a/assets/img/spotlights/uchicago.png b/assets/img/spotlights/uchicago.png index c047059..75e7014 100644 Binary files a/assets/img/spotlights/uchicago.png and b/assets/img/spotlights/uchicago.png differ diff --git a/assets/img/spotlights/unicredit.jpg b/assets/img/spotlights/unicredit.jpg index 26446f5..b092244 100644 Binary files a/assets/img/spotlights/unicredit.jpg and b/assets/img/spotlights/unicredit.jpg differ diff --git a/assets/img/team/alessandro_morosini.jpg b/assets/img/team/alessandro_morosini.jpg new file mode 100644 index 0000000..2c03047 Binary files /dev/null and b/assets/img/team/alessandro_morosini.jpg differ diff --git a/assets/img/team/alessandro_procoli.jpg b/assets/img/team/alessandro_procoli.jpg index 3166c21..d1d5473 100644 Binary files a/assets/img/team/alessandro_procoli.jpg and b/assets/img/team/alessandro_procoli.jpg differ diff --git a/assets/img/team/alice-romaniello.jpg b/assets/img/team/alice-romaniello.jpg deleted file mode 100644 index 495c401..0000000 Binary files a/assets/img/team/alice-romaniello.jpg and /dev/null differ diff --git a/assets/img/team/alice_romaniello.jpg b/assets/img/team/alice_romaniello.jpg new file mode 100644 index 0000000..558fad0 Binary files /dev/null and b/assets/img/team/alice_romaniello.jpg differ diff --git a/assets/img/team/andrea-duico.jpg b/assets/img/team/andrea-duico.jpg deleted file mode 100644 index ab40a8a..0000000 Binary files a/assets/img/team/andrea-duico.jpg and /dev/null differ diff --git a/assets/img/team/andrea_duico.jpg b/assets/img/team/andrea_duico.jpg new file mode 100644 index 0000000..bc3175b Binary files /dev/null and b/assets/img/team/andrea_duico.jpg differ diff --git a/assets/img/team/andrea_lisci.jpg b/assets/img/team/andrea_lisci.jpg index 011f37b..f69538a 100644 Binary files a/assets/img/team/andrea_lisci.jpg and b/assets/img/team/andrea_lisci.jpg differ diff --git a/assets/img/team/braicovich.jpeg b/assets/img/team/braicovich.jpeg deleted file mode 100644 index 4d7add1..0000000 Binary files a/assets/img/team/braicovich.jpeg and /dev/null differ diff --git a/assets/img/team/bryan.jpg b/assets/img/team/bryan.jpg deleted file mode 100644 index f5a2951..0000000 Binary files a/assets/img/team/bryan.jpg and /dev/null differ diff --git a/assets/img/team/bryan_bisetti.jpg b/assets/img/team/bryan_bisetti.jpg new file mode 100644 index 0000000..87816b3 Binary files /dev/null and b/assets/img/team/bryan_bisetti.jpg differ diff --git a/assets/img/team/cap.jpg b/assets/img/team/cap.jpg deleted file mode 100644 index 94bd78e..0000000 Binary files a/assets/img/team/cap.jpg and /dev/null differ diff --git a/assets/img/team/ciccio.jpg b/assets/img/team/ciccio.jpg deleted file mode 100644 index 297b907..0000000 Binary files a/assets/img/team/ciccio.jpg and /dev/null differ diff --git a/assets/img/team/cos.jpg b/assets/img/team/cos.jpg deleted file mode 100644 index 6fc5d67..0000000 Binary files a/assets/img/team/cos.jpg and /dev/null differ diff --git a/assets/img/team/costanza_dercole.jpg b/assets/img/team/costanza_dercole.jpg new file mode 100644 index 0000000..755f4e2 Binary files /dev/null and b/assets/img/team/costanza_dercole.jpg differ diff --git a/assets/img/team/davide_beltrame.jpg b/assets/img/team/davide_beltrame.jpg index ad33cb9..0a18f49 100644 Binary files a/assets/img/team/davide_beltrame.jpg and b/assets/img/team/davide_beltrame.jpg differ diff --git a/assets/img/team/elisa-degara.jpg b/assets/img/team/elisa-degara.jpg deleted file mode 100644 index 7a5b37b..0000000 Binary files a/assets/img/team/elisa-degara.jpg and /dev/null differ diff --git a/assets/img/team/elisa_degara.jpg b/assets/img/team/elisa_degara.jpg new file mode 100644 index 0000000..cd143f5 Binary files /dev/null and b/assets/img/team/elisa_degara.jpg differ diff --git a/assets/img/team/eylul_ercin.jpg b/assets/img/team/eylul_ercin.jpg index 507cd94..bd6156f 100644 Binary files a/assets/img/team/eylul_ercin.jpg and b/assets/img/team/eylul_ercin.jpg differ diff --git a/assets/img/team/filip-juren.jpg b/assets/img/team/filip-juren.jpg deleted file mode 100644 index 60033bd..0000000 Binary files a/assets/img/team/filip-juren.jpg and /dev/null differ diff --git a/assets/img/team/filip_juren.jpg b/assets/img/team/filip_juren.jpg new file mode 100644 index 0000000..9ac4fc4 Binary files /dev/null and b/assets/img/team/filip_juren.jpg differ diff --git a/assets/img/team/flavio_caroli.jpg b/assets/img/team/flavio_caroli.jpg index f5bcc6d..ff00049 100644 Binary files a/assets/img/team/flavio_caroli.jpg and b/assets/img/team/flavio_caroli.jpg differ diff --git a/assets/img/team/francesco_braicovich.jpg b/assets/img/team/francesco_braicovich.jpg new file mode 100644 index 0000000..8c9605e Binary files /dev/null and b/assets/img/team/francesco_braicovich.jpg differ diff --git a/assets/img/team/francesco_iaccarino.jpg b/assets/img/team/francesco_iaccarino.jpg new file mode 100644 index 0000000..49a0a75 Binary files /dev/null and b/assets/img/team/francesco_iaccarino.jpg differ diff --git a/assets/img/team/francesco_vacca.jpg b/assets/img/team/francesco_vacca.jpg new file mode 100644 index 0000000..e3ba741 Binary files /dev/null and b/assets/img/team/francesco_vacca.jpg differ diff --git a/assets/img/team/giacomo_ciro.jpg b/assets/img/team/giacomo_ciro.jpg new file mode 100644 index 0000000..c5ecdef Binary files /dev/null and b/assets/img/team/giacomo_ciro.jpg differ diff --git a/assets/img/team/giovanni-mantovani.jpg b/assets/img/team/giovanni-mantovani.jpg deleted file mode 100644 index d1d3583..0000000 Binary files a/assets/img/team/giovanni-mantovani.jpg and /dev/null differ diff --git a/assets/img/team/giovanni_mantovani.jpg b/assets/img/team/giovanni_mantovani.jpg new file mode 100644 index 0000000..e0cdf9f Binary files /dev/null and b/assets/img/team/giovanni_mantovani.jpg differ diff --git a/assets/img/team/giulio_caputi.jpg b/assets/img/team/giulio_caputi.jpg new file mode 100644 index 0000000..38fe9fe Binary files /dev/null and b/assets/img/team/giulio_caputi.jpg differ diff --git a/assets/img/team/hunor_csenteri.jpeg b/assets/img/team/hunor_csenteri.jpeg deleted file mode 100644 index 0ac1083..0000000 Binary files a/assets/img/team/hunor_csenteri.jpeg and /dev/null differ diff --git a/assets/img/team/hunor_csenteri.jpg b/assets/img/team/hunor_csenteri.jpg new file mode 100644 index 0000000..ede0b3a Binary files /dev/null and b/assets/img/team/hunor_csenteri.jpg differ diff --git a/assets/img/team/jack.jpg b/assets/img/team/jack.jpg deleted file mode 100644 index 3ee5a98..0000000 Binary files a/assets/img/team/jack.jpg and /dev/null differ diff --git a/assets/img/team/kuzey_mentese.jpeg b/assets/img/team/kuzey_mentese.jpeg deleted file mode 100644 index 82d2c85..0000000 Binary files a/assets/img/team/kuzey_mentese.jpeg and /dev/null differ diff --git a/assets/img/team/kuzey_mentese.jpg b/assets/img/team/kuzey_mentese.jpg new file mode 100644 index 0000000..4fc12f3 Binary files /dev/null and b/assets/img/team/kuzey_mentese.jpg differ diff --git a/assets/img/team/laura.jpg b/assets/img/team/laura.jpg deleted file mode 100644 index e081ebe..0000000 Binary files a/assets/img/team/laura.jpg and /dev/null differ diff --git a/assets/img/team/laura_valente.jpg b/assets/img/team/laura_valente.jpg new file mode 100644 index 0000000..304c0eb Binary files /dev/null and b/assets/img/team/laura_valente.jpg differ diff --git a/assets/img/team/ledio-duda.png b/assets/img/team/ledio-duda.png deleted file mode 100644 index 38247d0..0000000 Binary files a/assets/img/team/ledio-duda.png and /dev/null differ diff --git a/assets/img/team/ledio_duda.jpg b/assets/img/team/ledio_duda.jpg new file mode 100644 index 0000000..75608e1 Binary files /dev/null and b/assets/img/team/ledio_duda.jpg differ diff --git a/assets/img/team/letizia-dimonopoli.jpg b/assets/img/team/letizia-dimonopoli.jpg deleted file mode 100644 index 42a3a16..0000000 Binary files a/assets/img/team/letizia-dimonopoli.jpg and /dev/null differ diff --git a/assets/img/team/letizia_dimonopoli.jpg b/assets/img/team/letizia_dimonopoli.jpg new file mode 100644 index 0000000..1f4d39b Binary files /dev/null and b/assets/img/team/letizia_dimonopoli.jpg differ diff --git a/assets/img/team/lorenzo_battaglia.jpg b/assets/img/team/lorenzo_battaglia.jpg index 4ef3f6c..e77bd9f 100644 Binary files a/assets/img/team/lorenzo_battaglia.jpg and b/assets/img/team/lorenzo_battaglia.jpg differ diff --git a/assets/img/team/luca_colaci.jpg b/assets/img/team/luca_colaci.jpg index 9d5a172..08761c3 100644 Binary files a/assets/img/team/luca_colaci.jpg and b/assets/img/team/luca_colaci.jpg differ diff --git a/assets/img/team/luca_tricarico.jpeg b/assets/img/team/luca_tricarico.jpeg deleted file mode 100644 index 8bb21b2..0000000 Binary files a/assets/img/team/luca_tricarico.jpeg and /dev/null differ diff --git a/assets/img/team/luca_tricarico.jpg b/assets/img/team/luca_tricarico.jpg new file mode 100644 index 0000000..e8fed7d Binary files /dev/null and b/assets/img/team/luca_tricarico.jpg differ diff --git a/assets/img/team/marco-beltramin.png b/assets/img/team/marco-beltramin.png deleted file mode 100644 index 66e5568..0000000 Binary files a/assets/img/team/marco-beltramin.png and /dev/null differ diff --git a/assets/img/team/marco_beltramin.jpg b/assets/img/team/marco_beltramin.jpg new file mode 100644 index 0000000..4acf6b9 Binary files /dev/null and b/assets/img/team/marco_beltramin.jpg differ diff --git a/assets/img/team/marco_lomele.jpg b/assets/img/team/marco_lomele.jpg new file mode 100644 index 0000000..85c89b6 Binary files /dev/null and b/assets/img/team/marco_lomele.jpg differ diff --git a/assets/img/team/matilde_dolfato.jpg b/assets/img/team/matilde_dolfato.jpg index 8a28b07..dfacd34 100644 Binary files a/assets/img/team/matilde_dolfato.jpg and b/assets/img/team/matilde_dolfato.jpg differ diff --git a/assets/img/team/matteo_roda.jpeg b/assets/img/team/matteo_roda.jpeg deleted file mode 100644 index 7b5377b..0000000 Binary files a/assets/img/team/matteo_roda.jpeg and /dev/null differ diff --git a/assets/img/team/matteo_roda.jpg b/assets/img/team/matteo_roda.jpg new file mode 100644 index 0000000..9fed27b Binary files /dev/null and b/assets/img/team/matteo_roda.jpg differ diff --git a/assets/img/team/mea_railo.jpeg b/assets/img/team/mea_railo.jpeg deleted file mode 100644 index e5603ca..0000000 Binary files a/assets/img/team/mea_railo.jpeg and /dev/null differ diff --git a/assets/img/team/mea_railo.jpg b/assets/img/team/mea_railo.jpg new file mode 100644 index 0000000..74131ab Binary files /dev/null and b/assets/img/team/mea_railo.jpg differ diff --git a/assets/img/team/moro.jpeg b/assets/img/team/moro.jpeg deleted file mode 100644 index e4821ef..0000000 Binary files a/assets/img/team/moro.jpeg and /dev/null differ diff --git a/assets/img/team/mrml.jpeg b/assets/img/team/mrml.jpeg deleted file mode 100644 index b99099f..0000000 Binary files a/assets/img/team/mrml.jpeg and /dev/null differ diff --git a/assets/img/team/neel_roy.jpeg b/assets/img/team/neel_roy.jpeg deleted file mode 100644 index 5ea8f1a..0000000 Binary files a/assets/img/team/neel_roy.jpeg and /dev/null differ diff --git a/assets/img/team/neel_roy.jpg b/assets/img/team/neel_roy.jpg new file mode 100644 index 0000000..cb7e27f Binary files /dev/null and b/assets/img/team/neel_roy.jpg differ diff --git a/assets/img/team/nupur_gupta.jpg b/assets/img/team/nupur_gupta.jpg index 3f6ea72..31b8cf7 100644 Binary files a/assets/img/team/nupur_gupta.jpg and b/assets/img/team/nupur_gupta.jpg differ diff --git a/assets/img/team/preslav_georgiev.jpeg b/assets/img/team/preslav_georgiev.jpeg deleted file mode 100644 index 453a3f6..0000000 Binary files a/assets/img/team/preslav_georgiev.jpeg and /dev/null differ diff --git a/assets/img/team/preslav_georgiev.jpg b/assets/img/team/preslav_georgiev.jpg new file mode 100644 index 0000000..7c02025 Binary files /dev/null and b/assets/img/team/preslav_georgiev.jpg differ diff --git a/assets/img/team/rayi_makori.jpeg b/assets/img/team/rayi_makori.jpeg deleted file mode 100644 index 4f7374f..0000000 Binary files a/assets/img/team/rayi_makori.jpeg and /dev/null differ diff --git a/assets/img/team/rayi_makori.jpeg.jpeg b/assets/img/team/rayi_makori.jpeg.jpeg deleted file mode 100644 index 33a9904..0000000 Binary files a/assets/img/team/rayi_makori.jpeg.jpeg and /dev/null differ diff --git a/assets/img/team/rayi_makori.jpg b/assets/img/team/rayi_makori.jpg new file mode 100644 index 0000000..93cc7f9 Binary files /dev/null and b/assets/img/team/rayi_makori.jpg differ diff --git a/assets/img/team/redi-alico.jpg b/assets/img/team/redi-alico.jpg deleted file mode 100644 index c13cd61..0000000 Binary files a/assets/img/team/redi-alico.jpg and /dev/null differ diff --git a/assets/img/team/redi_alico.jpg b/assets/img/team/redi_alico.jpg new file mode 100644 index 0000000..64986f1 Binary files /dev/null and b/assets/img/team/redi_alico.jpg differ diff --git a/assets/img/team/riccardo_alberghi.jpg b/assets/img/team/riccardo_alberghi.jpg index de6be11..8aa0ebe 100644 Binary files a/assets/img/team/riccardo_alberghi.jpg and b/assets/img/team/riccardo_alberghi.jpg differ diff --git a/assets/img/team/roberta_garofano.jpeg b/assets/img/team/roberta_garofano.jpeg deleted file mode 100644 index 89d1a1b..0000000 Binary files a/assets/img/team/roberta_garofano.jpeg and /dev/null differ diff --git a/assets/img/team/roberta_garofano.jpg b/assets/img/team/roberta_garofano.jpg new file mode 100644 index 0000000..1f789e3 Binary files /dev/null and b/assets/img/team/roberta_garofano.jpg differ diff --git a/assets/img/team/rocco.jpg b/assets/img/team/rocco.jpg deleted file mode 100644 index fa0ac7d..0000000 Binary files a/assets/img/team/rocco.jpg and /dev/null differ diff --git a/assets/img/team/rocco_totaro.jpg b/assets/img/team/rocco_totaro.jpg new file mode 100644 index 0000000..558ef9c Binary files /dev/null and b/assets/img/team/rocco_totaro.jpg differ diff --git a/assets/img/team/sean-conlon.jpg b/assets/img/team/sean-conlon.jpg deleted file mode 100644 index 9439540..0000000 Binary files a/assets/img/team/sean-conlon.jpg and /dev/null differ diff --git a/assets/img/team/sean_conlon.jpg b/assets/img/team/sean_conlon.jpg new file mode 100644 index 0000000..6dfa8e2 Binary files /dev/null and b/assets/img/team/sean_conlon.jpg differ diff --git a/assets/img/team/simone_degiorgi.jpg b/assets/img/team/simone_degiorgi.jpg index 0d408db..8ed2a1a 100644 Binary files a/assets/img/team/simone_degiorgi.jpg and b/assets/img/team/simone_degiorgi.jpg differ diff --git a/assets/img/team/sofia-villa.jpg b/assets/img/team/sofia-villa.jpg deleted file mode 100644 index 2bd33fb..0000000 Binary files a/assets/img/team/sofia-villa.jpg and /dev/null differ diff --git a/assets/img/team/sofia_villa.jpg b/assets/img/team/sofia_villa.jpg new file mode 100644 index 0000000..f974a2b Binary files /dev/null and b/assets/img/team/sofia_villa.jpg differ diff --git a/assets/img/team/stefan-uifalean.jpg b/assets/img/team/stefan-uifalean.jpg deleted file mode 100644 index b1bbd4d..0000000 Binary files a/assets/img/team/stefan-uifalean.jpg and /dev/null differ diff --git a/assets/img/team/stefan_uifalean.jpg b/assets/img/team/stefan_uifalean.jpg new file mode 100644 index 0000000..6be081e Binary files /dev/null and b/assets/img/team/stefan_uifalean.jpg differ diff --git a/assets/img/team/tancre.jpeg b/assets/img/team/tancre.jpeg deleted file mode 100644 index 6102e66..0000000 Binary files a/assets/img/team/tancre.jpeg and /dev/null differ diff --git a/assets/img/team/tancredi_dorsi.jpg b/assets/img/team/tancredi_dorsi.jpg new file mode 100644 index 0000000..c8995df Binary files /dev/null and b/assets/img/team/tancredi_dorsi.jpg differ diff --git a/assets/img/team/vacca.jpg b/assets/img/team/vacca.jpg deleted file mode 100644 index d2f6ec1..0000000 Binary files a/assets/img/team/vacca.jpg and /dev/null differ diff --git a/assets/img/team/valerio-dipalo.jpeg b/assets/img/team/valerio-dipalo.jpeg deleted file mode 100644 index 7d593b4..0000000 Binary files a/assets/img/team/valerio-dipalo.jpeg and /dev/null differ diff --git a/assets/img/team/valerio_dipalo.jpg b/assets/img/team/valerio_dipalo.jpg new file mode 100644 index 0000000..34a2977 Binary files /dev/null and b/assets/img/team/valerio_dipalo.jpg differ diff --git a/assets/img/team/vittorio_rossi.jpg b/assets/img/team/vittorio_rossi.jpg index ea3e7ac..434e566 100644 Binary files a/assets/img/team/vittorio_rossi.jpg and b/assets/img/team/vittorio_rossi.jpg differ diff --git a/assets/img/team/vladislav-bogomazov-linkedin.jpeg b/assets/img/team/vladislav-bogomazov-linkedin.jpeg deleted file mode 100644 index 95ca09f..0000000 Binary files a/assets/img/team/vladislav-bogomazov-linkedin.jpeg and /dev/null differ diff --git a/assets/img/team/vladislav_bogomazov.jpg b/assets/img/team/vladislav_bogomazov.jpg new file mode 100644 index 0000000..08545d3 Binary files /dev/null and b/assets/img/team/vladislav_bogomazov.jpg differ diff --git a/index.html b/index.html index d7c5964..9d4ec72 100644 --- a/index.html +++ b/index.html @@ -481,7 +481,7 @@

Our Founders

- Giacomo Cirò + Giacomo Cirò