Skip to content

Commit

Permalink
Added the Perl logo to the SDKs and Modules section
Browse files Browse the repository at this point in the history
  • Loading branch information
aweeraman committed Jan 4, 2015
1 parent 9aff13d commit c30748f
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 8 deletions.
23 changes: 15 additions & 8 deletions portal/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -605,7 +605,7 @@ i.pictogram.apichart {

[class^="sdk-icon-"], [class*=" sdk-icon-"] {
display: inline-block;
width: 32px;
width: 25px;
height: 29px;
margin: -3px 3px 0 0;
line-height: 32px;
Expand Down Expand Up @@ -634,29 +634,32 @@ i.pictogram.apichart {
}

.sdk-icon-ios {
background-position: -6px -4px;
background-position: -10px -4px;
}

.sdk-icon-android {
background-position: -59px -3px;
background-position: -48px -3px;
}

.sdk-icon-js {
background-position: -109px -4px;
background-position: -86px -4px;
}

.sdk-icon-node {
background-position: -154px -3px;
background-position: -120px -3px;
}

.sdk-icon-ruby {
background-position: -204px -3px;
background-position: -163px -3px;
}

.sdk-icon-net {
background-position: -256px -4px;
background-position: -199px -4px;
}

.sdk-icon-perl {
background-position: -231px -4px;
}

.sdk-icon-large-ios {
background-position: -6px -3px;
Expand All @@ -682,6 +685,10 @@ i.pictogram.apichart {
background-position: -537px -3px;
}

.sdk-icon-large-perl {
background-position: -630px -3px;
}

/*---------------------------- orange apigee header*/

body > header > .navbar {
Expand Down Expand Up @@ -1995,4 +2002,4 @@ li.selected .btn.btn-primary.toolbar {
min-width: 210px;
max-width: 450px;
}
/** End introjs **/
/** End introjs **/
Binary file modified portal/img/sdk-sprites-large.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified portal/img/sdk-sprites.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions portal/index-template.html
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@
<li><a target="_blank" href="https://github.com/apache/incubator-usergrid/tree/master/sdks"><i class="sdk-icon-node"></i></a></li>
<li><a target="_blank" href="https://github.com/apache/incubator-usergrid/tree/master/sdks"><i class="sdk-icon-ruby"></i></a></li>
<li><a target="_blank" href="https://github.com/apache/incubator-usergrid/tree/master/sdks"><i class="sdk-icon-net"></i></a></li>
<li><a target="_blank" href="https://github.com/apache/incubator-usergrid/tree/master/sdks"><i class="sdk-icon-perl"></i></a></li>
</ul>
</li>
</ul>
Expand Down

0 comments on commit c30748f

Please sign in to comment.