mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-22 23:27:54 -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,7 +55,12 @@ var Hoc = React.createClass({
|
|||
<section className="one-up">
|
||||
<div className="column">
|
||||
<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 className="resource">
|
||||
|
@ -65,6 +70,7 @@ var Hoc = React.createClass({
|
|||
<div className="file-size">13 mb</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div className="resource">
|
||||
<img src="/svgs/tips-card.svg" />
|
||||
<div className="resource-info">
|
||||
|
@ -72,6 +78,7 @@ var Hoc = React.createClass({
|
|||
<div className="file-size">5 mb</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div className="resource">
|
||||
<img src="/svgs/tips-card.svg" />
|
||||
<div className="resource-info">
|
||||
|
@ -84,25 +91,17 @@ var Hoc = React.createClass({
|
|||
<section className="two-up">
|
||||
<div className="column">
|
||||
<h3>Tips Window</h3>
|
||||
<p>New to Scratch or haven’t heard of the Tips Window? Check out interactive tutorials,
|
||||
handy block information, and other helpful hints in the new
|
||||
2015 <a href="/projects/editor/?tip_bar=home">Tips Window</a></p>
|
||||
<p>
|
||||
Need help getting started? Looking for ideas?
|
||||
You can find tutorials and helpful hints in the
|
||||
<br />
|
||||
<a href="/projects/editor/?tip_bar=home">Tips Window</a>
|
||||
</p>
|
||||
</div>
|
||||
<div className="column">
|
||||
<img src="/images/tips-test-animation.gif" />
|
||||
</div>
|
||||
</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>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -146,6 +146,10 @@ $base-bg: $ui-white;
|
|||
flex-wrap: wrap;
|
||||
align-items: center;
|
||||
|
||||
&:last-child {
|
||||
border-bottom: none;
|
||||
}
|
||||
|
||||
h3,
|
||||
p {
|
||||
font-weight: 300;
|
||||
|
|
Loading…
Reference in a new issue