-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
jrz22
committed
Sep 14, 2014
0 parents
commit 0092461
Showing
53 changed files
with
11,680 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
uxchange | ||
======== |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<!-- Stylesheets --> | ||
<link rel="stylesheet" href="css/bootstrap.css"> | ||
<link rel="stylesheet" href="css/bootstrap-responsive.css"> | ||
<!-- Latest compiled and minified CSS --> | ||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css"> | ||
<link rel="stylesheet" type="text/css" href="css/style.css" media="screen" /> | ||
<link rel="stylesheet" type="text/css" href="css/item/default.css" media="screen" /> | ||
<link rel="stylesheet" type="text/css" href="css/item/component.css" media="screen" /> | ||
<!-- Optional theme --> | ||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap-theme.min.css"> | ||
<!-- Latest compiled and minified JavaScript --> | ||
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script> | ||
<script src="js/modernizr.custom.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> | ||
<!-- Page Content --> | ||
<div class="container"> | ||
<div class="col-lg-12"> | ||
<h1 class="page-header">Books</h1> | ||
</div> | ||
<!-- HTML for SEARCH BAR --> | ||
<div id="tfheader"> | ||
<form id="tfnewsearch" method="get" action="books.html"> | ||
<input type="text" class="tftextinput" name="q" size="21" maxlength="120"><input type="submit" value="search" class="tfbutton"> | ||
</form> | ||
<div class="tfclear"></div> | ||
</div> | ||
<br> | ||
<div class="row"> | ||
<div class="col-lg-3 col-md-4 col-xs-6 thumb"> | ||
<a class="thumbnail" href="books.html"> | ||
<img class="img-responsive" src="book_product.jpg" alt=""onclick="javascript: window.open('product_page_book.html','1387538381256','width=1000,height=700,toolbar=0,menubar=0,location=0,status=1,scrollbars=1,resizable=1,left=0,top=0');"> | ||
</a> | ||
</div> | ||
</div> | ||
</div> | ||
</body> | ||
</html> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.