first commit
This commit is contained in:
146
frontend/index.html
Normal file
146
frontend/index.html
Normal file
@ -0,0 +1,146 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta cahrset="UTF-8">
|
||||
<meta name="viewpoint" content="width=device-width, initial-scale=1.0">
|
||||
<title>SeatStock</title>
|
||||
<link rel="stylesheet" href="style.css">
|
||||
|
||||
|
||||
</head>
|
||||
<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>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!--************************ BODY ****************-->
|
||||
<br><br>
|
||||
<div class="home-info-title1">
|
||||
<b>Buy, sell, or exchange even ticets with ease in the industry's
|
||||
first safe ticket exchange marketplace for students.</b>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="search-container">
|
||||
<input type="text" id="searchInput" placeholder="Search...">
|
||||
<button class="search-button">Search</button>
|
||||
</div>
|
||||
|
||||
<br><br>
|
||||
|
||||
|
||||
|
||||
<div class="home-info-title2">
|
||||
<b>Upcoming Games</b>
|
||||
</div>
|
||||
|
||||
<div class="home-info-title3">
|
||||
University of Iowa
|
||||
</div>
|
||||
|
||||
<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="sell.html?game=iowavpurdue" class="sell-home">Sell</a> <br>
|
||||
<marketData><a href="https://www.example.com">Market Data</a></marketData>
|
||||
</div>
|
||||
<div class="box">
|
||||
|
||||
<img src="iowavminnesota.png" class="game-window-image">
|
||||
<div class="game-window-title">Iowa Vs. Minnesota</div>
|
||||
<button class="buy-or-bid">Buy $45<br>or Bid</button>
|
||||
<a href="sell.html?game=iowavminnesota" class="sell-home">Sell</a> <br><br>
|
||||
<marketData><a href="https://www.example.com">Market Data</a></marketData>
|
||||
|
||||
</div>
|
||||
<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>
|
||||
<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>
|
||||
|
||||
|
||||
|
||||
<!-- **************** FOOTER******************** **** -->
|
||||
|
||||
|
||||
|
||||
<footer>
|
||||
<br><br><br><br><br>
|
||||
|
||||
</footer>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</html>
|
Reference in New Issue
Block a user