Skip to content

Commit

Permalink
feat: ✨ add DC sponsor
Browse files Browse the repository at this point in the history
  • Loading branch information
surajgoraya authored Oct 30, 2024
1 parent df153cd commit 4157494
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/app/(regular)/sponsors/page.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,17 @@ export default function TechnicalPapers() {
<div className="my-8">
<p className="md:text-xl text-lg">{`Intuit`}</p>
</div>
<h2>Doctoral Consortium</h2>
<div className="flex flex-col gap-8 mt-8 mb-8 md:flex-row">
<Image
src={"/sponsors/nsf_logo.png"}
alt="Logo of the National Science Foundation."
height={100}
width={200}
/>
</div>
{/* </Section> */}
</div>
<h2>Sponsoring Organizations</h2>
<div className="flex flex-col gap-8 mt-8 mb-8 md:flex-row">
<Image
Expand Down

0 comments on commit 4157494

Please sign in to comment.