Skip to content

Commit

Permalink
Add a "Powered by Mac Stadium" icon to the footer (sass#652)
Browse files Browse the repository at this point in the history
  • Loading branch information
Israel-4Ever committed Aug 4, 2022
1 parent 26f17ce commit 058befc
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions source/assets/css/components/_mac-stadium-icon.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.mac-stadium-icon {
width: 7rem;
margin-top: 1rem;
}
1 change: 1 addition & 0 deletions source/assets/css/sass.css.scss
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
'components/introduction',
'components/link-header',
'components/lists',
'components/mac-stadium-icon',
'components/pop-stripe',
'components/sass-syntax-switcher',
'components/tables',
Expand Down
7 changes: 3 additions & 4 deletions source/layouts/layout.haml
Original file line number Diff line number Diff line change
Expand Up @@ -131,10 +131,6 @@
Sass © 2006–#{Date.today.year} the Sass team, and numerous contributors.
It is available for use and modification under the [MIT License][license].

[hampton]: https://github.com/hcatlin
[natalie]: https://twitter.com/nex3
[chris]: http://chriseppstein.github.io/
[jina]: https://www.sushiandrobots.com
[license]: https://github.com/sass/dart-sass/blob/master/LICENSE

%nav.sl-c-list-horizontal-wrapper
Expand All @@ -148,6 +144,9 @@
%a.twitter-follow-button(href='https://twitter.com/SassCSS' data-show-count='false' data-size='large')
Follow @SassCSS

%a(href='https://www.macstadium.com/')
%img.mac-stadium-icon(src='https://uploads-ssl.webflow.com/5ac3c046c82724970fc60918/5c019d917bba312af7553b49_MacStadium-developerlogo.png' alt='Powered by MacStadium')

:javascript
!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');

Expand Down

0 comments on commit 058befc

Please sign in to comment.