diff --git a/data/teams.json b/data/teams.json index 3b33753..ee71566 100644 --- a/data/teams.json +++ b/data/teams.json @@ -24,7 +24,8 @@ "imageURL":"AITOLIA.png", "awards":[""], "tags":[], - "date": "2021-2023" + "date": "2021-2023", + "link": "https://sites.google.com/view/yzt-aitolia" }, { "name":"YZT | BIOTOLIA", @@ -49,7 +50,8 @@ "imageURL":"ARTIN.png", "awards":[""], "tags":[], - "date": "2021-2023" + "date": "2021-2023", + "link": "https://sites.google.com/view/yzt-artin" }, { "name":"YZT | HERDAI", @@ -61,7 +63,8 @@ "imageURL":"HERDAI.png", "awards":[""], "tags":[], - "date": "2021-2023" + "date": "2021-2023", + "link": "https://sites.google.com/view/yzt-herdai" }, { "name":"YZT | MEVZUU", @@ -73,7 +76,8 @@ "imageURL":"MEVZUU.png", "awards":[""], "tags":[], - "date": "2021-2023" + "date": "2021-2023", + "link": "https://sites.google.com/view/yzt-mevzuu" }, { "name":"YZT | ROBAI", diff --git a/js/main.js b/js/main.js index c91038a..f7e31a0 100644 --- a/js/main.js +++ b/js/main.js @@ -29,14 +29,15 @@ fetch("./data/teams.json") teamsDiv.insertAdjacentHTML( "beforeend", `
` ); let teamMembersHTML = "";