From 33be77fafacd82c0ad5da47916063c722f9a23f2 Mon Sep 17 00:00:00 2001 From: MAZ12211 Date: Sun, 25 Jul 2021 22:44:17 +0200 Subject: [PATCH 1/2] Replaced fallout img in Event page & Team page --- src/components/EventComponent.svelte | 2 +- src/components/TeamComponent.svelte | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/EventComponent.svelte b/src/components/EventComponent.svelte index 8b6a2a5..8026df4 100644 --- a/src/components/EventComponent.svelte +++ b/src/components/EventComponent.svelte @@ -63,7 +63,7 @@ import { calendar, mapMarker } from 'svelte-awesome/icons';
event poster diff --git a/src/components/TeamComponent.svelte b/src/components/TeamComponent.svelte index a9d0efb..e722781 100644 --- a/src/components/TeamComponent.svelte +++ b/src/components/TeamComponent.svelte @@ -59,7 +59,7 @@ export let role;
author-avatar From f7b7c0fcea7dcfc38fb7d849073e6d274bb6bdf3 Mon Sep 17 00:00:00 2001 From: MAZ12211 Date: Mon, 26 Jul 2021 08:37:05 +0200 Subject: [PATCH 2/2] Fixed fallout image on Team --- static/Data/2018Team.json | 8 -------- static/Data/2019Team.json | 13 ------------- static/Data/currentTeam.json | 7 ------- 3 files changed, 28 deletions(-) diff --git a/static/Data/2018Team.json b/static/Data/2018Team.json index d1358da..5a633c5 100644 --- a/static/Data/2018Team.json +++ b/static/Data/2018Team.json @@ -2,56 +2,48 @@ { "id": 1, "name": "Ankit Khandelwal", - "imgSrc": "Photos/webp/Poster.webp", "role": "Society Head", "gitlink": "https://github.com/Ankk98" }, { "id": 2, "name": "Aman Sharma", - "imgSrc": "Photos/webp/Poster.webp", "role": "Co-ordinator", "gitlink": "https://github.com/amanharitsh123" }, { "id": 3, "name": "Anmol Mishra", - "imgSrc": "Photos/webp/Poster.webp", "role": "Co-ordinator", "gitlink": "https://github.com/anmol27katyani" }, { "id": 4, "name": "Mayank Chaudhary", - "imgSrc": "Photos/webp/Poster.webp", "role": "Co-ordinator", "gitlink": "https://github.com/im-gozmit" }, { "id": 5, "name": "Kanchan Joshi", - "imgSrc": "Photos/webp/Poster.webp", "role": "Volunteer", "gitlink": "https://github.com/koderjoker" }, { "id": 6, "name": "Pranshu Srivastava", - "imgSrc": "Photos/webp/Poster.webp", "role": "Volunteer", "gitlink": "https://github.com/rexagod" }, { "id": 7, "name": "Tripti Shukla", - "imgSrc": "Photos/webp/Poster.webp", "role": "Volunteer", "gitlink": "https://github.com/yellowwoods12" }, { "id": 8, "name": "Vaibhav Gupta", - "imgSrc": "Photos/webp/Poster.webp", "role": "Volunteer", "gitlink": "https://github.com/VARoDeK" } diff --git a/static/Data/2019Team.json b/static/Data/2019Team.json index 76b4c1d..d56f642 100644 --- a/static/Data/2019Team.json +++ b/static/Data/2019Team.json @@ -2,42 +2,36 @@ { "id": 1, "name": "Vaibhav Gupta", - "imgSrc": "Photos/webp/Poster.webp", "role": "Head-Coordinator", "gitlink": "https://github.com/VARoDeK" }, { "id": 2, "name": "Kanchan Joshi", - "imgSrc": "Photos/webp/Poster.webp", "role": "Co-ordinator", "gitlink": "https://github.com/koderjoker" }, { "id": 3, "name": "Karan Dev Tyagi", - "imgSrc": "Photos/webp/Poster.webp", "role": "Co-ordinator", "gitlink": "https://github.com/karandevtyagi" }, { "id": 4, "name": "Pranshu Srivastava", - "imgSrc": "Photos/webp/Poster.webp", "role": "Co-ordinator", "gitlink": "https://github.com/rexagod" }, { "id": 5, "name": "Shikhar Kataruka", - "imgSrc": "Photos/webp/Poster.webp", "role": "Co-ordinator", "gitlink": "https://github.com/shikhar9820" }, { "id": 6, "name": "Tripti Shukla", - "imgSrc": "Photos/webp/Poster.webp", "role": "Co-ordinator", "gitlink": "https://github.com/yellowwoods12" }, @@ -51,21 +45,18 @@ { "id": 8, "name": "Arushi Verma", - "imgSrc": "Photos/webp/Poster.webp", "role": "Volunteer", "gitlink": "https://github.com/arushivii" }, { "id": 9, "name": "Ayush", - "imgSrc": "Photos/webp/Poster.webp", "role": "Volunteer", "gitlink": "https://github.com/eldraco19/" }, { "id": 10, "name": "Ayush Dwivedi", - "imgSrc": "Photos/webp/Poster.webp", "role": "Volunteer", "gitlink": "https://github.com/AyushOneironaut" }, @@ -79,28 +70,24 @@ { "id": 12, "name": "Dharmveer Singh", - "imgSrc": "Photos/webp/Poster.webp", "role": "Volunteer", "gitlink": "https://github.com/moriarity9211" }, { "id": 13, "name": "Eshan Dhawan", - "imgSrc": "Photos/webp/Poster.webp", "role": "Volunteer", "gitlink": "https://github.com/eshandhawan51" }, { "id": 14, "name": "Nishit Anand", - "imgSrc": "Photos/webp/Poster.webp", "role": "Volunteer", "gitlink": "https://github.com/nishitanand" }, { "id": 15, "name": "Prakher Prashank", - "imgSrc": "Photos/webp/Poster.webp", "role": "Volunteer", "gitlink": "https://github.com/im-prakher" } diff --git a/static/Data/currentTeam.json b/static/Data/currentTeam.json index 707f920..5f70528 100644 --- a/static/Data/currentTeam.json +++ b/static/Data/currentTeam.json @@ -16,7 +16,6 @@ { "id": 3, "name": "Arushi Verma", - "imgSrc": "Photos/Poster.png", "role": "Management Head", "gitlink": "https://github.com/arushivii" }, @@ -30,28 +29,24 @@ { "id": 5, "name": "Eshan Dhawan", - "imgSrc": "Photos/Poster.png", "role": "Co-ordinator", "gitlink": "https://github.com/eshandhawan51" }, { "id": 6, "name": "Nishit Anand", - "imgSrc": "Photos/Poster.png", "role": "Co-ordinator", "gitlink": "https://github.com/nishitanand" }, { "id": 7, "name": "Prakher Prashank", - "imgSrc": "Photos/Poster.png", "role": "Co-ordinator", "gitlink": "https://github.com/im-prakher" }, { "id": 8, "name": "Aachman Mittal", - "imgSrc": "Photos/Poster.png", "role": "Core Team", "gitlink": "https://github.com/AarKiMos" }, @@ -65,7 +60,6 @@ { "id": 10, "name": "Akshat Agarwal", - "imgSrc": "Photos/Poster.png", "role": "Core Team", "gitlink": "https://github.com/humancalico" }, @@ -93,7 +87,6 @@ { "id": 14, "name": "Sabreen Parveen", - "imgSrc": "Photos/Poster.png", "role": "Core Team", "gitlink": "https://github.com/Sabreen-Parveen" },