buyadded
This commit is contained in:
@ -18,7 +18,7 @@
|
||||
|
||||
<!-- **** HEADER ******************** **** -->
|
||||
<logo><a href="index.html">SeatStock</a></logo>
|
||||
<loginButton><a href="signin.html">Sign In</a></loginButton>
|
||||
<signinButton><a href="signin.html">Sign In</a></signinButton>
|
||||
<faqButton><a href="FAQ.html">How it Works</a></faqButton>
|
||||
|
||||
<br><br>
|
||||
|
@ -37,17 +37,30 @@
|
||||
|
||||
|
||||
<div class="home-info-title2">
|
||||
<b>Upcoming Games</b>
|
||||
</div>
|
||||
<b>Upcoming Games:</b>
|
||||
</div>
|
||||
<div class="home-info-title3">
|
||||
University of Iowa
|
||||
</div>
|
||||
|
||||
<div class="home-info-title3">
|
||||
University of Iowa
|
||||
</div>
|
||||
|
||||
<div class="box">
|
||||
<div class="box">
|
||||
<img src="iowavmichiganst.png" class="game-window-image">
|
||||
<div class="game-window-title">Iowa Vs. Michigan St</div><br>
|
||||
<a href="buy.html" class="buy-or-bid">Buy $65 or Bid</a>
|
||||
<a href="buy.html" class="buy-or-bid">Buy $55 or Bid</a>
|
||||
<a href="sell.html?game=iowavmichiganst" class="sell-home">Sell</a> <br><br><br>
|
||||
<marketData><a href="https://www.example.com">Market Data</a></marketData>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="box">
|
||||
<img src="iowavpurdue.png" class="game-window-image">
|
||||
<div class="game-window-title">Iowa Vs. Purdue</div>
|
||||
<button class="buy-or-bid">Buy $25<br>or Bid</button>
|
||||
<a href="sell.html?game=iowavpurdue" class="sell-home">Sell</a> <br>
|
||||
<marketData><a href="https://www.example.com">Market Data</a></marketData>
|
||||
</div>
|
||||
@ -63,7 +76,7 @@
|
||||
<div class="box">
|
||||
<img src="iowavrutgers.png" class="game-window-image">
|
||||
<div class="game-window-title">Iowa Vs Rutgers</div>
|
||||
<button class="buy-or-bid">Buy $45<br>or Bid</button>
|
||||
<button class="buy-or-bid">Buy $20<br>or Bid</button>
|
||||
<a href="sell.html?game=iowavrutgers" class="sell-home">Sell</a> <br><br>
|
||||
<marketData><a href="https://www.example.com">Market Data</a></marketData>
|
||||
</div>
|
||||
@ -107,40 +120,3 @@
|
||||
|
||||
</html>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</html>
|
@ -17,7 +17,7 @@
|
||||
|
||||
<!-- *************** HEADER ******************** **** -->
|
||||
<logo><a href="index.html">SeatStock</a></logo>
|
||||
<loginButton><a href="signin.html">Sign In</a></loginButton>
|
||||
<signinButton><a href="signin.html">Sign In</a></signinButton>
|
||||
<faqButton><a href="FAQ.html">How it Works</a></faqButton>
|
||||
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
<!-- *************** HEADER ******************** **** -->
|
||||
<logo><a href="index.html">SeatStock</a></logo>
|
||||
<loginButton><a href="signin.html">Sign In</a></loginButton>
|
||||
<signinButton><a href="signin.html">Sign In</a></signinButton>
|
||||
<faqButton><a href="FAQ.html">How it Works</a></faqButton>
|
||||
|
||||
|
||||
|
@ -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;
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user