diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2021-02-15 20:33:53 -0500 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2021-02-15 20:33:53 -0500 |
| commit | 20f643b3393a4261112743987abda4fc5f3f6af5 (patch) | |
| tree | 8bb1df554a19e2215a1b222e18964278d5177e4c /pages | |
| parent | 8da2e149a937060dbf602fb4d7213811b3698fc8 (diff) | |
| download | snug-cup-20f643b3393a4261112743987abda4fc5f3f6af5.tar.gz snug-cup-20f643b3393a4261112743987abda4fc5f3f6af5.tar.bz2 snug-cup-20f643b3393a4261112743987abda4fc5f3f6af5.zip | |
Added teammates name
Diffstat (limited to 'pages')
| -rw-r--r-- | pages/index.js | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/pages/index.js b/pages/index.js index 7621f37..9239aa4 100644 --- a/pages/index.js +++ b/pages/index.js @@ -23,6 +23,13 @@ export default function Home() { </div> <h1>Who are we?</h1> <p>We are a company that inovates cups.</p> + <h1>Team</h1> + <ul> + <li>Andrew Lee</li> + <li>Angelo Ching</li> + <li>Cleopatra Protopapadakis</li> + <li>Mehar Ahmad</li> + </ul> </Container> <footer className={styles.footer}> <p>© Copyright 2021, Snug Cup Inc. All rights reserved.</p> |
