-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
471 lines (455 loc) · 29.1 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
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Ocean Remit</title>
<link rel="stylesheet" href="./assets/styles/main.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"
integrity="sha512-iecdLmaskl7CVkqkXNQ/ZH/XLlvWZOJyj7Yy7tcenmpD1ypASozpmT/E0iPtmFIB46ZmdtAc9eNBvH0H/ZpiBw=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
</head>
<body class="text-b1 bg-w2">
<main>
<!-- header -->
<section>
<div class="bg-white">
<div class="container flex items-center justify-between">
<div id="logo" class="my-4">
<a href="index.html"><img src="./assets/images/logo.png" alt="Ocean Remit"></a>
</div>
<div id="links" class="xl:flex items-center gap-x-10 my-4 font-medium text-[15px] hidden">
<a href="#">Send Money</a>
<a href="#">Track Transaction</a>
<div id="button" class="flex items-center gap-x-3">
<button class="button-secondary">Sign In</button>
<button class="button-primary">Register</button>
</div>
</div>
<div class="block xl:hidden text-xl" id="slideNaviationTrigger">
<i class="fa-solid fa-bars"></i>
</div>
</div>
</div>
<div id="mobile-nav" class="fixed inset-0 left-[40%] bg-white duration-300 ease-in-out overflow-hidden max-h-screen opacity-0 z-[-1]">
<div class="container my-4 p-4">
<div class="flex items-center w-full flex-row-reverse text-xl">
<div id="closeNavigator">
<i class="fa-solid fa-times"></i>
</div>
</div>
<div class="flex flex-col gap-4 mt-4">
<a href="#">Send Money</a>
<a href="#">Track Transaction</a>
<button class="button-secondary">Sign In</button>
<button class="button-primary">Register</button>
</div>
</div>
</div>
</section>
<!-- hero section -->
<section>
<div class="container xl:flex items-center xl:my-36 mt-28 gap-x-[66px]">
<div class="xl:w-1/2 xl:text-left text-center">
<div class="block uppercase font-medium text-b2 tracking-wide leading-5">
send money abroad
</div>
<div class="title mt-[15px]">International Money Transfer</div>
<div class="body mt-10">Simple, fast, and secure remittance solutions from Japan to Nepal. Money
transfers as seamless as the ocean.</div>
<button
class="bg-b1 text-white px-2.5 py-3 rounded-[10px] mt-10 font-550 text-[15px] leading-[20px]">Create
an account</button>
</div>
<div class="xl:w-[42.4%]">
<div class="bg-white rounded-3xl py-[30px] px-[22px] w-full">
<div class="border border-stroke py-2.5 px-3.5 flex items-end rounded-2xl justify-between">
<div id="input-group" class="w-1/3">
<label for="send-country" class="block text-b2 text-[13px] font-medium">You Send</label>
<div class="flex items-center gap-x-3">
<img src="./assets/images/japan.png" alt="Japan" class="h-[30px] w-[30px]">
<select class="font-semibold text-[20px] outline-none leading-[30px] bg-white">
<option value="japan">JPY</option>
</select>
</div>
</div>
<div id="amount" class="font-550 text-2xl leading-[36px] text-right tracking-wider w-2/3 flex items-center gap-x-1 justify-end">
¥ <input class="money-input w-[4ch] outline-none max-w-full text-right" type="number" value="1000">
</div>
</div>
<div class="border border-stroke py-2.5 px-3.5 flex items-end rounded-2xl justify-between mt-5">
<div id="input-group">
<label for="send-country" class="block text-b2 text-[13px] font-medium">Recipient
gets</label>
<div class="flex items-center gap-x-3">
<img src="./assets/images/nepal.png" alt="Nepal" class="h-[30px] w-[30px]">
<select class="font-semibold text-[20px] outline-none leading-[30px] bg-white">
<option value="nepal">NRS</option>
</select>
</div>
</div>
<div id="amount" class="font-550 text-2xl leading-[36px] text-right tracking-wider w-2/3 flex items-center gap-x-1 justify-end">
Rs. <input class="money-input w-[6ch] outline-none max-w-full text-right" type="number" value="1002.40">
</div>
</div>
<div class="rounded-2xl bg-[#F6F6F6] px-4 py-5 mt-5 text-[15px]">
<div class="flex items-center justify-between font-medium text-b2">
<span>Our current FX rate</span>
<span>¥1 = Rs.1.00240</span>
</div>
<div class="flex items-center justify-between font-medium text-b2">
<span>Additional fees</span>
<span>Our current FX rate</span>
</div>
</div>
<button class="mt-7 py-3.5 w-full button-primary">Send Money</button>
</div>
</div>
</div>
</section>
<!-- exchange rates -->
<section>
<div class="container rounded-[30px] bg-white py-20 xl:px-[60px] px-10 xl:flex items-center my-[30px]">
<div class="xl:w-1/2 xl:flex justify-start"><img src="./assets/images/better-rates.png" alt="Better Rates">
</div>
<div class="xl:w-1/2 xl:mt-0 mt-12">
<div class="heading2">It’s tough to find better rates elsewhere</div>
<div class="mt-8 body">Unbeatable exchange rates maximize your transfers. With Ocean Remit, your
money goes further</div>
</div>
</div>
</section>
<!-- no hidden fee -->
<section>
<div class="container rounded-[30px] bg-white py-20 xl:px-[60px] px-10 xl:flex items-center my-[30px]">
<div class="xl:w-1/2">
<div class="heading2">Easy Transactions with No Hidden Fees</div>
<div class="mt-8 body">Say goodbye to exorbitant fees. With Ocean Remit, enjoy highly competitive
rates and maximum value for your money.</div>
</div>
<div class="xl:w-1/2 mt-12 xl:mt-0 xl:flex justify-end">
<div class="relative">
<img src="./assets/images/no-hidden-fee.png" alt="No Hidden Fee">
<div
class="bg-white border border-stroke rounded-2xl p-5 w-fit absolute top-[20px] left-[20px]">
<span class="block text-b2 font-medium text-[15px] leading-5">Our current FX rate</span>
<span class="block text-b1 font-550 text-lg leading-5 mt-1">¥1 = Rs.1.00240</span>
</div>
<div
class="bg-white border border-stroke rounded-2xl p-5 w-fit absolute bottom-[20px] right-[20px]">
<span class="block text-b2 font-medium text-[15px] leading-5">Additional fees</span>
<span class="block text-b1 font-550 text-lg leading-5 mt-1">Rs. 10.00 Service fees</span>
</div>
</div>
</div>
</div>
</section>
<!-- security -->
<section>
<div class="container rounded-[30px] bg-white py-20 xl:px-[60px] px-10 xl:flex items-center my-[30px]">
<div class="xl:w-1/2 xl:flex justify-start"><img src="./assets/images/security.png" alt="Security"></div>
<div class="xl:w-1/2 xl:mt-0 mt-12">
<div class="heading2">Unrivaled Security for Your Peace of Mind</div>
<div class="mt-8 body">Top-tier encryption and stringent security measures protect your money. With
Ocean Remit, transfer with confidence</div>
</div>
</div>
</section>
<!-- transaction -->
<section>
<div class="container rounded-[30px] bg-white py-20 xl:px-[60px] px-10 xl:flex items-center my-[30px]">
<div class="xl:w-1/2">
<div class="heading2">Real-Time Tracking for Every Transaction</div>
<div class="mt-8 body">Follow your money's journey with our easy-to-use tracking feature. With Ocean
Remit, stay informed at every step</div>
</div>
<div class="xl:w-1/2 xl:flex justify-end xl:mt-0 mt-12">
<img src="./assets/images/tracking.png" alt="Real Time Tracking">
</div>
</div>
</section>
<!-- what customer says -->
<section class="my-[90px]">
<div class="container">
<div class="heading1">Here’s what our customer say</div>
<div class="mt-[50px] xl:flex items-center">
<div class="xl:w-1/2" id="photo">
<div class="xl:w-[90%] relative">
<img src="./assets/images/customer.png" class="h-full w-full rounded-[30px]" />
<div id="pagination" class="absolute left-[30px] bottom-[30px] flex gap-x-[5px]">
<div class="pagination --active"></div>
<div class="pagination"></div>
<div class="pagination"></div>
</div>
<div id="paginationChange"
class="h-[74] w-[74] text-white rounded-full flex items-center justify-center absolute right-[30px] bottom-[30px] bg-b1 p-6 text-2xl">
<i class="fa-sharp fa-solid fa-arrow-right"></i>
</div>
</div>
</div>
<div class="xl:w-1/2 xl:pl-[60px] mt-12 xl:mt-0">
<div>
<div class="font-550 xl:text-2xl leading-9 text-lg">
Ocean Remit has made it so easy for me to support my family back in Nepal. Their service
is
quick, easy, and I can trust that my money is secure. Their fees are so reasonable
compared
to other services, and the customer service is always ready to help. I couldn't ask for
a
better remittance service.
</div>
<div class="body mt-[15px]">
Hiroshi Tanaka, Osaka. Founder Chief Loremo
</div>
</div>
</div>
</div>
</div>
</section>
<!-- trusted business -->
<section class="bg-white">
<div class="container text-center py-[70px]">
<p class="font-450 text-xl">Tried, tested and trusted by hundreds of thousands of businesses</p>
<div class="mt-[30px] flex xl:flex-row flex-col items-center justify-center gap-10">
<img src="./assets/images/remittance-australia.png" alt="Remittance Australia" />
<img src="./assets/images/nimb.png" alt="Nepal Investment Bank" />
<img src="./assets/images/nic.png" alt="NIC" />
<img src="./assets/images/nimb.png" alt="Nepal Investment Bank" />
<img src="./assets/images/nic.png" alt="NIC" />
</div>
</div>
</section>
<!-- how to -->
<section class="bg-gradient-to-b from-background to-white pt-[93px] xl:pb-[85px] text-center">
<div class="container">
<p class="heading1">How to transfer money internationally?</p>
<div class="mt-10 xl:flex items-center justify-center gap-x-5">
<div
class="border border-stroke rounded-[20px] px-5 py-7 flex justify-center flex-col bg-white items-center xl:w-[23.5%] w-[70%] m-auto my-12">
<div
class="h-16 w-16 rounded-[21px] bg-primary text-white text-2xl flex justify-center items-center">
<img src="./assets/iconly/Add-User.png" alt="Add user">
</div>
<div class="font-550 text-xl mt-6">Create an account</div>
<div class="mt-3.5 font-450 text-b2 text-[15px] leading-7 h-28">
Register for an account with Ocean Remit. All you need is your email address to get started.
</div>
</div>
<div
class="border border-stroke rounded-[20px] px-5 py-7 flex justify-center flex-col bg-white items-center xl:w-[23.5%] w-[70%] m-auto my-12">
<div
class="h-16 w-16 rounded-[21px] bg-primary text-white text-2xl flex justify-center items-center">
<img src="./assets/iconly/Arrow---Up-Square.png" alt="Amount">
</div>
<div class="font-550 text-xl mt-6">Enter amount</div>
<div class="mt-3.5 font-450 text-b2 text-[15px] leading-7 h-28">
Decide on the amount you want to send and see our unbeatable exchange rates in real-time.
</div>
</div>
<div
class="border border-stroke rounded-[20px] px-5 py-7 flex justify-center flex-col bg-white items-center xl:w-[23.5%] w-[70%] m-auto my-12">
<div
class="h-16 w-16 rounded-[21px] bg-primary text-white text-2xl flex justify-center items-center">
<img src="./assets/iconly/Paper.png" alt="Recipient">
</div>
<div class="font-550 text-xl mt-6">Recipient Detail</div>
<div class="mt-3.5 font-450 text-b2 text-[15px] leading-7 h-28">
Provide the details of the person receiving the money in Nepal.
</div>
</div>
<div
class="border border-stroke rounded-[20px] px-5 py-7 flex justify-center flex-col bg-white items-center xl:w-[23.5%] w-[70%] m-auto my-12">
<div
class="h-16 w-16 rounded-[21px] bg-primary text-white text-2xl flex justify-center items-center">
<img src="./assets/iconly/Send.png" alt="Send">
</div>
<div class="font-550 text-xl mt-6">Confirm and Send</div>
<div class="mt-3.5 font-450 text-b2 text-[15px] leading-7 h-28">
Review the details, confirm your transaction, and hit send! Your money is on its way.
</div>
</div>
</div>
</div>
</section>
<!-- faq -->
<section>
<div class="my-[60px]">
<div class="container text-center">
<p class="font-medium text-b2">Need a little more help?</p>
<p class="heading1 mt-4">Ocean Remit FAQs</p>
<div class="mt-[60px] rounded-[10px] text-left">
<div class="faq-collaspe">
<div
class="flex gap-x-2 items-center justify-between p-5 border-b border-stroke cursor-pointer bg-white hover:bg-w2 question">
<p class="font-550 text-xl">What are the limits for money transfers?</p>
<span class="plus-icon"><i class="fa-solid fa-circle-plus"></i></span>
<span class="minus-icon hidden"><i class="fa-solid fa-circle-minus"></i></span>
</div>
<div
class="bg-white rounded-[10px] text-left h-0 overflow-hidden answer transition-all duration-700 ease-in-out">
<p class="p-5">
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor
incididunt ut labore et dolore magna aliqua.
Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip
ex ea
commodo consequat. Duis aute irure dolor in reprehenderit in voluptate
velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat
non
proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
</p>
</div>
</div>
<div class="faq-collaspe">
<div
class="flex gap-x-2 items-center justify-between p-5 border-t border-b border-stroke cursor-pointer bg-white hover:bg-w2 question">
<p class="font-550 text-xl">How long does it take for the money to arrive?</p>
<span class="plus-icon"><i class="fa-solid fa-circle-plus"></i></span>
<span class="minus-icon hidden"><i class="fa-solid fa-circle-minus"></i></span>
</div>
<div
class="bg-white rounded-[10px] text-left h-0 overflow-hidden answer transition-all duration-1000 ease-in-out">
<p class="p-5">
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor
incididunt ut labore et dolore magna aliqua.
Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip
ex ea
commodo consequat. Duis aute irure dolor in reprehenderit in voluptate
velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat
non
proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
</p>
</div>
</div>
<div class="faq-collaspe">
<div
class="flex gap-x-2 items-center justify-between p-5 border-t border-b border-stroke cursor-pointer bg-white hover:bg-w2 question">
<p class="font-550 text-xl">How can I track my transaction?</p>
<span class="plus-icon"><i class="fa-solid fa-circle-plus"></i></span>
<span class="minus-icon hidden"><i class="fa-solid fa-circle-minus"></i></span>
</div>
<div
class="bg-white rounded-[10px] text-left h-0 overflow-hidden answer transition-all duration-1000 ease-in-out">
<p class="p-5">
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor
incididunt ut labore et dolore magna aliqua.
Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip
ex ea
commodo consequat. Duis aute irure dolor in reprehenderit in voluptate
velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat
non
proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
</p>
</div>
</div>
<div class="faq-collaspe">
<div
class="flex gap-x-2 items-center justify-between p-5 border-t border-b border-stroke cursor-pointer bg-white hover:bg-w2 question">
<p class="font-550 text-xl">What are the fees for using Ocean Remit?</p>
<span class="plus-icon"><i class="fa-solid fa-circle-plus"></i></span>
<span class="minus-icon hidden"><i class="fa-solid fa-circle-minus"></i></span>
</div>
<div
class="bg-white rounded-[10px] text-left h-0 overflow-hidden answer transition-all duration-1000 ease-in-out">
<p class="p-5">
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor
incididunt ut labore et dolore magna aliqua.
Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip
ex ea
commodo consequat. Duis aute irure dolor in reprehenderit in voluptate
velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat
non
proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
</p>
</div>
</div>
<div class="faq-collaspe">
<div
class="flex gap-x-2 items-center justify-between p-5 border-t border-stroke cursor-pointer bg-white hover:bg-w2 question">
<p class="font-550 text-xl">Can I cancel a transaction?</p>
<span class="plus-icon"><i class="fa-solid fa-circle-plus"></i></span>
<span class="minus-icon hidden"><i class="fa-solid fa-circle-minus"></i></span>
</div>
<div
class="bg-white rounded-[10px] text-left h-0 overflow-hidden answer transition-[height,margin] duration-1000 ease-in-out">
<p class="p-5">
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor
incididunt ut labore et dolore magna aliqua.
Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip
ex ea
commodo consequat. Duis aute irure dolor in reprehenderit in voluptate
velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat
non
proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- send money -->
<section class="bg-primary">
<div class="container text-center text-white py-[65px]">
<p class="heading1 xl:px-[102px] leading-normal">Transfer money Internationally today with
Ocean Remit</p>
<p class="body mt-6">Check out our exchange rates</p>
<button class="mt-7 bg-white text-b1 px-3 py-2.5 rounded-[10px] text-[15px] leading-5">Send
Money</button>
</div>
</section>
<!-- footer -->
<section id="footer" class="bg-white pt-10 pb-3.5">
<div class="container">
<div class="xl:grid grid-cols-4">
<div>
<div class="text-[15px] font-550 mt-12 xl:mt-0">Services</div>
<div class="mt-4 flex flex-col gap-2.5">
<a href="#" class="font-450 text-sm text-b1">Send Money</a>
<a href="#" class="font-450 text-sm text-b1">Track Transactions</a>
<a href="#" class="font-450 text-sm text-b1">Check Rates</a>
</div>
</div>
<div>
<div class="text-[15px] font-550 mt-12 xl:mt-0">Company</div>
<div class="mt-4 flex flex-col gap-2.5">
<a href="about.html" class="font-450 text-sm text-b1">About us</a>
<a href="partner.html" class="font-450 text-sm text-b1">Become an Partner</a>
<a href="press-release.html" class="font-450 text-sm text-b1">Press Release</a>
<a href="#" class="font-450 text-sm text-b1">FAQs</a>
<a href="contact.html" class="font-450 text-sm text-b1">Contact us</a>
</div>
</div>
<div>
<div class="text-[15px] font-550 mt-12 xl:mt-0">Legal</div>
<div class="mt-4 flex flex-col gap-2.5">
<a href="#" class="font-450 text-sm text-b1">Terms and Condition</a>
<a href="#" class="font-450 text-sm text-b1">Privacy Policy</a>
<a href="#" class="font-450 text-sm text-b1">Policy on handling on personal information</a>
<a href="#" class="font-450 text-sm text-b1">Statement of Anti-Social Forces</a>
<a href="#" class="font-450 text-sm text-b1">Remittance Regulations</a>
<a href="#" class="font-450 text-sm text-b1">Declaration against Anti-Social Forces</a>
<a href="#" class="font-450 text-sm text-b1">Electronic Delivery</a>
</div>
</div>
<div>
<div class="text-[15px] font-550 mt-12 xl:mt-0">Contact Information</div>
<div class="mt-4 flex flex-col gap-2.5">
<span class="block font-450 text-sm">New Baneshwor, Kathmandu</span>
<a href="#" class="text-link font-450 text-sm">Locate on Map</a>
<a href="tel:+977 0000 000000" class="font-450 text-sm text-b1">+977 0000 000000</a>
</div>
<div class="text-[15px] font-550 mt-[30px]">Social</div>
<div class="mt-4 flex flex-col gap-2.5">
<a href="#" class="font-450 text-sm text-b1">Facebook</a>
<a href="#" class="font-450 text-sm text-b1">Twitter</a>
</div>
</div>
</div>
<div class="font-450 text-[13px] mt-3">Copyright ©️ Ocean Remit 2023</div>
</div>
</section>
</main>
</body>
<script src="./assets/scripts/main.js"></script>
</html>