-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathlegal.html
174 lines (147 loc) · 6.24 KB
/
legal.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Css file -->
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="legal.css">
<!-- Favicon -->
<link rel="shortcut icon" href="./images/favicon.jpg" type="image/x-icon">
<!-- Google font -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Lato&display=swap" rel="stylesheet">
<!-- Font awesome cdn link -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css"
integrity="sha512-z3gLpd7yknf1YoNbCzqRKc4qyor8gaKU1qmn+CShxbuBusANI9QpRohGBreCFkKxLhei6S9CQXFEbbKuqLg0DA=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<title>Wallet</title>
</head>
<body>
<nav>
<input type="checkbox" id="checking">
<label for="checking" class="toggle">
<i class="fa-solid fa-bars"></i>
</label>
<label for="">
<a href="index.html"><img src="./images/logo.png" alt=""></a>
</label>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="/about.html">About</a></li>
<li><a href="how-it-works.html">How it works</a></li>
<li><a href="service.html">Service</a></li>
<li><a href="contact.html">Contact</a></li>
<li class="dropdown">
<a href="#">Pages <i class="fa-solid fa-chevron-down"></i></a>
<ul>
<li><a href="blog.html">Blog</a></li>
<li><a href="service-details.html">Service Details</a></li>
<li><a href="faq.html">FAQs</a></li>
<li><a href="legal.html">Legal</a></li>
<li><a href="terms-conditions.html">Terms & condition</a></li>
<li><a href="privecy.html">Privery & policy</a></li>
</ul>
</li>
</ul>
<div id="user-account">
<a href="">Sign up</a>
<a href="">Login</a>
</div>
</nav>
<div class="about-header-text">
<h1>Legal And Compliance</h1>
<div class="about-page-instractor">
<li><a href="index.html">Home</a></li>
<li>/</li>
<li>Legal</li>
</div>
</div>
<main>
<section id="legal-parent">
<div class="legal-title-para">
<p>This section includes documents covering the legal terms that apply to various aspects of our
operation and services. All our subsidiaries will follow rules that are aligned with the
documentation presented below, adapted for the specifics of its particular jurisdiction.</p>
</div>
<div id="legal-items-container">
<div class="legal-item">
<a href="how-it-works.html">
<h2>Consumer Loan Procedures</h2>
</a>
<p>Terms and conditions that govern consumer loan services offered by us or our subsidiaries,
including general…</p>
</div>
<div class="legal-item">
<a href="terms-conditions.html">
<h2>Terms of use</h2>
</a>
<p>Terms and conditions that govern consumer loan services offered by us or our subsidiaries,
including general…</p>
</div>
<div class="legal-item">
<a href="privecy.html">
<h2>Privecy Policy</h2>
</a>
<p>Terms and conditions that govern consumer loan services offered by us or our subsidiaries,
including general…</p>
</div>
</div>
</section>
</main>
<footer>
<div id="footer-some-item-parent">
<div class="footer-some-single-item">
<h4>Service</h4>
<div class="footer-some-link">
<a href="#">Personal Loans</a>
<a href="#">Home Equity Loans</a>
<a href="#">Student Loans</a>
<a href="#">Mortgage Loans</a>
<a href="#">Payday Loans</a>
</div>
</div>
<div class="footer-some-single-item">
<h4>About</h4>
<div class="footer-some-link">
<a href="#">Benefits</a>
<a href="#">Careers</a>
<a href="#">Our Story</a>
<a href="#">Team</a>
</div>
</div>
<div class="footer-some-single-item">
<h4>Help</h4>
<div class="footer-some-link">
<a href="#">Contact Us</a>
<a href="#">FAQs</a>
</div>
</div>
<div class="footer-form footer-some-single-item">
<h4>Subscribe</h4>
<div class="footer-form-subscribe">
<input type="email" placeholder="Email address">
<i class="fa-solid fa-circle-arrow-right"></i>
</div>
<p>Lorem ipsum dolor sit amet, rdghds consetetur sadipscing elitr, sed diam nonumy eirmod tempor
invidunt ut labore et dolore magna aliquyam erat</p>
</div>
</div>
<div class="footer-company-connect">
<div>
<img src="./images/logo.png" alt="">
</div>
<div class="footer-company-termsconditions">
<a href="#">Privecy policy</a>
<a href="#">Terms & conditions</a>
</div>
<div class="footer-company-link-item">
<a href="#"><i class="fa-brands fa-linkedin-in"></i></a>
<a href="#"><i class="fa-brands fa-twitter"></i></a>
<a href="#"><i class="fa-brands fa-instagram"></i></a>
</div>
</div>
</footer>
</body>
</html>