Skip to content

Commit c94fdfa

Browse files
committed
Update logos and credit
1 parent 434d00c commit c94fdfa

File tree

4 files changed

+147
-1
lines changed

4 files changed

+147
-1
lines changed

src/App.tsx

+7-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,13 @@ class App extends React.Component<RouteComponentProps> {
122122
<h3>Contacting us</h3>
123123
<p>Have questions, comments, or concerns? Please contact <a href="https://rocher.lc/">Luc Rocher</a> by email at: x@y where x=luc.rocher and y=oii.ox.ac.uk.</p>
124124
<br />
125-
<a href="https://cpg.doc.ic.ac.uk/"><img src="/assets/logo-cpg-icl.png" style={{ objectFit: 'contain', maxWidth: '50%' }} /></a>
125+
<a href="https://www.ox.ac.uk/"><img src="/assets/logo-oxford.svg" style={{ objectFit: 'contain', maxWidth: '20%', padding: '0 1em' }} /></a>
126+
<a href="https://oii.ox.ac.uk/"><img src="/assets/logo-oxford-oii.svg" style={{ objectFit: 'contain', maxWidth: '20%', padding: '0 1em' }} /></a>
127+
<a href="https://cpg.doc.ic.ac.uk/"><img src="/assets/logo-cpg-icl.png" style={{ objectFit: 'contain', maxWidth: '50%', padding: '0 1em' }} /></a>
128+
<br />
129+
<br />
130+
<h3>With support from</h3>
131+
<a href="https://ico.org.uk/"><img src="/assets/logo-ico.svg" style={{ objectFit: 'contain', maxWidth: '50%', padding: '0 1em' }} /></a>
126132
</Col>
127133
</Row>
128134
</Footer>

static/assets/logo-ico.svg

+69
Loading

static/assets/logo-oxford-oii.svg

+70
Loading

0 commit comments

Comments
 (0)