-
Notifications
You must be signed in to change notification settings - Fork 0
/
partner.html
335 lines (324 loc) · 20.7 KB
/
partner.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
<!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>Become a Partner | 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 class="body">
<!-- 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>
<!-- Become a Partner -->
<section>
<div class="container pt-[110px]">
<div class="text-center">
<p class="font-medium text-b2 tracking-wide uppercase">Become a Partner</p>
<p class="title mt-[15px]">Unlock New Opportunities</p>
<p class="mx-[15%] my-10 body">
Join our Remittance Partner Program to unlock new opportunities. Expand your reach, tap into a
global network, and offer secure and efficient remittance solutions. Collaborate with us to
drive growth and maximize your business potential.
</p>
<div class="my-10 flex items-center justify-center gap-x-4">
<button class="bg-b1 text-white px-2.5 py-3 rounded-[10px] font-550 text-[15px] leading-[20px]">
Get in touch
</button>
<button
class="bg-white text-b1 border border-b1 px-2.5 py-3 rounded-[10px] font-550 text-[15px] leading-[20px]">
Apply to become a partner
</button>
</div>
</div>
</div>
</section>
<!-- why ocean -->
<section class="xl:py-[70px] py-12">
<div class="container">
<p class="heading1 mt-[15px] mb-10 text-center">Unlock New Opportunities</p>
<div class="xl:grid grid-cols-3 gap-x-5">
<div class="bg-white shadow-[0_4px_32px_rgba(0,0,0,0.03)] p-4 rounded-[20px] m-12 xl:m-0 relative">
<p class="font-semibold text-[40px] leading-[52px] text-primary">10+ million</p>
<p class="mt-[11px] font-550 text-xl">Personal Users</p>
<p class="mt-[11px] mb-[51px] text-base leading-6">Drive, maximum value from your campaigns,
with hundred of thousand of new Retail users using
Ocean Remit.</p>
<div class="absolute text-primary bottom-[22px] right-[22px]">
<i class="fa-solid fa-chevron-right"></i>
</div>
</div>
<div class="bg-white shadow-[0_4px_32px_rgba(0,0,0,0.03)] p-4 rounded-[20px] m-12 xl:m-0 relative">
<p class="font-semibold text-[40px] leading-[52px] text-primary">500k+</p>
<p class="mt-[11px] font-550 text-xl">Business users</p>
<p class="mt-[11px] mb-[51px] text-base leading-6">Unlock maximum value from your campaigns,
with our growing base of Businness users.</p>
<div class="absolute text-primary bottom-[22px] right-[22px]">
<i class="fa-solid fa-chevron-right"></i>
</div>
</div>
<div class="bg-white shadow-[0_4px_32px_rgba(0,0,0,0.03)] p-4 rounded-[20px] m-12 xl:m-0 relative">
<p class="font-semibold text-[40px] leading-[52px] text-primary">200+</p>
<p class="mt-[11px] font-550 text-xl">Countries and regions supported</p>
<p class="mt-[11px] mb-[51px] text-base leading-6">We already work with hundreds of leading
affiliates across the world!</p>
<div class="absolute text-primary bottom-[22px] right-[22px]">
<i class="fa-solid fa-chevron-right"></i>
</div>
</div>
</div>
</div>
</section>
<!-- faq -->
<section>
<div class="my-[60px] text-base">
<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>
<!-- newsroom -->
<section>
<div class="container xl:my-28 mt-12 text-center">
<p class="heading1">More from our newsroom</p>
<div class="xl:grid grid-cols-3 gap-x-5 my-[50px]">
<div class="rounded-[20px] bg-white shadow-[0_4px_32px_rgba(0,0,0,0.03)] m-12 xl:m-0">
<div class="bg-b1 h-60 rounded-t-[20px]"></div>
<div class="p-5 text-left">
<p class="font-medium text-[15px] tracking-wide">January 20, 2023</p>
<p class="font-semibold text-base mt-2.5">Revision on the fees and exchange rate</p>
</div>
</div>
<div class="rounded-[20px] bg-white shadow-[0_4px_32px_rgba(0,0,0,0.03)] m-12 xl:m-0">
<div class="bg-b1 h-60 rounded-t-[20px]"></div>
<div class="p-5 text-left">
<p class="font-medium text-[15px] tracking-wide">January 20, 2023</p>
<p class="font-semibold text-base mt-2.5">Ocean Remit announces new partnership with NIC
Asia Bank</p>
</div>
</div>
<div class="rounded-[20px] bg-white shadow-[0_4px_32px_rgba(0,0,0,0.03)] m-12 xl:m-0">
<div class="bg-b1 h-60 rounded-t-[20px]"></div>
<div class="p-5 text-left">
<p class="font-medium text-[15px] tracking-wide">January 20, 2023</p>
<p class="font-semibold text-base mt-2.5 leading-7 h-[84px]">Annual Financial Statement</p>
</div>
</div>
</div>
<button
class="bg-b1 text-white px-2.5 py-3 rounded-[10px] my-10 font-550 text-[15px] leading-[20px]">Read
More</button>
</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>