-
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
Joseph Bergdoll
committed
Jul 22, 2013
1 parent
1be8e5f
commit 8e99720
Showing
11 changed files
with
152 additions
and
17 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
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
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
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,120 @@ | ||
<!DOCTYPE html> | ||
<html lang="en-US"> | ||
<head> | ||
<title></title> | ||
<meta name="description" content="" /> | ||
<meta name="keywords" content="" /> | ||
<meta name="robots" content="" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0" /> | ||
<link rel="shortcut icon" type="image/x-icon" href=""> | ||
|
||
<!-- CSS Styles --> | ||
<link href="../css/style.css" rel="stylesheet" type="text/css"> | ||
|
||
<!-- jQuery() --> | ||
|
||
<!--[if lt IE 9]> | ||
<script src="js/html5shiv.js"></script> | ||
<![endif]--> | ||
|
||
<script src="http://code.jquery.com/jquery-latest.min.js"></script> | ||
<script src="../js/scripts-ck.js"></script> | ||
|
||
<!-- TypeKit--> | ||
<script type="text/javascript" src="//use.typekit.net/qcv7rrn.js"></script> | ||
<script type="text/javascript">try{Typekit.load();}catch(e){}</script> | ||
|
||
</head> | ||
|
||
<body class="full"> | ||
|
||
<section class="cart-disp-full"> | ||
<article> | ||
|
||
<div class="cart-contain"> | ||
<table border="0" cellspacing="0" cellpadding="0" class="shopcart"> | ||
<thead> | ||
<tr class="first"> | ||
<th> </th> | ||
<th class="td-quantity sm" scope="col">Qty.</th> | ||
<th class="td-price sm" scope="col">Price</th> | ||
<th class="td-remove sm" scope="col">Remove</th> | ||
</tr> | ||
</thead> | ||
<tbody> | ||
<tr> | ||
<th class="td-name" scope="row">Board Shorts</th> | ||
<td class="td-quantity">2</td> | ||
<td class="td-price">$198.00</td> | ||
<td class="td-remove">x</td> | ||
</tr> | ||
<tr> | ||
<th class="td-name" scope="row">Echo Shirt</th> | ||
<td class="td-quantity">1</td> | ||
<td class="td-price">$129.00</td> | ||
<td class="td-remove">x</td> | ||
</tr> | ||
</tbody> | ||
</table> | ||
</div> | ||
<div class="cart-actions"> | ||
<h3>Subtotal</h3> | ||
<h2>$327.00</h2> | ||
<a class="checkout" href="#"> | ||
Checkout | ||
</a> | ||
</div> | ||
<div class="clear"></div> | ||
</article> | ||
</section> | ||
|
||
<section class="cart-disp-empty"> | ||
<article> | ||
<h1>Your cart is empty</h1> | ||
<p><a href="products/">Click here to check out our products</a></p> | ||
</article> | ||
</section> | ||
|
||
<header> | ||
<article> | ||
<a href="../index.html" class="logo">Ten Thousand</a> | ||
<nav> | ||
<a href="../products/">Products</a> | ||
<a href="../mission/">About</a> | ||
<a href="../journal/">Journal</a> | ||
<span class="cart"> | ||
<a href="#">Cart | ||
<figure class="counter">3<div class="closebtn">close</div></figure> | ||
</a> | ||
</span> | ||
</nav> | ||
<div class="clearright"></div> | ||
</article> | ||
</header> | ||
|
||
|
||
<footer> | ||
<article> | ||
<aside> | ||
<nav> | ||
<a href="../legal/">Legal</a> | ||
<a href="../terms/">Terms</a> | ||
<a href="../privacy/">Privacy</a> | ||
<a href="../shipping-info/">Shipping Info</a> | ||
</nav> | ||
</aside> | ||
<aside> | ||
<nav> | ||
<a href="#">Email</a> | ||
<a href="#">Twitter</a> | ||
<a href="#">Facebook</a> | ||
<a href="#">888 212 4913</a> | ||
</nav> | ||
</aside> | ||
<div class="clear"></div> | ||
<h5> © Ten Thousand Inc 2013. All rights reserved.</h5> | ||
</article> | ||
</footer> | ||
|
||
</body> | ||
</html> |
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
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
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
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
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
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
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