mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-02-17 00:21:20 -05:00
swap logos in conference footer
This commit is contained in:
parent
e71aff5df1
commit
92883d3cbe
1 changed files with 8 additions and 8 deletions
|
@ -19,10 +19,10 @@ var ConferenceFooter = React.createClass({
|
|||
alt="MIT Office of Digital Learning" />
|
||||
</a>
|
||||
</li>
|
||||
<li className="scratchfoundation">
|
||||
<a href="http://www.scratchfoundation.org/">
|
||||
<img src="/images/conference/footer/scratch-foundation.png"
|
||||
alt="Scratch Foundation" />
|
||||
<li className="intel">
|
||||
<a href="http://www.intel.com/content/www/us/en/homepage.html">
|
||||
<img src="/images/conference/footer/intel.png"
|
||||
alt="Intel" />
|
||||
</a>
|
||||
</li>
|
||||
<li className="lego">
|
||||
|
@ -49,10 +49,10 @@ var ConferenceFooter = React.createClass({
|
|||
alt="No Starch Press" />
|
||||
</a>
|
||||
</li>
|
||||
<li className="intel">
|
||||
<a href="http://www.intel.com/content/www/us/en/homepage.html">
|
||||
<img src="/images/conference/footer/intel.png"
|
||||
alt="Intel" />
|
||||
<li className="scratchfoundation">
|
||||
<a href="http://www.scratchfoundation.org/">
|
||||
<img src="/images/conference/footer/scratch-foundation.png"
|
||||
alt="Scratch Foundation" />
|
||||
</a>
|
||||
</li>
|
||||
</FlexRow>
|
||||
|
|
Loading…
Reference in a new issue