We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94c6073 commit ce291aeCopy full SHA for ce291ae
src/app/components/GetInTouch.tsx
@@ -101,9 +101,26 @@ export default function GetInTouch() {
101
</a>
102
.
103
</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>
121
</div>
122
123
124
</section>
125
);
-}
126
+}
0 commit comments