-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
159 lines (148 loc) · 8.44 KB
/
contact.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
<!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>Contact Us | 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>
<!-- What’s in the news? -->
<section>
<div class="container pt-[110px] mt-[100px]">
<div class="text-center">
<p class="font-medium text-b2 tracking-wide uppercase">What’s in the news?</p>
<p class="title mt-[15px]">
<span class="block">We’re here to help.</span>Contact us
</p>
<p class="my-10 body mx-[15%]">Stay informed with industry updates, trends, and regulatory changes. Get the latest on innovative technologies and stay ahead in the evolving remittance landscape.</p>
</div>
</div>
</section>
<!-- form -->
<section>
<div class="container my-[60px]">
<div class="border border-b2 rounded-[15px] p-10 mx-[15%] bodysmall">
<div class="form-group border-b2 border-b rounded-bl-[20px] pt-2 my-10">
<label for="name">What’s your name?</label>
<input type="text" name="name" class="w-full bg-transparent ml-2.5 mt-2.5 outline-none" id="name">
</div>
<div class="form-group border-b2 border-b rounded-bl-[20px] pt-2 my-10">
<label for="email">Your email</label>
<input type="email" name="email" class="w-full bg-transparent ml-2.5 mt-2.5 outline-none" id="email">
</div>
<div class="form-group border-b2 border-b rounded-bl-[20px] pt-2 my-10">
<label for="message">What can we help you with?</label>
<textarea name="message" id="message" cols="30" rows="5" class="w-full bg-transparent ml-2.5 mt-2.5 outline-none"></textarea>
</div>
<button class="mt-20 text-white bg-b1 px-5 py-2.5 font-550 rounded-[10px] text-[15px] leading-5">Send</button>
</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>