-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathparty.html
More file actions
141 lines (110 loc) · 3.37 KB
/
party.html
File metadata and controls
141 lines (110 loc) · 3.37 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
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
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=ISO-8859-1" http-equiv="content-type">
<meta name="viewport" content="width=device-width">
<title>DB516 Party</title>
<link rel="stylesheet" href="http://yui.yahooapis.com/3.4.1/build/cssreset/cssreset-min.css" type="text/css">
<link rel="stylesheet" href="db516.css" type="text/css">
</head>
<body>
<div id="container">
<table style="text-align: left; width: 100%;" border="0">
<tbody>
<tr>
<td style="vertical-align: middle; width: 125px;">
<a href="index.html"><img style="border: 0px solid ; width: 125px; height: 121px;" alt="Docking Bay 516" src="images/parkwaylogo.jpg" align="middle"></a><br/><br/><span class="titleboxbox"><span class="titlebox">PARTY</span></span></td>
<td style="vertical-align: middle; width: 30px;"></td>
<td style="vertical-align: middle;">
<p class="pagequote">"At last we are getting results!"</p>
</td>
</tr>
</tbody>
</table>
<br/>
<div class="contentbox">
<p class="header">Yay</p>
<p class="para">
This was a great party! Thanks everyone for showing up!
</p>
<p class="header">Meal Food</p> <!-- -------------------------------------------------- -->
<p class="para">
<b>Abhay</b>: <a href="http://en.wikipedia.org/wiki/Khichdi">Khichdi</a>
</p>
<p class="para">
<b>Billy</b>: regular cheese quesadillas and jalapeno cheese quesadillas.
</p>
<p class="para">
<b>Lots of folks</b>: We will order pizza.
</p>
<p class="header">Snacks</p> <!-- -------------------------------------------------- -->
<p class="para">
<b>Leslie and Michele</b>: taco spread
</p>
<p class="para">
<b>Abhay</b>: peanuts and popcorn
</p>
<p class="para">
<b>Bill</b>: (plenty of) chips
</p>
<p class="header">Drinks</p> <!-- -------------------------------------------------- -->
<p class="para">
Andre recommends bringing whatever you would personally like to drink.
</p>
<p class="para">
<b>Len</b>: Blue milk
</p>
<p class="para">
<b>Bill</b>: Sonic screwdrivers
</p>
<p class="para">
<b>Rob</b>: (6 bottles of) soda
</p>
<p class="para">
<b>Tristan</b>: Qui-Gon Gins
</p>
<p class="para">
<b>Abhay</b>: Bushmills Irish Whiskey and water
</p>
<p class="para">
<b>Billy</b>: Some soda
</p>
<p class="header">Desserts</p> <!-- -------------------------------------------------- -->
<p class="para">
<b>Cassie</b>: Cake
</p>
<p class="para">
<b>Rob</b>: A box of donuts
</p>
<p class="header">Other</p> <!-- -------------------------------------------------- -->
<p class="para">
Andre says extra chairs would be helpful.
</p>
<p class="para">
<b>Rob</b>: 50 cups, 30 forks and knives, 2 chairs
</p>
<p class="header">Info</p> <!-- -------------------------------------------------- -->
<p class="para">
<a href="http://www.marriott.com/hotels/travel/nycpl-residence-inn-plainview-long-island/">
Residence Inn by Marriott</a> in Plainview<br>
9 Gerhard Road<br>
Plainview, New York 11803
</p>
<p class="para">
Saturday, May 4 starting at 4 PM
</p>
<p class="para">
Andre will communicate the room number by email. Please do not ask the front desk. Instead, check your email or get in touch with Andre directly.
</p>
<p class="para">
Page last updated Thu May 2 18:17:52 EDT 2013
</p>
</div>
</div>
<!-- Local Variables: -->
<!-- fill-column:1000000 -->
<!-- End: -->
<!-- -->
<!-- Yes, this page was made in Emacs. -->
</body>
</html>