-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout-jan15.html
49 lines (37 loc) · 3.72 KB
/
about-jan15.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About Approvideo</title>
<script src="header-content-jan15.js"></script> </head>
<body>
<div class="container mx-auto p-8">
<h1 class="text-3xl font-bold mb-6">About Approvideo</h1>
<h2 class="text-2xl font-semibold mb-4">Our Mission:</h2>
<p class="mb-6">[Your Network Name] is a non-profit educational platform dedicated to providing educators and learners with access to a curated collection of YouTube videos for educational purposes. We believe in the power of video to enhance teaching and learning, and we strive to create a supportive community where knowledge can be shared and explored.</p>
<h2 class="text-2xl font-semibold mb-4">Our Approach to Content:</h2>
<p class="mb-6">We carefully curate YouTube videos and organize them into subject-specific collections to support various educational needs. Our goal is to provide a valuable resource for educators seeking to integrate video content into their lessons and for learners seeking to expand their knowledge.</p>
<h2 class="text-2xl font-semibold mb-4">Fair Use and Copyright:</h2>
<p class="mb-6">We believe our use of YouTube videos falls within the principles of fair use, a legal doctrine that allows for the limited use of copyrighted material without permission from the copyright holder for purposes such as education, criticism, and commentary.</p>
<h3 class="text-xl font-medium mb-4">We adhere to the following guidelines to ensure our content aligns with fair use principles:</h3>
<ul class="list-disc pl-6 mb-6">
<li><strong>Transformative Use:</strong> We encourage users to engage with videos in a transformative way, such as adding commentary, analysis, or incorporating them into lesson plans.</li>
<li><strong>Educational Context:</strong> Videos are presented within a clear educational context, supporting teaching, learning, and research.</li>
<li><strong>Attribution:</strong> We provide clear attribution to the original YouTube creators, including channel names, video titles, and direct links to the original videos.</li>
<li><strong>Limited Use:</strong> We use thumbnails to represent subjects and guide users to relevant content, not to replace the full videos.</li>
</ul>
<h2 class="text-2xl font-semibold mb-4">Disclaimer:</h2>
<p class="mb-6">While we believe our practices comply with fair use principles, we cannot guarantee that every use of a YouTube video on our platform will be considered fair use. Users are responsible for their use of copyrighted materials and should comply with YouTube's terms of service.</p>
<h2 class="text-2xl font-semibold mb-4">Our Commitment to Education:</h2>
<p class="mb-6">[Your Network Name] is committed to providing a safe and valuable educational resource. We believe in the power of open access to information and strive to create a platform that fosters learning, collaboration, and respect for copyright.</p>
<h2 class="text-2xl font-semibold mb-4">Learn More:</h2>
<ul class="list-disc pl-6 mb-6">
<li><a href="[Link to U.S. Copyright Office Fair Use Index]" target="_blank" rel="noopener">U.S. Copyright Office Fair Use Index</a></li>
<li><a href="[Link to Stanford University Libraries Copyright & Fair Use Overview]" target="_blank" rel="noopener">Stanford University Libraries Copyright & Fair Use Overview</a></li>
</ul>
<h2 class="text-2xl font-semibold mb-4">Contact Us:</h2>
<p class="mb-6">If you have any questions or concerns about our content or copyright practices, please contact us at <a href="mailto:[your email address]">[your email address]</a>.</p>
</div>
</body>
</html>