Skip to content

Commit

Permalink
footer update
Browse files Browse the repository at this point in the history
  • Loading branch information
saurav kumar committed Nov 29, 2023
1 parent b28a8f6 commit b705b26
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions frontend/src/Footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,18 @@ function Footer() {


return (
<footer className="bg-body-tertiary text-black text-center py-3 foot">
<footer className="bg-body-tertiary text-black text-center py-1 foot">
<div className="container">
<p>&copy; IISPV. All rights reserved.</p>
<p>🚀👨‍💻 Developed by <b>saurav kumar</b> </p>

<span style={{justifyContent:"center",textAlign:"center"}}>

AOP-WIKI Explorer🔍 is developed by <a href="https://www.tecnatox.cat/">TecnaTox Lab</a> and <a href="https://www.iispv.cat/">Institut d'Investigació Sanitària Pere Virgili (IISPV)</a>, which is part of <a href="https://www.urv.cat/en/">Universitat Rovira I virgili</a>. AOP-WIKI Explorer development was supported by project <a href="https://www.eu-parc.eu/">Partnership for the Assessment Of risk from Chemicals (PARC)</a> funded by the European Union's Horizon Europe research and innovation Programme under <b>Grant Agreement No. 101057014</b>. Preprint available at <a href="https://www.biorxiv.org/content/10.1101/2023.11.21.568076v1">BioRxiv</a>.
<p>Point of contact: saurav kumar (saurav.kumar[AT]iispv.cat)</p>
<p>&copy; <b>IISPV. All rights reserved.</b></p>

</span>


</div>
</footer>
);
Expand Down

0 comments on commit b705b26

Please sign in to comment.