terms+filecleanup

This commit is contained in:
Liam Stamper
2023-09-23 16:12:20 -05:00
parent 3faea4541b
commit 86aae925a1
16 changed files with 228 additions and 108 deletions

View File

@ -2,23 +2,23 @@
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>SeatStock</title>
<link rel="stylesheet" href="style.css">
<script src="script.js"></script>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>SeatStock</title>
<link rel="stylesheet" href="style.css">
<script src="script.js"></script>
</head>
</head>
<body>
<body>
<!-- ******************** HEADER ************ -->
<logo><a href="index.html">SeatStock</a></logo>
<signinButton><a href="signin.html">Sign In</a></signinButton>
<faqButton><a href="FAQ.html">How it Works</a></faqButton>
<tixButton><a href="tickets.html">Your Tickets</a></tixButton>
@ -31,7 +31,7 @@
<div class="buy-game-title">Iowa Vs Western Michigan</div>
<div class="buy-game-info">Sat Sep 30, Time TBD · Kinnick Stadium, Iowa City, Iowa</div><br>
<br>
<img src="stadiumicon.png" class="buy-stadium-icon">
<img src="icons/stadiumicon.png" class="buy-stadium-icon">
<br><br>
<div class="buy-bid-button-container">
<button class="place-bid-button">Bid</button>
@ -40,7 +40,7 @@
</div>
<div class="bid-container">
<form id="sell-Ticket" class="stuff" method="post">
<input type="text" id="bid" placeholder="bid"name="price" required>
<input type="text" id="bid" placeholder="Bid Amount"name="price" required>
</form>
</div>
@ -58,11 +58,11 @@
<div class="transaction-fee-title">Transaction Fee (10%)</div>
<div class="transaction-fee-amount">+$3.20</div>
</div>
<div class="purchase-price">
<div class="processing-fee">
<div class="purchase-price-title">Processing Fee</div>
<div class="purchase-price-amount">+$0.93</div>
</div>
<br>
</div>
<br><br>
@ -83,41 +83,19 @@
</div>
<br><br><br><br><br><br><br><br><br><br><br><br>
<br><br><br><br><br><br><br><br><br><br><br><br>
<br><br><br><br><br><br><br><br><br><br><br><br>
<br><br><br><br><br><br><br>
<footer>
<p>&copy; 2023 SeatStock V. All rights reserved. </p>
</footer>
<!-- ******************* FOOTER******************** **** -->
<br><br><br><br><br><br><br><br><br><br><br><br>
<br><br><br><br><br><br><br><br><br><br><br><br>
<br><br><br><br><br><br><br><br><br><br><br><br>
<br><br><br><br><br><br><br>
<footer>
<p>&copy; 2023 SeatStock V. All rights reserved. </p>
</footer>
</body>
</body>
</html>