-
Notifications
You must be signed in to change notification settings - Fork 0
/
product_page_book.html
53 lines (53 loc) · 2.44 KB
/
product_page_book.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<!DOCTYPE html>
<html>
<head>
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css">
<!-- Optional theme -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap-theme.min.css">
<meta name="description" content="My Parse App">
<meta name="viewport" content="width=device-width">
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
<script type="text/javascript" src="http://www.parsecdn.com/js/parse-1.3.0.min.js"></script>
<script src="http://www.parsecdn.com/js/parse-1.3.0.min.js"></script>
<link rel="stylesheet" type="text/css" href="css/style.css" media="screen" />
<!-- Latest compiled and minified JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
</head>
<body>
<header class="navbar navbar-fixed-top navbar-inverse">
<div class="navbar-inner">
<div class="container">
<nav>
<ul class="nav pull-left navbar-nav">
<li><a href="homepage.html">Home</a></li>
<li><a href="item_listing.html">Browse</a></li>
<li><a href="login.html">Log In/Register</a></li>
<li><a href="dashboard.html">Dashboard</a></li>
</nav>
<ul class="nav pull-right navbar-nav">
<li><a href="#">Log Out</a></li>
</ul>
</div>
</div>
</header>
<div class=container>
<img src= "book_product.jpg" alt= "Bio textbook" style="width 512px; height:512px">
<br>
<br>
<form action="">
<input type="button" value="I want this!">
</form>
<br>
<p>
Price: $40 <br>
Title: BSCI105/BSCI106 Textbook, 7th Edition <br>
Category: <a href="books.html">Book</a> <br>
Description: Some wear and tear, highlighting, and underlines. The international version. <br>
Location: On campus <br>
Tags: #BSCI105 #textbook #BSCI106 <br>
</p>
</div>
</body>
</body>
</html>