From 9b8b247e586129aae85b782fd09ba1d1036d5593 Mon Sep 17 00:00:00 2001 From: Liam Stamper <136619788+liamstamper@users.noreply.github.com> Date: Sun, 24 Sep 2023 12:40:31 -0500 Subject: [PATCH] ticket screen and header update --- frontend/templates/FAQ.html | 2 +- frontend/templates/buy.html | 9 +++++++-- frontend/templates/index.html | 2 +- frontend/templates/sell.html | 16 ++++++++-------- frontend/templates/tickets.html | 27 ++++++++++++++++----------- 5 files changed, 33 insertions(+), 23 deletions(-) diff --git a/frontend/templates/FAQ.html b/frontend/templates/FAQ.html index caf2ee0..2d1a65d 100644 --- a/frontend/templates/FAQ.html +++ b/frontend/templates/FAQ.html @@ -24,7 +24,7 @@ Sign In {% endif %} How it Works - Your Tickets + My Tickets diff --git a/frontend/templates/buy.html b/frontend/templates/buy.html index e58a419..4da9bae 100644 --- a/frontend/templates/buy.html +++ b/frontend/templates/buy.html @@ -16,9 +16,14 @@ SeatStock + {% if session %} + Sign Out + {% else %} Sign In - How it Works - Your Tickets + {% endif %} + How it Works + My Tickets + diff --git a/frontend/templates/index.html b/frontend/templates/index.html index b2d220e..4139b28 100644 --- a/frontend/templates/index.html +++ b/frontend/templates/index.html @@ -18,7 +18,7 @@ Sign In {% endif %} How it Works - Your Tickets + My Tickets diff --git a/frontend/templates/sell.html b/frontend/templates/sell.html index 0b4286c..45a2a8f 100644 --- a/frontend/templates/sell.html +++ b/frontend/templates/sell.html @@ -15,14 +15,14 @@ - SeatStock - Sign In - How it Works - Your Tickets - - - - + SeatStock + {% if session %} + Sign Out + {% else %} + Sign In + {% endif %} + How it Works + My Tickets diff --git a/frontend/templates/tickets.html b/frontend/templates/tickets.html index fa4517b..0ef3074 100644 --- a/frontend/templates/tickets.html +++ b/frontend/templates/tickets.html @@ -13,11 +13,16 @@ - SeatStock - Sign In - How it Works - Your Tickets - + SeatStock + {% if session %} + Sign Out + {% else %} + Sign In + {% endif %} + How it Works + My Tickets + + @@ -25,10 +30,10 @@
- - - - + + + +
@@ -56,7 +61,7 @@