-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmybar.htm
124 lines (112 loc) · 4.79 KB
/
mybar.htm
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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>JelloShot.com | My Bar</title>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta name="Description" content="Making sure you have a drink... and that it's not alone. JelloShot.com allows you to plan your party from start to finish, selling you supplies and making friends along the way." />
<meta name="Keywords" content="alcohol, games, food, rum, vodka, tequila, beer, drinking, rules, wasted, crunk" />
<link rel="stylesheet" href="indexcss02.css" type="text/css" media="screen" />
</head>
<body>
<div id="header">
<div class="container">
<h1>JelloShot.com</h1>
<form id="login" action="login.php" method="post">
<fieldset>
<legend>Login</legend>
<label for="username">Username: <input type="text" name="username" id="username"/></label>
<label for="password">Password: <input type="password" name="password" id="password"/></label>
<input type="submit" name="submit" id="submitlogin" value="Login"/>
</fieldset>
<p><a href="register.php" id="newacct" title="register a new account">or Register</a></p>
</form>
</div><!--container-->
</div><!--header-->
<div class="container"><ul id="nav"><li><a href="index.htm">home</a></li><li><a href="mybar.htm" class="location">myBar</a></li><li><a href="index.htm">purchase</a></li><li><a href="index.htm">discuss</a></li><li><a href="index.htm">about us</a></li></ul></div><!--container-->
<div id="top">
<div class="container">
<ul id="menu">
<li>Recipes <span class="rating">3</span> <a href="#">edit</a></li>
<li>Events <span class="rating">1</span> <a href="#">edit</a></li>
<li>Friends <span class="rating">14</span> <a href="#">edit</a></li>
<li>Groups <span class="rating">6</span> <a href="#">edit</a></li>
</ul>
<div id="additems">
<label for="add">Add: <input type="text" name="add" id="add"/></label>
<div><ul><li>Tequila</li><li>Vodka (40 proof)</li><li>Spiced Rum</li></ul></div>
<div><ul><li>Miller Light</li><li>Budweiser</li><li>Natty Light</li></ul></div>
<div class="last"><ul><li>Tabasco Sauce</li><li>Dark Soda</li><li>Clear Soda</li></ul></div>
<br class="iHateIE" />
</div><!--additems-->
</div><!--container-->
</div><!--top-->
<div id="myBarnav">
<div class="container">
<div><a href="#">View all Recipies I can make using my inventory</a></div>
<div><a href="#">View all of my favorite drinks</a></div>
<div class="last"><a href="#">View the favorite drinks of my friends</a></div>
<br class="iHateIE" />
</div><!--container-->
</div><!--myBarnav-->
<div id="bottom">
<div class="container">
<div id="ads">
<h3>Shameless Advertising</h3>
</div><!--ads-->
<div id="yourshot">
<h2>Your Inventory</h2>
<table>
<thead>
<tr class="between">
<th>Your Weapon of Choice</th>
<th>Added On</th>
<th>Need More?</th>
</tr>
</thead>
<tbody>
<tr>
<td>Spiced Rum - Captain Morgan</td>
<td>05/12/2006</td>
<td><a href="#">Get More</a></td>
</tr>
<tr class="between">
<td>Vodka - Smirnoff 80 Proof</td>
<td>05/12/2006</td>
<td><a href="#">Get More</a></td>
</tr>
<tr>
<td>Johnny Walker - Blue Label</td>
<td>05/12/2006</td>
<td><a href="#">Get More</a></td>
</tr>
<tr class="between">
<td>Miller Light - 24 Pack Cans</td>
<td>05/12/2006</td>
<td><a href="#">Get More</a></td>
</tr>
<tr>
<td>Natty Light - 1 Keg</td>
<td>05/12/2006</td>
<td><a href="#">Get More</a></td>
</tr>
<tr>
<td></td>
<td></td>
<td class="last"><a href="#">Go Shopping →</a></td>
</tr>
</tbody>
</table>
</div><!--yourshot-->
</div><!--container-->
</div><!--bottom-->
<div id="footer">
<div class="container">
<span class="left"><a href="http://www.3amproductions.net">another 3AM Production</a></span>
<a title="Validate as XHTML" rel="validate external" href="http://validator.w3.org/check?uri=http://jelloshot.3amproductions.net/mybar.htm"><abbr title="eXtensible Hypertext Markup Language"><acronym title="eXtensible Hypertext Markup Language">XHTML</acronym></abbr></a> |
<a title="Validate CSS" rel="validate external" href="http://jigsaw.w3.org/css-validator/validator?uri=http://jelloshot.3amproductions.net/indexcss02.css"><abbr title="Cascading Style Sheets"><acronym title="Cascading Style Sheets">CSS</acronym></abbr></a> |
<a title="Validate as Section 508 Compliant" rel="validate external" href="http://www.contentquality.com/mynewtester/cynthia.exe?Url1=http://jelloshot.3amproductions.net/mybar.htm"><abbr title="Section 508"><acronym title="Section 508">508</acronym></abbr></a>
</div><!--container-->
</div><!--footer-->
</body>
</html>