mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-22 23:27:54 -05:00
Update HOC Content for Lint CharCount
This commit is contained in:
parent
fbd54998e6
commit
5a812ee89c
2 changed files with 11 additions and 6 deletions
|
@ -6,10 +6,11 @@
|
|||
top: 0;
|
||||
left: 0;
|
||||
z-index: 10;
|
||||
background-color: $base-background-color;
|
||||
width: 100%;
|
||||
|
||||
box-shadow: 0 1px 2px rgba(0,0,0,0.4);
|
||||
|
||||
background-color: $base-background-color;
|
||||
|
||||
width: 100%;
|
||||
/* NOTE: Height should match offset settings in main.scss file */
|
||||
height: 50px;
|
||||
|
||||
|
|
|
@ -49,14 +49,17 @@ var View = React.createClass({
|
|||
<section className="one-up">
|
||||
<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>
|
||||
<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>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<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 all in the new 2015 <a href="#">Tips Window</a></p>
|
||||
<p>New to Scratch or haven’t 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>
|
||||
</div>
|
||||
<div className="column">
|
||||
<img src="https://www.dropbox.com/s/l1n1ba7aof3qqx4/tips-test-animation.gif?dl=1"></img>
|
||||
|
@ -66,7 +69,8 @@ var View = React.createClass({
|
|||
<section className="one-up">
|
||||
<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>
|
||||
<p><strong>Awesome!</strong> Here are some addtional tutorials
|
||||
from the Tips Window. <a href="#">See all tips</a></p>
|
||||
</div>
|
||||
</section>
|
||||
</Box>
|
||||
|
|
Loading…
Reference in a new issue