Skip to content

Commit

Permalink
Merge pull request #228 from ASSETS-Conference/dev
Browse files Browse the repository at this point in the history
feat: 🍱 add nsf logo to sponsors
  • Loading branch information
surajgoraya authored Oct 30, 2024
2 parents 57b6496 + e449c40 commit 17de369
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
Binary file added public/sponsors/nsf_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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"}
className="-ml-4"
alt="Logo of the National Science Foundation."
height={100}
width={100}
/>
{/* </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 17de369

Please sign in to comment.