Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update framing copy
  • Loading branch information
kevinrobinson committed May 7, 2020
1 parent 7807766 commit 5838800
Showing 1 changed file with 5 additions and 7 deletions.
Expand Up @@ -43,13 +43,11 @@ export default class ReaderProfileJanuaryPage extends React.Component {
return (
<div style={{padding: 0, margin: 10}}>
<div style={{display: 'flex', alignItems: 'flex-start', marginTop: 20, lineHeight: '1.5em'}}>
<div style={{width: 250, marginRight: 20}}>Reader profiles aim to help facilitate problem-solving discussions around what actions or steps in the classroom or school can help students thrive in as readers.</div>
<div style={{width: 250, marginRight: 20}}>Profiles start with <i>seeing themselves as a reader</i> and <i>oral language</i>. They then move into <i>phonological awareness</i>, <i>phonics</i> and <i>comprehension</i>.</div>
<div style={{width: 250, marginRight: 20}}>If {`you're`} not sure where to start, start on the left.</div>
<div style={{flex: 1, textAlign: 'center'}}>
<button style={{margin: 0}} className="btn btn-primary" onClick={this.onClick}>{`${student.first_name}'s profile`}</button>
</div>
</div>
<div style={{flex: 1, marginRight: 20}}>Reader profiles aim to help facilitate problem-solving discussions around what actions or steps in the classroom or school can help students thrive in as readers.</div>
<div style={{flex: 1, marginRight: 20}}>Our profiles build from left to right, starting with how students see themselves as a reader, their oral language, and then moving to phonological awareness, phonics, and comprehension.</div>
<div style={{flex: 1, marginRight: 20}}>As we view the profile, we are also looking for what strengths the students have that we can leverage as we help the student to grow as a reader.</div>
</div>
<button style={{marginTop: 20}} className="btn btn-primary" onClick={this.onClick}>{`${student.first_name}'s profile`}</button>
</div>
);
}
Expand Down

0 comments on commit 5838800

Please sign in to comment.