-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcla.html
More file actions
95 lines (83 loc) · 4 KB
/
Copy pathcla.html
File metadata and controls
95 lines (83 loc) · 4 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>CLA - harper</title>
<link rel="stylesheet" href="assets/styles.css?v=28">
<script>document.documentElement.classList.add('js');</script>
</head>
<body>
<aside class="sidebar">
<div class="sidebar-logo">
<a href="index.html"><img src="https://avatars.githubusercontent.com/u/203538727?s=400&v=4" alt="Harper"></a>
<a href="index.html" style="text-decoration:none"><span>harper</span></a>
</div>
<div class="sidebar-section mobile-nav">
<h3>Navigate</h3>
<nav class="sidebar-nav">
<a href="index.html">Home</a>
<a href="welcome.html">Welcome</a>
<a href="legal.html">Legal</a>
<a href="cla.html">CLA</a>
</nav>
</div>
<div class="sidebar-section">
<h3>Team</h3>
<div class="sidebar-team">
<a href="https://github.com/bniladridas"><img src="https://avatars.githubusercontent.com/u/125604915?s=400&v=4" alt="Lead"></a>
<a href="https://github.com/harper-dev-hq"><img src="https://avatars.githubusercontent.com/u/236089746?s=400&v=4" alt="Bug"></a>
<a href="https://github.com/harper-rel-hq"><img src="https://avatars.githubusercontent.com/u/237646224?s=400&v=4" alt="Release"></a>
</div>
</div>
<div class="sidebar-section">
<h3>Links</h3>
<nav class="sidebar-nav">
<a href="https://github.com/harpertoken">GitHub</a>
<a href="https://hub.docker.com/u/harpertoken">Docker</a>
<a href="https://huggingface.co/harpertoken">HuggingFace</a>
</nav>
</div>
</aside>
<main class="main-content">
<header>
<h1>CLA</h1>
<p class="tagline">Contributor License Agreement</p>
<button id="theme-toggle" class="theme-button">Theme: Light</button>
</header>
<div class="content-grid">
<div class="content-card">
<h2>Overview</h2>
<p>By contributing to this project, you agree to the following terms. This CLA is a legal document outlining the rights and obligations between contributors and project owners.</p>
</div>
<div class="content-card">
<h2>Grant of License</h2>
<p>You grant a perpetual, worldwide, non-exclusive, royalty-free license to use, reproduce, modify, distribute, and display your contributions.</p>
</div>
<div class="content-card">
<h2>Ownership</h2>
<p>You retain full ownership of your contributions. You grant the project owners the right to use your contributions as part of this project.</p>
</div>
<div class="content-card">
<h2>Representations</h2>
<p>You represent that you are the rightful owner or have obtained all necessary permissions to submit your contributions.</p>
</div>
<div class="content-card">
<h2>Disclaimer</h2>
<p>Your contributions are provided without warranty. Project owners are not liable for any damages arising from your contributions.</p>
</div>
<div class="content-card">
<h2>How It Works</h2>
<p>When you submit a pull request, the CLA bot checks if your GitHub username is on the approved list. Contact <a href="mailto:harpertoken@icloud.com">harpertoken@icloud.com</a> to be added.</p>
</div>
</div>
<div id="modal" class="modal">
<div class="modal-content">
<span class="close">×</span>
<p id="modal-text"></p>
</div>
</div>
</main>
<script src="assets/script.js?v=8"></script>
</body>
</html>