Skip to content

Commit

Permalink
Updated configuration and stylesheet to show python2 and ruby193 icons
Browse files Browse the repository at this point in the history
  • Loading branch information
achied committed Mar 22, 2013
1 parent ca9a255 commit 5a96701
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
Binary file added app/assets/images/vendor_images/python2.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/assets/images/vendor_images/ruby193.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions app/assets/stylesheets/vendor_images.scss
Expand Up @@ -5,6 +5,7 @@
app/assets/images/vendor_images/rabbitmq.png (119x25)
app/assets/images/vendor_images/otp_rebar.png (92x21)
app/assets/images/vendor_images/python.png (87x21)
app/assets/images/vendor_images/python2.png (87x21)
app/assets/images/vendor_images/python32.png (87x21)
app/assets/images/vendor_images/python26.png (87x21)
app/assets/images/vendor_images/python27.png (87x21)
Expand All @@ -27,6 +28,7 @@
app/assets/images/vendor_images/lift.png (56x25)
app/assets/images/vendor_images/mysql.png (55x21)
app/assets/images/vendor_images/ruby19.png (52x25)
app/assets/images/vendor_images/ruby193.png (52x25)
app/assets/images/vendor_images/ruby18.png (52x25)
app/assets/images/vendor_images/java.png (43x25)
app/assets/images/vendor_images/java7.png (43x25)
Expand All @@ -49,6 +51,7 @@
img.rabbitmq { width: 119px; height: 25px; background: image_url('vendor_images.png') 0px 0px no-repeat }
img.otp_rebar { width: 92px; height: 21px; background: image_url('vendor_images.png') 0px -25px no-repeat }
img.python { width: 87px; height: 21px; background: image_url('vendor_images.png') 0px -46px no-repeat }
img.python2 { width: 87px; height: 21px; background: image_url('vendor_images.png') 0px -46px no-repeat }
img.python32 { width: 87px; height: 21px; background: image_url('vendor_images.png') 0px -67px no-repeat }
img.python26 { width: 87px; height: 21px; background: image_url('vendor_images.png') 0px -88px no-repeat }
img.python27 { width: 87px; height: 21px; background: image_url('vendor_images.png') -119px 0px no-repeat }
Expand All @@ -71,6 +74,7 @@ img.spring { width: 58px; height: 25px; background: image_url('vendor_images.png
img.lift { width: 56px; height: 25px; background: image_url('vendor_images.png') -206px -140px no-repeat }
img.mysql { width: 55px; height: 21px; background: image_url('vendor_images.png') -206px -165px no-repeat }
img.ruby19 { width: 52px; height: 25px; background: image_url('vendor_images.png') 0px -197px no-repeat }
img.ruby193 { width: 52px; height: 25px; background: image_url('vendor_images.png') 0px -197px no-repeat }
img.ruby18 { width: 52px; height: 25px; background: image_url('vendor_images.png') -52px -197px no-repeat }
img.java { width: 43px; height: 25px; background: image_url('vendor_images.png') -156px -130px no-repeat }
img.java7 { width: 43px; height: 25px; background: image_url('vendor_images.png') -104px -197px no-repeat }
Expand Down
6 changes: 3 additions & 3 deletions config/configatron/defaults.rb
Expand Up @@ -34,9 +34,9 @@
configatron.sprites.vendor_images = [
"aspdotnet", "aspdotnet40", "django", "erlangR14B02", "grails", "java", "java7", "java_web", "lift",
"mongodb", "mssql", "mysql", "neo4j", "node", "node06", "node08", "otp_rebar", "perl", "perl514", "play", "php",
"postgresql", "python", "python26", "python27", "python32", "rabbitmq", "rails3", "redis", "ruby18", "ruby19",
"sinatra", "spring"
"postgresql", "python", "python2", "python26", "python27", "python32", "rabbitmq", "rails3", "redis", "ruby18", "ruby19",
"ruby193", "sinatra", "spring"
]

# Set which language translations are available.
configatron.languages.available = ["en", "es", "ca"]
configatron.languages.available = ["en", "es", "ca"]

0 comments on commit 5a96701

Please sign in to comment.