-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathrules.html
251 lines (212 loc) · 13.4 KB
/
rules.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>OSS — IIT Dharwad</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="shortcut icon" href="./images/oss_logo.png" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Nunito+Sans:200,300,400,700,900|Roboto+Mono:300,400,500">
<link rel="stylesheet" href="fonts/icomoon/style.css">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/magnific-popup.css">
<link rel="stylesheet" href="css/jquery-ui.css">
<link rel="stylesheet" href="css/owl.carousel.min.css">
<link rel="stylesheet" href="css/owl.theme.default.min.css">
<link rel="stylesheet" href="css/bootstrap-datepicker.css">
<link rel="stylesheet" href="css/animate.css">
<link rel="stylesheet" href="fonts/flaticon/font/flaticon.css">
<link rel="stylesheet" href="css/fl-bigmug-line.css">
<link rel="stylesheet" href="css/aos.css">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/custom.css">
</head>
<body>
<div class="site-wrap">
<div class="site-mobile-menu">
<div class="site-mobile-menu-header">
<div class="site-mobile-menu-close mt-3">
<span class="icon-close2 js-menu-toggle"></span>
</div>
</div>
<div class="site-mobile-menu-body"></div>
</div> <!-- .site-mobile-menu -->
<header class="site-navbar py-1" role="banner">
<div class="container">
<div class="row align-items-center">
<div class="col-6 col-xl-2">
<a href="index.html"><img src="images/oss_logo.png" style="max-height: 100px;"></a>
<!-- <h1 class="mb-0"><a href="index.html" class="text-black h2 mb-0">O<strong>SS</strong></a></h1> -->
</div>
<div class="col-10 col-xl-10 d-none d-xl-block">
<nav class="site-navigation text-right" role="navigation">
<ul class="site-menu js-clone-nav mr-auto d-none d-lg-block">
<li><a href="index.html">Home</a></li>
<li><a href="events.html">Events</a></li>
<li><a href="blog.html">Blog</a></li>
<li><a href="team.html">Team</a></li>
<li><a href="previousTeam.html">Previous Team</a></li>
<li><a href="new_post.html"><span class="rounded bg-primary py-2 px-3 text-white"><span class="h5 mr-2">+</span>Propose an Idea </span></a></li>
</ul>
</nav>
</div>
<div class="col-6 col-xl-2 text-right d-block">
<div class="d-inline-block d-xl-none ml-md-0 mr-auto py-3" style="position: relative; top: 3px;"><a href="#" class="site-menu-toggle js-menu-toggle text-black"><span class="icon-menu h3"></span></a></div>
</div>
</div>
</div>
</header> <div class="unit-5 overlay" style="background:teal">
<div class="container text-center">
<h2 class="mb-0">Summer of Innovation 2019 Program Rules</h2>
</div>
</div>
<div class="site-section">
<div class="container">
<div class="row">
<!-- <div class="col-lg-6 col-md-12 mb-5" data-aos="fade">
<img src="images/about.jpg" class="img-md-fluid" alt="Placeholder image" style="max-width: 100%">
</div> -->
<div class="col-lg-12 col-md-12">
<div class="bg-white pl-lg-5 pl-0 pb-lg-5 pb-0">
<p>OSS Summer of Innovation 2019 (the <strong>Program</strong>) is sponsored by GitHub , a web-based hosting service for version control using Git with its principle place of business at San Francisco, California, United States.<p>
</div>
<div class="bg-white pl-lg-5 pl-0 pb-lg-5 pb-0">
<h2 class="font-weight-bold text-black" data-aos="fade">Definitions</h2>
<ol>
<li><strong>Exploration Phase</strong> means the time when you could explore all the projects and talk to mentors to know more about the project.</li>
<li><strong>Contribution Phase</strong> means the period of time designated for Students to contribute to SoI’19 projects.</li>
<li><strong>Submission Phase</strong> means the period when the contributors have to fill a form where they will mention all their contributions.</li>
<li><strong>Evaluation</strong> means an evaluation by the Mentor of his or her Student’s work.</li>
<li><strong>Mentor</strong> means the individual who registers for the Program as a mentor for OSS SoI’19.</li>
<li><strong>Student</strong> means the individual who registers for the Program as a student.</li>
<li><strong>Project</strong> means an open source coding project to be worked on by a Student as an individual.</li>
<li><strong>Program</strong> means OSS Summer of Innovation ’19.</li>
<li><strong>Program Website</strong> means the website for the Program located at
<a href="https://oss2019.github.io/SoI.html">https://oss2019.github.io/SoI.html.</a></li>
<li><strong>Program Period</strong> means the period of time between May 1, 2019 and July 31, 2019.</li>
<li><strong>Student Participant Agreement</strong>> means the agreement between OSS and a Student who is participating in the program.</li>
<li>The words <strong>include</strong> and <strong>including</strong> as used herein mean “including but not limited to".</li>
</ol>
</div>
<div class="bg-white pl-lg-5 pl-0 pb-lg-5 pb-0">
<h2 class="font-weight-bold text-black" data-aos="fade">Privacy</h2>
<ol>
<li>OSS will process the personal information provided during registration and in any subsequent communications to administer the Program (including verifying eligibility to participate in the Program, running the Program, sending notifications regarding the Program, and delivering promotional items.</li>
<li>OSS will also use aggregated, non-personally identifiable information for statistical purposes.</li>
<li>The display name that Participants create during registration will be displayed publicly on the Program Website and any archives of the Program Website, and will be shared with Mentors for the purpose of communicating with the Students to answer their questions and reviewing their PRs and work.</li>
<li>Student’s Project Submissions and contact information (email address and display name) will be shared with the Mentors (including Members) to administer the Program.</li>
<li>OSS may publicize your participation in the Program and the results of the Program. OSS may display your information, including your display name, Project abstract, and Final Project Materials, on OSS websites, including the OSS Blog and the Program Website.</li>
<li>Participants can access, update, remove and restrict the processing of their personal information in their Program profile during the Program Period. If you would like to edit such information after the Program has concluded, object to the processing of the information, or export it to another service, you may write to OSS email <a href="mailto:[email protected]">[email protected].</a></li>
</ol>
</div>
<div class="bg-white pl-lg-5 pl-0 pb-lg-5 pb-0">
<h2 class="font-weight-bold text-black" data-aos="fade">Disclaimer</h2>
<p>PARTICIPANTS’ USE OF THE PROGRAM WEBSITE AND PARTICIPATION IN THE PROGRAM IS AT EACH PARTICIPANT’S SOLE RISK. THE PROGRAM WEBSITE IS PROVIDED ON AN "AS IS" AND "AS AVAILABLE" BASIS. OSS DISCLAIMS ALL REPRESENTATIONS AND WARRANTIES (EXPRESS OR IMPLIED), INCLUDING ANY WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. OSS IS NOT RESPONSIBLE FOR ANY INCOMPLETE, FAILED, OR DELAYED TRANSMISSION OF INFORMATION DUE TO THE INTERNET, INCLUDING INTERRUPTION OR DELAYS CAUSED BY EQUIPMENT OR SOFTWARE MALFUNCTION OR OTHER TECHNICAL PROBLEMS.</p>
</div>
<div class="bg-white pl-lg-5 pl-0 pb-lg-5 pb-0">
<h2 class="font-weight-bold text-black" data-aos="fade">Promotional Items</h2>
<p>OSS may provide promotional items to Participants at its sole discretion. OSS makes no guarantee of receipt of promotional items to any Participant.</p>
</div>
<div class="bg-white pl-lg-5 pl-0 pb-lg-5 pb-0">
<h2 class="font-weight-bold text-black" data-aos="fade">Translations</h2>
<p>In the event of any discrepancy between the English version of these Program Rules and a translated version, the English version will govern.</p>
</div>
</div>
</div>
</div>
</div>
<!-- END section -->
<!--Start Footer-->
<footer class="site-footer unit-5 overlay footer-color">
<div class="container">
<div class="row">
<div class="col-lg-9">
<div class="row">
<div class="col-6 col-md-6 col-lg-6 mb-5 mb-lg-0">
<img src="images/oss_logo.png" style="max-width: 100%">
</div>
<div class="col-6 col-md-3 col-lg-3 mb-5 mb-lg-0">
</div>
<div class="col-6 col-md-3 col-lg-3 mb-5 mb-lg-0">
<div class="text-center">
<h3 class="footer-heading mb-4">Quick Links</h3>
<ul class="list-unstyled">
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="team.html">Team</a></li>
<li><a href="codeofconduct.html">Terms & Policies</a></li>
</ul>
</div>
<div class="text-center">
<h3 class="footer-heading mb-4">Follow Us</h3>
<span class="unit-3-icon icon" style="margin-left: 5%" >
<a href="https://www.facebook.com/OSS-Open-Student-Society-390468168410308/" target="_blank">
<img src="images/facebook.png" style="max-width: 20px">
</a>
</span>
<span class="unit-3-icon icon" style="margin-left: 5%" >
<a href="https://www.linkedin.com/company/oss2019" target="_blank">
<img src="images/linkedin.png" style="max-width: 20px">
</a>
</span>
<span class="unit-3-icon icon" style="margin-left: 5%" >
<a href="https://github.com/oss2019/oss2019.github.io/" target="_blank">
<img src="images/github.png" style="max-width: 20px">
</a>
</span>
</div>
</div>
</div>
</div>
<div class="col-lg-3">
<h3 class="footer-heading mb-4">Contact Info</h3>
<ul class="list-unstyled">
<li>
<span class="d-block text-white">Address</span>
Indian Institute of Technology, Dharwad,
Karnataka 580011
</li>
<li>
<span class="d-block text-white">Email</span>
</li>
</ul>
</div>
</div>
<div class="row pt-5 mt-5 text-center">
<div class="col-md-12">
<p>
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
Copyright © <script data-cfasync="false" src="/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script><script>document.write(new Date().getFullYear());</script> All Rights Reserved <br> OSS, IIT Dharwad<br>
</p>
<p style="font-size: 10px;">
This template is made by <a href="https://colorlib.com" target="_blank" >Colorlib</a>
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
<br>
Icons made by <a href="https://www.flaticon.com/authors/geotatah" target="_blank" title="geotatah" style="">geotatah</a> from <a href="https://www.flaticon.com/" target="_blank" title="Flaticon">www.flaticon.com </a> is licensed by <a href="http://creativecommons.org/licenses/by/3.0/" title="Creative Commons BY 3.0" target="_blank">CC 3.0 BY</a>
</p>
</div>
</div>
</div>
<div class="footer-up-btn">
<div>
<img src="images/arrow-up.png" alt="up">
</div>
</div>
</footer>
<!--End Footer-->
</div>
<script src="js/custom.js"></script>
<script src="js/jquery-3.3.1.min.js"></script>
<script src="js/jquery-migrate-3.0.1.min.js"></script>
<script src="js/jquery-ui.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/jquery.stellar.min.js"></script>
<script src="js/jquery.countdown.min.js"></script>
<script src="js/jquery.magnific-popup.min.js"></script>
<script src="js/bootstrap-datepicker.min.js"></script>
<script src="js/aos.js"></script>
<script src="js/main.js"></script>
</body>
</html>