Skip to content

Commit ce291ae

Browse files
authored
Update GetInTouch.tsx
Add internship info
1 parent 94c6073 commit ce291ae

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

src/app/components/GetInTouch.tsx

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,9 +101,26 @@ export default function GetInTouch() {
101101
</a>
102102
.
103103
</p>
104+
105+
<p>
106+
For <strong>internships</strong>, please apply through the,{' '}
107+
<a
108+
href="https://ori.ox.ac.uk/join-us/internship"
109+
target="_blank"
110+
rel="noopener noreferrer"
111+
style={{
112+
color: '#0a0a0a',
113+
textDecoration: 'underline',
114+
fontWeight: 500
115+
}}
116+
>
117+
ORI
118+
</a>
119+
.
120+
</p>
104121
</div>
105122

106123
</div>
107124
</section>
108125
);
109-
}
126+
}

0 commit comments

Comments
 (0)