Skip to content

Commit

Permalink
add mobi and csec logo
Browse files Browse the repository at this point in the history
  • Loading branch information
pxs4528 committed Oct 7, 2023
1 parent eeb4e36 commit 7711fc1
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
Binary file added public/images/SpecialThanks/CSECLOGO.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/SpecialThanks/MOBILOGO.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,18 @@ export default async function Landing() {
imageUrl: '/images/SpecialThanks/acm-logo-black.png',
kind: 'SpecialThanks',
},
{
companyName: 'MOBI at UTA',
companyUrl: 'https://mobi.uta.edu',
imageUrl: '/images/SpecialThanks/MOBILOGO.png',
kind: 'SpecialThanks',
},
{
companyName: 'CSEC at UTA',
companyUrl: 'https://utacsec.org',
imageUrl: '/images/SpecialThanks/CSECLOGO.png',
kind: 'SpecialThanks',
},
]

const { user } = getEnhancedSession(headers())
Expand Down

0 comments on commit 7711fc1

Please sign in to comment.