Skip to content

Commit

Permalink
add scrolling mozilla marquee. fixes mozilla#401.
Browse files Browse the repository at this point in the history
  • Loading branch information
toolness committed Mar 25, 2015
1 parent 31004e0 commit 6023821
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
6 changes: 6 additions & 0 deletions components/hero-unit.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,12 @@ var HeroUnit = React.createClass({
<div className="col-md-12 hero-unit" style={{
backgroundImage: 'url(' + this.state.image + ')'
}}>
<marquee>
<span style={{color: 'transparent'}}>
MOZILLAAAAAAAAA!!
</span>
<img src="/img/shared-iconography/mozilla_wordmark_white.svg" alt="Mozilla logo"/>
</marquee>
{this.props.children}
</div>
</div>
Expand Down
5 changes: 5 additions & 0 deletions img/shared-iconography/mozilla_wordmark_white.svg
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 6023821

Please sign in to comment.