mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 07:38:07 -05:00
More copy changes for HOC
This commit is contained in:
parent
2a881fccb5
commit
3bf13df8fe
2 changed files with 33 additions and 30 deletions
|
@ -55,54 +55,53 @@ var Hoc = React.createClass({
|
||||||
<section className="one-up">
|
<section className="one-up">
|
||||||
<div className="column">
|
<div className="column">
|
||||||
<h3>Activity Cards and Guides</h3>
|
<h3>Activity Cards and Guides</h3>
|
||||||
<p>Print the Scratch cards for tips and ideas for each of the activities!</p>
|
<p>
|
||||||
|
Want tips and ideas for your Hour-of-Code activities?
|
||||||
|
View and print activity cards and facilitator guides.
|
||||||
|
<br />
|
||||||
|
For more resources, see <a href="/help">Scratch Help</a>.
|
||||||
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className="resource">
|
<div className="resource">
|
||||||
<img src="/svgs/tips-card.svg" />
|
<img src="/svgs/tips-card.svg" />
|
||||||
<div className="resource-info">
|
<div className="resource-info">
|
||||||
<a href="#">Animate Your Name</a>
|
<a href="#">Animate Your Name</a>
|
||||||
<div className="file-size">13 mb</div>
|
<div className="file-size">13 mb</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className="resource">
|
<div className="resource">
|
||||||
<img src="/svgs/tips-card.svg" />
|
<img src="/svgs/tips-card.svg" />
|
||||||
<div className="resource-info">
|
<div className="resource-info">
|
||||||
<a href="#">Hide-and-Seek</a>
|
<a href="#">Hide-and-Seek</a>
|
||||||
<div className="file-size">5 mb</div>
|
<div className="file-size">5 mb</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className="resource">
|
<div className="resource">
|
||||||
<img src="/svgs/tips-card.svg" />
|
<img src="/svgs/tips-card.svg" />
|
||||||
<div className="resource-info">
|
<div className="resource-info">
|
||||||
<a href="#">Dance, Dance, Dance</a>
|
<a href="#">Dance, Dance, Dance</a>
|
||||||
<div className="file-size">11 mb</div>
|
<div className="file-size">11 mb</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section className="two-up">
|
<section className="two-up">
|
||||||
<div className="column">
|
<div className="column">
|
||||||
<h3>Tips Window</h3>
|
<h3>Tips Window</h3>
|
||||||
<p>New to Scratch or haven’t heard of the Tips Window? Check out interactive tutorials,
|
<p>
|
||||||
handy block information, and other helpful hints in the new
|
Need help getting started? Looking for ideas?
|
||||||
2015 <a href="/projects/editor/?tip_bar=home">Tips Window</a></p>
|
You can find tutorials and helpful hints in the
|
||||||
|
<br />
|
||||||
|
<a href="/projects/editor/?tip_bar=home">Tips Window</a>
|
||||||
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div className="column">
|
<div className="column">
|
||||||
<img src="/images/tips-test-animation.gif" />
|
<img src="/images/tips-test-animation.gif" />
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section className="one-up">
|
|
||||||
<div className="column">
|
|
||||||
<h3>Still Want More?</h3>
|
|
||||||
<p>
|
|
||||||
<strong>Go for it!</strong>
|
|
||||||
Try another tutorial from the Tips Window.
|
|
||||||
<a href="/projects/editor/?tip_bar=home">See all tips</a>
|
|
||||||
</p>
|
|
||||||
</div>
|
|
||||||
</section>
|
|
||||||
</Box>
|
</Box>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -146,6 +146,10 @@ $base-bg: $ui-white;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
||||||
|
&:last-child {
|
||||||
|
border-bottom: none;
|
||||||
|
}
|
||||||
|
|
||||||
h3,
|
h3,
|
||||||
p {
|
p {
|
||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
|
|
Loading…
Reference in a new issue