import React from 'react'; import Container from "@material-ui/core/Container"; const Donors = () => { return (

Donors

We would like to give a huge thank you the people and companies who have donated to this years capstone symposium! We could not have done this without your support. Thank you!

We would also like to give a special thanks to Checkfront for being a major sponsor of this event.

); } export default Donors;