Created
January 23, 2014 00:24
-
-
Save elefontpress/8570434 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<h1 class="page-title">Carnegie Learning® Math Curricula Align with Common Core State Standards</h1> | |
<h2 class="page-subtitle">Cognitive Tutor® Software, Textbooks, and Professional Development Support More Rigorous Math Standards</h2> | |
<span class="pr-location">Pittsburgh, PA</span> | |
<span class="pr-date">August 1, 2010</span> | |
<p class="first">Carnegie Learning announced today that the publisher’s Bridge to Algebra, Algebra I, Geometry, and Algebra II textbooks, Cognitive Tutor® Software, and professional development are aligned to the Common Core State Standards (CCSS) for Mathematics.</p> | |
<p>Since the National Governors Association and the Council of Chief State School Officers announced the new standards last month, 29 states and the District of Columbia have adopted the CCSS, which provide a consistent understanding of what K-12 students are expected to learn in English/language arts and mathematics. The CCSS are designed to address disparate standards across states, student mobility, global competition, and the changing skills required in the 21st century workplace.</p> | |
<section class="about-group"> | |
<article class="about"> | |
<h3>About Carnegie Learning, Inc.</h3> | |
<span class="link">(<a href="http://www.carnegielearning.com">www.carnegielearning.com</a>)</span> | |
<p>Carnegie Learning is a publisher of innovative, research-based mathematics software and textbooks for middle school and high school students aligned to the Common Core State Standards. Providing differentiated instruction in schools across the United States, Carnegie Learning is helping students to succeed in math as a gateway to graduation, college, and the 21st century workforce. Carnegie Learning, located in Pittsburgh, is a wholly owned subsidiary of Apollo Education Group, Inc. (NASDAQ:APOL) and is the sole source provider of Cognitive Tutor® and MATHia® Software for students in grades 6-12. Carnegie Learning®, Cognitive Tutor® and MATHia® are registered trademarks of Carnegie Learning, Inc.</p> | |
<article> | |
<article class="about"> | |
<h3>About Bearded</h3> | |
<span class="link">(<a href="http://bearded.com"> bearded.com</a>)</span> | |
<p>Cras justo odio, dapibus ac facilisis in, egestas eget quam. Donec id elit non mi porta gravida at eget metus. Sed posuere consectetur est at lobortis. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras mattis consectetur purus sit amet fermentum. Nullam id dolor id nibh ultricies vehicula ut id elit.</p> | |
<article> | |
</section> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ---- | |
// Sass (v3.3.0.rc.2) | |
// Compass (v1.0.0.alpha.17) | |
// Breakpoint (v2.4.1) | |
// ---- | |
@import "compass"; | |
@import "breakpoint"; | |
$heading-color: #666; | |
$border-color: #ccc; | |
@mixin divider-top { | |
padding-top: 1em; | |
border-top: 1px solid $border-color; | |
margin-top: 1.5em; | |
} | |
@mixin heading { | |
font-family: "helvetica neue", helvetica, sans-serif; | |
font-weight: 400; | |
margin-bottom: ms(-6); | |
line-height: 1.1; | |
color: $heading-color; | |
} | |
@mixin heading-1 { | |
@include heading; | |
font-size: 3em; | |
} | |
@mixin heading-2 { | |
@include heading; | |
font-size: 2.5em; | |
} | |
@mixin heading-3 { | |
@include heading; | |
font-size: 1.75em; | |
margin-bottom: 0.2em; | |
} | |
@mixin heading-4 { | |
@include heading; | |
font-size: 1.4em; | |
margin-bottom: 0.2em; | |
} | |
@mixin heading-5 { | |
@include heading; | |
font-size: 1em; | |
margin-bottom: 0.2em; | |
} | |
h1 { | |
@include heading-1; | |
} | |
h2 { | |
@include heading-2; | |
} | |
h3 { | |
@include heading-3; | |
} | |
h4 { | |
@include heading-4; | |
} | |
h5 { | |
@include heading-5; | |
} | |
.page-title { | |
@include heading-2; | |
} | |
.page-subtitle { | |
@include heading-4; | |
margin-top: -1em; | |
margin-bottom: 1.5em; | |
} | |
.pr-date { | |
margin-right: 0.5em; | |
} | |
p.first { | |
display: inline; | |
} | |
.about-group { | |
@include divider-top; | |
h3 { | |
@include heading-5; | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
h1 { | |
font-family: "helvetica neue", helvetica, sans-serif; | |
font-weight: 400; | |
margin-bottom: ms(-6); | |
line-height: 1.1; | |
color: #666666; | |
font-size: 3em; | |
} | |
h2 { | |
font-family: "helvetica neue", helvetica, sans-serif; | |
font-weight: 400; | |
margin-bottom: ms(-6); | |
line-height: 1.1; | |
color: #666666; | |
font-size: 2.5em; | |
} | |
h3 { | |
font-family: "helvetica neue", helvetica, sans-serif; | |
font-weight: 400; | |
margin-bottom: ms(-6); | |
line-height: 1.1; | |
color: #666666; | |
font-size: 1.75em; | |
margin-bottom: 0.2em; | |
} | |
h4 { | |
font-family: "helvetica neue", helvetica, sans-serif; | |
font-weight: 400; | |
margin-bottom: ms(-6); | |
line-height: 1.1; | |
color: #666666; | |
font-size: 1.4em; | |
margin-bottom: 0.2em; | |
} | |
h5 { | |
font-family: "helvetica neue", helvetica, sans-serif; | |
font-weight: 400; | |
margin-bottom: ms(-6); | |
line-height: 1.1; | |
color: #666666; | |
font-size: 1em; | |
margin-bottom: 0.2em; | |
} | |
.page-title { | |
font-family: "helvetica neue", helvetica, sans-serif; | |
font-weight: 400; | |
margin-bottom: ms(-6); | |
line-height: 1.1; | |
color: #666666; | |
font-size: 2.5em; | |
} | |
.page-subtitle { | |
font-family: "helvetica neue", helvetica, sans-serif; | |
font-weight: 400; | |
margin-bottom: ms(-6); | |
line-height: 1.1; | |
color: #666666; | |
font-size: 1.4em; | |
margin-bottom: 0.2em; | |
margin-top: -1em; | |
margin-bottom: 1.5em; | |
} | |
.pr-date { | |
margin-right: 0.5em; | |
} | |
p.first { | |
display: inline; | |
} | |
.about-group { | |
padding-top: 1em; | |
border-top: 1px solid #cccccc; | |
margin-top: 1.5em; | |
} | |
.about-group h3 { | |
font-family: "helvetica neue", helvetica, sans-serif; | |
font-weight: 400; | |
margin-bottom: ms(-6); | |
line-height: 1.1; | |
color: #666666; | |
font-size: 1em; | |
margin-bottom: 0.2em; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<h1 class="page-title">Carnegie Learning® Math Curricula Align with Common Core State Standards</h1> | |
<h2 class="page-subtitle">Cognitive Tutor® Software, Textbooks, and Professional Development Support More Rigorous Math Standards</h2> | |
<span class="pr-location">Pittsburgh, PA</span> | |
<span class="pr-date">August 1, 2010</span> | |
<p class="first">Carnegie Learning announced today that the publisher’s Bridge to Algebra, Algebra I, Geometry, and Algebra II textbooks, Cognitive Tutor® Software, and professional development are aligned to the Common Core State Standards (CCSS) for Mathematics.</p> | |
<p>Since the National Governors Association and the Council of Chief State School Officers announced the new standards last month, 29 states and the District of Columbia have adopted the CCSS, which provide a consistent understanding of what K-12 students are expected to learn in English/language arts and mathematics. The CCSS are designed to address disparate standards across states, student mobility, global competition, and the changing skills required in the 21st century workplace.</p> | |
<section class="about-group"> | |
<article class="about"> | |
<h3>About Carnegie Learning, Inc.</h3> | |
<span class="link">(<a href="http://www.carnegielearning.com">www.carnegielearning.com</a>)</span> | |
<p>Carnegie Learning is a publisher of innovative, research-based mathematics software and textbooks for middle school and high school students aligned to the Common Core State Standards. Providing differentiated instruction in schools across the United States, Carnegie Learning is helping students to succeed in math as a gateway to graduation, college, and the 21st century workforce. Carnegie Learning, located in Pittsburgh, is a wholly owned subsidiary of Apollo Education Group, Inc. (NASDAQ:APOL) and is the sole source provider of Cognitive Tutor® and MATHia® Software for students in grades 6-12. Carnegie Learning®, Cognitive Tutor® and MATHia® are registered trademarks of Carnegie Learning, Inc.</p> | |
<article> | |
<article class="about"> | |
<h3>About Bearded</h3> | |
<span class="link">(<a href="http://bearded.com"> bearded.com</a>)</span> | |
<p>Cras justo odio, dapibus ac facilisis in, egestas eget quam. Donec id elit non mi porta gravida at eget metus. Sed posuere consectetur est at lobortis. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras mattis consectetur purus sit amet fermentum. Nullam id dolor id nibh ultricies vehicula ut id elit.</p> | |
<article> | |
</section> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
http://sassmeister.com/gist/8570434