-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathabout.html
170 lines (153 loc) · 7.85 KB
/
about.html
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
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
<!DOCTYPE html>
<html lang="en">
<head>
<meta name='viewport' content='width=device-width'>
<link href="https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700" rel="stylesheet">
<meta charset="utf-8">
<title>Martian Splendour Resort | About</title>
<link rel="stylesheet" type="text/css" href="css/styles.css">
</head>
<body>
<!-- Navigation Bar -->
<nav id="main-menu" class="flex space-between sm-column relative">
<div id="logo" class="flex center-y">
<a href="index.html">
<img src="images/logo-5.png" alt="Resort company logo">
</a>
</div>
<div class="flex center-y sm-column bg-primary">
<!-- Hamburger menu for mobile devices -->
<label id="nav-toggle" class="flex center-y" for="toggle">☰</label>
<input type="checkbox" id="toggle"/>
<ul class ="flex sm-column lg-row center-y">
<li class="active"><a href="about.html">About</a></li>
<li><a href="accommodation.html">Accommodation</a></li>
<li><a href="things-to-do.html">Things to Do</a></li>
<li id="book-btn"><a href="book-now.html">Book Now</a></li>
</ul>
</div>
</nav>
<!-- Hero Section -->
<section class="banner bg-img zoom-2" style="background-image: url(images/hero-6.jpg); position: relative;">
<div class="container overlay flex center-x center-y" style="position: absolute;">
<h1>About</h1>
</div>
</section>
<!-- Header with informational text -->
<section class="container big-pad-top">
<h2 class="text-primary">Martian Splendour Resort Information</h2>
<p> Martian Splendour is a one-of-a-kind resort offering revolutionary experiences for all to enjoy. We are extremely excited to welcome our first guests in the coming months. Understandably, there has been much excitment and speculation globally. For everything you need to know about the resort, you are in the right location.
</p>
</section>
<!-- 3 card grid layout displaying various resort activites -->
<!-- ROW 1 -->
<section class="container big-pad-top">
<div class="card-container flex sm-column lg-row">
<!-- Card 1 -->
<div class="card-frame lg-column-3 box-shadow">
<div class="card-img" style="background-image: url(images/content/location.png);">
</div>
<div class="container flex lg-column sm-column">
<h3>Location</h3>
<p>Located on the equator of Mars, Martian Splendour Resort marks a phenomenal breakthrough in space exploration.</p>
<div class="flex center-x">
<a href="coming-soon.html" class="btn">Learn More</a>
</div>
</div>
</div>
<!-- Card 2 -->
<div class="card-frame lg-column-3 box-shadow">
<div class="card-img" style="background-image: url(images/content/space-travel.jpg);">
</div>
<div class="container flex lg-column sm-column">
<h3 class>Getting Here</h3>
<p>Assuming you've never zoomed through the void of space in a spacecraft, I'm sure you have plenty of questions. Do not fear, this week-long journey is a safe and breathtaking experiece.</p>
<div class="flex center-x">
<a href="coming-soon.html" class="btn">Learn More</a>
</div>
</div>
</div>
<!-- Card 3 -->
<div class="card-frame lg-column-3 box-shadow">
<div class="card-img" style="background-image: url(images/content/gallery.jpg);">
</div>
<div class="container flex lg-column sm-column">
<h3>Gallery</h3>
<p>Get a small glimpse of what Martian Splednour Resort has to offer. Whether it be beautiful landscapes or otherworldy experiences, we have it all.</p>
<div class="flex center-x">
<a href="gallery.html" class="btn">Learn More</a>
</div>
</div>
</div>
</div>
</section>
<!-- ROW 2 -->
<section class="container">
<div class="card-container flex sm-column lg-row big-pad-bottom">
<!-- Card 1 -->
<div class="card-frame lg-column-3 box-shadow">
<div class="card-img" style="background-image: url(images/content/facts-facilities.jpg);">
</div>
<div class="container flex lg-column sm-column">
<h3>Facts and Facilities</h3>
<p>Learn fascinating information on The Red Planet and discover some of the epic facillities you may encounter on your stay.</p>
<div class="flex center-x">
<a href="coming-soon.html" class="btn">Learn More</a>
</div>
</div>
</div>
<!-- Card 2 -->
<div class="card-frame lg-column-3 box-shadow">
<div class="card-img" style="background-image: url(images/content/references.jpg);">
</div>
<div class="container flex lg-column sm-column">
<h3>References</h3>
<p>Here are there references to the royalty free images images I used to create my website.</p>
<div class="flex center-x">
<a href="references.html" class="btn">View Page</a>
</div>
</div>
</div>
<!-- Filler card to preserve 3 grid layout -->
<div class="card-frame lg-column-3 box-shadow filler-card"></div>
</div>
</section>
<footer>
<div class="container pad-top">
<div class="flex lg-row sm-column space-between">
<ul>
<li class="f-title"><a href="about.html">About</a></li>
<li><a href="coming-soon.html">Location</a></li>
<li><a href="gallery.html">Gallery</a></li>
<li><a href="coming-soon.html">Getting Here</a></li>
<li><a href="coming-soon.html">Facts and Facilities</a></li>
<li><a href="references.html">References</a></li>
</ul>
<ul>
<li class="f-title"><a href="accommodation.html">Accommodation</a></li>
<li><a href="coming-soon.html">Standard Suite</a></li>
<li><a href="coming-soon.html">Deluxe Suite</a></li>
<li><a href="coming-soon.html">Villa</a></li>
</ul>
<ul>
<li class="f-title"><a href="things-to-do.html">Things to Do</a></li>
<li><a href="coming-soon.html">Land Activites</a></li>
<li><a href="coming-soon.html">Mars Tours</a></li>
<li><a href="coming-soon.html">Space Workshops</a></li>
<li><a href="coming-soon.html">Leisure</a></li>
<li><a href="coming-soon.html">Eat & Drink</a></li>
</ul>
<ul>
<li class="f-title"><a href="coming-soon.html">Contact Us</a></li>
<li><a href="coming-soon.html">Social Media</a></li>
<li><a href="coming-soon.html">Reservation/Booking</a></li>
<li><a href="coming-soon.html">Email</a></li>
<li class="f-title"><a href="book-now.html">Book Now</a></li>
</ul>
</div>
<hr>
<p class="small-pad-top small-pad-bottom">Martian Splendour Resort, Copyright © 2020</p>
</div>
</footer>
</body>
</html>