Skip to content

Commit

Permalink
Add Autodesk as user (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
matchai authored and alexkrolick committed Jan 6, 2019
1 parent 6345323 commit 7149392
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions website/siteConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@ const users = [
infoLink: 'https://www.codecademy.com',
pinned: true,
},
{
caption: 'Autodesk',
image: '/img/users/autodesk.svg',
infoLink: 'https://www.autodesk.com',
pinned: true,
},
]

const siteConfig = {
Expand Down
1 change: 1 addition & 0 deletions website/static/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ a {
.productShowcaseSection .logos img,
.showcaseSection .logos img {
width: auto;
max-width: 250px;
}

@media only screen and (min-device-width: 360px) and (max-device-width: 736px) {
Expand Down
1 change: 1 addition & 0 deletions website/static/img/users/autodesk.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7149392

Please sign in to comment.