From 8a1fe999655f8bb6cef196af290b3db7d3abe7ca Mon Sep 17 00:00:00 2001 From: Liam Stamper <136619788+liamstamper@users.noreply.github.com> Date: Sat, 23 Sep 2023 14:20:58 -0500 Subject: [PATCH] push for allen --- buy.html | 102 ------------------------- frontend/FAQ.html | 14 ++-- frontend/buy.html | 112 ++++++++++++++++++++++++++++ frontend/{ => icons}/buyicon.png | Bin frontend/{ => icons}/circleicon.png | Bin frontend/{ => icons}/secureicon.png | Bin frontend/{ => icons}/selecticon.png | Bin frontend/{ => icons}/sendicon.png | Bin frontend/{ => icons}/tagicon.png | Bin frontend/sell.html | 2 +- frontend/style.css | 5 +- 11 files changed, 124 insertions(+), 111 deletions(-) delete mode 100644 buy.html create mode 100644 frontend/buy.html rename frontend/{ => icons}/buyicon.png (100%) rename frontend/{ => icons}/circleicon.png (100%) rename frontend/{ => icons}/secureicon.png (100%) rename frontend/{ => icons}/selecticon.png (100%) rename frontend/{ => icons}/sendicon.png (100%) rename frontend/{ => icons}/tagicon.png (100%) diff --git a/buy.html b/buy.html deleted file mode 100644 index 14c01e4..0000000 --- a/buy.html +++ /dev/null @@ -1,102 +0,0 @@ - - - - - - - - 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 baafad4..9270d5d 100644 --- a/frontend/FAQ.html +++ b/frontend/FAQ.html @@ -32,7 +32,7 @@
Buying:

- +

Choose your Game
Log in with your school email @@ -41,7 +41,7 @@
- +

Find the right price
Pay with our SeatStock Guarantee @@ -49,7 +49,7 @@
- +

Accept the ticket transfer
If you did not recieve your ticket please contact us @@ -61,7 +61,7 @@
Sell:

- +

List your ticket
Or instant sell your ticket @@ -70,7 +70,7 @@
- +

Send your ticket to the buyer
Through your school ticket portal @@ -78,7 +78,7 @@
- +

Get paid
After the buyer confirms their ticket @@ -98,7 +98,7 @@
- +
Secure
diff --git a/frontend/buy.html b/frontend/buy.html new file mode 100644 index 0000000..87392fd --- /dev/null +++ b/frontend/buy.html @@ -0,0 +1,112 @@ + + + + + + + + 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
+
+
+ +
+

+
+   + Terms of Service + + +
+ + + + + + + + + +
+ + +











+











+











+






+
+

© 2023 SeatStock V. All rights reserved.

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/frontend/buyicon.png b/frontend/icons/buyicon.png similarity index 100% rename from frontend/buyicon.png rename to frontend/icons/buyicon.png diff --git a/frontend/circleicon.png b/frontend/icons/circleicon.png similarity index 100% rename from frontend/circleicon.png rename to frontend/icons/circleicon.png diff --git a/frontend/secureicon.png b/frontend/icons/secureicon.png similarity index 100% rename from frontend/secureicon.png rename to frontend/icons/secureicon.png diff --git a/frontend/selecticon.png b/frontend/icons/selecticon.png similarity index 100% rename from frontend/selecticon.png rename to frontend/icons/selecticon.png diff --git a/frontend/sendicon.png b/frontend/icons/sendicon.png similarity index 100% rename from frontend/sendicon.png rename to frontend/icons/sendicon.png diff --git a/frontend/tagicon.png b/frontend/icons/tagicon.png similarity index 100% rename from frontend/tagicon.png rename to frontend/icons/tagicon.png diff --git a/frontend/sell.html b/frontend/sell.html index 9e0bac3..3bec983 100644 --- a/frontend/sell.html +++ b/frontend/sell.html @@ -16,7 +16,7 @@ SeatStock - Sign In + Sign In How it Works diff --git a/frontend/style.css b/frontend/style.css index 26d955b..d5768fa 100644 --- a/frontend/style.css +++ b/frontend/style.css @@ -513,7 +513,10 @@ input[type=submit]{ display:flex; float:right; } - +.terms-of-service{ + color:black; + text-decoration:underline; +} input[type=checkbox]{ float:left;