[www] r259890 - Add meal schedules.
Kevin P. Fleming via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 5 08:30:27 PST 2016
Author: kpfleming
Date: Fri Feb 5 10:30:26 2016
New Revision: 259890
URL: http://llvm.org/viewvc/llvm-project?rev=259890&view=rev
Log:
Add meal schedules.
Modified:
www/trunk/devmtg/2016-02/index.html
Modified: www/trunk/devmtg/2016-02/index.html
URL: http://llvm.org/viewvc/llvm-project/www/trunk/devmtg/2016-02/index.html?rev=259890&r1=259889&r2=259890&view=diff
==============================================================================
--- www/trunk/devmtg/2016-02/index.html (original)
+++ www/trunk/devmtg/2016-02/index.html Fri Feb 5 10:30:26 2016
@@ -91,6 +91,36 @@ On both days, breakfast and lunch will b
will not meet your requirements, let us know, but be prepared to make alternate arrangements for meals. There are a large number of places to obtain food (from delis to
sandwich shops to sit-down restaurants) in the area around Civic Hall, so you should be able to find something compatible.
</p>
+<div class="www_subsubsection">Meal Times</div>
+<table>
+<th>
+<tr>
+<td></td>
+<td>Saturday</td>
+<td>Sunday</td>
+</tr>
+<tr>
+<td>Breakfast</td>
+<td>9:30AM</td>
+<td>9:30AM</td>
+</tr>
+<tr>
+<td>Lunch</td>
+<td>12:00PM</td>
+<td>12:00PM</td>
+</tr>
+<tr>
+<td>Snacks</td>
+<td>2:00PM</td>
+<td>1:00PM</td>
+</tr>
+<tr>
+<td>Dinner</td>
+<td>5:00PM</td>
+<td></td>
+</tr>
+</th>
+</table>
<div class="www_sectiontitle" id="logistics-london">Logistics (London)</div>
<ul>
@@ -114,6 +144,36 @@ On both days, breakfast and lunch will b
will not meet your requirements, let us know, but be prepared to make alternate arrangements for meals. On Saturdays there are some shops open in the area around CodeNode,
but none of them are open on Sundays, so you'd need to travel some distance away to find a place to purchase food.
</p>
+<div class="www_subsubsection">Meal Times</div>
+<table>
+<th>
+<tr>
+<td></td>
+<td>Saturday</td>
+<td>Sunday</td>
+</tr>
+<tr>
+<td>Breakfast</td>
+<td>9:30</td>
+<td>9:30</td>
+</tr>
+<tr>
+<td>Lunch</td>
+<td>12:00</td>
+<td>12:00</td>
+</tr>
+<tr>
+<td>Snacks</td>
+<td>14:00</td>
+<td>13:00</td>
+</tr>
+<tr>
+<td>Dinner</td>
+<td>17:00</td>
+<td></td>
+</tr>
+</th>
+</table>
<!-- *********************************************************************** -->
<hr>
More information about the llvm-commits
mailing list