Merge branch 'main' of github.com:aaw3/hackathon-SeatStock
This commit is contained in:
@ -6,8 +6,8 @@
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>SeatStock</title>
|
||||
<link rel="stylesheet" href="static/style.css">
|
||||
<script src="static/script.js"></script>
|
||||
<link rel="stylesheet" href="../static/style.css">
|
||||
<script src="../static/script.js"></script>
|
||||
|
||||
|
||||
</head>
|
||||
@ -52,7 +52,7 @@
|
||||
|
||||
<div class="buy-game-info">Sat Sep 30, Time TBD · Kinnick Stadium, Iowa City, Iowa</div><br>
|
||||
<br>
|
||||
<img src="static/icons/stadiumicon.png" class="buy-stadium-icon">
|
||||
<img src="../static/icons/stadiumicon.png" class="buy-stadium-icon">
|
||||
<br><br>
|
||||
<div class="buy-bid-button-container">
|
||||
<button class="place-bid-button">Bid</button>
|
||||
@ -89,7 +89,7 @@
|
||||
<br><br>
|
||||
<div class="agree-container">
|
||||
<label for="myCheckbox" class="checkbox-label">I agree to the</label>
|
||||
<a href="static/termsofservice.html" class="terms-of-service">Terms of Service</a>
|
||||
<a href="../static/termsofservice.html" class="terms-of-service">Terms of Service</a>
|
||||
<input type="checkbox" id="myCheckbox" name="myCheckbox">
|
||||
|
||||
</div>
|
||||
|
@ -4,8 +4,8 @@
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewpoint" content="width=device-width, initial-scale=1.0">
|
||||
<title>SeatStock</title>
|
||||
<link rel="stylesheet" href="static/style.css">
|
||||
<script type="text/javascript" src="static/script.js"></script>
|
||||
<link rel="stylesheet" href="../static/style.css">
|
||||
<script type="text/javascript" src="../static/script.js"></script>
|
||||
|
||||
|
||||
</head>
|
||||
@ -50,7 +50,7 @@
|
||||
</div>
|
||||
|
||||
<div class="box">
|
||||
<img src="static/gameimages/iowavmichiganst.png" class="game-window-image">
|
||||
<img src="../static/gameimages/iowavmichiganst.png" class="game-window-image">
|
||||
<div class="game-window-title">Iowa Vs. Michigan St</div><br>
|
||||
<button class="buy-or-bid" onclick="check_sign_in('iowavmichiganst')">Buy $55 or Bid</a>
|
||||
<a href="sell.html?game=iowavmichiganst" class="sell-home">Sell</a> <br><br><br>
|
||||
@ -64,7 +64,7 @@
|
||||
|
||||
|
||||
<div class="box">
|
||||
<img src="static/gameimages/iowavpurdue.png" class="game-window-image">
|
||||
<img src="../static/gameimages/iowavpurdue.png" class="game-window-image">
|
||||
<div class="game-window-title">Iowa Vs. Purdue</div>
|
||||
<button class="buy-or-bid" onclick="check_sign_in('iowavpurdue')">Buy $25<br>or Bid</button>
|
||||
<a href="sell.html?game=iowavpurdue" class="sell-home">Sell</a> <br>
|
||||
@ -72,7 +72,7 @@
|
||||
</div>
|
||||
<div class="box">
|
||||
|
||||
<img src="static/gameimages/iowavminnesota.png" class="game-window-image">
|
||||
<img src="../static/gameimages/iowavminnesota.png" class="game-window-image">
|
||||
<div class="game-window-title">Iowa Vs. Minnesota</div>
|
||||
<button class="buy-or-bid" onclick="check_sign_in('iowavminnesota')">Buy $45<br>or Bid</button>
|
||||
<a href="sell.html?game=iowavminnesota" class="sell-home">Sell</a> <br><br>
|
||||
@ -80,7 +80,7 @@
|
||||
|
||||
</div>
|
||||
<div class="box">
|
||||
<img src="static/gameimages/iowavrutgers.png" class="game-window-image">
|
||||
<img src="../static/gameimages/iowavrutgers.png" class="game-window-image">
|
||||
<div class="game-window-title">Iowa Vs Rutgers</div>
|
||||
<button class="buy-or-bid" onclick="check_sign_in('iowavrutgers')">Buy $20<br>or Bid</button>
|
||||
<a href="sell.html?game=iowavrutgers" class="sell-home">Sell</a> <br><br>
|
||||
|
@ -6,8 +6,8 @@
|
||||
<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="static/script.js"></script>
|
||||
<link rel="stylesheet" href="../static/style.css">
|
||||
<script src="../static/script.js"></script>
|
||||
|
||||
|
||||
</head>
|
||||
@ -32,7 +32,7 @@
|
||||
<form id="sell-Ticket" class="stuff" method="post">
|
||||
|
||||
<br>
|
||||
<img src="static/icons/stadiumicon.png" class="buy-stadium-icon"><br><br> <br>
|
||||
<img src="../static/icons/stadiumicon.png" class="buy-stadium-icon"><br><br> <br>
|
||||
<input type="text" id="price" placeholder="Price" required><br><br>
|
||||
|
||||
<input type="submit" class="submit-price" value="Submit">
|
||||
|
Reference in New Issue
Block a user