update privacy, terms, code of conduct and add links to about page
This commit is contained in:
committed by
Berkeley Martinez
parent
97b614e467
commit
6d23e4931b
@ -36,7 +36,9 @@ module.exports = function(app) {
|
||||
router.get('/stories', showTestimonials);
|
||||
router.get('/all-stories', showAllTestimonials);
|
||||
router.get('/about', showAbout);
|
||||
router.get('/terms-and-privacy', termsAndPrivacy);
|
||||
router.get('/terms', terms);
|
||||
router.get('/privacy', privacy);
|
||||
router.get('/code-of-conduct', codeOfConduct);
|
||||
router.get(
|
||||
'/the-fastest-web-page-on-the-internet',
|
||||
theFastestWebPageOnTheInternet
|
||||
@ -203,9 +205,21 @@ module.exports = function(app) {
|
||||
});
|
||||
}
|
||||
|
||||
function termsAndPrivacy(req, res) {
|
||||
res.render('resources/terms-and-privacy', {
|
||||
title: 'Terms of Service, Privacy Policy, and Code of Conduct'
|
||||
function terms(req, res) {
|
||||
res.render('resources/terms-of-service', {
|
||||
title: 'Terms of Service'
|
||||
});
|
||||
}
|
||||
|
||||
function privacy(req, res) {
|
||||
res.render('resources/privacy', {
|
||||
title: 'Privacy'
|
||||
});
|
||||
}
|
||||
|
||||
function codeOfConduct(req, res) {
|
||||
res.render('resources/code-of-conduct', {
|
||||
title: 'Code of Conduct'
|
||||
});
|
||||
}
|
||||
|
||||
|
@ -1,8 +1,6 @@
|
||||
extends ../layout
|
||||
block content
|
||||
.col-xs-12
|
||||
.panel.panel-info
|
||||
.panel-body
|
||||
h2.text-center We're an open source community of people
|
||||
br
|
||||
| who learn to code and help nonprofits.
|
||||
@ -50,21 +48,31 @@ block content
|
||||
|
||||
h2 Other useful links:
|
||||
table.table.link-table
|
||||
tr
|
||||
td.text-right
|
||||
.ion-locked
|
||||
td
|
||||
a(href="/terms-and-privacy") Our Privacy Policy, Terms of Service and Code of Conduct
|
||||
tr
|
||||
td.text-right
|
||||
.ion-erlenmeyer-flask
|
||||
td
|
||||
a(href="/labs") Extra-curricular Apps Built by Campers
|
||||
a(href="/labs") Extra-curricular apps built by campers
|
||||
tr
|
||||
td.text-right
|
||||
.ion-chatbox
|
||||
td
|
||||
a(href="/stories") Stories from campers who've become professional developers
|
||||
tr
|
||||
td.text-right
|
||||
.ion-locked
|
||||
td
|
||||
a(href="/privacy") Our privacy policy
|
||||
tr
|
||||
td.text-right
|
||||
.ion-happy-outline
|
||||
td
|
||||
a(href="/code-of-conduct") Our code of conduct
|
||||
tr
|
||||
td.text-right
|
||||
.ion-document-text
|
||||
td
|
||||
a(href="/terms") Our terms of service
|
||||
.spacer
|
||||
h2 Which camper to contact for:
|
||||
table.table.table-stripe
|
||||
|
30
server/views/resources/code-of-conduct.jade
Normal file
30
server/views/resources/code-of-conduct.jade
Normal file
@ -0,0 +1,30 @@
|
||||
extends ../layout
|
||||
block content
|
||||
.col-xs-12.col-sm-8.col-sm-offset-2.col-md-6.col-md-offset-3
|
||||
h1.text-center Code of Conduct
|
||||
hr
|
||||
p
|
||||
| Free Code Camp is friendly place to learn to code. We’re committed to keeping it that way.
|
||||
p
|
||||
| All campers are required to agree with the following code of conduct. We’ll enforce this code. We’re expecting cooperation from all campers in ensuring a friendly environment for everybody.
|
||||
p In short: be nice to your fellow campers.
|
||||
p Remember these 3 things and your fellow campers will like you:
|
||||
ol
|
||||
li Compliment your fellow campers when they do good work. Congratulate them when they accomplish something (like completing one of our certifications or getting a job).
|
||||
li Critique the work, not the camper doing it.
|
||||
li Only argue about something if it’s important to the greater discussion.
|
||||
p
|
||||
| Free Code Camp should be a harassment-free experience for everyone, regardless of gender, gender identity and expression, age, sexual orientation, disability, physical appearance, body size, race, national origin, or religion (or lack thereof).
|
||||
p
|
||||
| We do not tolerate harassment of campers in any form, anywhere on Free Code Camp’s online media (Gitter, Twitch, Facebook, etc.) or during pair programming. Harassment includes sexual language and imagery, deliberate intimidation, stalking, unwelcome sexual attention, libel, and any malicious hacking or social engineering.
|
||||
p
|
||||
| If a camper engages in harassing behavior, our team will take any action we deem appropriate, up to and including banning them from Free Code Camp.
|
||||
p
|
||||
| No bots are allowed in any of the Official Chat Rooms without prior explicit permission from the FCC Core Team.
|
||||
p
|
||||
| We want everyone to feel safe and respected. If you are being harassed or notice that someone else is being harassed, say something! Go to our  
|
||||
a(href='https://gitter.im/freecodecamp/admin' target='_blank') Admin room in Gitter
|
||||
|   and explain what has happened where (preferably with a screen shot of the offending language) so we can take fast action.
|
||||
p
|
||||
| If you have questions about this code of conduct, email us at 
|
||||
a(href='mailto:team@freecodecamp.com') team@freecodecamp.com
|
34
server/views/resources/privacy.jade
Normal file
34
server/views/resources/privacy.jade
Normal file
@ -0,0 +1,34 @@
|
||||
extends ../layout
|
||||
block content
|
||||
.col-xs-12.col-sm-8.col-sm-offset-2.col-md-6.col-md-offset-3
|
||||
html.
|
||||
<h2 class='text-center'><a id="Privacy_Policy_5"></a>Privacy Policy</h2>
|
||||
<hr>
|
||||
<p>Your privacy is critically important to us. At Free Code Camp we have a few fundamental principles:</p>
|
||||
<ol>
|
||||
<li>We don’t ask you for personal information unless we truly need it. (We can’t stand services that ask you for things like your gender or income level for no apparent reason.)</li>
|
||||
<li>We don’t share your personal information with anyone except to comply with the law, develop our products, or protect our rights.</li>
|
||||
<li>Unless you ask us not to (by clicking the button that says "hide all my solutions from other people" located on your code portfolio), we will share your solutions and progress with the public as part of our open data initiative. This is intended for academics and researchers to better understand Free Code Camp as an educational model.</li>
|
||||
<li>We don’t store personal information on our servers unless required for the on-going operation of one of our services.</li>
|
||||
<li>We aim to make it as simple as possible for you to control what’s visible to the public, seen by search engines, kept private, and permanently deleted. Below is our privacy policy which incorporates these goals</li>
|
||||
</ol>
|
||||
<p>If you have questions about deleting or correcting your personal data please email us at <a mailto="team@freecodecamp.com">team@freecodecamp.com</a></p>
|
||||
<p>Free Code Camp Inc. (“<strong>Free Code Camp</strong>”) operates several websites including <a href="http://FreeCodeCamp.com/">FreeCodeCamp.com</a>. It is Free Code Camp’s policy to respect your privacy regarding any information we may collect while operating our websites.</p>
|
||||
<h3><a id="Website_Visitors_19"></a>Website Visitors</h3>
|
||||
<p>Like most website operators, Free Code Camp collects non-personally-identifying information of the sort that web browsers and servers typically make available, such as the browser type, language preference, referring site, and the date and time of each visitor request. Free Code Camp’s purpose in collecting non-personally identifying information is to better understand how Free Code Camp’s visitors use its website. From time to time, Free Code Camp may release non-personally-identifying information in the aggregate, e.g., by publishing a report on trends in the usage of its website.</p>
|
||||
<p>Free Code Camp also collects potentially personally-identifying information like Internet Protocol (IP) addresses for logged in users and for users leaving comments on <a href="http://FreeCodeCamp.com">FreeCodeCamp.com</a> blogs. Free Code Camp only discloses logged in user and commenter IP addresses under the same circumstances that it uses and discloses personally-identifying information as described below, except that blog commenter IP addresses and email addresses are visible and disclosed to the administrators of the blog where the comment was left.</p>
|
||||
<h3><a id="Gathering_of_PersonallyIdentifying_Information_25"></a>Gathering of Personally-Identifying Information</h3>
|
||||
<p>Many visitors to Free Code Camp’s websites choose to interact with Free Code Camp in ways that require Free Code Camp to gather personally-identifying information. The amount and type of information that Free Code Camp gathers depends on the nature of the interaction. For example, we ask visitors who create an account for tracking their progress at <a href="http://FreeCodeCamp.com/">FreeCodeCamp.com</a> to provide either an email address or sign in with a social media oauth service like GitHub. Those who engage in transactions with Free Code Camp – by placing job ads, for example – are asked to provide additional information, including as necessary the personal and financial information required to process those transactions. In each case, Free Code Camp collects such information only insofar as is necessary or appropriate to fulfill the purpose of the visitor’s interaction with Free Code Camp. Free Code Camp does not disclose personally-identifying information other than as described below. And visitors can always refuse to supply personally-identifying information, with the caveat that it may prevent them from engaging in certain website-related activities.</p>
|
||||
<h3><a id="Aggregated_Statistics_29"></a>Aggregated Statistics</h3>
|
||||
<p>Free Code Camp may collect statistics about the behavior of visitors to its websites. For instance, Free Code Camp may monitor the accounts to try and identify spammers. Free Code Camp may display this information publicly or provide it to others. However, Free Code Camp does not disclose personally-identifying information other than as described below.</p>
|
||||
<h3><a id="Protection_of_Certain_PersonallyIdentifying_Information_33"></a>Protection of Certain Personally-Identifying Information</h3>
|
||||
<p>Free Code Camp discloses potentially personally-identifying and personally-identifying information only to those of its employees, contractors and affiliated organizations that (i) need to know that information in order to process it on Free Code Camp’s behalf or to provide services available at Free Code Camp’s websites, and (ii) that have agreed not to disclose it to others. Some of those employees, contractors and affiliated organizations may be located outside of your home country; by using Free Code Camp’s websites, you consent to the transfer of such information to them. Free Code Camp will not rent or sell potentially personally-identifying and personally-identifying information to anyone. Other than to its employees, contractors and affiliated organizations, as described above, Free Code Camp discloses potentially personally-identifying and personally-identifying information only in response to a subpoena, court order or other governmental request, or when Free Code Camp believes in good faith that disclosure is reasonably necessary to protect the property or rights of Free Code Camp, third parties or the public at large. If you are a registered user of an Free Code Camp website and have supplied your email address, Free Code Camp may occasionally send you an email to tell you about new features, solicit your feedback, or just keep you up to date with what’s going on with Free Code Camp and our products. We primarily use our various product blogs to communicate this type of information, so we expect to keep this type of email to a minimum. If you send us a request (for example via a support email or via one of our feedback mechanisms), we reserve the right to publish it in order to help us clarify or respond to your request or to help us support other users. Free Code Camp takes all measures reasonably necessary to protect against the unauthorized access, use, alteration or destruction of potentially personally-identifying and personally-identifying information.</p>
|
||||
<h3><a id="Cookies_37"></a>Cookies</h3>
|
||||
<p>A cookie is a string of information that a website stores on a visitor’s computer, and that the visitor’s browser provides to the website each time the visitor returns. Free Code Camp uses cookies to help Free Code Camp identify and track visitors, their usage of Free Code Camp website, and their website access preferences. Free Code Camp visitors who do not wish to have cookies placed on their computers should set their browsers to refuse cookies before using Free Code Camp’s websites, with the drawback that certain features of Free Code Camp’s websites may not function properly without the aid of cookies.</p>
|
||||
<h3><a id="Business_Transfers_41"></a>Business Transfers</h3>
|
||||
<p>If Free Code Camp, or substantially all of its assets, were acquired, or in the unlikely event that Free Code Camp goes out of business or enters bankruptcy, user information would be one of the assets that is transferred or acquired by a third party. You acknowledge that such transfers may occur, and that any acquirer of Free Code Camp may continue to use your personal information as set forth in this policy.</p>
|
||||
<h3><a id="Ads_45"></a>Ads</h3>
|
||||
<p>If in the future we show ads, ads appearing on any of our websites may be delivered to users by advertising partners, who may set cookies. These cookies allow the ad server to recognize your computer each time they send you an online advertisement to compile information about you or others who use your computer. This information allows ad networks to, among other things, deliver targeted advertisements that they believe will be of most interest to you. This Privacy Policy covers the use of cookies by Free Code Camp and does not cover the use of cookies by any advertisers.</p>
|
||||
<h3><a id="Privacy_Policy_Changes_53"></a>Privacy Policy Changes</h3>
|
||||
<p>Although most changes are likely to be minor, Free Code Camp may change its Privacy Policy from time to time, and in Free Code Camp’s sole discretion. Free Code Camp encourages visitors to frequently check this page for any changes to its Privacy Policy. If you have a <a href="http://FreeCodeCamp.com">FreeCodeCamp.com</a> account, you should also check your blog’s dashboard for alerts to these changes. Your continued use of this site after any change in this Privacy Policy will constitute your acceptance of such change.</p>
|
||||
<p>This privacy policy is adopted from the Automattic (Free Code Camp) <a href='https://github.com/Free Code Camp/legalmattic'>open source terms</a> and are subject to the <a href='http://creativecommons.org/licenses/by-sa/4.0/'> Creative Commons Attribution-ShareAlike 4.0 International license</a>. We thank them for making this available.</p>
|
43
server/views/resources/terms-of-service.jade
Normal file
43
server/views/resources/terms-of-service.jade
Normal file
@ -0,0 +1,43 @@
|
||||
extends ../layout
|
||||
block content
|
||||
.col-xs-12.col-sm-8.col-sm-offset-2.col-md-6.col-md-offset-3
|
||||
html.
|
||||
<h2 class='text-center'><a id="Terms_of_Service_0"></a>Terms of Service</h3>
|
||||
<hr>
|
||||
<h3><a id="The_gist_2"></a>The gist:</h3>
|
||||
<p>We (the <a href="http://FreeCodeCamp.com/about/">folks that run Free Code Camp's open source community</a>) would <strong>love</strong> for you to use it. Our community is free, and our service is designed to give you as much control and ownership over the code you write as possible, and encourage you to express yourself freely. However, be responsible in what you publish. In particular, make sure that none of the prohibited items (like spam, viruses, or serious threats of violence) appear on your website. If you find anything on Free Code Camp that you believe violates these Terms of Service, please email us at <a mailto="team@freecodecamp.com">team@freecodecamp.com</a></p>
|
||||
<h3><a id="Terms_of_Service_10"></a>Terms of Service:</h3>
|
||||
<p>The following terms and conditions govern all use of the <a href="http://FreeCodeCamp.com">FreeCodeCamp.com</a> website and all content, services, and products available at or through the website - taken together, our Services. Our Services are offered subject to your acceptance without modification of all of the terms and conditions contained herein and all other operating rules, policies (including, without limitation, <a href="http://freecodecamp.com/privacy/">Free Code Camp's Privacy Policy</a>) and procedures that may be published from time to time by Free Code Camp (collectively, the “Agreement”). You agree that we may automatically upgrade our Services, and these terms will apply to any upgrades. Your agreement is with Free Code Camp Inc. Please read this Agreement carefully before accessing or using our Services. By accessing or using any part of our services, you agree to become bound by the terms and conditions of this agreement. If you do not agree to all the terms and conditions of this agreement, then you may not access or use any of our services. If these terms and conditions are considered an offer by Free Code Camp, acceptance is expressly limited to these terms. Our Services are not directed to children younger than 13, and access and use of our Services is only offered to users 13 years of age or older. If you are under 13 years old, please do not register to use our Services. Any person who registers as a user or provides their personal information to our Services represents that they are 13 years of age or older. Use of some aspects of our Services may require a <a href="http://FreeCodeCamp.com">FreeCodeCamp.com</a> account. You agree to provide us with complete and accurate information when you register for an account. You will be solely responsible and liable for any activity that occurs under your username. You are responsible for keeping your password secure.</p>
|
||||
<h4>1. <a href="http://FreeCodeCamp.com">FreeCodeCamp.com</a>.</h4>
|
||||
<ul>
|
||||
<li><strong>Your <a href="http://FreeCodeCamp.com">FreeCodeCamp.com</a> Account and Website.</strong> If you create a website on <a href="http://FreeCodeCamp.com">FreeCodeCamp.com</a>, you are responsible for maintaining the security of your account and website, and you are fully responsible for all activities that occur under the account and any other actions taken in connection with the website. You must immediately notify Free Code Camp of any unauthorized uses of your website, your account, or any other breaches of security. Free Code Camp will not be liable for any acts or omissions by you, including any damages of any kind incurred as a result of such acts or omissions.</li>
|
||||
<li><strong>Responsibility of Contributors.</strong> If you operate a website, comment on a website, post material to <a href="http://FreeCodeCamp.com">FreeCodeCamp.com</a>, post links on <a href="http://FreeCodeCamp.com">FreeCodeCamp.com</a>, or otherwise make (or allow any third party to make) material available (any such material, “Content”), you are entirely responsible for the content of, and any harm resulting from, that Content or your conduct. That is the case regardless of what form the Content takes, which includes, but is not limited to text, photo, video, audio, or code. By using <a href="http://FreeCodeCamp.com">FreeCodeCamp.com</a>, you represent and warrant that your Content and conduct do not violate these terms or the <a href="http://FreeCodeCamp.com/code-of-conduct/">Code of Conduct</a>. By submitting Content to Free Code Camp for inclusion on your website, you grant Free Code Camp a world-wide, royalty-free, and non-exclusive license to reproduce, modify, adapt and publish the Content solely for the purpose of displaying, distributing, and promoting your website. This license allows Free Code Camp to make publicly-posted content available to third parties selected by Free Code Camp (through the Free Code Camp Firehose, for example) so that these third parties can analyze and distribute (but not publicly display) your content through their services. You also give other <a href="http://FreeCodeCamp.com">FreeCodeCamp.com</a> users permission to share your Content on other <a href="http://FreeCodeCamp.com">FreeCodeCamp.com</a> websites and add their own Content to it (aka to reblog your Content), so long as they use only a portion of your post and they give you credit as the original author by linking back to your website (the <a href="http://en.support.FreeCodeCamp.com/reblogs">reblogging function</a> on <a href="http://FreeCodeCamp.com">FreeCodeCamp.com</a> does this automatically!). If you delete Content, Free Code Camp will use reasonable efforts to remove it from <a href="http://FreeCodeCamp.com">FreeCodeCamp.com</a>, but you acknowledge that caching or references to the Content may not be made immediately unavailable. Without limiting any of those representations or warranties, Free Code Camp has the right (though not the obligation) to, in Free Code Camp’s sole discretion, (i) refuse or remove any content that, in Free Code Camp’s reasonable opinion, violates any Free Code Camp policy or is in any way harmful or objectionable, or (ii) terminate or deny access to and use of <a href="http://FreeCodeCamp.com">FreeCodeCamp.com</a> to any individual or entity for any reason. Free Code Camp will have no obligation to provide a refund of any amounts previously paid.</li>
|
||||
<li><strong>Attribution.</strong> Free Code Camp reserves the right to display attribution links such as ‘Website at <a href="http://FreeCodeCamp.com">FreeCodeCamp.com</a>,’ theme author, and font attribution in your website footer or toolbar.</li>
|
||||
</ul>
|
||||
<h4><a id="4_Responsibility_of_Visitors_49"></a>4. Responsibility of Visitors.</h4>
|
||||
<p>Free Code Camp has not reviewed, and cannot review, all of the material, including computer software, posted to our Services, and cannot therefore be responsible for that material’s content, use or effects. By operating our Services, Free Code Camp does not represent or imply that it endorses the material there posted, or that it believes such material to be accurate, useful, or non-harmful. You are responsible for taking precautions as necessary to protect yourself and your computer systems from viruses, worms, Trojan horses, and other harmful or destructive content. Our Services may contain content that is offensive, indecent, or otherwise objectionable, as well as content containing technical inaccuracies, typographical mistakes, and other errors. Our Services may also contain material that violates the privacy or publicity rights, or infringes the intellectual property and other proprietary rights, of third parties, or the downloading, copying or use of which is subject to additional terms and conditions, stated or unstated. Free Code Camp disclaims any responsibility for any harm resulting from the use by visitors of our Services, or from any downloading by those visitors of content there posted.</p>
|
||||
<h4><a id="5_Content_Posted_on_Other_Websites_53"></a>5. Content Posted on Other Websites.</h4>
|
||||
<p>We have not reviewed, and cannot review, all of the material, including computer software, made available through the websites and webpages to which <a href="http://FreeCodeCamp.com">FreeCodeCamp.com</a> links, and that link to <a href="http://FreeCodeCamp.com">FreeCodeCamp.com</a>. Free Code Camp does not have any control over those non-FreeCodeCamp.com websites, and is not responsible for their contents or their use. By linking to a non-FreeCodeCamp.com website, Free Code Camp does not represent or imply that it endorses such website. You are responsible for taking precautions as necessary to protect yourself and your computer systems from viruses, worms, Trojan horses, and other harmful or destructive content. Free Code Camp disclaims any responsibility for any harm resulting from your use of non-FreeCodeCamp.com websites and webpages.</p>
|
||||
<h4><a id="6_Copyright_Infringement_and_DMCA_Policy_57"></a>6. Copyright Infringement and DMCA Policy.</h4>
|
||||
<p>As Free Code Camp asks others to respect its intellectual property rights, it respects the intellectual property rights of others. If you believe that material located on or linked to by <a href="http://FreeCodeCamp.com">FreeCodeCamp.com</a> violates your copyright, you are encouraged to notify Free Code Camp in accordance with <a href="http://FreeCodeCamp.com/dmca-notice/">Free Code Camp’s Digital Millennium Copyright Act (“DMCA”) Policy</a>. Free Code Camp will respond to all such notices, including as required or appropriate by removing the infringing material or disabling all links to the infringing material. Free Code Camp will terminate a visitor’s access to and use of the Website if, under appropriate circumstances, the visitor is determined to be a repeat infringer of the copyrights or other intellectual property rights of Free Code Camp or others.</p>
|
||||
<h4><a id="7_Intellectual_Property_61"></a>7. Intellectual Property.</h4>
|
||||
<p>This Agreement does not transfer from Free Code Camp to you any Free Code Camp or third party intellectual property, and all right, title, and interest in and to such property will remain (as between the parties) solely with Free Code Camp. Free Code Camp, <a href="http://FreeCodeCamp.com">FreeCodeCamp.com</a>, the <a href="http://FreeCodeCamp.com">FreeCodeCamp.com</a> logo, and all other trademarks, service marks, graphics and logos used in connection with <a href="http://FreeCodeCamp.com">FreeCodeCamp.com</a> or our Services, are trademarks or registered trademarks of Free Code Camp or Free Code Camp’s licensors. Other trademarks, service marks, graphics and logos used in connection with our Services may be the trademarks of other third parties. Your use of our Services grants you no right or license to reproduce or otherwise use any Free Code Camp or third-party trademarks.</p>
|
||||
<h4><a id="10_Changes_73"></a>10. Changes.</h4>
|
||||
<p>We are constantly updating our Services, and that means sometimes we have to change the legal terms under which our Services are offered. If we make changes that are material, we will let you know by posting on one of our websites, or by sending you an email or other communication before the changes take effect. The notice will designate a reasonable period of time after which the new terms will take effect. If you disagree with our changes, then you should stop using our Services within the designated notice period. Your continued use of our Services will be subject to the new terms. However, any dispute that arose before the changes shall be governed by the Terms (including the binding individual arbitration clause) that were in place when the dispute arose.</p>
|
||||
<h4><a id="11_Termination_77"></a>11. Termination.</h4>
|
||||
<p>Free Code Camp may terminate your access to all or any part of our Services at any time, with or without cause, with or without notice, effective immediately. If you wish to terminate this Agreement or your <a href="http://FreeCodeCamp.com">FreeCodeCamp.com</a> account (if you have one), you may simply discontinue using our Services. All provisions of this Agreement which by their nature should survive termination shall survive termination, including, without limitation, ownership provisions, warranty disclaimers, indemnity and limitations of liability.</p>
|
||||
<h4><a id="12_Disclaimer_of_Warranties_81"></a>12. Disclaimer of Warranties.</h4>
|
||||
<p>Our Services are provided “as is.” Free Code Camp and its suppliers and licensors hereby disclaim all warranties of any kind, express or implied, including, without limitation, the warranties of merchantability, fitness for a particular purpose and non-infringement. Neither Free Code Camp nor its suppliers and licensors, makes any warranty that our Services will be error free or that access thereto will be continuous or uninterrupted. If you’re actually reading this, we praise your diligence and concern. We'd be better off as a civilization if more people cared like you do. You understand that you download from, or otherwise obtain content or services through, our Services at your own discretion and risk.</p>
|
||||
<h4><a id="13_Limitation_of_Liability_85"></a>13. Limitation of Liability.</h4>
|
||||
<p>In no event will Free Code Camp, or its suppliers or licensors, be liable with respect to any subject matter of this Agreement under any contract, negligence, strict liability or other legal or equitable theory for: (i) any special, incidental or consequential damages; (ii) the cost of procurement for substitute products or services; (iii) for interruption of use or loss or corruption of data; or (iv) for any amounts that exceed the fees paid by you to Free Code Camp under this agreement during the twelve (12) month period prior to the cause of action. Free Code Camp shall have no liability for any failure or delay due to matters beyond their reasonable control. The foregoing shall not apply to the extent prohibited by applicable law.</p>
|
||||
<h4><a id="14_General_Representation_and_Warranty_89"></a>14. General Representation and Warranty.</h4>
|
||||
<p>You represent and warrant that (i) your use of our Services will be in strict accordance with the Free Code Camp Privacy Policy, with this Agreement, and with all applicable laws and regulations (including without limitation any local laws or regulations in your country, state, city, or other governmental area, regarding online conduct and acceptable content, and including all applicable laws regarding the transmission of technical data exported from the United States or the country in which you reside) and (ii) your use of our Services will not infringe or misappropriate the intellectual property rights of any third party.</p>
|
||||
<h4><a id="15_US_Economic_Sanctions_93"></a>15. US Economic Sanctions.</h4>
|
||||
<p>You expressly represent and warrant that your use of our Services and or associated services and products is not contrary to applicable U.S. Sanctions. Such use is prohibited, and Free Code Camp reserve the right to terminate accounts or access of those in the event of a breach of this condition.</p>
|
||||
<h4><a id="16_Indemnification_97"></a>16. Indemnification.</h4>
|
||||
<p>You agree to indemnify and hold harmless Free Code Camp, its contractors, and its licensors, and their respective directors, officers, employees, and agents from and against any and all claims and expenses, including attorneys’ fees, arising out of your use of our Services, including but not limited to your violation of this Agreement.</p>
|
||||
<h4><a id="17_Translation_101"></a>17. Translation.</h4>
|
||||
<p>These Terms of Service were originally written in English (US). We may translate these terms into other languages. In the event of a conflict between a translated version of these Terms of Service and the English version, the English version will control.</p>
|
||||
<h4><a id="18_Miscellaneous_105"></a>18. Miscellaneous.</h4>
|
||||
<p>This Agreement constitutes the entire agreement between Free Code Camp and you concerning the subject matter hereof, and they may only be modified by a written amendment signed by an authorized executive of Free Code Camp, or by the posting by Free Code Camp of a revised version. Except to the extent applicable law, if any, provides otherwise, this Agreement, any access to or use of our Services will be governed by the laws of the state of California, U.S.A., excluding its conflict of law provisions, and the proper venue for any disputes arising out of or relating to any of the same will be the state and federal courts located in San Francisco County, California. Except for claims for injunctive or equitable relief or claims regarding intellectual property rights (which may be brought in any competent court without the posting of a bond), any dispute arising under this Agreement shall be finally settled in accordance with the Comprehensive Arbitration Rules of the Judicial Arbitration and Mediation Service, Inc. (“JAMS”) by three arbitrators appointed in accordance with such Rules. The arbitration shall take place in San Francisco, California, in the English language and the arbitral decision may be enforced in any court. The prevailing party in any action or proceeding to enforce this Agreement shall be entitled to costs and attorneys’ fees. If any part of this Agreement is held invalid or unenforceable, that part will be construed to reflect the parties’ original intent, and the remaining portions will remain in full force and effect. A waiver by either party of any term or condition of this Agreement or any breach thereof, in any one instance, will not waive such term or condition or any subsequent breach thereof. You may assign your rights under this Agreement to any party that consents to, and agrees to be bound by, its terms and conditions; Free Code Camp may assign its rights under this Agreement without condition. This Agreement will be binding upon and will inure to the benefit of the parties, their successors and permitted assigns.</p>
|
||||
<p>These terms are adopted from the Automattic (WordPress) <a href='https://github.com/Automattic/legalmattic'>open source terms</a> and are subject to the <a href='http://creativecommons.org/licenses/by-sa/4.0/'> Creative Commons Attribution-ShareAlike 4.0 International license</a>. We thank them for making this available.</p>
|
Reference in New Issue
Block a user