Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitbc79b1f

Browse files
committed
Merge branch 'gdp-updates'
2 parents9686f3e +bf324ee commitbc79b1f

File tree

2 files changed

+67
-1
lines changed

2 files changed

+67
-1
lines changed

‎content/program.md

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ layout: developers
66
<divclass="feature dev-program">
77
<divclass="wrapper">
88
<h1>It takes a community to design, build, and ship great software.</h1>
9-
<p>With theGitHub Developer Program, the possibilities are endless and the kudos is all yours.</p>
9+
<p>Building an application that integrates withGitHub? Register for our Developer Program, the possibilities are endless and the kudos is all yours.</p>
1010
<a href="https://github.com/developer/register" class="button">Register now</a>
1111
</div>
1212
<imgsrc="/shared/images/header-animation.gif"alt="GitHub Universe"class="earth"width="450"height="375">
@@ -32,3 +32,27 @@ layout: developers
3232
</li>
3333
</ul>
3434
</div>
35+
36+
<divclass="wrapper clearfix">
37+
<divclass="program-info-column">
38+
<span class="mega-octicon octicon-zap"></span>
39+
<h2>Have an integration that works with GitHub?</h2>
40+
<p>Awesome! We'd love to have you be part of the program. Here’s how you can spread the word:</p>
41+
<ul>
42+
<li>Let us know about your integration</li>
43+
<li>Use the <a href="https://github.com/logos">Octocat or GitHub logo</a> to advertise that your product works with GitHub</li>
44+
<li>Post a video or a blog on your website about your integration</li>
45+
</ul>
46+
</div>
47+
48+
<divclass="program-info-column">
49+
<span class="mega-octicon octicon-person-add"></span>
50+
<h2>Ready to join the GitHub Developer Program?</h2>
51+
<p>Membership is open to individual developers and companies who have:</p>
52+
<ul>
53+
<li>A <a href="https://github.com/pricing">paid GitHub.com personal or organization plan</a></li>
54+
<li>An integration in production or development using the GitHub API</li>
55+
<li>An email address where GitHub users can contact you for support</li>
56+
</ul>
57+
</div>
58+
</div>

‎static/shared/css/documentation.css

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1562,6 +1562,48 @@ li.api-status img {
15621562
}
15631563
/* @end */
15641564

1565+
1566+
/*------------------------------------------------------------------------------
1567+
Dev Program
1568+
------------------------------------------------------------------------------*/
1569+
1570+
.program-info-column {
1571+
float: left;
1572+
position: relative;
1573+
margin:20px060px;
1574+
padding-left:50px;
1575+
width:415px;
1576+
}
1577+
1578+
.program-info-column:first-child {
1579+
margin-right:50px;
1580+
}
1581+
1582+
.program-info-columnh2 {
1583+
margin-bottom:0;
1584+
font-size:18px;
1585+
}
1586+
1587+
.program-info-columnp {
1588+
margin-top:5px;
1589+
font-size:16px;
1590+
line-height:1.5;
1591+
color:#666;
1592+
}
1593+
1594+
.program-info-column .mega-octicon {
1595+
position: absolute;
1596+
left:0;
1597+
top:32px;
1598+
color:#4183c4;
1599+
}
1600+
1601+
.program-info-columnul {
1602+
margin-left:15px;
1603+
}
1604+
1605+
/* @end */
1606+
15651607
/********************/
15661608
/* Retina support */
15671609
/********************/

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp