-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patht&c.html
More file actions
178 lines (159 loc) · 9.67 KB
/
t&c.html
File metadata and controls
178 lines (159 loc) · 9.67 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
<!doctype html>
<html lang="en" data-bs-theme="dark">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>NoteWithCode</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet">
<link href="style.css" rel="stylesheet">
</head>
<body>
<!-- NAV START HERE -->
<nav class="navbar navbar-expand-lg bg-body-tertiary">
<div class="container-fluid">
<a class="navbar-brand" href="#">NoteWithCode <span class="text-danger"></></span></a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarText" aria-controls="navbarText" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarText">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="about.html">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contact.html">Contact</a>
</li>
</ul>
<span class="navbar-text">
Made By Bikash Shaw ❤️
</span>
</div>
</div>
</nav>
<!-- NAV ENDS HERE -->
<!-- SLIDE CAROUSEL START HERE -->
<div class="small-divider"></div>
<div id="carouselExampleDark" class="carousel carousel-dark slide" data-bs-ride="carousel" data-bs-interval="2500">
<div class="carousel-indicators">
<button type="button" data-bs-target="#carouselExampleDark" data-bs-slide-to="0" class="active" aria-current="true" aria-label="Slide 1"></button>
<button type="button" data-bs-target="#carouselExampleDark" data-bs-slide-to="1" aria-label="Slide 2"></button>
<button type="button" data-bs-target="#carouselExampleDark" data-bs-slide-to="2" aria-label="Slide 3"></button>
</div>
<div class="carousel-inner">
<div class="carousel-item active">
<img src="IMG/SLIDE 1.jpg" class="d-block w-100" alt="Slide 1" height="450px">
<div class="carousel-caption d-md-block">
<h5>Study Smart, Not Hard</h5>
<p>It's not about how much you study, but how well you understand.</p>
</div>
</div>
<div class="carousel-item">
<img src="IMG/SLIDE 2.jpg" class="d-block w-100" alt="Slide 2" height="450px">
<div class="carousel-caption d-md-block">
<h5>Time Management</h5>
<p>The key is in not spending time, but in investing it.</p>
</div>
</div>
<div class="carousel-item">
<img src="IMG/SLIDE 3.jpg" class="d-block w-100" alt="Slide 3"height="450px">
<div class="carousel-caption d-md-block">
<h5>Exam Strategies</h5>
<p>Don't stress, do your best, forget the rest.</p>
</div>
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#carouselExampleDark" data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#carouselExampleDark" data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
<div class="small-divider"></div>
<!-- SLIDE CAROUSEL ENDS HERE -->
<!-- SITE ALERTS START HERE -->
<div class="heading">Terms<span class="text-danger"> & </span>Conditions</div>
<!-- SITE ALERTS ENDS HERE -->
<!-- MAIN BODY CONTENTS START HERE -->
<div class="container-sm">
<p class="card-text"></p>Welcome to NoteWithCode! By using our website <a href="index.html" style="text-decoration: none;"><span class="text-danger">(NoteWithCode)</span></a>, you agree to these terms. If you disagree, kindly refrain from using our services.</p>
<span class="bolder">Introduction :</span><p class="card-text"></p>NoteWithCode is an educational platform designed to provide resources and support for students. By using our services, you agree to comply with these terms, ensuring a fair and respectful experience for all users.</p>
<span class="bolder">Acceptance of Terms :</span><p class="card-text"></p>By accessing or using our website, you acknowledge that you have read, understood, and agreed to be bound by these terms. We reserve the right to modify these terms at any time. Continued use of the website after updates indicates acceptance of the revised terms.</p>
<span class="bolder">Eligibility :</span><p class="card-text"></p>Professionally written and well-researched assignments tailored to your requirements.</p>
<ul style="text-align: start;">
<li>Be at least 13 years old. Users under 18 must have parental or legal guardian consent.</li>
<li>Comply with all applicable laws and regulations while using the website.</li>
<li>Not be barred from using our services under any applicable laws.</li>
</ul>
<span class="bolder">User Responsibilities :</span><p class="card-text"></p>Users of NoteWithCode agree to:</p>
<ul style="text-align: start;">
<li>Use the website only for educational and lawful purposes.</li>
<li>Respect copyright laws and not redistribute, copy, or modify any content without permission.</li>
<li>Avoid posting harmful, misleading, offensive, or illegal content.</li>
<li>Maintain the confidentiality of account credentials and report any unauthorized access immediately</li>
<li>Not engage in hacking, fraud, or activities that disrupt the platform's functionality.</li>
</ul>
<span class="bolder">Intellectual Property Rights :</span><p class="card-text"></p>All content on NoteWithCode, including text, images, logos, and software, is the property of Academic and NoteWithCode and Note or its licensors and is protected by copyright, trademark, and intellectual property laws. Users are not allowed to:</p>
<ul style="text-align: start;">
<li>Copy, distribute, or modify content without prior written permission.</li>
<li>Use the platform’s name, logo, or branding for unauthorized purposes.</li>
<li>Claim ownership of any proprietary material provided on the platform.</li>
</ul>
<span class="bolder">Privacy Policy Reference :</span><p class="card-text"></p>We value your privacy. Our Privacy Policy explains how we collect, use, and protect your personal data. By using NoteWithCode, you also agree to our Privacy Policy. Please review it to understand how your information is handled.</p>
<span class="bolder">Payment & Refund Policy :</span></p>
<ul style="text-align: start;">
<li>If any paid services are offered, full payment must be made before access is granted.</li>
<li>Refunds are subject to the terms outlined in our refund policy, available on the relevant service page.</li>
<li>NoteWithCode reserves the right to change pricing or fees at any time, with prior notice to users.</li>
<li>Unauthorized or fraudulent transactions will result in the termination of services and possible legal action.</li>
</ul>
<span class="bolder">Limitation of Liability :</span><p class="card-text"></p>NoteWithCode is provided "as is" without warranties of any kind. We do not guarantee:</p>
<ul style="text-align: start;">
<li>Continuous, uninterrupted access to the website.</li>
<li>Absolute accuracy or reliability of the content.</li>
<li>That the platform will be free from errors, viruses, or security vulnerabilities.</li>
</ul>
<span class="bolder">Changes to Terms :</span><p class="card-text"></p>We may update these Terms & Conditions periodically. Users will be notified of significant changes. Continued use after modifications indicates acceptance of the new terms.</p>
<a href="contact.html" class="btn btn-danger">Contact Us</a>
</div>
<div class="card-footer text-body-secondary text-align"><span class="text-danger"></></span>
This site is developed by 'Bikash Shaw' only for Educational Purpose
</div>
</div>
</div>
<!-- MAIN BODY CONTENTS ENDS HERE -->
<!-- FOOTER START HERE -->
<div class="card text-center">
<div class="card-header">
<ul class="nav nav-tabs card-header-tabs">
<li class="nav-item">
<a class="nav-link active" aria-current="true" href="#">More</a>
</li>
<li class="nav-item">
<a class="nav-link text-danger" href="faq.html">FAQ</a>
</li>
<li class="nav-item">
<a class="nav-link text-danger" href="donation.html">Donation</a>
</li>
<li class="nav-item">
<a class="nav-link text-danger" href="https://www.linkedin.com/in/bikash-shaw-a97103318/">LinkedIn</a>
</li>
</ul>
</div>
<div class="card-body">
<h5 class="card-title">Why Choose Us ?</h5>
<p class="card-text">Choose us for affordable, high-quality academic support, including
notes, PDFs, assignments, reports, PPTs, and custom services, all
designed to save you time and help you succeed.</p>
<a href="t&c.html" class="btn btn-danger">Terms & Conditions</a>
</div>
</div>
<!-- FOOTER ENDS HERE -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js"></script>
</body>
</html>