-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·281 lines (279 loc) · 17.4 KB
/
index.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
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="preload" href="img/train-track.jpg">
<link rel="stylesheet" href="css/icon-font.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/all.css" integrity="sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU"
crossorigin="anonymous">
<link rel="stylesheet" href="css/style.css">
<link rel="shortcut icon" type="image/png" href="img/favicon.png">
<!--[if IE]>
<link rel="stylesheet" type="text/css" href="css/all-ie-only.css" />
<![endif]-->
<title>Go Guru | An app for your journey through Sri Lanka</title>
</head>
<body>
<div class="navigation">
<input type="checkbox" class="navigation__checkbox" id="navi-toggle">
<label for="navi-toggle" class="navigation__button" type="button" >
<span class="navigation__icon"> </span>
</label>
<div class="navigation__background"> </div>
<nav class="navigation__nav">
<ul class="navigation__list">
<li class="navigation__item"><a href="index.html" class="navigation__link">Home</a></li>
<li class="navigation__item"><a href="#" class="navigation__link">Suppliers - Join us now</a></li>
<li class="navigation__item"><a href="#" class="navigation__link">Agent Portal</a></li>
<li class="navigation__item"><a href="faq.html" class="navigation__link">FAQ</a></li>
</ul>
</nav>
</div>
<header class="header">
<div class="header__logo-box">
<a href="index.html"><img class="header__logo" src="img/logo-white.png" alt="logo"></a>
</div>
<div class="header__text-box">
<h1 class="heading-primary">
<span class="heading-primary--main">Better the journey</span>
<span class="heading-primary--sub">Sri Lanka</span>
</h1>
<div class="header__buttons">
<button class="app-btn"><img src="img/apple-btn.png" alt="Apple store"></button>
<button class="app-btn"> <img src="img/google-btn.png" alt="Google Play"> </button>
</div>
</div>
</header>
<main>
<section class="section-appinfo">
<div class="row-noflex appinfo">
<div class="col-1-of-3 appinfo__imagebox">
<img class="appinfo__image" src="img/screens/screen-half-home.jpg" alt="Mockup app">
</div>
<div class="col-2-of-3 appinfo__textbox">
<h2 class="heading-secondary u-margin-bottom-sm">Try the free app.</h2>
<p class="paragraph u-margin-bottom-sm">GoGuru is a mobile platform to improve the way we travel in Sri Lanka. Explore the diverse landscapes and experiences to be found across each region. Get local knowledge and make planning simple. Find and book the best transport, accommodation and activities to suit your style. All from the palm of your hand.</p>
<p class="paragraph u-margin-bottom-md">We make travel bookings safe, secure and organised in one place. We give back and support the local economy by keeping tourism dollars invested in Sri Lanka. Get the most out of every adventure!</p>
<ul class="appinfo__list">
<li class="appinfo__item">
<a href="#" class="appinfo__link"><i class="appinfo__symbol fab fa-apple"></i> iPhone</a>
</li>
<li class="appinfo__item">
<a href="#" class="appinfo__link"><i class="appinfo__symbol fab fa-android"></i> Android</a>
</li>
</ul>
</div>
</div>
</section>
<section class="section-feature">
<div class="row-noflex">
<div class="col-1-of-4">
<div class="feature">
<div class="feature__imagebox">
<img src="img/feature-symbols/feature-symbol-cursor.png" alt="Feature Symbol" class="feature__image">
</div>
<div class="feature__textbox">
<h2 class="feature__heading">Local</h2>
<p class="feature__text">The best local operators and what they recommend</p>
</div>
</div>
</div>
<div class="col-1-of-4">
<div class="feature">
<div class="feature__imagebox">
<img src="img/feature-symbols/feature-symbol-compass.png" alt="Feature Symbol" class="feature__image">
</div>
<div class="feature__textbox">
<h2 class="feature__heading">Flexible</h2>
<p class="feature__text">Book as you go or follow a suggested route</p>
</div>
</div>
</div>
<div class="col-1-of-4">
<div class="feature">
<div class="feature__imagebox">
<img src="img/feature-symbols/feature-symbol-calendar.png" alt="Feature Symbol" class="feature__image">
</div>
<div class="feature__textbox">
<h2 class="feature__heading">Simple</h2>
<p class="feature__text">Plan, book, display your itinerary all in one place</p>
</div>
</div>
</div>
<div class="col-1-of-4">
<div class="feature">
<div class="feature__imagebox">
<img src="img/feature-symbols/feature-symbol-cart2.png" alt="Feature Symbol" class="feature__image">
</div>
<div class="feature__textbox">
<h2 class="feature__heading">Secure</h2>
<p class="feature__text">Pay with credit card and reduce cash on hand</p>
</div>
</div>
</div>
</div>
</section>
<section class="section-printscreens">
<div class="printscreens">
<div class="printscreens__item">
<div class="printscreens__imagebox">
<img src="img/screens/screen-map.png" alt="Screen of map" class="printscreens__image">
</div>
<div class="printscreens__textbox">
<p class="printscreens__text">
Explore the island! Learn about the diverse and unique destinations, plot your journey and see what Sri Lanka has to offer.
</p>
</div>
</div>
<div class="printscreens__item">
<div class="printscreens__imagebox">
<img src="img/screens/screen-itinerary.png" alt="Screen of a itinerary" class="printscreens__image">
</div>
<div class="printscreens__textbox">
<p class="printscreens__text">
Easy to read itinerary of your trip highlighting what's booked, things to do and how to get around.
</p>
</div>
</div>
<div class="printscreens__item">
<div class="printscreens__imagebox">
<img src="img/screens/screen-surftrip.png" alt="Screen of a trip" class="printscreens__image">
</div>
<div class="printscreens__textbox">
<p class="printscreens__text">
Choose from one of our suggested routes to help plan your itinerary. Customise this to create your dream adventure. Explore your options, build the plan and share with your group.
</p>
</div>
</div>
</div>
</section>
<section class="section-about">
<div class="row-noflex about">
<h2 class="heading-secondary u-margin-bottom-md">Get to know us</h2>
<div class="about__text">After 10 years running tours and global sales management, we noticed a shift in the way people book and consume travel. In a digital world where we are more connected than ever, how can travellers use technology to benefit their trip yet still have an authentic local experience?<br><br>
Our mission is to make your trip better by creating one platform to travel the way you want. We utilise the latest mobile booking software and international payment gateways to ensure purchasing is simple, live and commissions go to local business instead of global online wholesalers. Imagine travel information, transport, accommodation and activities all organised and booked in the same place! Live free and book as you go or follow a suggested path but most importantly get back to the adventure!<br><br>
The digital future of travel should benefit everyone. When booking onward travel we share commissions with local operators to reinvest in Sri Lanka. We connect with global sales partners to give choice and flexibility back to the traveller. <br><br>
</div>
</div>
</section>
<section class="section-testimonials">
<div class="bg-video">
<video class="bg-video__content" autoplay muted loop>
<source src="img/video.mp4" type="video/mp4">
<source src="img/video.webm" type="video/webm">
<!--this text will show if video cannot be shown-->
Youre browser is not supported!
</video>
</div>
<div class="u-center-text u-margin-bottom-md">
<h2 class="heading-secondary">What people are saying</h2>
</div>
<div class="carousel">
<div class="carousel__control">
<a href="#" class="carousel__arrow arrowL">
<i class="fas fa-angle-left"></i>
</a>
</div>
<div class="carousel__content" id="slideshow">
<div class="carousel__item">
<h3 class="carousel__item--main">I love having all my travel bookings shown in one place - no more digging through emails! Doing it all from my phone made it so easy while moving around</h3>
</div>
<div class="carousel__item hidden" style="display: none">
<h3 class="carousel__item--main">I was so sick of taking out large amounts cash from ATMs every few days, GoGuru made paying for hotels and activities so much easier</h3>
</div>
<div class="carousel__item hidden" style="display: none">
<h3 class="carousel__item--main">Using this app gave me the freedom to travel how I want! I never plan ahead so it was easy to book the next step when I was ready.</h3>
</div>
<div class="carousel__item hidden" style="display: none">
<h3 class="carousel__item--main">Sri Lanka surprised me I didn’t know how much it had to offer! It was great to research the different regions and your suggested route was the perfect way to plan our trip.</h3>
</div>
<div class="carousel__item hidden" style="display: none">
<h3 class="carousel__item--main">It was great to be able to travel as a backpacker - but with the luxury of preplanning and locking most things in before I got to Sri Lanka.</h3>
</div>
</div>
<div class="carousel__control">
<a href="#" class="carousel__arrow arrowR">
<i class="fas fa-angle-right"></i>
</a>
</div>
</div>
</section>
<section class="section-contact">
<h2 class="heading-secondary u-white-text">Want to get in touch?</h2>
<h3 class="heading-tertiary u-margin-bottom-md u-white-text">We normally reply within 24 business hours.</h3>
<div class="row-noflex">
<div class="contact">
<div class="contact__form">
<form action="#" class="form">
<div class="form__group">
<input type="text" id="name" class="form__input" placeholder="Full Name" required>
<label for="name" class="form__label">Full name</label>
</div>
<div class="form__group">
<input type="email" id="email" class="form__input" placeholder="Email address" required>
<label for="email" class="form__label">Email address</label>
</div>
<div class="form__group">
<textarea name="message" id="message" class="form__input" placeholder="Message" required></textarea>
<label for="message" class="form__label">Message</label>
</div>
<button class="btn btn--yellow">Send Message →</button>
</form>
</div>
</div>
</section>
</main>
<footer class="footer">
<div class="footer__top">
<div class="footer__logobox">
<img src="img/logo-white.png" alt="Logo Go Guru" class="footer__logo">
</div>
<div class="footer__symbols">
<a href="#"><i class="fab fa-twitter"></i></a>
<a href="#"><i class="fab fa-google"></i></a>
<a href="#"><i class="fab fa-facebook-f"></i></a>
<a href="#"><i class="fab fa-instagram"></i></a>
</div>
</div>
<!--
<div class="row-noflex">
<div class="col-1-of-2">
<div class="footer__logobox">
<img src="img/logo-white.png" alt="Logo Go Guru" class="footer__logo">
</div>
</div>
<div class="col-1-of-2">
<div class="footer__symbols">
<a href="#"><i class="fab fa-twitter"></i></a>
<a href="#"><i class="fab fa-google"></i></a>
<a href="#"><i class="fab fa-facebook-f"></i></a>
<a href="#"><i class="fab fa-instagram"></i></a>
</div>
</div>
</div>
-->
<div class="footer__bottom">
<div class="row-noflex">
<div class="col-1-of-2">
<div class="footer__text">
<p>© 2018. Go Guru. </p>
<p>Website by <a href="www.madwester.com" class="footer__link">madwester.com</a></p>
</div>
</div>
<div class="col-1-of-2 footer__navigation">
<ul class="footer__list">
<li class="footer__item"><a class="footer__link" href="#">Terms & Condition</a></li>
<li class="footer__item"><a class="footer__link" href="#">Privacy Policy</a></li>
</ul>
</div>
</div>
</div>
</footer>
<script src="https://code.jquery.com/jquery-3.3.1.min.js"
integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8="
crossorigin="anonymous">
</script>
<script src="js/carousel.js"></script>
</body>
</html>