-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
224 lines (184 loc) · 5.87 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>OceanWallet</title>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
<link href="https://fonts.googleapis.com/css2?family=Roboto&display=swap" rel="stylesheet">
<link rel="apple-touch-icon" sizes="180x180" href="./apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="./favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="./favicon-16x16.png">
<link rel="manifest" href="./site.webmanifest">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
<style>
.ow-logo {
max-width: 325px;
}
.info-pane {
background-color: #208ED5;
}
.cruise-background {
z-index: 1;
position: relative;
}
.wave {
z-index: 2;
position: absolute;
left: 0;
top: 320px;
width: 100%;
}
body {
background-color: #208ED5;
color: white;
font-family: 'Roboto', sans-serif;
height: 100%;
overflow: auto;
width: 100%;
}
html {
overscroll-behavior: none !important;
height: 100%;
}
.nav-text {
color: #66D3C1;
}
ul {
list-style-type: none;
padding-left: 15px;
margin-top: 78px
}
ul li {
font-size: 1.25rem;
margin-bottom: 35px;
}
nav {
padding: 0.5rem 35px !important;
}
footer {
color: #66D3C1;
padding: 1rem 0
}
.scrolled {
background-color: white !important;
transition: background-color 200ms linear;
}
@media (max-width: 768px) {
.info-header {
font-size: 1rem;
}
ul {
margin-top: 60px;
}
ul li {
font-size: 0.75rem;
margin-bottom: 15px;
}
}
@media (max-width: 550px) {
.ow-logo {
max-width: 260px
}
.boat-graphic {
max-width: 300px;
}
}
.image-container {
position: relative;
}
.container-fluid {
margin-top: 65px;
}
@media (max-width: 550px) {
.container-fluid {
margin-top: 58px;
}
}
</style>
</head>
<body>
<nav class="navbar fixed-top scrolled">
<div class="container">
<a class="navbar-brand" href="#"><img class="ow-logo" src="./images/oceanwallet_logo.png"></a>
<div class="ml-auto">
<span class="nav-text">The Future is here NOW!</span>
</div>
</div>
</nav>
<div class="container-fluid" style="padding: 0 !important">
<div class="image-container">
<img class="img-fluid cruise-background" src="./images/cruise_ocean.jpeg" alt="">
<svg class="wave" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320">
<path fill="#208ED5" fill-opacity="1" d="M0,64L80,96C160,128,320,192,480,208C640,224,800,192,960,176C1120,160,1280,160,1360,160L1440,160L1440,320L1360,320C1280,320,1120,320,960,320C800,320,640,320,480,320C320,320,160,320,80,320L0,320Z"></path>
</svg>
</div>
<div class="info-pane mb-5">
<div class="row justify-content-center mt-4" style="width: 100%; margin: 0;">
<div class="col-md-4">
<h4 class="info-header">The global cruise industry has unparalleled payment needs including:</h3>
<img class="boat-graphic" width="100%" src="./images/BoatLines-01.png" alt="">
</div>
<div class="col-md-5">
<ul class="bullet-points">
<li>1 million+ Employees from almost 200 countries</li>
<li>Millions of travel agents and affiliates globally</li>
<li>Hundreds of thousands of vendors and suppliers to every ship in every port around the world</li>
<li>Countless providers of services supplying the industry and its customers</li>
<li>30 million people will cruise this year, that will have payment needs before, during and after their cruise vacations</li>
</ul>
</div>
</div>
</div>
<footer class="text-center bg-white">
2020 - Present. ®All Rights Reserved.
</footer>
</div>
<script src="https://code.jquery.com/jquery-3.4.1.slim.min.js" integrity="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js" integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6" crossorigin="anonymous"></script>
<script>
$(document).ready(function(){
let waveTop = $(window).width() / 4.5;
$(".wave").css('top', waveTop)
$(window).scroll(function () {
resizeCallback();
});
resizeCallback();
window.onresize = function() {
waveTop = $(window).width() / 4.5;
$(".wave").css('top', waveTop);
resizeCallback();
}
function resizeCallback() {
var scroll = $(window).scrollTop();
var width = $(window).width();
if (width < 767) {
$(".nav-text").hide()
$(".boat-graphic").attr("src", "./images/Boat-02.png");
$(".boat-graphic").css('margin', '0 auto');
$(".boat-graphic").css('display', 'block');
$(".bullet-points").css('list-style-type', 'disc');
$(".bullet-points").addClass('justify-content-center');
} else {
$(".nav-text").show()
$(".boat-graphic").attr("src", "./images/BoatLines-01.png");
$(".boat-graphic").css('margin', '0 auto');
$(".boat-graphic").css('display', 'block');
$(".bullet-points").css('list-style-type', 'none');
$(".bullet-points").removeClass('justify-content-center');
}
if (width > 768) {
}
if (width <= 768 && width > 550) {
}
if (width <= 550) {
$(".boat-graphic").attr("src", "./images/Boat-02.png");
$(".boat-graphic").css('display', 'block');
}
}
});
</script>
</body>
</html>