-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathadd.php
More file actions
126 lines (114 loc) · 4.99 KB
/
Copy pathadd.php
File metadata and controls
126 lines (114 loc) · 4.99 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
<?php
include 'header.php';
?>
<body>
<!--==============================header=================================-->
<header>
<div class="container_12">
<div class="grid_12">
<div class="menu_block">
<?php
include 'menu.php';
?>
<div class="clear"></div>
</div>
</div>
</div>
</header>
<!--==============================Content=================================-->
<div class="content">
<div class="container_12">
<div class="grid_12">
<h3>OVERNIGHT PACKAGES</h3>
<a href="special.php"> Featured Packages</a> | <a href="add.php">Additional Overnight Packages</a>
<div class="block2">
<img src="images/page3_img1.jpg" alt="" class="img_inner fleft">
<div class="extra_wrapper">
<h1>BED & BREAKFAST</h1>
</br>
<p>Valid through September 8, 2018</br>Starting at $869 USD per night</p>
<p>Overnight accommodations in a Ritz-Carlton Club Guest Room</p>
<p>Overnight valet parking</p>
<p>Daily internet access in guest room</p>
<p>One complimentary night — Stay four nights, pay for three (subject to availability)</p>
<a href="bed.php" class="link1">LEARN MORE</a>
</div>
</div>
<div class="block2">
<img src="images/page3_img1.jpg" alt="" class="img_inner fleft">
<div class="extra_wrapper">
<h1>ADVANCE PURCHASE VALUE</h1>
</br>
<p>Valid through September 8, 2018</br>Sarting at $319 USD per night</p>
<p>Reserve your stay in Superior accommodations seven days in advance and receive up to 15 percent savings on the room rate.</p>
<p>Daily internet access in guest room</p>
<p>One complimentary night — Stay four nights, pay for three (subject to availability)</p>
<a href="adv.php" class="link1">LEARN MORE</a>
</div>
</div>
<div class="block2">
<img src="images/page3_img1.jpg" alt="" class="img_inner fleft">
<div class="extra_wrapper">
<h1>KIDS IN THE CITY PACKAGE</h1>
</br>
<p>Valid through September 8, 2018</br>Starting at $499 USD per night</p>
<p>Accommodations in a Superior room</p>
<p>Two adult CityPass tickets (valued at $89 USD each)</p>
<p>Milk and cookies at Turndown service</p>
<p>Special Ritz Kids amenities including VIK (Very Important Kid) check in and newsletter featuring kid’s activities</p>
<a href="kid.php" class="link1">LEARN MORE</a>
</div>
</div>
<div class="block2">
<img src="images/page3_img1.jpg" alt="" class="img_inner fleft">
<div class="extra_wrapper">
<h1>DISCOVER WITH YOU</h1>
</br>
<p>Valid through September 8, 2018</br>Starting at $499 USD per night</p>
<p>Overnight accommodations</p>
<p>Daily American breakfast for two each morning in the restaurant</p>
<p>$50 USD Gift Shop credit per night</p>
<p>Ferry Building-inspired welcome gift (one per stay)</p>
<a href="disc.php" class="link1">LEARN MORE</a>
</div>
</div>
<div class="block2">
<img src="images/page3_img1.jpg" alt="" class="img_inner fleft">
<div class="extra_wrapper">
<h1>ARRIVE IN STYLE</h1>
</br>
<p>Valid through September 8, 2018</br>Starting at $799 USD per night for a Club Deluxe and $1,299</br>USD per night for a Club One Bedroom Suite</p>
<p>Overnight accommodations in a Club Deluxe or Club One Bedroom Suite/p>
<p>Round-trip airport transportation in a luxury sedan from SFO. To arrange, please contact our Concierge at (415) 773-6189 within 24 hours of reserving this package.</p>
<a href="arive.php" class="link1">LEARN MORE</a>
</div>
</div>
<div class="block2">
<img src="images/page3_img1.jpg" alt="" class="img_inner fleft">
<div class="extra_wrapper">
<h1>RECONNECT</h1>
</br>
<p>Valid through September 8, 2018</br>Starting at $719 USD per night</br>USD per night for a One Bedroom Suite</p>
<p>Overnight accommodations in either a Superior Room or a One Bedroom Suite</p>
<p>Receive a $100 hotel credit per three-night stay in a Superior Room</p>
<p>Receive a $100 hotel credit per two-night stay in a One Bedroom Suite</p>
<p>Receive a $200 hotel credit per three-night stay in a One Bedroom Suite</p>
<a href="recon.php" class="link1">LEARN MORE</a>
</div>
</div>
<div class="block2">
<img src="images/page3_img1.jpg" alt="" class="img_inner fleft">
<div class="extra_wrapper">
<h1>SIP & STAY</h1>
</br>
<p>Valid through September 8, 2018</br>Starting at $869 USD per night</br>USD per night for a One Bedroom Suite</p>
<p>Superior accommodation</p>
<p>Two Ultimate Wine Flights at The JCB Tasting Lounge</p>
<a href="sip.php" class="link1">LEARN MORE</a>
</div>
</div>
</div>
</div>
</div>
<!--==============================footer=================================-->
<?php include 'footer.php';?>