-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
76 lines (63 loc) · 4.81 KB
/
index.html
File metadata and controls
76 lines (63 loc) · 4.81 KB
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
<!doctype html>
<html>
<head>
<script src="jquery-1.11.1.js"></script>
<script src="index.js"></script>
<link rel="stylesheet" type="text/css" href="index.css">
</head>
<body>
<div id="overlay"></div>
<header>
<img id="left_pin" style="float: left" src="images/pin.png">
<h1 style="float: left;margin-left: 200px;position:relative;">Lebowski's Rugs</h1>
<img style="float: right" id="right_pin" src="images/pin.png">
<div style="clear:both;"></div>
</header>
<div id="cart">
<img src='images/biglebowski.jpg' id="cartImage" />
<span id="cartImageText">Good purchase, that rug will really tie the room together. </span>
<h2>Cart</h2>
<h3>Total: <span id="cartTotal" data-cartTotal="0">$0.00</span></h3>
<form action="#"><button id="checkout" >Checkout</button></form>
</div>
<div class="product featured" id="box" data-name="Dude's Rug" data-price="339.99">
<img src='images/rug-1.jpg' class="productImage" />
<h1 class="productName">Dude's Rug</h1>
<h3 class="price">$339.99</h3>
<h3 class="quantity"></h3>
<button class="removeFromCart">Remove one from Cart</button>
<button class="add">Add to cart</button>
<button class="tellMore">Tell me more</button>
<div class="moreInfo">
<p>Hey! This is a private residence, man! Yeah man. Well, you know, the Dude abides. Hardly Dude, a new 'vette? The kid's still got, oh, 96 to 97 thousand, depending on the options. The Dude abides. Forget it, Donny. You're out of your element. Our basic freedoms. This is quite a pad you got here, man. Completely unspoiled. What's a pederast, Walter? I just want to say, sir, that we're both enormous-on a personal level.</p>
</div>
</div>
<div class="product featured" id="otherBox" data-name="A New Rug" data-price="249.99">
<img src='images/rug-2.jpg' class="productImage" />
<h1 class="productName">A New Rug</h1>
<h3 class="price">$249.99</h3>
<h3 class="quantity"></h3>
<button class="removeFromCart">Remove one from Cart</button>
<button class="add">Add to cart</button>
<button class="tellMore">Tell me more</button>
<div class="moreInfo">
<p>That, or Duder. His Dudeness. Or El Duderino, if you know, you're not into the whole brevity thing. We wanted to talk about little Larry. May we come in? DO YOU SEE WHAT HAPPENS, LARRY? They call Los Angeles the City of Angels. I didn't find it to be that exactly, but I'll allow as there are some nice folks there. </p> </div>
</div>
<div class="product" id="yetAnotherBox" data-name="Another New Rug" data-price="289.99">
<img src='images/rug-3.jpg' class="productImage" />
<h1 class="productName">Another New Rug</h1>
<h3 class="price">$289.99</h3>
<h3 class="quantity"></h3>
<button class="removeFromCart">Remove one from Cart</button>
<button class="add">Add to cart</button>
<button class="tellMore">Tell me more</button>
<div class="moreInfo">
<p>That, or Duder. His Dudeness. Or El Duderino, if you know, you're not into the whole brevity thing. We wanted to talk about little Larry. May we come in? DO YOU SEE WHAT HAPPENS, LARRY? They call Los Angeles the City of Angels. I didn't find it to be that exactly, but I'll allow as there are some nice folks there. </p> </div>
</div>
</body>
</html>
<!--
…and even if he's a lazy man, and the Dude was certainly that-quite possibly the laziest in Los Angeles County. Look, Larry… Have you ever heard of Vietnam? Sure you'll see some tank battles. But fighting in desert is very different from fighting in canopy jungle. If the plan gets too complex something always goes wrong. If there's one thing I learned in Nam-. Near the In-and-Out Burger.
My dirty undies. Laundry, Dude. The whites. I'm unemployed. No, the, uh, police chief of Malibu. A real reactionary. You don't go out and make a living dressed like that in the middle of a weekday. Jesus, man, can you change the station? Say friend, ya got any more a that good sarsaparilla? Ever hear of the Seattle Seven? And so, Theodore Donald Karabotsos, in accordance with what we think your dying wishes might well have been, we commit your mortal remains to the bosom of the Pacific Ocean, which you loved so well.
Do you have any kalhua? 1972 Pontiac LeBaron. That guy treats objects like women, man. Walter, this isn't a First Amendment thing. Well sir, it's this rug I have, really tied the room together. Yeah well, that's just, ya know, like, your opinion, man. Hello! Do you speak English? Parla usted Inglese? I'll say it again. Did I urinate on your rug? It's a complicated case, Maude. Lotta ins, lotta outs, lotta what-have-yous.
-->