Skip to content

Commit

Permalink
Add pivotal as a sponsor.
Browse files Browse the repository at this point in the history
  • Loading branch information
winston committed Jun 5, 2016
1 parent fd05dfc commit 3bb15b6
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 17 deletions.
Binary file added app/assets/images/sponsors/pivotal.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 app/assets/stylesheets/home.scss
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,7 @@
img {
width: 157px;
height: 100px;
margin-top: 15px;
padding: 15px;
}
}
Expand Down
41 changes: 24 additions & 17 deletions app/views/home/index.html.slim
Original file line number Diff line number Diff line change
Expand Up @@ -151,38 +151,45 @@ section#sponsors
h3.section-header
' Gold
.line
.col-sm-4
.sponsor
= link_to 'https://github.com/' do
= image_tag 'sponsors/github.png'
.col-sm-4
.sponsor
= link_to 'https://hired.com.sg/' do
= image_tag 'sponsors/hired.jpg'
.col-sm-4
.sponsor
= link_to 'https://pusher.com/' do
= image_tag 'sponsors/pusher.png'
.col-sm-10.col-sm-offset-1
.col-sm-6
.sponsor
= link_to 'https://github.com/' do
= image_tag 'sponsors/github.png'
.col-sm-6
.sponsor
= link_to 'https://hired.com.sg/' do
= image_tag 'sponsors/hired.jpg'
.col-sm-10.col-sm-offset-1
.col-sm-6
.sponsor
= link_to 'https://pusher.com/' do
= image_tag 'sponsors/pusher.png'
.col-sm-6
.sponsor
= link_to 'http://pivotal.io/labs' do
= image_tag 'sponsors/pivotal.png'

.row.text-center
.col-sm-12.text-center
h3.section-header
' Silver
.line
.col-sm-10.col-sm-offset-1
.col-sm-4
.col-sm-8.col-sm-offset-2
.col-sm-6
.sponsor
= link_to 'https://www.flowhero.io' do
= image_tag 'sponsors/flowhero-io.png'
.col-sm-4
.col-sm-6
.sponsor
= link_to 'https://www.grain.com.sg' do
= image_tag 'sponsors/grain.png'
.col-sm-4
.col-sm-8.col-sm-offset-2
.col-sm-6
.sponsor
= link_to 'https://www.paypal.com/sg/webapps/mpp/home' do
= image_tag 'sponsors/paypal.png'
.col-sm-4.col-sm-offset-4
.col-sm-6
.sponsor
= link_to 'https://pocketmath.com/' do
= image_tag 'sponsors/pocketmath.png'
Expand Down

0 comments on commit 3bb15b6

Please sign in to comment.