-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlocation.html
More file actions
66 lines (62 loc) · 2.47 KB
/
location.html
File metadata and controls
66 lines (62 loc) · 2.47 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
---
layout: page
title: Location
permalink: /location/
---
<section class="hero">
<div class="hero-body is-paddingless">
<img src="{{ "/assets/img/felipe-p-lima-rizo-404796-unsplash.jpg" | relative_url }}">
</div>
</section>
<div class="section headset-tagline">
<div class="container">
<div class="columns">
<div class="column">
<h1 class="is-size-1">Is your city on the list?</h1>
<p>
See your city from the sky through AR eyes. Gaze down at the famous theme parks and skyscrapper on an experience tailored for you. With a range of helicopter flight options to suit all time schedules and budgets, you just need to sit back and enjoy the ride. We currently serve Orlando and Chicago.
</p>
<a class="button addcity is-primary is-outlined is-size-4" href="{{ "/order/" | relative_url }}">
<span>
Add Your City
</span>
<span class="icon is-small">
<i class="fas fa-map-marker"></i>
</span>
</a>
</div>
</div>
</div>
</div>
<section class="hero cities">
<div class="columns">
<div class="column is-paddingless">
<img src="{{ "/assets/img/city-orlando.png" | relative_url }}">
<div class="hero">
<div class="hero-body">
<div class="container">
<h1 class="is-size-1">The city beautiful</h1>
<p>
As one of the world's most visited tourist destinations, Orlando's famous attractions form the backbone of its tourism industry. the two most significant of these attractions are Walt Disney World, opened by the Walt Disney Company in 1971, and located approximately 21 miles (34 km) southwest of Downtown Orlando in Bay Lake; and the Universal Orlando Resort, opened in 1999 as a major expansion of Universal Studios Florida. </p>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="hero cities">
<div class="columns">
<div class="column is-paddingless">
<img src="{{ "/assets/img/city-chicago.png" | relative_url }}">
<div class="hero">
<div class="hero-body">
<div class="container">
<h1 class="is-size-1">The windy city</h1>
<p>
Positioned along Lake Michigan, Chicago is an international hub for finance, commerce, industry, technology, telecommunications, and transportation. O'Hare International Airport is the second-busiest airport in the world when measured by aircraft traffic; the region also has the largest number of U.S. highways and railroad freight. </p>
</div>
</div>
</div>
</div>
</div>
</section>