Skip to content

Commit bc79b1f

Browse files
committed
Merge branch 'gdp-updates'
2 parents 9686f3e + bf324ee commit bc79b1f

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
<div class="feature dev-program">
77
<div class="wrapper">
88
<h1>It takes a community to design, build, and ship great software.</h1>
9-
<p class="intro">With the GitHub Developer Program, the possibilities are endless and the kudos is all yours.</p>
9+
<p class="intro">Building an application that integrates with GitHub? 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
<img src="/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+
<div class="wrapper clearfix">
37+
<div class="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+
<div class="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: 20px 0 60px;
1574+
padding-left: 50px;
1575+
width: 415px;
1576+
}
1577+
1578+
.program-info-column:first-child {
1579+
margin-right: 50px;
1580+
}
1581+
1582+
.program-info-column h2 {
1583+
margin-bottom: 0;
1584+
font-size: 18px;
1585+
}
1586+
1587+
.program-info-column p {
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-column ul {
1602+
margin-left: 15px;
1603+
}
1604+
1605+
/* @end */
1606+
15651607
/********************/
15661608
/* Retina support */
15671609
/********************/

0 commit comments

Comments
 (0)