diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2021-02-18 13:44:36 +0000 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2021-02-18 13:44:36 +0000 |
| commit | 0a9bc215b8a5c589fe655622e1ad622a9ba29a26 (patch) | |
| tree | b35e021f6deff11a2a969d16017682cab0a80d38 /pages | |
| parent | 745ecc4d5eaf6a31ed3e1fdb044526678d4904e9 (diff) | |
| download | snug-cup-0a9bc215b8a5c589fe655622e1ad622a9ba29a26.tar.gz snug-cup-0a9bc215b8a5c589fe655622e1ad622a9ba29a26.tar.bz2 snug-cup-0a9bc215b8a5c589fe655622e1ad622a9ba29a26.zip | |
Removed some things
Diffstat (limited to 'pages')
| -rw-r--r-- | pages/index.js | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/pages/index.js b/pages/index.js index af51e1e..e97d899 100644 --- a/pages/index.js +++ b/pages/index.js @@ -12,21 +12,19 @@ export default function Home() { <Container> <div className={styles.centre}> <img src="/Project.png" height="15%" width="15%"/> - <h1>Welcome to Snug Cup!</h1> + <br/> <iframe allowFullScreen webkitallowfullscreen width="640" height="480" frameBorder="0" seamless src="https://p3d.in/e/coEzR+spin+load"></iframe> <h2>Render</h2> <img src="/snug_cup.png" width="50%" height="50%" /> <h2>Colour palette</h2> <img src="/palette.png" width="40%" height="40%" /> </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> + <li>Andrew Lee (Web Developer & Model Creator)</li> + <li>Angelo Ching (Advertiser)</li> + <li>Cleopatra Protopapadakis (Designer)</li> + <li>Mehar Ahmad (Marketer)</li> </ul> </Container> <footer className={styles.footer}> |
