diff --git a/data/sponsor_news.json b/data/sponsor_news.json index 8849bb0..458a408 100644 --- a/data/sponsor_news.json +++ b/data/sponsor_news.json @@ -14,14 +14,14 @@ "newsTitle": "Jump Trading Partnership", "newsDescription": "We are proud to announce that Jump Trading have partnered with Warwick Coding Society as a Title Sponsor for the 25/26 year.", "newsURL": "https://www.jumptrading.com", - "newsImageName": "jump.png", + "newsImageName": "jt.png", "newsDate": "2025-09-23" }, { "newsID": 4, "sponsorID": 5, "newsTitle": "Bloomberg Partnership", - "newsDescription": "We are proud to announce that Bloomberg have partnered with Warwick Coding Society as a Bronze Sponsor for the 25/26 year.", + "newsDescription": "We are proud to announce that Bloomberg have partnered with Warwick Coding Society as a Patron Sponsor for the 25/26 year.", "newsURL": "https://www.bloomberg.com", "newsImageName": "bloomberg.png", "newsDate": "2025-09-22" @@ -30,9 +30,18 @@ "newsID": 5, "sponsorID": 5, "newsTitle": "Jane Street Partnership", - "newsDescription": "We are proud to announce that Jane Street have partnered with Warwick Coding Society as a Bronze Sponsor for the 25/26 year.", + "newsDescription": "We are proud to announce that Jane Street have partnered with Warwick Coding Society as a Patron Sponsor for the 25/26 year.", "newsURL": "https://www.janestreet.com", - "newsImageName": "janestreet.jpg", + "newsImageName": "js.png", "newsDate": "2025-10-06" + }, + { + "newsID": 6, + "sponsorID": 5, + "newsTitle": "Hudson River Trading Partnership", + "newsDescription": "We are proud to announce that Jane Street have partnered with Warwick Coding Society as a Patron Sponsor for the 25/26 year.", + "newsURL": "https://www.hudsonrivertrading.com", + "newsImageName": "hrt.png", + "newsDate": "2025-11-03" } ] diff --git a/data/sponsors.json b/data/sponsors.json index ce655d8..c08ca49 100644 --- a/data/sponsors.json +++ b/data/sponsors.json @@ -1,6 +1,6 @@ [ { - "sponsorID": 5, + "sponsorID": 6, "sponsorName": "Warwick Student's Union", "sponsorDescription": "Warwick Student's Union, also known as Warwick SU, is the student union for the University of Warwick. We are an official Warwick SU recognized society and the SU supports us in a variety of ways.", "sponsorIndustry": "Academic", @@ -15,14 +15,14 @@ "sponsorIndustry": "Finance", "sponsorTier": "Title Sponsor", "sponsorSiteURL": "https://www.jumptrading.com/hr/students-new-grads", - "sponsorImageName": "jump.png" + "sponsorImageName": "jt.png" }, { "sponsorID": 3, "sponsorName": "Bloomberg", "sponsorDescription": "Bloomberg delivers business and markets news, data, analysis, and video to the world, featuring stories from Businessweek and Bloomberg News.", "sponsorIndustry": "Finance", - "sponsorTier": "Bronze Sponsor", + "sponsorTier": "Patron Sponsor", "sponsorSiteURL": "https://www.bloomberg.com/company/early-careers/", "sponsorImageName": "bloomberg.png" }, @@ -31,8 +31,17 @@ "sponsorName": "Jane Street", "sponsorDescription": "Jane Street is a quantitative trading firm and liquidity provider with a unique focus on technology and collaborative problem solving.", "sponsorIndustry": "Finance", - "sponsorTier": "Bronze Sponsor", + "sponsorTier": "Patron Sponsor", "sponsorSiteURL": "https://www.janestreet.com/join-jane-street/open-roles/?type=students-and-new-grads&location=london", - "sponsorImageName": "janestreet.jpg" + "sponsorImageName": "js.png" + }, + { + "sponsorID": 5, + "sponsorName": "Hudson River Trading", + "sponsorDescription": "Hudson River Trading is a multi-asset class quantitative trading firm that provides liquidity on global markets and directly to our clients.", + "sponsorIndustry": "Finance", + "sponsorTier": "Patron Sponsor", + "sponsorSiteURL": "https://www.hudsonrivertrading.com/student-opportunities/", + "sponsorImageName": "hrt.png" } ] diff --git a/static/assets/CompanyLogos/.DS_Store b/static/assets/CompanyLogos/.DS_Store index a7d5f5f..333a737 100644 Binary files a/static/assets/CompanyLogos/.DS_Store and b/static/assets/CompanyLogos/.DS_Store differ diff --git a/static/assets/CompanyLogos/hrt.png b/static/assets/CompanyLogos/hrt.png new file mode 100644 index 0000000..e82d2d1 Binary files /dev/null and b/static/assets/CompanyLogos/hrt.png differ diff --git a/static/assets/CompanyLogos/js.png b/static/assets/CompanyLogos/js.png new file mode 100644 index 0000000..38f91d8 Binary files /dev/null and b/static/assets/CompanyLogos/js.png differ diff --git a/static/assets/CompanyLogos/jt.png b/static/assets/CompanyLogos/jt.png new file mode 100644 index 0000000..b91172e Binary files /dev/null and b/static/assets/CompanyLogos/jt.png differ diff --git a/static/assets/newsImages/hrt.png b/static/assets/newsImages/hrt.png new file mode 100644 index 0000000..e82d2d1 Binary files /dev/null and b/static/assets/newsImages/hrt.png differ diff --git a/static/assets/newsImages/js.png b/static/assets/newsImages/js.png new file mode 100644 index 0000000..38f91d8 Binary files /dev/null and b/static/assets/newsImages/js.png differ diff --git a/static/assets/newsImages/jt.png b/static/assets/newsImages/jt.png new file mode 100644 index 0000000..b91172e Binary files /dev/null and b/static/assets/newsImages/jt.png differ diff --git a/templates/Home.html b/templates/Home.html index 7596e63..02bebe2 100644 --- a/templates/Home.html +++ b/templates/Home.html @@ -70,15 +70,7 @@