forked from PriyaGhosal/SkillWise
-
Notifications
You must be signed in to change notification settings - Fork 0
/
copy.html
176 lines (133 loc) · 6.09 KB
/
copy.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!--
- primary meta tags
-->
<title>SkillWise</title>
<meta name="title" content="SkillWise">
<meta name="description" content="This is a education html template made by Priya Ghosal">
<!--
- favicon
-->
<link rel="shortcut icon" href="./favicon.svg" type="image/svg+xml">
<!--
- custom font link
-->
<link rel="stylesheet" href="./assets/font/font.css">
<!--
- custom css link
-->
<link rel="stylesheet" href="./assets/css/style.css">
<!--
- preload images
-->
<link rel="preload" as="image" href="./assets/images/hero-banner.png">
<link rel="preload" as="image" href="./assets/images/hero-bg.png">
</head>
<body>
<!--
- PRELOADER
-->
<div class="preloader" data-preloader>
<div class="circle" data-circle></div>
</div>
<!--
- #HEADER
-->
<header class="header" data-header>
<div class="container">
<a>
<img src="./assets/images/Skillwise_logo.jpg" width="50" height="10" alt="SkillWise home">
</a>
<nav class="navbar" data-navbar>
<div class="navbar-top">
<a >
<img src="./assets/images/Skillwise_logo.jpg" width="50" height="10" alt="SkillWise home">
</a>
<button class="nav-close-btn" aria-label="close menu" data-nav-toggler>
<ion-icon name="close-outline" aria-hidden="true"></ion-icon>
</button>
</div>
<ul class="navbar-list">
<li class="navbar-item">
<a href="./index.html" class="navbar-link title-sm" data-nav-link>Home</a>
</li>
<li class="navbar-item">
<a href="./index.html#courses" class="navbar-link title-sm" data-nav-link>Courses</a>
</li>
<li class="navbar-item">
<a href="./index.html#blog" class="navbar-link title-sm" data-nav-link>Blog</a>
</li>
<li class="navbar-item">
<a href="./index.html#contact" class="navbar-link title-sm" data-nav-link>Contacts</a>
</li>
</ul>
</nav>
<a href="./signin.html" class="btn btn-secondary">Start Free Trial</a>
<button class="nav-open-btn" aria-label="open menu" data-nav-toggler>
<ion-icon name="menu-outline" aria-hidden="true"></ion-icon>
</button>
<div class="overlay" data-overlay data-nav-toggler></div>
</div>
</header>
<br><br><br><br><br>
<main>
<section class="policy-section">
<div class="container">
<h2 class="headline-md section-title">
Copyright Policy
</h2>
<p class="title-md">At SkillWise, we respect intellectual property rights and strive to protect them. By using our platform, you agree to follow this policy. Please read the following points carefully:</p>
<br>
<div class="policy-content">
<h2 class="title-md">1. Ownership of Content</h2>
<p>All content on SkillWise, including text, images, and media, is owned by SkillWise or its content partners. This content is protected by international copyright laws.</p>
<br>
<h2 class="title-md">2. User-Generated Content</h2>
<p>Users must own the copyright to the material they upload or have obtained permission to use it. By uploading content, you grant SkillWise a non-exclusive, worldwide license to use it on our platform.</p>
<br>
<h2 class="title-md">3. Copyright Infringement</h2>
<p>We take copyright violations seriously. If you believe content on SkillWise infringes your rights, please notify us. We'll take necessary actions, including removing the content if required.</p>
<br>
<h2 class="title-md">4. Reporting Copyright Violations</h2>
<p>To report a violation, include the following in your notice: a description of the copyrighted work, the infringing content’s location (URL), your contact information, and a statement of good faith belief in the violation.</p>
<br>
<h2 class="title-md">5. Fair Use and Educational Purpose</h2>
<p>We respect fair use doctrine. Users must ensure their use of copyrighted materials aligns with fair use principles, especially when utilizing content for educational purposes.</p>
<br>
<h2 class="title-md">6. License to Access and Use</h2>
<p>Content on SkillWise is licensed for personal, non-commercial use. Redistribution or modification of the content without permission from SkillWise or the copyright holder is prohibited.</p>
<br>
<h2 class="title-md">7. DMCA Compliance</h2>
<p>SkillWise complies with the DMCA and responds to valid DMCA takedown notices. Repeat infringers may be banned from our platform.</p>
<br>
<h2 class="title-md">8. Copyright Dispute Resolution</h2>
<p>In case of disputes, we encourage amicable resolution. However, SkillWise reserves the right to remove disputed content while an investigation is underway.</p>
<br>
<h2 class="title-md">9. User Responsibilities</h2>
<p>Users are responsible for ensuring their use of content complies with copyright laws. Unauthorized copying or distribution of materials is not allowed.</p>
<br>
<h2 class="title-md">10. Policy Modifications</h2>
<p>SkillWise may update this policy periodically. We recommend users check this page regularly to stay informed of any changes. Continued use of the platform after changes implies acceptance of the updated policy.</p>
<br>
</div>
</div>
</section>
<br><br>
</main>
<br><br><br><br><br>
<!--
- custom js link
-->
<script src="./assets/js/script.js"></script>
<!--
- ionicon
-->
<script type="module" src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.esm.js"></script>
<script nomodule src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.js"></script>
</body>
</html>