aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2021-02-21 21:40:19 -0500
committerAndrew Lee <alee14498@protonmail.com>2021-02-21 21:40:19 -0500
commit0cb7781be8816acdc23ef47351353e5c18623ec8 (patch)
tree8caf5a7bdf663032ada0e3429ceda2a9b35846f2
parent4c10c69250741d5c31655ebc0698631f8df395cf (diff)
downloadsnug-cup-0cb7781be8816acdc23ef47351353e5c18623ec8.tar.gz
snug-cup-0cb7781be8816acdc23ef47351353e5c18623ec8.tar.bz2
snug-cup-0cb7781be8816acdc23ef47351353e5c18623ec8.zip
Added original concept
-rw-r--r--pages/index.js6
-rwxr-xr-xpublic/snug_cup_concept.pngbin0 -> 371368 bytes
2 files changed, 4 insertions, 2 deletions
diff --git a/pages/index.js b/pages/index.js
index 5863cf0..3178635 100644
--- a/pages/index.js
+++ b/pages/index.js
@@ -6,7 +6,7 @@ export default function Home() {
return (
<div>
<Head>
- <title>Snug Cup Inc.</title>
+ <title>Snug Cup</title>
<link rel="icon" href="/favicon.ico" />
</Head>
<Container>
@@ -14,6 +14,8 @@ export default function Home() {
<img src="/Project.png" height="17%" width="17%"/>
<br/>
<iframe allowFullScreen webkitallowfullscreen width="640" height="480" frameBorder="0" seamless src="https://p3d.in/e/coEzR+spin+load"></iframe>
+ <h2>Original Concept</h2>
+ <img src="/snug_cup_concept.png" width="50%" height="50%" />
<h2>Render</h2>
<img src="/snug_cup.png" width="50%" height="50%" />
<img src="/snug_cup_diagram.png" width="50%" height="50%" />
@@ -34,7 +36,7 @@ export default function Home() {
</ul>
</Container>
<footer className={styles.footer}>
- <p>&copy; Copyright 2021, Snug Cup Inc. All rights reserved.</p>
+ <p>&copy; Copyright 2021, Snug Cup. All rights reserved.</p>
<p>Made in Next.JS & Hosted on Netlify</p>
</footer>
</div>
diff --git a/public/snug_cup_concept.png b/public/snug_cup_concept.png
new file mode 100755
index 0000000..0439d27
--- /dev/null
+++ b/public/snug_cup_concept.png
Binary files differ