-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathterms.html
More file actions
241 lines (191 loc) · 10.1 KB
/
Copy pathterms.html
File metadata and controls
241 lines (191 loc) · 10.1 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>Access Mail - Access Job </title>
<meta content="Access Mail connects you directly with top executives and decision-makers through their email addresses. Whether you're looking for a job, expanding your network, or reaching out for business opportunities, we provide the tools you need to succeed." name="description">
<meta content="Access Mail, email contacts, executive emails, networking, job search, business contacts, professional connections, direct communication, career success, corporate networking" name="keywords">
<!-- Favicons -->
<link href="assets/img/logo.jpg" rel="icon">
<link href="assets/img/apple-touch-icon.png" rel="apple-touch-icon">
<!-- Fonts -->
<link href="https://fonts.googleapis.com" rel="preconnect">
<link href="https://fonts.gstatic.com" rel="preconnect" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet">
<!-- Vendor CSS Files -->
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
<link href="assets/vendor/aos/aos.css" rel="stylesheet">
<link href="assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet">
<link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet">
<!-- Main CSS File -->
<link href="assets/css/main.css" rel="stylesheet">
<style>
/* Container and Layout */
body {
font-family: 'Arial', sans-serif;
background-color: #f7f7f7;
color: #333;
}
.termscontainer {
padding: 50px 0;
margin-top: 30px;
}
.container {
max-width: 1140px;
margin: 0 auto;
padding: 0 15px;
}
h2 {
font-size: 36px;
font-weight: 600;
text-align: center;
margin-bottom: 30px;
}
h4 {
font-size: 20px;
font-weight: bold;
margin-top: 20px;
margin-bottom: 10px;
}
p, li {
font-size: 16px;
line-height: 1.6;
}
.container ul {
list-style: disc;
padding-left: 20px;
}
.btn-getstarted {
background-color: #007bff;
color: white;
padding: 10px 20px;
border-radius: 5px;
text-decoration: none;
}
.btn-getstarted:hover {
background-color: #0056b3;
color: #fff;
}
.text-center {
text-align: center;
}
/* Responsive Design */
@media (max-width: 768px) {
h2 {
font-size: 28px;
}
p, ul li {
font-size: 14px;
}
.navmenu ul {
flex-direction: column;
gap: 10px;
}
}
</style>
<body class="index-page">
<header id="header" class="header d-flex align-items-center sticky-top glass-effect" style="padding:0px">
<div class="container-fluid container-xl position-relative d-flex align-items-center">
<a href="index.html" class="logo d-flex align-items-center me-auto">
<!-- Uncomment the line below if you also wish to use an image logo -->
<!-- <img src="assets/img/logo.png" alt=""> -->
<img src="assets/img/logo.png" alt="logo" class="logo">
</a>
<nav id="navmenu" class="navmenu">
<ul>
<li><a href="index.html#hero" class="active" >Home<br></a></li>
<li><a href="index.html#services" >Services</a></li>
<li><a href="index.html#pricing" >Pricing</a></li>
<li><a href="index.html#testimonials" >Testimonials</a></li>
<li><a href="index.html#about" >About us</a></li>
<li><a href="index.html#faq" >F.A.Q</a></li>
<li><a href="#footer" >Contact</a></li>
</ul>
<i class="mobile-nav-toggle d-xl-none bi bi-list"></i>
</nav>
</div>
</header>
<!-- Terms and Conditions Content -->
<main id="main" class="main">
<section id="terms" class="terms py-5 termscontainer">
<div class="container">
<h2>Terms and Conditions</h2>
<p>Last updated: 09/08/2024</p>
<p>Welcome to Accessmails. By using our services, you agree to the following Terms and Conditions. Please read them carefully before using our website and services.</p>
<h4>1. Acceptance of Terms</h4>
<p>By accessing or using Accessmails, you agree to be bound by these Terms and Conditions and our Privacy Policy. If you do not agree with any part of these terms, you must stop using the website.</p>
<h4>2. Services Provided</h4>
<p>Accessmails provides access to email addresses of founders and co-founders of startup companies. Our services also include resume samples, email templates, and other career-related resources. These resources are delivered via email after a one-time payment. We do not offer any subscription-based services, and we do not guarantee job placement or interview offers.</p>
<h4>3. User Responsibilities</h4>
<ul>
<li>You are responsible for providing accurate and up-to-date information when making a purchase.</li>
<li>You agree to use the email addresses provided only for legitimate job-seeking purposes.</li>
<li>You must not misuse our services for any illegal or unauthorized purpose.</li>
<li>You agree not to share, sell, or redistribute the resources provided by Accessmails.</li>
</ul>
<h4>4. Payment and Delivery</h4>
<p>Accessmails operates on a one-time payment basis. After successful payment, the purchased resources (such as email lists, resume samples, and templates) will be delivered via email. No subscription or recurring payments are involved.</p>
<h4>5. Refund Policy</h4>
<p>Refunds are provided only if the product is not delivered after a successful purchase. Once the resources have been delivered, no refunds will be issued unless there is a failure in service delivery.</p>
<h4>6. Intellectual Property</h4>
<p>All content, materials, logos, and designs provided by Accessmails are the intellectual property of Accessmails. You may not copy, distribute, or create derivative works from this content without explicit permission.</p>
<h4>7. Limitation of Liability</h4>
<p>Accessmails is not liable for any indirect, incidental, or consequential damages resulting from the use of our services. We do not guarantee job placement or interview outcomes.</p>
<h4>8. Termination of Service</h4>
<p>We reserve the right to terminate or suspend your access to our services at any time if we determine that you have violated these Terms and Conditions.</p>
<h4>9. Governing Law</h4>
<p>These Terms and Conditions are governed by and construed in accordance with the laws of India. Any disputes will be resolved in Maharashtra, India.</p>
<h4>10. Changes to Terms</h4>
<p>Accessmails reserves the right to modify these Terms and Conditions at any time. Any changes will be posted on this page, and your continued use of the service constitutes acceptance of the updated terms.</p>
</div>
</section>
</main>
<footer id="footer" class="footer">
<div class="container">
<div class="row">
<div class="col-lg-4 col-md-6 footer-contact">
<h3><img src="assets/img/logo.png" alt="AccessMail Logo" style="max-width: 150px;"></h3>
<p>A108 Adam Street<br>New Delhi, 535022<br>India<br> <strong>Email:</strong> support@accessmails.in<br></p>
</div>
<div class="col-lg-4 col-md-6 footer-links">
<h4>Useful Links</h4>
<ul>
<li><i class="bi "></i> <a href="index.html#home">Home</a></li>
<li><i class="bi "></i> <a href="index.html#about">About Us</a></li>
<li><i class="bi "></i> <a href="index.html#services">Services</a></li>
<li><i class="bi "></i> <a href="index.html#pricing">Pricing</a></li>
<li><i class="bi "></i> <a href="index.html#faq">FAQ</a></li>
<li><i class="bi "></i> <a href="Privacy.html">Privacy Policy</a></li>
<li><i class="bi"></i> <a href="c.html">Refund Policy</a></li>
</ul>
</div>
<div class="col-lg-4 col-md-6 footer-links">
<h4>Follow Us</h4>
<div class="social-links mt-3">
<a href="https://www.linkedin.com/company/accessmails/" class="linkedin"><i class="bi bi-linkedin"></i></a>
</div>
</div>
</div>
<div class="text-center mt-4">
<p>© <span>Copyright</span> <strong>@AccessMails</strong> <span>All Rights Reserved</span></p>
<p><a href="Privacy.html">Privacy Policy</a> | <a href="terms.html">Terms of Service</a></p>
</div>
</div>
</footer>
<!-- Scroll Top -->
<a href="#" id="scroll-top" class="scroll-top d-flex align-items-center justify-content-center"><i class="bi bi-arrow-up-short"></i></a>
<!-- Vendor JS Files -->
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<script src="assets/vendor/aos/aos.js"></script>
<script src="assets/vendor/glightbox/js/glightbox.min.js"></script>
<script src="assets/vendor/purecounter/purecounter_vanilla.js"></script>
<script src="assets/vendor/swiper/swiper-bundle.min.js"></script>
<script src="assets/vendor/imagesloaded/imagesloaded.pkgd.min.js"></script>
<script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<!-- Main JS File -->
<script src="assets/js/main.js"></script>
</body>
</html>