Skip to content

Commit 65f2810

Browse files
committed
Update sponsors and code of conduct
1 parent 989a36a commit 65f2810

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

src/components/footer/footer.tsx

+8
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,14 @@ export const Footer: React.FC = () => (
8585
>
8686
privacy policy
8787
</a>
88+
and{" "}
89+
<a
90+
href="https://www.durhamsu.com/resources/student-members-code-of-conduct-e854"
91+
target="_blank"
92+
rel="noopener noreferrer"
93+
>
94+
code of conduct
95+
</a>
8896
.
8997
</p>
9098

src/config.tsx

+4-3
Original file line numberDiff line numberDiff line change
@@ -881,6 +881,7 @@ export const config: ISiteData = {
881881

882882
sponsors: {
883883
years: [
884+
"2024/2025",
884885
"2023/2024",
885886
"2022/2023",
886887
"2020/2021",
@@ -897,7 +898,7 @@ export const config: ISiteData = {
897898
description: [
898899
"<b>TPP</b> is a leading global provider of healthcare technology, dedicated to delivering world class healthcare software in the UK and internationally. We work alongside governments to improve health outcomes, tackle inequalities in care, reduce health service costs, and improve experiences for both patients and clinicians.<br><br><i>For more information about career and recruitment opportunities, head to https://tpp-careers.com</i>",
899900
],
900-
years: ["2023/2024", "2022/2023", "2020/2021", "2019/2020", "2018/2019", "2017/2018"],
901+
years: ["2024/2025", "2023/2024", "2022/2023", "2020/2021", "2019/2020", "2018/2019", "2017/2018"],
901902
},
902903
{
903904
name: "Palantir",
@@ -906,7 +907,7 @@ export const config: ISiteData = {
906907
description: [
907908
"<b>Palantir</b>: AI-Powered Operations, For Every Decision. Powering AI-assisted decision making - from war zones to factory floors. We build category-leading software that empowers organisations to create and govern artificial intelligence - across public and private networks",
908909
],
909-
years: ["2023/2024"],
910+
years: ["2024/2025", "2023/2024"],
910911
},
911912
{
912913
name: "STEM Solutions",
@@ -924,7 +925,7 @@ export const config: ISiteData = {
924925
description: [
925926
"<b>Ab Initio</b> constantly strive to build the world’s best software that can solve the toughest data processing and data management challenges that large organizations encounter. The only thing that is more important to us than providing the best software is being the best company for our people and the best company that our customers have ever worked with.",
926927
],
927-
years: ["2023/2024"],
928+
years: ["2024/2025", "2023/2024"],
928929
},
929930
{
930931
name: "Thought Machine",

0 commit comments

Comments
 (0)