Skip to content

Commit

Permalink
add base outline for people to fill out (#319)
Browse files Browse the repository at this point in the history
Co-authored-by: Saloni Vaishnav <[email protected]>
  • Loading branch information
firmianaw and Saloni Vaishnav authored Oct 11, 2024
1 parent cd0c2ce commit 86ea4e9
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/pages/infra.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
export default function InfraCommittee() {
return (
<div>
<h1 style={{ textAlign: 'center' }}>Meet the Team!</h1>
<h3 style={{ textAlign: 'center' }}>
our wonderful infrastructure committee
</h3>
<div style={{ display: 'flex', flexDirection: 'row', flexWrap: 'wrap' }}>
{/* put something here... */}
</div>
</div>
);
}
Empty file.

0 comments on commit 86ea4e9

Please sign in to comment.