-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathMar_2015_logistics.php
61 lines (41 loc) · 1.92 KB
/
Mar_2015_logistics.php
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
<?
$topdir = ".";
include_once("top-nav.php");
$title = "March 2-5, 2015 Meeting Logistics";
include_once("$topdir/include/header.php");
?>
<ul>
<li> <a href="#registration">Meeting registration</a></li>
<li> <a href="#location">Meeting location</a></li>
<li> <a href="#cost">Meeting cost</a></li>
<li> <a href="#hotel-block">Hotel room block</a></li>
</ul>
<div align="center"><hr width=50%></div>
<h3><a name=registration>Meeting Registration</a></h3>
<p>Advanced registration is requested for this meeting.</p>
<ul>
<LI><A HREF="https://www.eventbrite.com/e/mpi-forum-tickets-15289893483">
Registration Link</A>
</li></ul>
<p>The registration covers snacks at the meeting on Monday, Tuesday
Wednesday, and Thursday lunch on Tuesday and Wednesday, and the meeting logistics. </p>
</p>
<div align="center"><hr width=50%></div>
<h3><a name=location>Meeting Location</a></h3>
<p>The meeting will take place at the Microsoft facility in downtown Portland, OR, which is on the 9th floor of 1414 NW Northrup Street (meeting rooms Belmont and Hollywood)</p>
<div align="center"><hr width=50%></div>
<h3><a name=cost>Meeting Cost</a></h3>
<p> $50 per person (+$3.74 service fee) to cover meeting logistics
costs, snacks on Monday, Tuesday, Wednesday, and Thursday, and
lunch on Tuesday and Wednesday.
</p>
</p>
<div align="center"><hr width=50%></div>
<h3><a name=hotel-block>Hotel Room Block</a></h3>
<p>
A block of rooms is reserved at the Residence Inn Portland Downtown/Pearl District, 1150 NW 9th Avenue Portland OR 97209. The rate is $179 per night and is available until February 6th 2015</P>
<ul>
<li><A HREF="http://www.marriott.com/meeting-event-hotels/group-corporate-travel/groupCorp.mi?resLinkData=MPI%20Forum%20Room%20Block%20Mar2015%5Epdxpd%60MPIMPIA%60179%60USD%60false%603/2/15%603/5/15%602/6/15&app=resvlink&stop_mobi=yes">Reservation Link</A></li>
</ul>
<?
include_once("$topdir/include/footer.php");