From 00159c210b916a81a6971550dafb49019f7f4093 Mon Sep 17 00:00:00 2001 From: Liam Stamper <136619788+liamstamper@users.noreply.github.com> Date: Sat, 23 Sep 2023 14:04:35 -0500 Subject: [PATCH] buyadded --- .vscode/settings.json | 3 ++ buy.html | 102 ++++++++++++++++++++++++++++++++++++++++++ frontend/FAQ.html | 2 +- frontend/index.html | 68 +++++++++------------------- frontend/signin.html | 2 +- frontend/signup.html | 2 +- frontend/style.css | 13 ++---- 7 files changed, 134 insertions(+), 58 deletions(-) create mode 100644 .vscode/settings.json create mode 100644 buy.html diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..6f3a291 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "liveServer.settings.port": 5501 +} \ No newline at end of file diff --git a/buy.html b/buy.html new file mode 100644 index 0000000..14c01e4 --- /dev/null +++ b/buy.html @@ -0,0 +1,102 @@ + + + + + + + + SeatStock + + + + + + + + + + SeatStock + Sign In + How it Works + + + + + + + + + +
+
Iowa Vs Western Michigan
+
Sat Sep 30, Time TBD ยท Kinnick Stadium, Iowa City, Iowa

+
+ +

+ +
+
+
Subtotal
+
$36.13
+
+
+
Purchase Price
+
$32.00
+
+
+
Transaction Fee (10%)
+
+$3.20
+
+
+
Processing Fee
+
+$0.93
+
+
+ +
+

+
+ + + +
+ + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/frontend/FAQ.html b/frontend/FAQ.html index 39b762d..baafad4 100644 --- a/frontend/FAQ.html +++ b/frontend/FAQ.html @@ -18,7 +18,7 @@ SeatStock - Sign In + Sign In How it Works

diff --git a/frontend/index.html b/frontend/index.html index c34d214..2874e87 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -37,17 +37,30 @@
- Upcoming Games -
+ Upcoming Games: + +
+ University of Iowa +
-
- University of Iowa -
- -
+
Iowa Vs. Michigan St

- Buy $65 or Bid + Buy $55 or Bid + Sell


+ Market Data + + +
+ + + + + +
+ +
Iowa Vs. Purdue
+ Sell
Market Data
@@ -63,7 +76,7 @@
Iowa Vs Rutgers
- + Sell

Market Data
@@ -107,40 +120,3 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/frontend/signin.html b/frontend/signin.html index 5c969a5..d34f4ce 100644 --- a/frontend/signin.html +++ b/frontend/signin.html @@ -17,7 +17,7 @@ SeatStock - Sign In + Sign In How it Works diff --git a/frontend/signup.html b/frontend/signup.html index efaee13..591c85f 100644 --- a/frontend/signup.html +++ b/frontend/signup.html @@ -17,7 +17,7 @@ SeatStock - Sign In + Sign In How it Works diff --git a/frontend/style.css b/frontend/style.css index 94d64ef..26d955b 100644 --- a/frontend/style.css +++ b/frontend/style.css @@ -123,6 +123,7 @@ border-radius: 20px; .game-window-title{ font-size: 30px; padding:10px; + padding-left: 50px; } .game-window-image{ @@ -140,6 +141,7 @@ border-radius: 20px; border:none; padding: 20px 20px; border-radius: 5px; + margin-left: 35px; } .sell-home{ margin: 5px; @@ -267,7 +269,7 @@ display: flex; flex-direction: column; margin-top:100px; height: 650px; -width: 400px; +width: 500px; padding: 20px; border: 2px solid #000; border-radius: 10px; @@ -327,6 +329,7 @@ input[type=password]{ display: flex; flex-direction: row; align-items: center; + } .terms-checkbox{ display:flex; @@ -354,15 +357,7 @@ input[type=password]{ border-radius: 20px; } -.sign-up-link{ - padding-top:15px; - font-size: 20px; - display: flex; - justify-content: center; - color:black; - text-decoration: underline; -}