-
Notifications
You must be signed in to change notification settings - Fork 2
/
Business_Partnerships.php
39 lines (32 loc) · 2.02 KB
/
Business_Partnerships.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
<?php
include 'html/header.html';
include 'html/navbar.html'
?>
<!-- Marketing Container -->
<div class="container">
<div class="col-md-10 col-md-offset-1 content bgimg">
<h1 class="content-heading">Business Partnerships</h2>
<hr>
<h4 class="content-heading">Star Alliance</h4>
<p>Save up to 20% on travel with the Star Alliance network!</p>
<br>
<div class="row front">
<div class="col-md-6">
<img class="featurette-image img-responsive" src="img/SA1.png">
</div>
<div class="col-md-6">
<p>The Star Alliance member airlines are pleased to be appointed as the Official Airline Network for Berkeley Model United Nations 64.
</p>
<p>To obtain the Star Alliance Conventions Plus discounts please visit <a href="http://conventionsplusbookings.staralliance.com/trips/StarHome.aspx?meetingcode=UA06S16 ">Conventions Plus online booking tool</a>
<p>Please quote the following Event Code: UA06S16 for ticket reservation.</p>
<p>Registered Event participants plus one accompanying person traveling to the Event qualify for a discount of up to 20%, depending on fare and class of travel booked. The participating airlines for this Event are:</p>
<p>ANA, Adria Airways, Aegean Airlines, Air Canada, Air China, Air India, Air New Zealand, Asiana Airlines, Austrian Airlines, Avianca, Brussels Airlines, Copa Airlines, Croatia Airlines, EVA Airways, EgyptAir, Ethiopian Airlines, LOT Polish Airlines, Lufthansa, SWISS, Scandinavian Airlines, Shenzhen Airlines, Singapore Airlines, South African Airways, TAP Portugal, THAI, Turkish Airlines, United.</p>
<p>Discounts are offered on most published business and economy class fares, excluding website/internet fares, senior and youth fares, group fares and Star Alliance Round the World fares.</p>
</div>
</div>
<br>
</div>
</div>
<?php
include 'html/footer.html';
?>