Skip to content
This repository was archived by the owner on Nov 1, 2017. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions content/program.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ layout: developers
<h1>It takes a community to design, build, and ship great software.</h1>
<p class="intro">Building an application that integrates with GitHub? Register for our Developer Program! The possibilities are endless, and you enjoy the kudos.</p>
<a href="https://github.com/developer/register" class="button">Register now</a>
<img src="/images/header-animation.gif" alt="GitHub Universe" class="earth" width="450" height="375">
<img src="/images/header-animation-short-loop.gif" alt="GitHub Universe" class="earth earth-short-loop" width="450" height="375">
</div>
<img src="/images/header-animation.gif" alt="GitHub Universe" class="earth" width="450" height="375">
<img src="/images/header-animation-short-loop.gif" alt="GitHub Universe" class="earth earth-short-loop" width="450" height="375">
</div>

<div class="full-width-divider">
Expand Down
7 changes: 4 additions & 3 deletions static/css/documentation.css
Original file line number Diff line number Diff line change
Expand Up @@ -858,6 +858,7 @@ a .mega-octicon {
.dev-program.feature {
height: 420px;
margin-top: -2px;
overflow-x: hidden;
position: relative;
}

Expand All @@ -877,11 +878,11 @@ a .mega-octicon {
}

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Boom Boom


.dev-program.feature .earth {
margin-top: -187px;
margin-top: -150px;
position: absolute;
right: 5%;
right: -55px;
top: 50%;
z-index: 0;
z-index: -1;
}

.dev-program.feature .earth-short-loop {
Expand Down