Commit 92883d3c authored by Matthew Taylor's avatar Matthew Taylor

swap logos in conference footer

parent e71aff5d
......@@ -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>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment