-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathterms-and-conditions.html
298 lines (226 loc) · 17.5 KB
/
terms-and-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
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
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="keywords" content="codemistic,code,c++,java,python,tutorials,lessons,learn c++,learn java,learn python,free tutorials"/>
<meta name="description" content="Codemitic is the fastest-growing tech community in India. It provides tutorials, guidances, resources,updates,etc. related to technology and coding. This is an effort to build an thriving communityof coders and Entrepreneurs in India"/>
<meta charset="UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>Terms and Conditions</title>
<script data-ad-client="ca-pub-5352867889640158" async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-MCNC43J');</script>
<!-- End Google Tag Manager -->
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-YPTQSLH0XW"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-YPTQSLH0XW');
</script>
<!-- Favicon -->
<link rel="icon" type="img/png" href="favicon.png"/>
<!-- FONT AWESOME -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.13.1/css/all.css" integrity="sha384-xxzQGERXS00kBmZW/6qxqJPyxW3UR0BPsL4c8ILaIWXva5kFi7TxkIIaMiKtqV1Q" crossorigin="anonymous"/>
<!-- FONTS -->
<link href="https://fonts.googleapis.com/css2?family=Kalam:wght@700&family=Ubuntu&family=Varela+Round&display=swap" rel="stylesheet"/>
<!-- Bootstrap -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous"/>
<!-- CSS -->
<link rel="stylesheet" href="lang_styles.css"/>
</head>
<body>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-MCNC43J"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<!-- NAVIGATION BAR -->
<!-- <div class="container-fluid"> -->
<nav class="navbar fixed-top navbar-expand-xl navbar-dark">
<a class="navbar-brand" href="index.html">CODEMISTIC</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link" href="index.html">Home</a>
</li>
<!-- <li class="nav-item">
<a class="nav-link" href="#features">Features</a>
</li> -->
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button"
data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Tutorials
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="tutorials.html">All Tutorials</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="cpp.html">C++</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="python.html">Python</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="java.html">Java</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="dsa.html">Data Structure and Algorithms</a>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="campus.html">Campus Programme</a>
</li>
<!-- <li class="nav-item">
<a class="nav-link" href="https://docs.google.com/forms/d/e/1FAIpQLSc2O28YJpxQc6kh2tKpI_Lf5MwfwGXVnhMs0g5EEXobJ4Beeg/viewform?usp=sf_link" target="_blank">Contribute</a>
</li> -->
<li class="nav-item">
<a class="nav-link" href="team.html">Our Team</a>
</li>
<li class="nav-item">
<a class="nav-link" href="register.html">Join Our Community</a>
</li>
</ul>
</div>
</nav>
<!-- </div> -->
<br><br>
<div class="wrapperhome">
<h2><strong>Terms and Conditions</strong></h2>
<p>Welcome to CodeMistic! <br />
These terms and conditions outline the rules and regulations for the use of CodeMistic's Website, located at https://codemistic.in/. <br />
By accessing this website we assume you accept all these terms and conditions. Do not continue to use CodeMistic if you do not agree to take all of the terms and conditions stated on this page. <br />
<br />
The following terminology applies to these Terms and Conditions, Privacy Statement and Disclaimer Notice and each Agreements: "Client", "You" and "Your" refers to you, the person log on to this website and compliant to Company's terms and conditions. "The Company", "Ourselves", "We", "Our" and "Us", alludes the Company. "Party", "Parties", or "Us", indicates both the Client and ourselves. All terms ask the offer, acceptance and consideration of payment necessary to undertake the method of our assistance to the Client within the foremost appropriate manner for the express purpose of meeting the Client’s needs in respect of the provision provided by the Company’s stated services, in accordance with and subject to, prevailing law of India. Any use of the above terminology or other words in the singular, plural, capitalisation and/or he/she or they, are taken as interchangeable and thus refers to same.
We employ the use of cookies. By accessing CodeMistic, you agreed to use cookies in agreement with the CodeMistic's Privacy Policy.
Most interactive websites use cookies to allow us to get the user’s details for every visit. Cookies are employed by our website to enable the functionality of certain areas to make it easier for people visiting our website. Some of our affiliate or advertising partners can also use cookies.
<br />
Unless otherwise stated, CodeMistic and/or its licensors own the intellectual property rights for all material on CodeMistic. All intellectual property rights are reserved. You may access this from CodeMistic for your own personal use subjected to restrictions set in these terms and conditions.
<br />
You must not:<ul><li>
Republish material from CodeMistic</li>
<li>Sell, rent or sub-license material from CodeMistic</li>
<li>Reproduce, duplicate or copy material from CodeMistic</li>
<li>Redistribute content from CodeMistic </li>
</ul><br />
This Agreement shall begin on the date hereof.
<br />
Parts of this website offer a chance for users to post and exchange opinions and information in some certain areas of the website. CodeMistic does not filter, edit, publish or review Comments prior to their presence on the website. Comments do not reflect the views and opinions of CodeMistic,its agents and/or affiliates. Comments reflect the views and opinions of the one who post their views and opinions. To the extent permitted by applicable laws, CodeMistic shall not be liable for the Comments or for any liability, damages or expenses caused and/or suffered as a result of any use of and/or posting of and/or emergence of the Comments on this website.
<br />
CodeMistic reserves the right to watch all Comments and to get rid of any Comments which can be considered inappropriate, offensive or causes breach of these Terms and Conditions.
<br />
You warrant and speak to that:
<br />
You are qualified for post the Comments on our site and have every important permit and agrees to do as such;
The Comments don't attack any licensed innovation right, including without limitation copyright, patent or brand name of any third party; <br />
The Comments don't contain any abusive, hostile, offensive, revolting or in any case unlawful material which is an intrusion of privacy <br />
The Comments won't be used to request or promote business or custom or present business exercises or unlawful movement.<br />
You hence award CodeMistic a non-elite permit to use, reproduce, change and affirm others to use, copy and adjust any of your Comments in any structures, plans or media.
<br />
The following organisations may connect to our Website without earlier composed endorsement:
<br />
Government agencies<br />
Search engines<br />
News organizations<br />
Online catalog distributors may connect to our Website in a similar way as they hyperlink to the Websites of other recorded organizations<br />
System wide Accredited Businesses aside from requesting non-benefit organizations, noble cause shopping centers, and noble cause raising money bunches which may not hyperlink to our Website.
These organisations may connection to our home page, to publications or to other Website data as long as the connection:<br/> (a) isn't in any capacity misleading;<br/> (b) doesn't erroneously suggest sponsorship, underwriting or endorsement of the linking party and its products as well as services; and<br/> (c) fits in the context of the linking party’s site.
<br />
We may consider and affirm other connection requests from the accompanying sorts of organisation:
<br />
commonly-known consumer and/or business information sources;<br />
dot.in community sites;<br />
associations or other groups representing charities;<br />
online directory distributors;<br />
internet portals;<br />
accounting, law and consulting firms; and<br />
educational institutions and trade associations.<br />
We will approve link requests from these organisations in the event that we conclude that: <br/>(a) the link would not make us look ominously to ourselves or to our accredited businesses;<br/> (b) the organisation doesn't have any negative records with us; <br/>(c) the advantage to us from the visibility of the hyperlink compensates the absence of CodeMistic; and<br/> (d) the links is with regards to general asset data..
<br />
These organisations may connect to our home page as long as the connection: <br/>(a) isn't in any capacity misleading;<br/> (b) doesn't erroneously suggest sponsorship, underwriting or endorsement of the connecting party and its products or services; and <br/>(c) fits in the context of the connecting party’s site.
<br />
If you are one of the organisations listed in paragraph 2 above and are interested in linking to our website, you must inform us by sending an e-mail to CodeMistic. Please include your name, your organisation name, contact information as well as the URL of your site, a list of any URLs from which you plan to link to our Website, and a list of the URLs on our site to which you would wish to link. Wait 2-3 weeks for a response.
<br />
You are qualified for post the Comments on our site and have every important permit and agrees to do as such;
<br />
The Comments don't attack any licensed innovation right, including without constraint copyright, patent or brand name of any third party; <br />
The Comments don't contain any disparaging, hostile, offensive, profane or in any case unlawful material which is an invasion of privacy<br />
The Comments won't be used to request or advance business or custom or present business exercises or unlawful action.<br />
<br />
No use of CodeMistic's logo or other artwork going to be allowed for linking absent a trademark license agreement. <br />© Copyright : CodeMistic All Rights Reserved.</p>
</div>
<!-- Footer -->
<footer >
<div class="row footer" >
<div class="logo">
<img src="image.png" alt="" class="f-img">
<h5>LEARN CODE DISCUSS</h5>
</div>
<div class="footer-column ">
<ul class="footer-ul">
<li class="foot-header"><strong>CodeMistic</strong></li>
<a href="index.html" class="f-links">
<li class="f-li">Home</li>
</a>
<a href="team.html" class="f-links">
<li class="f-li">Our Team</li>
</a>
<a href="terms-and-conditions.html" class="f-links">
<li class="f-li">Terms of Service</li>
</a>
<a href="privacy-policy.html" class="f-links">
<li class="f-li">Privacy Policy</li>
</a>
</ul>
</div>
<div class="footer-column ">
<ul class="footer-ul ">
<li class="foot-header"><strong>LEARN</strong></li>
<a href="cpp.html" class="f-links">
<li class="f-li">C++</li>
</a>
<a href="java.html" class="f-links">
<li class="f-li">Java</li>
</a>
<a href="python.html" class="f-links">
<li class="f-li">Python</li>
</a>
<a href="dsa.html" class="f-links">
<li class="f-li">DSA</li>
</a>
</ul>
</div>
<div class="footer-column ">
<ul class="footer-ul ">
<li class="foot-header"><strong>CONTRIBUTE</strong></li>
<li class="f-li"><a href="https://docs.google.com/forms/d/e/1FAIpQLSduxk_aP9M1lqUAebQJwRXiVm2ukmdgv3T7gjBpOsr_gdeOcQ/viewform?usp=sf_link" class="f-links" target="_blank">Write an Article/Blog</a></li>
<li class="f-li"><a href="https://docs.google.com/forms/d/e/1FAIpQLSc2O28YJpxQc6kh2tKpI_Lf5MwfwGXVnhMs0g5EEXobJ4Beeg/viewform?usp=sf_link" class="f-links" target="_blank">Internships</a></li>
<li class="f-li"><a href="https://docs.google.com/forms/d/e/1FAIpQLSe9nr_Aw0fGIqm3_xWhqEzTr3UWdOFz-pvKpQvkAsosORYq9w/viewform?usp=sf_link" class="f-links" target="_blank">Videos</a></li>
<li class="f-li"><a href="https://docs.google.com/forms/d/e/1FAIpQLScOW3hJjxxwzPYL4u51oboc4T1aDtIUEIRa20hKPKu4UlcZAA/viewform?usp=sf_link" class="f-links" target="_blank">Donations/Funds</a></li>
</ul>
</div>
</div>
<div class="footer-links" style="text-align: center;">
<!-- <h7>Connect With Us</h7><br><br> -->
<a href="https://www.facebook.com/codemistic " target="_blank "><i class="icons fa-2x fab fa-facebook "
style="color:#12388b; "></i></a>
<a href="https://www.instagram.com/codemistic.in " target="_blank "><i class="icons fa-2x fab fa-instagram "
style="color:#e95950; "></i></a>
<a href="https://www.twitter.com/codemistic " target="_blank "><i class="icons fa-2x fab fa-twitter "
style="color:#8accf5; "></i></a>
<a href="https://www.linkedin.com/company/codemistic " target="_blank "><i
class="icons fa-2x fab fa-linkedin " style="color:#88b3ee; "></i></a>
<a href="https://t.me/codemistic " target="_blank "><i class="icons fa-2x fab fa-telegram "
style="color:#65adda; "></i></a>
<a href="https://www.youtube.com/channel/UCS1Iv_kkgQGDwoXtvrlwlag " target="_blank "><i
class="icons fa-2x fab fa-youtube " style="color:red; "></i></a>
<p class="foot mt-3">© Copyright : <strong>CodeMistic</strong> All Rights Reserved.</p>
</div>
</footer>
<!-- CSS Scripts -->
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js " integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj " crossorigin="anonymous "></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js " integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo " crossorigin="anonymous "></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js " integrity="sha384-OgVRvuATP1z7JjHLkuOU7Xw704+h835Lr+6QL9UvYjZE3Ipu6Tp75j7Bh/kR0JKI " crossorigin="anonymous "></script>
</body>
</html>