-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtext.html
More file actions
771 lines (643 loc) · 54.7 KB
/
text.html
File metadata and controls
771 lines (643 loc) · 54.7 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
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
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<link rel="dns-prefetch" href="https://assets-cdn.github.com">
<link rel="dns-prefetch" href="https://avatars0.githubusercontent.com">
<link rel="dns-prefetch" href="https://avatars1.githubusercontent.com">
<link rel="dns-prefetch" href="https://avatars2.githubusercontent.com">
<link rel="dns-prefetch" href="https://avatars3.githubusercontent.com">
<link rel="dns-prefetch" href="https://github-cloud.s3.amazonaws.com">
<link rel="dns-prefetch" href="https://user-images.githubusercontent.com/">
<link crossorigin="anonymous" href="https://assets-cdn.github.com/assets/frameworks-bedfc518345498ab3204d330c1727cde7e733526a09cd7df6867f6a231565091.css" media="all" rel="stylesheet" />
<link crossorigin="anonymous" href="https://assets-cdn.github.com/assets/github-9834cae963e0a4ec36c8876cf08b39d02a74cc617a90cc783ed862209e00fc9b.css" media="all" rel="stylesheet" />
<link crossorigin="anonymous" href="https://assets-cdn.github.com/assets/site-877643c520258c4fa15ac8d1664d84efd0e3db56f5e544ccac58da0e50489904.css" media="all" rel="stylesheet" />
<meta name="viewport" content="width=device-width">
<title>The world's leading software development platform · GitHub</title>
<link rel="search" type="application/opensearchdescription+xml" href="/opensearch.xml" title="GitHub">
<link rel="fluid-icon" href="https://github.com/fluidicon.png" title="GitHub">
<meta property="fb:app_id" content="1401488693436528">
<meta property="og:url" content="https://github.com">
<meta property="og:site_name" content="GitHub">
<meta property="og:title" content="Build software better, together">
<meta property="og:description" content="GitHub is where people build software. More than 24 million people use GitHub to discover, fork, and contribute to over 66 million projects.">
<meta property="og:image" content="https://assets-cdn.github.com/images/modules/open_graph/github-logo.png">
<meta property="og:image:type" content="image/png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="1200">
<meta property="og:image" content="https://assets-cdn.github.com/images/modules/open_graph/github-mark.png">
<meta property="og:image:type" content="image/png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="620">
<meta property="og:image" content="https://assets-cdn.github.com/images/modules/open_graph/github-octocat.png">
<meta property="og:image:type" content="image/png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="620">
<link rel="assets" href="https://assets-cdn.github.com/">
<meta name="pjax-timeout" content="1000">
<meta name="request-id" content="F144:1E819:B9E9C9E:11E6DB4B:59B8DC47" data-pjax-transient>
<meta name="selected-link" value="/" data-pjax-transient>
<meta name="google-site-verification" content="KT5gs8h0wvaagLKAVWq8bbeNwnZZK1r1XQysX3xurLU">
<meta name="google-site-verification" content="ZzhVyEFwb7w3e0-uOTltm8Jsck2F5StVihD0exw2fsA">
<meta name="google-analytics" content="UA-3769691-2">
<meta content="collector.githubapp.com" name="octolytics-host" /><meta content="github" name="octolytics-app-id" /><meta content="https://collector.githubapp.com/github-external/browser_event" name="octolytics-event-url" /><meta content="F144:1E819:B9E9C9E:11E6DB4B:59B8DC47" name="octolytics-dimension-request_id" /><meta content="sea" name="octolytics-dimension-region_edge" /><meta content="iad" name="octolytics-dimension-region_render" />
<meta class="js-ga-set" name="dimension1" content="Logged Out">
<meta name="hostname" content="github.com">
<meta name="user-login" content="">
<meta name="expected-hostname" content="github.com">
<meta name="js-proxy-site-detection-payload" content="MjE3ZTMxYjFkYzhlMjYxYjU5MzMzMmE1OWUyMWVlMzhkZTMyZDVjYjY4MTAzMzRhMWUyODBkNTVlNTc5MTFmMHx7InJlbW90ZV9hZGRyZXNzIjoiMjAzLjIxNy4xODYuMzIiLCJyZXF1ZXN0X2lkIjoiRjE0NDoxRTgxOTpCOUU5QzlFOjExRTZEQjRCOjU5QjhEQzQ3IiwidGltZXN0YW1wIjoxNTA1Mjg3MjQwLCJob3N0IjoiZ2l0aHViLmNvbSJ9">
<meta name="html-safe-nonce" content="6fe3d0193e10df4d2c141f43f4a8f0b6d92d59b8">
<meta http-equiv="x-pjax-version" content="530278e60e50f07ff0720f71b4c32ec0">
<meta name="viewport" content="width=device-width">
<link crossorigin="anonymous" href="https://assets-cdn.github.com/assets/site-877643c520258c4fa15ac8d1664d84efd0e3db56f5e544ccac58da0e50489904.css" media="all" rel="stylesheet" />
<link rel="canonical" href="https://github.com/" data-pjax-transient>
<meta name="browser-stats-url" content="https://api.github.com/_private/browser/stats">
<meta name="browser-errors-url" content="https://api.github.com/_private/browser/errors">
<link rel="mask-icon" href="https://assets-cdn.github.com/pinned-octocat.svg" color="#000000">
<link rel="icon" type="image/x-icon" href="https://assets-cdn.github.com/favicon.ico">
<meta name="theme-color" content="#1e2327">
</head>
<body class="logged-out env-production page-responsive min-width-0 f4">
<div class="position-relative js-header-wrapper ">
<a href="#start-of-content" tabindex="1" class="px-2 py-4 show-on-focus js-skip-to-content">Skip to content</a>
<div id="js-pjax-loader-bar" class="pjax-loader-bar"><div class="progress"></div></div>
<header class="Header header-logged-out js-details-container Details position-relative f4 py-3" role="banner">
<div class="container-lg d-lg-flex p-responsive">
<div class="d-flex flex-justify-between flex-items-center">
<a class="header-logo-invertocat my-0" href="https://github.com/" aria-label="Homepage" data-ga-click="(Logged out) Header, go to homepage, icon:logo-wordmark">
<svg aria-hidden="true" class="octicon octicon-mark-github" height="32" version="1.1" viewBox="0 0 16 16" width="32"><path fill-rule="evenodd" d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.013 8.013 0 0 0 16 8c0-4.42-3.58-8-8-8z"/></svg>
</a>
<button class="btn-link d-lg-none mt-1 js-details-target" type="button" aria-label="Toggle navigation" aria-expanded="false">
<svg aria-hidden="true" class="octicon octicon-three-bars text-white" height="24" version="1.1" viewBox="0 0 12 16" width="18"><path fill-rule="evenodd" d="M11.41 9H.59C0 9 0 8.59 0 8c0-.59 0-1 .59-1H11.4c.59 0 .59.41.59 1 0 .59 0 1-.59 1h.01zm0-4H.59C0 5 0 4.59 0 4c0-.59 0-1 .59-1H11.4c.59 0 .59.41.59 1 0 .59 0 1-.59 1h.01zM.59 11H11.4c.59 0 .59.41.59 1 0 .59 0 1-.59 1H.59C0 13 0 12.59 0 12c0-.59 0-1 .59-1z"/></svg>
</button>
</div>
<div class="HeaderMenu HeaderMenu--bright d-lg-flex flex-justify-between flex-auto">
<nav class="mt-3 mt-lg-0">
<ul class="d-lg-flex list-style-none">
<li class="ml-lg-2">
<a href="/features" class="js-selected-navigation-item HeaderNavlink px-0 py-3 py-lg-2 m-0" data-ga-click="Header, click, Nav menu - item:features" data-selected-links="/features /features/project-management /features/code-review /features/project-management /features/integrations /features">
Features
</a> </li>
<li class="ml-lg-4">
<a href="/business" class="js-selected-navigation-item HeaderNavlink px-0 py-3 py-lg-2 m-0" data-ga-click="Header, click, Nav menu - item:business" data-selected-links="/business /business/security /business/customers /business">
Business
</a> </li>
<li class="ml-lg-4">
<a href="/explore" class="js-selected-navigation-item HeaderNavlink px-0 py-3 py-lg-2 m-0" data-ga-click="Header, click, Nav menu - item:explore" data-selected-links="/explore /trending /trending/developers /integrations /integrations/feature/code /integrations/feature/collaborate /integrations/feature/ship showcases showcases_search showcases_landing /explore">
Explore
</a> </li>
<li class="ml-lg-4">
<a href="/marketplace" class="js-selected-navigation-item HeaderNavlink px-0 py-3 py-lg-2 m-0" data-ga-click="Header, click, Nav menu - item:marketplace" data-selected-links=" /marketplace">
Marketplace
</a> </li>
<li class="ml-lg-4">
<a href="/pricing" class="js-selected-navigation-item HeaderNavlink px-0 py-3 py-lg-2 m-0" data-ga-click="Header, click, Nav menu - item:pricing" data-selected-links="/pricing /pricing/developer /pricing/team /pricing/business-hosted /pricing/business-enterprise /pricing">
Pricing
</a> </li>
</ul>
</nav>
<div class="d-lg-flex">
<div class="d-lg-flex flex-items-center mr-lg-3">
<div class="header-search js-site-search" role="search">
<!-- '"` --><!-- </textarea></xmp> --></option></form><form accept-charset="UTF-8" action="/search" class="js-site-search-form" data-unscoped-search-url="/search" method="get"><div style="margin:0;padding:0;display:inline"><input name="utf8" type="hidden" value="✓" /></div>
<label class="form-control header-search-wrapper js-chromeless-input-container">
<a href="/dashboard" class="header-search-scope no-underline">/dashboard</a>
<input type="text"
class="form-control header-search-input js-site-search-focus "
data-hotkey="s"
name="q"
value=""
placeholder="Search GitHub"
aria-label="Search GitHub"
data-unscoped-placeholder="Search GitHub"
data-scoped-placeholder="Search"
autocapitalize="off">
<input type="hidden" class="js-site-search-type-field" name="type" >
</label>
</form></div>
</div>
<span class="d-block d-lg-inline-block">
<div class="HeaderNavlink px-0 py-2 m-0">
<a class="text-bold text-white no-underline" href="/login" data-ga-click="(Logged out) Header, clicked Sign in, text:sign-in">Sign in</a>
<span class="text-gray">or</span>
<a class="text-bold text-white no-underline" href="/join?source=header-home" data-ga-click="(Logged out) Header, clicked Sign up, text:sign-up">Sign up</a>
</div>
</span>
</div>
</div>
</div>
</header>
</div>
<div id="start-of-content" class="show-on-focus"></div>
<div id="js-flash-container">
</div>
<div role="main">
<div class="jumbotron jumbotron-codelines">
<div class="container-lg p-responsive position-relative">
<div class="d-md-flex flex-items-center gutter-md-spacious">
<div class="col-md-7 text-center text-md-left ">
<h1 class="alt-h0 text-white lh-condensed-ultra mb-3">Built for developers</h1>
<p class="alt-lead mb-4">
GitHub is a development platform inspired by the way you work. From <a href="/open-source" class="text-white jumbotron-link">open source</a> to <a href="/business" class="text-white jumbotron-link">business</a>, you can host and review code, manage projects, and build software alongside millions of other developers.
</p>
</div>
<div class="mx-auto col-sm-8 col-md-5 hide-sm">
<div class="rounded-1 text-gray bg-gray-light py-4 px-4 px-md-3 px-lg-4">
<!-- '"` --><!-- </textarea></xmp> --></option></form><form accept-charset="UTF-8" action="/join" autocomplete="off" class="home-hero-signup js-signup-form" method="post"><div style="margin:0;padding:0;display:inline"><input name="utf8" type="hidden" value="✓" /><input name="authenticity_token" type="hidden" value="ILen/D3bcpEiAZsZjN42yi1juJpg9fsL5kn5UuCvCjhPPqMd1slzDS7EO56OxviT+crlyrcjgZjbk7Bx3AdjKQ==" /></div> <dl class="form-group mt-0">
<dt class="input-label">
<label class="form-label f5" for="user[login]">Username</label>
</dt>
<dd>
<input type="text" name="user[login]" id="user[login]" class="form-control form-control-lg input-block" placeholder="Pick a username" data-autocheck-url="/signup_check/username" data-autocheck-authenticity-token="D7NlgjnXMdMo6FawCqt5YGcyB64FNnFFEUP4FGHH27/RSXuR+l9macQijhaY7pQiQtRAVNKRuhoFC2Md0/pL0Q==" autofocus>
</dd>
</dl>
<dl class="form-group">
<dt class="input-label">
<label class="form-label f5" for="user[email]">Email</label>
</dt>
<dd>
<input type="text" name="user[email]" id="user[email]" class="form-control form-control-lg input-block js-email-notice-trigger" placeholder="you@example.com" data-autocheck-url="/signup_check/email" data-autocheck-authenticity-token="QQ7cKGOm4nPtpbNV66aOicN+CWpxZljUmfmZXN10VD/bn3IeQrq3BSOcRi1zezdnaU71bAZIwxmNmHwkVHQixQ==">
</dd>
</dl>
<dl class="form-group">
<dt class="input-label">
<label class="form-label f5" for="user[password]">Password</label>
</dt>
<dd>
<input type="password" name="user[password]" id="user[password]" class="form-control form-control-lg input-block" placeholder="Create a password" data-autocheck-url="/signup_check/password" data-autocheck-authenticity-token="9Q29aVgG+UxZK/sXnpqynV7ESmLub6zha9AKQ/x5Y8z5O5Ro7B7zOLCPBWzrTTXem+2MBmRlNgX1iSqDTqg3Eg==">
</dd>
<p class="form-control-note">Use at least one letter, one numeral, and seven characters.</p>
</dl>
<input type="hidden" name="source" class="js-signup-source" value="form-home">
<input class="form-control" id="required_field_9b2f" name="required_field_9b2f" style="display: none" type="text" />
<input class="form-control" name="timestamp" type="hidden" value="1505287240056" />
<input class="form-control" name="timestamp_secret" type="hidden" value="83e8d6ebacab2ab3d9d719ec4ecbff4c4a85d8b5b0ccad360eb94d2a05816ce4" />
<button class="btn btn-primary btn-large f4 btn-block" type="submit" data-ga-click="Signup, Attempt, location:teams; group:excluded_from_experiment">Sign up for GitHub</button>
<p class="form-control-note mb-0 text-center">
By clicking "Sign up for GitHub", you agree to our
<a class="" href="https://help.github.com/terms" target="_blank">terms of service</a> and
<a class="" href="https://help.github.com/privacy" target="_blank">privacy policy</a>. <span class="js-email-notice">We’ll occasionally send you account related emails.</span>
</p>
</form> </div>
</div>
<div class="d-sm-none text-center">
<a href="/join?source=button-home" class="btn btn-primary btn-large border-0" data-ga-click="Signup, Attempt, location:jumbotron; group:excluded_from_experiment" rel="nofollow">Sign up for GitHub</a>
</div>
</div>
</div>
</div>
<div class="bg-gray-dark">
<div class="container-lg p-responsive">
<div class="py-4 d-md-flex flex-items-center gutter-md-spacious">
<a href="https://githubuniverse.com/?utm_source=github&utm_medium=banner&utm_campaign=ww-dotcom-universe-20170717" class="no-underline">
<div class="mx-auto" style="max-width: 475px;">
<img src="https://assets-cdn.github.com/images/modules/site/universe-octoshop.png" class="d-block" alt="universe octoshop swag" width="100%">
</div>
<div class="col-md-5 ml-md-6 text-center text-md-left">
<img src="https://assets-cdn.github.com/images/modules/site/universe-wordmark.png" class="d-block mx-auto mx-md-0" alt="universe wordmark" width="150px">
<h3 class="alt-h3 text-white mt-2">Experience the Octoshop</h3>
<p class="text-white mt-1 mb-1">Get your Universe ticket and make room in your bag for limited edition Octoshop swag.</p>
<a href="https://githubuniverse.com/?utm_source=github&utm_medium=banner&utm_campaign=ww-dotcom-universe-20170717" style="color: #959da5;" class="d-block mt-2">Learn more<svg aria-hidden="true" class="octicon octicon-chevron-right ml-2 v-align-text-bottom" height="16" version="1.1" viewBox="0 0 8 16" width="8"><path fill-rule="evenodd" d="M7.5 8l-5 5L1 11.5 4.75 8 1 4.5 2.5 3z"/></svg></a>
</div>
</a>
</div>
</div>
</div>
<div class="featurette">
<div class="container-lg p-responsive">
<h6 class="alt-h4 text-normal text-gray text-center">
GitHub for teams
</h6>
<h2 class="alt-h1 lh-condensed mt-3 mb-2 text-center">
A better way to work together
</h2>
<p class="lead text-center col-md-8 mx-auto">
GitHub brings teams together to work through problems, move ideas forward, and learn from each other along the way.
</p>
<div class="text-center">
<a href="/join?plan=business&setup_organization=true&source=business-page" class="btn btn-large btn-outline" data-ga-click="Signup, Attempt, location:teams; group:excluded_from_experiment">Sign up your team</a>
</div>
</div>
<div class="container-lg p-responsive">
<div class="featurette">
<div class="d-md-flex flex-items-center flex-row-reverse my-5">
<div class="col-sm-8 col-md-6 mx-auto text-center p-5">
<img src="https://assets-cdn.github.com/images/modules/site/home-illo-conversation.svg" alt="" width="360" class="d-block width-fit mx-auto">
</div>
<div class="col-sm-8 col-md-6 mx-auto text-center text-md-left pr-md-5">
<h3 class="alt-h3 mb-1">Write better code</h3>
<p class="">
Collaboration makes perfect. The conversations and code reviews that happen in Pull Requests help your team share the weight of your work and improve the software you build.
</p>
<p>
<a class="mt-3" href="/features/code-review">Learn about code review on <span class="no-wrap">GitHub<svg aria-hidden="true" class="octicon octicon-chevron-right ml-2 v-align-text-bottom" height="16" version="1.1" viewBox="0 0 8 16" width="8"><path fill-rule="evenodd" d="M7.5 8l-5 5L1 11.5 4.75 8 1 4.5 2.5 3z"/></svg></span></a>
</p>
</div>
</div>
<div class="d-md-flex flex-items-center my-5">
<div class="col-sm-8 col-md-6 mx-auto text-center p-5">
<img src="https://assets-cdn.github.com/images/modules/site/home-illo-chaos.svg" alt="" class="d-block width-fit mx-auto">
</div>
<div class="col-sm-8 col-md-6 mx-auto text-center text-md-left pl-md-5">
<h3 class="alt-h3 mb-1">Manage your chaos</h3>
<p class="">
Take a deep breath. On GitHub, project management happens in Issues and Projects, right alongside your code. All you have to do is mention a teammate to get them involved.
</p>
<p>
<a class="mt-3" href="/features/project-management">Learn about project management on <span class="no-wrap">GitHub<svg aria-hidden="true" class="octicon octicon-chevron-right ml-2 v-align-text-bottom" height="16" version="1.1" viewBox="0 0 8 16" width="8"><path fill-rule="evenodd" d="M7.5 8l-5 5L1 11.5 4.75 8 1 4.5 2.5 3z"/></svg></span></a>
</p>
</div>
</div>
</div>
</div>
</div>
<div class="featurette">
<div class="container-lg p-responsive">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64.1 59.57" class="d-block mx-auto mb-2" width="64"><title>security-admin</title><path d="M34.27 51.67H3a3 3 0 0 1-3-3V3a3 3 0 0 1 3-3h48.3a3 3 0 0 1 3 3v22.11a1 1 0 0 1-2 0V3a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v45.67a1 1 0 0 0 1 1h31.27a1 1 0 1 1 0 2z" fill="#79b8ff"></path><path d="M11.1 16.85a1 1 0 0 1-.71-.29l-2.85-2.85a1 1 0 0 1 1.41-1.41l2.14 2.14 5-5a1 1 0 0 1 1.42 1.4l-5.66 5.75a1.2 1.2 0 0 1-.75.26zM62.1 59.57H44.3a2.08 2.08 0 0 1-2-2v-13.8a1.93 1.93 0 0 1 2-2h17.8a1.93 1.93 0 0 1 2 2v13.8a1.93 1.93 0 0 1-2 2zm-17.8-2.06l17.8.06v-13.8H44.3v13.74z" fill="#2088ff"></path><path d="M59.9 43.07h-2v-4.3a4.8 4.8 0 0 0-9.6 0v4.3h-2v-4.3a6.8 6.8 0 0 1 13.6 0v4.3z" fill="#2088ff"></path><circle cx="53.3" cy="49.67" r="2.2" fill="#2088ff"></circle><path d="M53.3 54.57a1 1 0 0 1-1-1v-2.9a1 1 0 0 1 2 0v2.9a1 1 0 0 1-1 1z" fill="#2088ff"></path><path d="M43.18 11.48H23.92a1 1 0 1 1 0-2h19.27a1 1 0 0 1-.01 2zM34.27 17.1H23.92a1 1 0 1 1 0-2h10.36a1 1 0 1 1-.01 2z" fill="#79b8ff"></path><path d="M11.1 41.77a1 1 0 0 1-.71-.29l-2.85-2.85a1 1 0 0 1 1.41-1.41l2.14 2.14 5-5a1 1 0 0 1 1.42 1.4l-5.66 5.75a1.14 1.14 0 0 1-.75.26z" fill="#2088ff"></path><path d="M34.27 36.4H23.92a1 1 0 1 1 0-2h10.36a1 1 0 1 1-.01 2zM34.27 42.02H23.92a1 1 0 1 1 0-2h10.36a1 1 0 1 1-.01 2zM43.4 26.83H1.48a1 1 0 0 1 0-2H43.4a1 1 0 0 1 0 2z" fill="#79b8ff"></path></svg>
<h6 class="alt-h4 text-normal text-gray text-center">
Security and administration
</h6>
<h2 class="alt-h1 mt-3 mb-2 text-center">
Boxes? Check.
</h2>
<p class="lead text-center mb-2 pb-md-4 col-md-8 mx-auto">
We worried about your administrative and security needs so you don’t have to. From flexible hosting to authentication options, GitHub can help you meet your team’s requirements.
</p>
<p class="text-center mb-5">
<a href="/business" class="btn btn-large btn-outline mx-auto">
Learn about GitHub for Business
</a>
</p>
<div class="d-md-flex flex-items-center flex-row-reverse my-5">
<div class="col-sm-8 col-md-6 mx-auto px-5 pr-md-0 text-center">
<img src="https://assets-cdn.github.com/images/modules/site/home-illo-business.svg" alt="" class="d-block width-fit mx-auto mb-4">
</div>
<div class="col-sm-8 col-md-6 mx-auto text-center text-md-left">
<h3 class="alt-h3 mb-1">Code security</h3>
<p class="mb-3 mb-md-5">
Prevent problems before they happen. Protected branches, signed commits, and required status checks protect your work and help you maintain a high standard for your code.
</p>
<h3 class="alt-h3 mb-1">Access controlled</h3>
<p class="mb-3 mb-md-5">
Encourage teams to work together while limiting access to those who need it with granular permissions and authentication through SAML/SSO and LDAP.
</p>
<h3 class="alt-h3 mb-1">Hosted where you need it</h3>
<p class="mb-3 mb-md-4">
Securely and reliably host your work on GitHub.com. Or, deploy GitHub Enterprise on your own servers or in a private cloud using Amazon Web Services, Azure or Google Cloud Platform.
</p>
</div>
</div>
</div>
</div>
<div class="featurette">
<div class="container-lg p-responsive text-center py-md-6">
<div class="col-md-8 py-md-6 mx-auto">
<svg xmlns="http://www.w3.org/2000/svg" data-name="Layer 1" viewBox="0 0 58.5 58.7" class="d-block mx-auto mb-2" width="72"><title>integrations</title><path d="M41.6 15.6l-1.4-1.4a1 1 0 1 0-1.4 1.4l1.4 1.4a1 1 0 0 0 1.4 0 1 1 0 0 0 0-1.4zM33.9 7.9a1 1 0 1 0-1.4 1.4l1.4 1.4a1 1 0 0 0 1.4 0 1 1 0 0 0 0-1.4zM27.9 26.6a1 1 0 0 0-1.4 1.4l1.4 1.4a1 1 0 0 0 1.4 0 1 1 0 0 0 0-1.4zM21.6 20.2a1 1 0 0 0-1.4 1.4l1.4 1.4a1 1 0 0 0 1.4 0 1 1 0 0 0 0-1.4zM15.4 38.7a1 1 0 0 0-1.4 1.4l1.4 1.4a1 1 0 0 0 1.4 0 1 1 0 0 0 0-1.4zM9.3 32.7a1 1 0 1 0-1.4 1.4l1.4 1.4a1 1 0 0 0 1.4 0 1 1 0 0 0 0-1.4z" fill="#6bbcff"></path><path d="M26.6 13.4V1a.94.94 0 0 0-1-1H1a.94.94 0 0 0-1 1v24.8a.94.94 0 0 0 1 1h12.4a.94.94 0 0 0 1-1V14.4h11.2a1.08 1.08 0 0 0 1-1zm-2-1H13.4a.94.94 0 0 0-1 1v11.4H2V2h22.6v10.4zM58.2 19.9a.91.91 0 0 0-.7-.3H45.1a.94.94 0 0 0-1 1v11.3H33.9a1.9 1.9 0 0 0-1.9 1.9v10.6H21.5a1.9 1.9 0 0 0-1.9 1.9v10.5a1.9 1.9 0 0 0 1.9 1.9h36a.94.94 0 0 0 1-1V20.6a.91.91 0 0 0-.3-.7zm-1.7 1.7v22.8H46.1V21.7zM44.1 34v21.1L33.9 44.9 33.8 34h10.3zM21.5 46.4h11l10.4 10.4H21.5V46.4zm24.6 10.3V46.4h10.4v10.4z" fill="#008fff"></path></svg>
<h6 class="alt-h4 text-normal text-gray">
Integrations
</h6>
<h2 class="alt-h1 lh-condensed mt-3 mb-2">
Build on GitHub
</h2>
<p class="lead mb-2 pb-md-4 px-md-3">
Customize your process with GitHub apps and an intuitive API. Integrate the tools you already use or discover new favorites to create a happier, more efficient way of working.
</p>
<p class="f4 text-center mb-6">
<a href="/features/integrations" class="btn btn-large btn-outline mx-auto">Learn about integrations</a>
</p>
</div>
<div class="apps-cluster d-flex flex-wrap flex-justify-center pb-6">
<div class="CircleBadge CircleBadge--medium CircleBadge--feature tooltipped tooltipped-s tooltipped-no-delay" style="background-color: #553958;" aria-label="Slack"><img src="https://assets-cdn.github.com/images/modules/site/integrators/slackhq.png" alt="" class="CircleBadge-icon"></div>
<div class="CircleBadge CircleBadge--medium CircleBadge--feature tooltipped tooltipped-s tooltipped-no-delay" style="background-color: #364e98;" aria-label="ZenHub"><img src="https://assets-cdn.github.com/images/modules/site/integrators/zenhubio.png" alt="" class="CircleBadge-icon"></div>
<div class="CircleBadge CircleBadge--medium CircleBadge--feature tooltipped tooltipped-s tooltipped-no-delay" style="background-color: #eff9f9;" aria-label="Travis CI"><img src="https://assets-cdn.github.com/images/modules/site/integrators/travis-ci.png" alt="" class="CircleBadge-icon"></div>
<div class="CircleBadge CircleBadge--medium CircleBadge--feature tooltipped tooltipped-s tooltipped-no-delay" style="background-color: #5fb57d;" aria-label="Atom"><img src="https://assets-cdn.github.com/images/modules/site/integrators/atom.png" alt="" class="CircleBadge-icon"></div>
<div class="CircleBadge CircleBadge--medium CircleBadge--feature tooltipped tooltipped-s tooltipped-no-delay" style="background-color: #022531;" aria-label="Circle CI"><img src="https://assets-cdn.github.com/images/modules/site/integrators/circleci.png" alt="" class="CircleBadge-icon"></div>
<div class="CircleBadge CircleBadge--medium CircleBadge--feature tooltipped tooltipped-s tooltipped-no-delay" style="background-color: #f3f6fb;" aria-label="Codeship"><img src="https://assets-cdn.github.com/images/modules/site/integrators/codeship.png" alt="" class="CircleBadge-icon"></div>
<div class="CircleBadge CircleBadge--medium CircleBadge--feature hide-sm tooltipped tooltipped-s tooltipped-no-delay" style="background-color: #303030;" aria-label="Code Climate"><img src="https://assets-cdn.github.com/images/modules/site/integrators/codeclimate.png" alt="" class="CircleBadge-icon"></div>
</div>
<div class="col-md-8 py-md-6 mx-auto">
<p class="my-2 alt-text-small col-sm-8 col-md-6 mx-auto">
Sometimes, there’s more than one tool for the job. Why not try something new?
</p>
<p>
<a href="/marketplace">Browse GitHub <span class="no-wrap">Marketplace<svg aria-hidden="true" class="octicon octicon-chevron-right ml-2 v-align-text-bottom" height="16" version="1.1" viewBox="0 0 8 16" width="8"><path fill-rule="evenodd" d="M7.5 8l-5 5L1 11.5 4.75 8 1 4.5 2.5 3z"/></svg></span></a>
</p>
</div>
</div>
</div>
<div class="featurette">
<div class="container-lg p-responsive">
<svg xmlns="http://www.w3.org/2000/svg" data-name="Layer 1" viewBox="0 0 69.41 57.98" class="d-block mx-auto mb-2" width="72"><title>open-source</title><path d="M25.21 56.35a1 1 0 0 1-.93-1.33 3.51 3.51 0 0 0 .22-1.26 4.52 4.52 0 0 0-4.09-4.48 1 1 0 0 1-.9-1v-4.1a5.78 5.78 0 0 0-.51-2.53 1.002 1.002 0 0 1 1.81-.86 7.76 7.76 0 0 1 .74 3.35v3.29a6.5 6.5 0 0 1 5 6.31 5.46 5.46 0 0 1-.36 2 1 1 0 0 1-.98.61zM49.35 6.26a1 1 0 0 1-.53-.12 26.91 26.91 0 0 0-22.43-2.86 1.001 1.001 0 0 1-.6-1.91 28.92 28.92 0 0 1 24.09 3 1 1 0 0 1-.53 1.89z" fill="#79b8ff"></path><path d="M25.21 56.35a1 1 0 0 1-.34-.06 29.61 29.61 0 0 1-11.11-7.15 1 1 0 1 1 1.44-1.39 27.59 27.59 0 0 0 10.35 6.69 1 1 0 0 1-.34 1.91zM6.7 27.48h-.09a1 1 0 0 1-.9-1.09 28.62 28.62 0 0 1 .76-4.42 1 1 0 0 1 1.94.49 26.65 26.65 0 0 0-.71 4.11 1 1 0 0 1-1 .91zM49.59 53.56a1 1 0 0 1-.59-1.84 26.93 26.93 0 0 0 11.81-16.7 1.024 1.024 0 0 1 2 .44 29 29 0 0 1-12.7 17.91 1 1 0 0 1-.52.19zM62.45 28.89a1 1 0 0 1-1-1 26.9 26.9 0 0 0-.78-5.47 1 1 0 1 1 1.94-.49 28.88 28.88 0 0 1 .84 5.88 1 1 0 0 1-1 1v.08z" fill="#79b8ff"></path><path d="M61.78 36.28h-.19a1 1 0 0 1-.79-1.14 32 32 0 0 0 .66-6v-1.2a1 1 0 1 1 2 0v1.08a34 34 0 0 1-.69 6.43 1 1 0 0 1-.99.83zM34.52 58.02a28.67 28.67 0 0 1-9.74-1.69 1 1 0 0 1 .55-1.92h.12a26.93 26.93 0 0 0 23.6-2.68 1 1 0 1 1 1.06 1.67 28.75 28.75 0 0 1-15.59 4.62zM19 29.65a1 1 0 0 1-.8-1.63 8 8 0 0 0 1.91-5.21 1 1 0 0 1 2 0 10.09 10.09 0 0 1-2.36 6.49 1 1 0 0 1-.75.35z" fill="#79b8ff"></path><path d="M62.45 28.89h-8a8.27 8.27 0 0 1-4.54-1.34h-5.6a4.36 4.36 0 0 1 0-8.72h2a8.25 8.25 0 0 1 1.8-3.69 1 1 0 1 1 1.53 1.29 6.22 6.22 0 0 0-1.46 3.48 1 1 0 0 1-1 .91h-2.87a2.36 2.36 0 0 0 0 4.72h6a1 1 0 0 1 .6.2 6.14 6.14 0 0 0 3.62 1.14h8a1.006 1.006 0 0 1-.08 2.01zM49.59 53.56a1 1 0 0 1-.74-.32 7.79 7.79 0 0 1-2.09-5.29v-.93h-.43a8 8 0 0 1 0-16h9.5a8 8 0 0 1 6.8 3.83 1 1 0 0 1-1.7 1 6 6 0 0 0-5.1-2.83h-9.5a6 6 0 0 0 0 12h1.44a1 1 0 0 1 1 1v1.92a5.79 5.79 0 0 0 1.56 3.93 1 1 0 0 1-.74 1.69z" fill="#79b8ff"></path><path d="M14.69 45.59a7.25 7.25 0 0 1-6.58-3.67H2.74A2.82 2.82 0 0 1 0 39.09v-6.53a2.57 2.57 0 0 1 .68-1.93 2.76 2.76 0 0 1 2.05-.9h11.53A2.75 2.75 0 0 1 17 32.5v6.58a2.82 2.82 0 0 1-2.73 2.83h-.55c.43 1.57 1.32 1.62 1.75 1.64a1 1 0 0 1 0 2 6.35 6.35 0 0 1-.78.04zM2.74 31.74a.75.75 0 0 0-.57.24.63.63 0 0 0-.16.49v6.63a.82.82 0 0 0 .73.83h6a1 1 0 0 1 .92.61A4.7 4.7 0 0 0 12 43.02a7.7 7.7 0 0 1-.44-2 1 1 0 0 1 .91-1.09h1.82a.82.82 0 0 0 .71-.82v-6.55a.75.75 0 0 0-.68-.82H2.74zM54.75 21.62H54a1 1 0 0 1 0-2c.38 0 1.28-.13 1.71-1.75h-.6a2.73 2.73 0 0 1-2.68-2.73V8.69a2.77 2.77 0 0 1 2.68-2.8h11.38a3 3 0 0 1 2.92 2.71v6.54a2.73 2.73 0 0 1-2.73 2.73h-5.23a7.42 7.42 0 0 1-6.7 3.75zm.36-13.73a.79.79 0 0 0-.73.81v6.44a.72.72 0 0 0 .71.73h1.75a1 1 0 0 1 1 1v.09a7.76 7.76 0 0 1-.47 2.12 4.87 4.87 0 0 0 2.49-2.6 1 1 0 0 1 .92-.61h5.86a.72.72 0 0 0 .76-.68v-6.5a1 1 0 0 0-.92-.81H55.11zM18 9.61a1.52 1.52 0 0 0-1.5-1.54 1.48 1.48 0 0 0-1.44 1c0 .1-.1.1-.19 0a1.48 1.48 0 0 0-1.44-1 1.52 1.52 0 0 0-1.54 1.5c0 1.63 1.73 3.07 2.59 3.74a.72.72 0 0 0 .86 0c.89-.54 2.66-2.07 2.66-3.7z" fill="#2088ff"></path><path d="M63.11 12.88h-4.47a1 1 0 0 1 0-2h4.47a1 1 0 1 1 0 2zM10.71 36.73H5.8a1 1 0 0 1 0-2h4.91a1 1 0 0 1 0 2zM14.79 22.27a1 1 0 0 1-.9-.64l-1.52-3.89H9.32a2.81 2.81 0 0 1-2.73-2.81v-9a2.73 2.73 0 0 1 2.67-2.79h11.39a2.73 2.73 0 0 1 2.73 2.73v9a2.81 2.81 0 0 1-2.73 2.81h-3.11l-1.84 4a1 1 0 0 1-.91.59zM9.32 5.14a.72.72 0 0 0-.73.71v9a.79.79 0 0 0 .73.81h3.79a1 1 0 0 1 .93.64l.89 2.32L16 16.25a1 1 0 0 1 1-.58h3.74a.79.79 0 0 0 .73-.81v-9a.72.72 0 0 0-.72-.72H9.32z" fill="#2088ff"></path></svg>
<h6 class="alt-h4 text-normal text-gray text-center">
Community
</h6>
<h2 class="alt-h1 mt-3 mb-4 lh-condensed text-center">
Welcome home, <br>developers
</h2>
<p class="lead text-center col-md-8 mx-auto">
GitHub is home to the world’s largest community of developers and their projects...
</p>
</div>
<div class="d-flex flex-nowrap flex-items-stretch flex-lg-items-start overflow-auto px-2 py-6 my-6">
<article class="story col-6 col-sm-3 p-2">
<a href=" /open-source/stories/ariya " class="story-link d-block d-lg-flex height-full rounded-1 box-shadow-extra-large">
<div class="col-lg-6 position-relative">
<img alt="Ariya" class="d-block width-full" src="https://assets-cdn.github.com/images/modules/site/stories/developers/ariya.png" />
</div>
<div class="d-lg-flex flex-items-center col-lg-6">
<div class="width-full text-center p-3 py-lg-0">
<h1 class="story-title f2-light link-gray-dark lh-condensed mb-1">Ariya Hidayat</h1>
<p class="f6 text-gray">
PhantomJS maintainer
</p>
</div>
</div>
</a>
</article>
<article class="story col-6 col-sm-3 p-2">
<a href=" /open-source/stories/freakboy3742 " class="story-link d-block d-lg-flex height-full rounded-1 box-shadow-extra-large">
<div class="col-lg-6 position-relative">
<img alt="Freakboy3742" class="d-block width-full" src="https://assets-cdn.github.com/images/modules/site/stories/developers/freakboy3742.png" />
</div>
<div class="d-lg-flex flex-items-center col-lg-6">
<div class="width-full text-center p-3 py-lg-0">
<h1 class="story-title f2-light link-gray-dark lh-condensed mb-1">Russell Keith-Magee</h1>
<p class="f6 text-gray">
PyBee maintainer
</p>
</div>
</div>
</a>
</article>
<article class="story col-6 col-sm-3 p-2">
<a href=" /business/customers/mailchimp " class="story-link story-link--customer d-block d-lg-flex height-full rounded-1 box-shadow-extra-large">
<div class="col-lg-6 position-relative">
<img alt="Mailchimp" class="d-block width-full" src="https://assets-cdn.github.com/images/modules/site/stories/customers/mailchimp.png" />
</div>
<div class="d-lg-flex flex-items-center col-lg-6">
<div class="width-full text-center p-3 py-lg-0">
<h1 class="story-title f2-light link-gray-dark lh-condensed mb-1">MailChimp</h1>
<p class="f6 text-gray">
Marketing customer
</p>
</div>
</div>
</a>
</article>
<article class="story col-6 col-sm-3 p-2">
<a href=" /open-source/stories/kris-nova " class="story-link d-block d-lg-flex height-full rounded-1 box-shadow-extra-large">
<div class="col-lg-6 position-relative">
<img alt="Kris-nova" class="d-block width-full" src="https://assets-cdn.github.com/images/modules/site/stories/developers/kris-nova.png" />
</div>
<div class="d-lg-flex flex-items-center col-lg-6">
<div class="width-full text-center p-3 py-lg-0">
<h1 class="story-title f2-light link-gray-dark lh-condensed mb-1">Kris Nova</h1>
<p class="f6 text-gray">
Kubernetes/kops maintainer
</p>
</div>
</div>
</a>
</article>
<article class="story col-6 col-sm-3 p-2">
<a href=" /open-source/stories/yyx990803 " class="story-link d-block d-lg-flex height-full rounded-1 box-shadow-extra-large">
<div class="col-lg-6 position-relative">
<img alt="Yyx990803" class="d-block width-full" src="https://assets-cdn.github.com/images/modules/site/stories/developers/yyx990803.png" />
</div>
<div class="d-lg-flex flex-items-center col-lg-6">
<div class="width-full text-center p-3 py-lg-0">
<h1 class="story-title f2-light link-gray-dark lh-condensed mb-1">Evan You</h1>
<p class="f6 text-gray">
Vue maintainer
</p>
</div>
</div>
</a>
</article>
<article class="story col-6 col-sm-3 p-2">
<a href=" /business/customers/mapbox " class="story-link story-link--customer d-block d-lg-flex height-full rounded-1 box-shadow-extra-large">
<div class="col-lg-6 position-relative">
<img alt="Mapbox" class="d-block width-full" src="https://assets-cdn.github.com/images/modules/site/stories/customers/mapbox.png" />
</div>
<div class="d-lg-flex flex-items-center col-lg-6">
<div class="width-full text-center p-3 py-lg-0">
<h1 class="story-title f2-light link-gray-dark lh-condensed mb-1">Mapbox</h1>
<p class="f6 text-gray">
Software customer
</p>
</div>
</div>
</a>
</article>
<article class="story col-6 col-sm-3 p-2">
<a href=" /open-source/stories/jessfraz " class="story-link d-block d-lg-flex height-full rounded-1 box-shadow-extra-large">
<div class="col-lg-6 position-relative">
<img alt="Jessfraz" class="d-block width-full" src="https://assets-cdn.github.com/images/modules/site/stories/developers/jessfraz.png" />
</div>
<div class="d-lg-flex flex-items-center col-lg-6">
<div class="width-full text-center p-3 py-lg-0">
<h1 class="story-title f2-light link-gray-dark lh-condensed mb-1">Jess Frazelle</h1>
<p class="f6 text-gray">
Kubernetes, previously Docker maintainer
</p>
</div>
</div>
</a>
</article>
</div>
<div class="container-lg p-responsive">
<p class="lead text-center col-md-8 mx-auto pb-md-6">
...whether you’re making your first commit or sending a Rover to Mars, there’s room for you here, too.
</p>
<div class="gutter-md">
<div class="communitystats position-relative">
<a href="/open-source" class="d-inline-block summarylink">
<div class="circle d-flex flex-column flex-justify-center text-center p-4 mx-auto mt-6 mb-3 m-md-3 bg-orange box-shadow-extra-large">
<span class="d-block f0-light text-white lh-condensed-ultra mb-2">66M</span>
<span class="f6 text-white">repositories worldwide</span>
</div>
<div class="summarylink-btn d-flex flex-justify-between flex-items-center f5 text-gray-dark rounded-1 p-sm-4">
<p class="col-10 mb-0">GitHub’s users create and maintain influential technologies alongside the world's largest <span class="text-orange-light">open source community</span>.</p>
<svg aria-hidden="true" class="octicon octicon-triangle-right text-orange-light" height="16" version="1.1" viewBox="0 0 6 16" width="6"><path fill-rule="evenodd" d="M0 14l6-6-6-6z"/></svg>
</div>
</a>
<a href="/personal" class="d-inline-block summarylink">
<div class="circle d-flex flex-column flex-justify-center text-center p-4 mx-auto mt-6 mb-3 m-md-3 bg-blue box-shadow-extra-large">
<span class="d-block f0-light text-white lh-condensed-ultra mb-2">24M</span>
<span class="f6 text-white">developers worldwide</span>
</div>
<div class="summarylink-btn d-flex flex-justify-between flex-items-center f5 text-gray-dark rounded-1 p-sm-4">
<p class="col-10 mb-0"><span class="text-blue">Developers</span> use GitHub for personal projects, from experimenting with new programming languages to hosting their life’s work.</p>
<svg aria-hidden="true" class="octicon octicon-triangle-right text-blue" height="16" version="1.1" viewBox="0 0 6 16" width="6"><path fill-rule="evenodd" d="M0 14l6-6-6-6z"/></svg>
</div>
</a>
<a href="/business" class="d-inline-block summarylink">
<div class="circle d-flex flex-column flex-justify-center text-center p-4 mx-auto mt-6 mb-3 m-md-3 bg-purple box-shadow-extra-large">
<span class="d-block f1-light text-white lh-condensed-ultra mb-2">117K</span>
<span class="f6 text-white">businesses worldwide</span>
</div>
<div class="summarylink-btn d-flex flex-justify-between flex-items-center f5 text-gray-dark rounded-1 p-sm-4">
<p class="col-10 mb-0"><span class="text-purple">Businesses</span> of all sizes use GitHub to support their development process and to securely build software.</p>
<svg aria-hidden="true" class="octicon octicon-triangle-right text-purple" height="16" version="1.1" viewBox="0 0 6 16" width="6"><path fill-rule="evenodd" d="M0 14l6-6-6-6z"/></svg>
</div>
</a>
</div>
</div>
<div class="text-center py-6 my-6">
<h3 class="alt-h3 text-gray-light mt-3 mb-4 lh-condensed">
More than a million teams use GitHub
</h3>
<ul class="d-flex flex-justify-center flex-items-center flex-wrap list-style-none my-2 my-md-3 grayscale">
<li><img src="https://assets-cdn.github.com/images/modules/site/logos/airbnb-logo.png" alt="Airbnb" class="logo-img-sm px-2 px-sm-4 px-md-5 my-md-3"></li>
<li><img src="https://assets-cdn.github.com/images/modules/site/logos/sap-logo.png" alt="SAP" class="logo-img-sm px-2 px-sm-4 px-md-5 my-md-3"></li>
<li><img src="https://assets-cdn.github.com/images/modules/site/logos/ibm-logo.png" alt="IBM" class="logo-img-sm px-2 px-sm-4 px-md-5 my-md-3"></li>
<li><img src="https://assets-cdn.github.com/images/modules/site/logos/google-logo.png" alt="Google" class="logo-img-sm px-2 px-sm-4 px-md-5 my-md-3"></li>
<li><img src="https://assets-cdn.github.com/images/modules/site/logos/paypal-logo.png" alt="PayPal" class="logo-img-sm px-2 px-sm-4 px-md-5 my-md-3"></li>
<li><img src="https://assets-cdn.github.com/images/modules/site/logos/bloomberg-logo.png" alt="Bloomberg" class="logo-img-sm px-2 px-sm-4 px-md-5 my-md-3"></li>
<li><img src="https://assets-cdn.github.com/images/modules/site/logos/spotify-logo.png" alt="Spotify" class="logo-img-sm px-2 px-sm-4 px-md-5 my-md-3"></li>
<li><img src="https://assets-cdn.github.com/images/modules/site/logos/swift-logo.png" alt="Swift" class="logo-img-sm px-2 px-sm-4 px-md-5 my-md-3"></li>
<li><img src="https://assets-cdn.github.com/images/modules/site/logos/facebook-logo.png" alt="Rails" class="logo-img-sm px-2 px-sm-4 px-md-5 my-md-3"></li>
<li><img src="https://assets-cdn.github.com/images/modules/site/logos/node-logo.png" alt="Node" class="logo-img-sm px-2 px-sm-4 px-md-5 my-md-3"></li>
<li><img src="https://assets-cdn.github.com/images/modules/site/logos/nasa-logo.png" alt="Nasa" class="logo-img-sm px-2 px-sm-4 px-md-5 my-md-3"></li>
<li><img src="https://assets-cdn.github.com/images/modules/site/logos/walmart-logo.png" alt="Walmart" class="logo-img-sm px-2 px-sm-4 px-md-5 my-md-3"></li>
</ul>
</div>
</div>
</div>
<div class="featurette bg-gray-dark">
<div class="container-lg p-responsive text-white text-center">
<h2 class="alt-h2">
Get started for free — join the millions of developers already using GitHub to share their code, work together, and build amazing things.
</h2>
</div>
<div class="container-xl p-responsive py-6 mt-lg-6">
<!-- '"` --><!-- </textarea></xmp> --></option></form><form accept-charset="UTF-8" action="/join" autocomplete="off" class="home-hero-signup js-signup-form" method="post"><div style="margin:0;padding:0;display:inline"><input name="utf8" type="hidden" value="✓" /><input name="authenticity_token" type="hidden" value="glo3BLOaUhJHEWQksjkOYHPE4AzpWnW4Ii4+cuXX3gPt0zPlWIhTjkvUxKOwIcA5p229XD6MDysf9HdR2X+3Eg==" /></div> <div class="d-lg-flex flex-wrap flex-lg-nowrap flex-justify-between">
<dl class="form-group col-12 col-sm-8 col-lg-3 mx-auto mt-0 mx-lg-0 mb-3 mb-lg-0 px-3">
<dt class="input-label sr-only">
<label class="form-label text-gray f5" for="user[login]-footer">Username</label>
</dt>
<dd>
<input type="text" name="user[login]" id="user[login]-footer" class="form-control form-control-lg input-block input-lg" placeholder="Pick a username" data-autocheck-url="/signup_check/username" data-autocheck-authenticity-token="8QwMLwq3RdFTejzeku0K1BxqGRODCzsUWGl8qxzNGycv9hI8yT8Sa7+w5HgAqOeWOYxe6VSs8EtMIeeirvCLSQ==">
</dd>
</dl>
<dl class="form-group col-12 col-sm-8 col-lg-3 mx-auto mt-0 mx-lg-0 mb-3 mb-lg-0 px-3">
<dt class="input-label sr-only">
<label class="form-label text-gray f5" for="user[email]-footer">Email</label>
</dt>
<dd>
<input type="text" name="user[email]" id="user[email]-footer" class="form-control form-control-lg input-block input-lg js-email-notice-trigger" placeholder="Your email address" data-autocheck-url="/signup_check/email" data-autocheck-authenticity-token="NjB7mE4CRJY1TA14bNUq/XclWcuL96AlVIlHlToZL6WsodWubx4R4Pt1+AD0CJMT3RWlzfzZO+hA6KLtsxlZXw==">
</dd>
</dl>
<dl class="form-group col-12 col-sm-8 col-lg-3 mx-auto mt-0 mx-lg-0 mb-3 mb-lg-0 px-3">
<dt class="input-label sr-only">
<label class="d-none form-label text-gray f5" for="user[password]-footer">Password</label>
</dt>
<dd>
<input type="password" name="user[password]" id="user[password]-footer" class="form-control form-control-lg input-block input-lg" placeholder="Create a password" data-autocheck-url="/signup_check/password" data-autocheck-authenticity-token="RdFCn2tFD3IDfTHM9FiyL/isL0wzhB2G8Sz6OAOBn39J52ue310FBurZz7eBjzVsPYXpKLmOh2Jvddr4sVDLoQ==">
</dd>
</dl>
<input type="hidden" name="source" class="js-signup-source" value="form-home">
<input class="form-control" id="required_field_5d40" name="required_field_5d40" style="display: none" type="text" />
<input class="form-control" name="timestamp" type="hidden" value="1505287240073" />
<input class="form-control" name="timestamp_secret" type="hidden" value="9fc442b941565c7a2c3f1fe2004844e2d755c155774e94bef7376b5d36311bb6" />
<div class="col-12 col-sm-8 col-lg-3 mx-auto mx-lg-0 mb-3 mb-lg-0 px-3">
<button class="btn btn-primary btn-large f4 btn-block" type="submit" data-ga-click="Signup, Attempt, location:teams; group:excluded_from_experiment">Sign up for GitHub</button>
</div>
</div>
<p class="form-control-note text-center mt-6">
By clicking "Sign up for GitHub", you agree to our
<a class="text-white" href="https://help.github.com/terms" target="_blank">terms of service</a> and
<a class="text-white" href="https://help.github.com/privacy" target="_blank">privacy policy</a>. <span class="js-email-notice">We’ll occasionally send you account related emails.</span>
</p>
</form> </div>
</div>
<div class="modal-backdrop js-touch-events"></div>
</div>
<div class="footer container-lg p-responsive mt-6" role="contentinfo">
<div class="d-flex flex-wrap py-5 mb-5">
<div class="col-12 col-md-2 mb-3">
<svg aria-hidden="true" class="octicon octicon-logo-github" height="24" version="1.1" viewBox="0 0 45 16" width="67"><path fill-rule="evenodd" d="M18.53 12.03h-.02c.009 0 .015.01.024.011h.006l-.01-.01zm.004.011c-.093.001-.327.05-.574.05-.78 0-1.05-.36-1.05-.83V8.13h1.59c.09 0 .16-.08.16-.19v-1.7c0-.09-.08-.17-.16-.17h-1.59V3.96c0-.08-.05-.13-.14-.13h-2.16c-.09 0-.14.05-.14.13v2.17s-1.09.27-1.16.28c-.08.02-.13.09-.13.17v1.36c0 .11.08.19.17.19h1.11v3.28c0 2.44 1.7 2.69 2.86 2.69.53 0 1.17-.17 1.27-.22.06-.02.09-.09.09-.16v-1.5a.177.177 0 0 0-.146-.18zm23.696-2.2c0-1.81-.73-2.05-1.5-1.97-.6.04-1.08.34-1.08.34v3.52s.49.34 1.22.36c1.03.03 1.36-.34 1.36-2.25zm2.43-.16c0 3.43-1.11 4.41-3.05 4.41-1.64 0-2.52-.83-2.52-.83s-.04.46-.09.52c-.03.06-.08.08-.14.08h-1.48c-.1 0-.19-.08-.19-.17l.02-11.11c0-.09.08-.17.17-.17h2.13c.09 0 .17.08.17.17v3.77s.82-.53 2.02-.53l-.01-.02c1.2 0 2.97.45 2.97 3.88zm-8.72-3.61H33.84c-.11 0-.17.08-.17.19v5.44s-.55.39-1.3.39-.97-.34-.97-1.09V6.25c0-.09-.08-.17-.17-.17h-2.14c-.09 0-.17.08-.17.17v5.11c0 2.2 1.23 2.75 2.92 2.75 1.39 0 2.52-.77 2.52-.77s.05.39.08.45c.02.05.09.09.16.09h1.34c.11 0 .17-.08.17-.17l.02-7.47c0-.09-.08-.17-.19-.17zm-23.7-.01h-2.13c-.09 0-.17.09-.17.2v7.34c0 .2.13.27.3.27h1.92c.2 0 .25-.09.25-.27V6.23c0-.09-.08-.17-.17-.17zm-1.05-3.38c-.77 0-1.38.61-1.38 1.38 0 .77.61 1.38 1.38 1.38.75 0 1.36-.61 1.36-1.38 0-.77-.61-1.38-1.36-1.38zm16.49-.25h-2.11c-.09 0-.17.08-.17.17v4.09h-3.31V2.6c0-.09-.08-.17-.17-.17h-2.13c-.09 0-.17.08-.17.17v11.11c0 .09.09.17.17.17h2.13c.09 0 .17-.08.17-.17V8.96h3.31l-.02 4.75c0 .09.08.17.17.17h2.13c.09 0 .17-.08.17-.17V2.6c0-.09-.08-.17-.17-.17zM8.81 7.35v5.74c0 .04-.01.11-.06.13 0 0-1.25.89-3.31.89-2.49 0-5.44-.78-5.44-5.92S2.58 1.99 5.1 2c2.18 0 3.06.49 3.2.58.04.05.06.09.06.14L7.94 4.5c0 .09-.09.2-.2.17-.36-.11-.9-.33-2.17-.33-1.47 0-3.05.42-3.05 3.73s1.5 3.7 2.58 3.7c.92 0 1.25-.11 1.25-.11v-2.3H4.88c-.11 0-.19-.08-.19-.17V7.35c0-.09.08-.17.19-.17h3.74c.11 0 .19.08.19.17z"/></svg>
<p class="text-gray alt-text-small">
© 2017
</p>
</div>
<div class="col-6 col-sm-4 col-md-2 mb-3 pr-3">
<h4 class="mb-2">Features</h4>
<ul class="list-style-none text-gray">
<li class="lh-condensed mb-2"><a href="/features#code-review" class="muted-link alt-text-small">Code review</a></li>
<li class="lh-condensed mb-2"><a href="/features#project-management" class="muted-link alt-text-small">Project management</a></li>
<li class="lh-condensed mb-2"><a href="/features#community-management" class="muted-link alt-text-small">Community</a></li>
<li class="lh-condensed mb-2"><a href="/features#documentation" class="muted-link alt-text-small no-wrap">Documentation</a></li>
<li class="lh-condensed mb-2"><a href="/features#code-hosting" class="muted-link alt-text-small">Code hosting</a></li>
</ul>
</div>
<div class="col-6 col-sm-4 col-md-2 mb-3 pr-3">
<h4 class="mb-2">Platform</h4>
<ul class="list-style-none">
<li class="lh-condensed mb-2"><a href="https://atom.io" class="muted-link alt-text-small">Atom</a></li>
<li class="lh-condensed mb-2"><a href="http://electron.atom.io/" class="muted-link alt-text-small">Electron</a></li>
<li class="lh-condensed mb-2"><a href="https://desktop.github.com/" class="muted-link alt-text-small">GitHub Desktop</a></li>
<li class="lh-condensed mb-2"><a href="https://developer.github.com" data-ga-click="Footer, go to api, text:api" class="muted-link alt-text-small">Developers</a></li>
</ul>
</div>
<div class="col-6 col-sm-4 col-md-2 mb-3 pr-3">
<h4 class="mb-2">Community</h4>
<ul class="list-style-none">
<li class="lh-condensed mb-2"><a href="/personal" class="muted-link alt-text-small">Personal</a></li>
<li class="lh-condensed mb-2"><a href="/open-source" class="muted-link alt-text-small">Open source</a></li>
<li class="lh-condensed mb-2"><a href="/business" class="muted-link alt-text-small">For Business</a></li>
<li class="lh-condensed mb-2"><a href="https://education.github.com/" class="muted-link alt-text-small">For Education</a></li>
<li class="lh-condensed mb-2"><a href="https://community.github.com/" class="muted-link alt-text-small">Sponsorships</a></li>
</ul>
</div>
<div class="col-6 col-sm-4 col-md-2 mb-3 pr-3">
<h4 class="mb-2">Company</h4>
<ul class="list-style-none">
<li class="lh-condensed mb-2"><a href="https://github.com/about" class="muted-link alt-text-small" data-ga-click="Footer, go to about, text:about">About</a></li>
<li class="lh-condensed mb-2"><a href="https://github.com/blog" class="muted-link alt-text-small" data-ga-click="Footer, go to blog, text:blog">Blog</a></li>
<li class="lh-condensed mb-2"><a href="/business/customers" class="muted-link alt-text-small">Customers</a></li>
<li class="lh-condensed mb-2"><a href="/about/careers" class="muted-link alt-text-small">Careers</a></li>
<li class="lh-condensed mb-2"><a href="/about/press" class="muted-link alt-text-small">Press</a></li>
<li class="lh-condensed mb-2"><a href="https://shop.github.com" class="muted-link alt-text-small">Shop</a></li>
</ul>
</div>
<div class="col-6 col-sm-4 col-md-2 mb-3 pr-3">
<h4 class="mb-2">Resources</h4>
<ul class="list-style-none">
<li class="lh-condensed mb-2"><a href="https://github.com/contact" class="muted-link alt-text-small" data-ga-click="Footer, go to contact, text:contact">Contact GitHub</a></li>
<li class="lh-condensed mb-2"><a href="https://help.github.com" class="muted-link alt-text-small" data-ga-click="Footer, go to help, text:help">Help</a></li>
<li class="lh-condensed mb-2"><a href="https://status.github.com/" data-ga-click="Footer, go to status, text:status" class="muted-link alt-text-small">Status</a></li>
<li class="lh-condensed mb-2"><a href="https://github.com/site/terms" class="muted-link alt-text-small" data-ga-click="Footer, go to terms, text:terms">Terms</a></li>
<li class="lh-condensed mb-2"><a href="https://github.com/site/privacy" class="muted-link alt-text-small" data-ga-click="Footer, go to privacy, text:privacy">Privacy</a></li>
<li class="lh-condensed mb-2"><a href="https://github.com/security" class="muted-link alt-text-small" data-ga-click="Footer, go to security, text:security">Security</a></li>
<li class="lh-condensed mb-2"><a href="https://services.github.com/" class="muted-link alt-text-small">Training</a></li>
</ul>
</div>
</div>
</div>
<div id="ajax-error-message" class="ajax-error-message flash flash-error">
<svg aria-hidden="true" class="octicon octicon-alert" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M8.865 1.52c-.18-.31-.51-.5-.87-.5s-.69.19-.87.5L.275 13.5c-.18.31-.18.69 0 1 .19.31.52.5.87.5h13.7c.36 0 .69-.19.86-.5.17-.31.18-.69.01-1L8.865 1.52zM8.995 13h-2v-2h2v2zm0-3h-2V6h2v4z"/></svg>
<button type="button" class="flash-close js-flash-close js-ajax-error-dismiss" aria-label="Dismiss error">
<svg aria-hidden="true" class="octicon octicon-x" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M7.48 8l3.75 3.75-1.48 1.48L6 9.48l-3.75 3.75-1.48-1.48L4.52 8 .77 4.25l1.48-1.48L6 6.52l3.75-3.75 1.48 1.48z"/></svg>
</button>
You can't perform that action at this time.
</div>
<script crossorigin="anonymous" src="https://assets-cdn.github.com/assets/compat-91f98c37fc84eac24836eec2567e9912742094369a04c4eba6e3cd1fa18902d9.js"></script>
<script crossorigin="anonymous" src="https://assets-cdn.github.com/assets/frameworks-f2ae288428cbe33b55dc408361e21ed5ee4331ab1195fc6d9e0d1fc9b144b042.js"></script>
<script async="async" crossorigin="anonymous" src="https://assets-cdn.github.com/assets/github-e62958af95ecc00e9785f8702c5e186a65a6e44382de97dc496c4c9f110e5969.js"></script>
<div class="js-stale-session-flash stale-session-flash flash flash-warn flash-banner d-none">
<svg aria-hidden="true" class="octicon octicon-alert" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M8.865 1.52c-.18-.31-.51-.5-.87-.5s-.69.19-.87.5L.275 13.5c-.18.31-.18.69 0 1 .19.31.52.5.87.5h13.7c.36 0 .69-.19.86-.5.17-.31.18-.69.01-1L8.865 1.52zM8.995 13h-2v-2h2v2zm0-3h-2V6h2v4z"/></svg>
<span class="signed-in-tab-flash">You signed in with another tab or window. <a href="">Reload</a> to refresh your session.</span>
<span class="signed-out-tab-flash">You signed out in another tab or window. <a href="">Reload</a> to refresh your session.</span>
</div>
<div class="facebox" id="facebox" style="display:none;">
<div class="facebox-popup">
<div class="facebox-content" role="dialog" aria-labelledby="facebox-header" aria-describedby="facebox-description">
</div>
<button type="button" class="facebox-close js-facebox-close" aria-label="Close modal">
<svg aria-hidden="true" class="octicon octicon-x" height="16" version="1.1" viewBox="0 0 12 16" width="12"><path fill-rule="evenodd" d="M7.48 8l3.75 3.75-1.48 1.48L6 9.48l-3.75 3.75-1.48-1.48L4.52 8 .77 4.25l1.48-1.48L6 6.52l3.75-3.75 1.48 1.48z"/></svg>
</button>
</div>
</div>
</body>
</html>