2020-04-06 17:47:40 +05:30
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<title>Contribution Guidelines | freeCodeCamp.org</title>
|
2020-04-20 17:29:26 +03:00
|
|
|
<link rel="icon" href="images/branding/favicon.ico">
|
2020-04-06 17:47:40 +05:30
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
|
|
|
|
<meta name="description" content="Description">
|
|
|
|
<meta name="viewport"
|
|
|
|
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
2020-04-21 02:16:46 +05:30
|
|
|
<!--social-->
|
|
|
|
<meta content='freeCodeCamp.org' name='og:title' />
|
|
|
|
<meta content={ 'Learn to code. Build projects. Earn certifications.'
|
|
|
|
+ 'Since 2015, 40,000 graduates have gotten jobs at tech '
|
|
|
|
+ 'companies including Google, Apple, Amazon, and Microsoft.' } name='og:description' />
|
|
|
|
<meta content='https://cdn.freecodecamp.org/platform/universal/fcc-og-1200-social-green.png' property='og:image' />
|
|
|
|
|
|
|
|
<meta content='summary_large_image' key='twitter:card' name='twitter:card' />
|
|
|
|
<meta content='https://cdn.freecodecamp.org/platform/universal/fcc-twitter-1120X600-social-green.png'
|
|
|
|
name='twitter:image:src' />
|
|
|
|
<meta content='freeCodeCamp.org' name='twitter:title' />
|
|
|
|
<meta content={ 'Learn to code. Build projects. Earn certifications.'
|
|
|
|
+ 'Since 2015, 40,000 graduates have gotten jobs at tech '
|
|
|
|
+ 'companies including Google, Apple, Amazon, and Microsoft.' } name='twitter:description' />
|
2020-04-20 17:29:26 +03:00
|
|
|
|
2020-04-06 17:47:40 +05:30
|
|
|
|
|
|
|
<!-- Theme -->
|
|
|
|
<!-- <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/docsify-themeable@0/dist/css/theme-simple.css"> -->
|
|
|
|
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify/themes/vue.css">
|
|
|
|
<!-- Custom theme stylesheet -->
|
|
|
|
<link rel="stylesheet" href="components/theme.css">
|
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
2020-04-20 17:29:26 +03:00
|
|
|
<nav class='universal-nav'>
|
|
|
|
<a class="app-name-link" data-nosearch="" href="/">
|
|
|
|
<img alt="freeCodeCamp.org" src="images/branding/primary_logo.svg">
|
|
|
|
</a>
|
|
|
|
</nav>
|
2020-04-06 17:47:40 +05:30
|
|
|
<div id="app"></div>
|
|
|
|
<script>
|
|
|
|
window.$docsify = {
|
|
|
|
// Main Config
|
2020-04-14 12:47:33 +02:00
|
|
|
homepage: 'index.md',
|
2020-04-06 17:47:40 +05:30
|
|
|
loadSidebar: 'components/sidebar.md',
|
|
|
|
|
|
|
|
// Cover Page
|
|
|
|
/*
|
|
|
|
coverpage: 'components/cover.md',
|
|
|
|
onlyCover: true,
|
|
|
|
*/
|
|
|
|
|
|
|
|
// Navigation
|
|
|
|
auto2top: true,
|
|
|
|
maxLevel: 2,
|
|
|
|
subMaxLevel: 2,
|
2020-04-20 17:29:26 +03:00
|
|
|
// loadNavbar: true,
|
|
|
|
|
2020-04-06 17:47:40 +05:30
|
|
|
|
|
|
|
// Plugins
|
|
|
|
search: {
|
|
|
|
depth: 3,
|
|
|
|
noData: 'No results!',
|
|
|
|
placeholder: 'Search...'
|
|
|
|
},
|
|
|
|
|
|
|
|
'flexible-alerts': {
|
|
|
|
style: 'flat'
|
|
|
|
},
|
|
|
|
|
|
|
|
pagination: {
|
2020-04-21 02:16:46 +05:30
|
|
|
crossChapter: false
|
|
|
|
},
|
|
|
|
|
|
|
|
remoteMarkdown: {
|
|
|
|
tag: 'remote-markdown-url',
|
2020-04-06 17:47:40 +05:30
|
|
|
},
|
|
|
|
|
|
|
|
}
|
|
|
|
</script>
|
|
|
|
|
|
|
|
<script src="//cdn.jsdelivr.net/npm/docsify/lib/docsify.min.js"></script>
|
|
|
|
|
|
|
|
<!-- Theme -->
|
|
|
|
<!-- <script src="https://cdn.jsdelivr.net/npm/docsify-themeable@0"></script> -->
|
|
|
|
|
|
|
|
<!-- Plugins -->
|
|
|
|
<script src="//cdn.jsdelivr.net/npm/docsify/lib/plugins/emoji.min.js"></script>
|
|
|
|
<script src="//cdn.jsdelivr.net/npm/docsify/lib/plugins/zoom-image.min.js"></script>
|
|
|
|
<script src="https://cdn.jsdelivr.net/npm/docsify-copy-code@2"></script>
|
|
|
|
<script src="https://cdn.jsdelivr.net/npm/docsify@4/lib/plugins/search.js"></script>
|
|
|
|
<script src="https://cdn.jsdelivr.net/npm/docsify-plugin-flexible-alerts@1"></script>
|
|
|
|
<script src="//unpkg.com/docsify-pagination/dist/docsify-pagination.min.js"></script>
|
2020-04-21 02:16:46 +05:30
|
|
|
<script src="//unpkg.com/docsify-remote-markdown/dist/docsify-remote-markdown.min.js"></script>
|
2020-04-06 17:47:40 +05:30
|
|
|
|
2020-04-21 02:16:46 +05:30
|
|
|
</html>
|