| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -6,7 +6,7 @@ layout: developers | |||
| 6 | 6 | <div class="feature dev-program"> | |
| 7 | 7 | <div class="wrapper"> | |
| 8 | 8 | <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> | ||
| 10 | 10 | <a href="https://github.com/developer/register" class="button">Register now</a> | |
| 11 | 11 | </div> | |
| 12 | 12 | <img src="/shared/images/header-animation.gif" alt="GitHub Universe" class="earth" width="450" height="375"> | |
@@ -32,3 +32,27 @@ layout: developers | |||
| 32 | 32 | </li> | |
| 33 | 33 | </ul> | |
| 34 | 34 | </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> | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1562,6 +1562,48 @@ li.api-status img { | |||
| 1562 | 1562 | } | |
| 1563 | 1563 | /* @end */ | |
| 1564 | 1564 | ||
| 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 | + | ||
| 1565 | 1607 | /********************/ | |
| 1566 | 1608 | /* Retina support */ | |
| 1567 | 1609 | /********************/ | |
| Back | FazBrowse Home | New Git URL |
0 commit comments