-
Notifications
You must be signed in to change notification settings - Fork 1
/
terms-conditions.html
183 lines (160 loc) · 7.61 KB
/
terms-conditions.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
<!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="terms-conditions.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>
<main>
<div class="about-header-text">
<h1>Terms & Conditions</h1>
<div class="about-page-instractor">
<li><a href="index.html">Home</a></li>
<li>/</li>
<li>Terms</li>
</div>
</div>
<section id="terms-parent">
<div class="terms-child-one">
<h1>The Use Of The Information</h1>
<div>
<p>You cannot remove the copyright link to Gethugothemes without buying the license.</p>
<p>Themefisher is not responsible for you not receiving your Theme/Template if you to provide a
order to understand valid email or for technical issues outside our control.</p>
</div>
</div>
<div class="terms-child-one">
<h1>Application processing</h1>
<div>
<p>You are most welcome to share our themes with your clients/friends, but please share our license
with them so that they can be aware of our copyrights.</p>
</div>
</div>
<div class="terms-child-one">
<h1>What Service We Render</h1>
<div>
<li>We collect certain identifying personal data when you sign up to our Service such as your ,
email address, PayPal address (if different from email address), and telephone number. The
personal data we collect you is disclosed only in accordance with our Terms of Service and/or
this Privacy Policy.Conclude collects Slack account and access information from Users for the
purposes of connecting to and the Slack API and to authenticate to information on</li>
<p>You cannot remove the copyright link to Gethugothemes without buying the license.</p>
<p>Themefisher is not responsible for you not receiving your Theme/Template if you fail to provide a
valid email or for technical issues outside our control.</p>
<p>You are most welcome to share our themes with your clients/friends, but please share our license
with them so that they can be aware of our copyrights.</p>
</div>
</div>
<div class="terms-child-one">
<h1>Intellectual Property Rights</h1>
<div>
<p>You cannot remove the copyright link to Gethugothemes without buying the license.</p>
<p>You have the right to use the themes for personal and commercial project(s).</p>
<p>You cannot resell, redistribute, or sub-license any of Gethugothemes’s themes.</p>
<p>You can host Gethugothemes’s template to your website with full author credit</p>
<p>You are most welcome to share our themes with your clients/friends, but please share our license
with them so that they can be aware of our copyrights.</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>