Update as many links as possible with live content

Links still to be added
- Hide & Seek Tips Window
- Hide & Seek Tips Cards Download
- Compose a Dance Tips Cards Download
- Animate Your Name Tips Cards Download
This commit is contained in:
carljbowman 2015-10-06 16:14:01 -04:00
parent 4a51ffeb59
commit c26378f53d

View file

@ -17,30 +17,30 @@ var View = React.createClass({
<div className="card">
<div className="card-info">
<img src="/images/hide-seek-tutorial.png" />
<Button>Create a Hide & Seek Game</Button>
<a href="#"><Button>Create a Hide & Seek Game</Button></a>
</div>
</div>
<div className="card">
<div className="card-info">
<img src="/images/dance-tutorial.png" />
<Button>Compose a Dance Sequence</Button>
<a href="/projects/editor/?tip_bar=dance"><Button>Compose a Dance Sequence</Button></a>
</div>
</div>
<div className="card">
<div className="card-info">
<img src="/images/name-tutorial.png" />
<Button>Animate Your Name</Button>
<a href="/projects/editor/?tip_bar=name"><Button>Animate Your Name</Button></a>
</div>
</div>
</div>
<ul className="sub-nav">
<li className="info">Find out more:</li>
<a href="#"><li className="link">About Scratch</li></a>
<a href="#"><li className="link">For Parents</li></a>
<a href="#"><li className="link">For Educators</li></a>
<a href="/about"><li className="link">About Scratch</li></a>
<a href="/parents"><li className="link">For Parents</li></a>
<a href="/educators"><li className="link">For Educators</li></a>
</ul>
</div>
@ -50,7 +50,7 @@ var View = React.createClass({
<div className="column">
<h3>Related Resources</h3>
<p>Below are some resources to help explore Scratch by yourself or to assist groups in
workshops and classrooms <a href="#">Find out more</a></p>
workshops and classrooms <a href="/help">Find out more</a></p>
</div>
<div className="resource">
@ -80,8 +80,8 @@ var View = React.createClass({
<div className="column">
<h3>Tips Window</h3>
<p>New to Scratch or havent heard of the Tips Window? Check out interactive tutorials,
handy block information, and other helpful hints all in the new 2015 <a href="#">Tips
Window</a></p>
handy block information, and other helpful hints all in the new
2015 <a href="/projects/editor/?tip_bar=home">Tips Window</a></p>
</div>
<div className="column">
<img src="/images/tips-test-animation.gif" />
@ -92,7 +92,7 @@ var View = React.createClass({
<div className="column">
<h3>Still Want More?</h3>
<p><strong>Awesome!</strong> Here are some addtional tutorials
from the Tips Window. <a href="#">See all tips</a></p>
from the Tips Window. <a href="/projects/editor/?tip_bar=home">See all tips</a></p>
</div>
</section>
</Box>