Created
April 21, 2014 21:31
-
-
Save brenna/11157284 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>Hands-on, project-based learning from industry-leading professionals. <br> <span>No grades, just results.</span></h1> | |
<p class="intro">HackerYou offers Toronto’s best full- and part-time courses for people who want to learn to code. Whether you’re looking to climb the corporate ladder, upgrade your skills, or start an new career, HackerYou is for you.</p> | |
<h3>Who are we?</h3> | |
<p>Founded by the team that introduced <a href="http://www.ladieslearningcode.com" >Ladies Learning Code</a> in 2011, HackerYou is the best way to learn to code. The recipe? Hands-on, project based learning from industry-leading professionals. Small classes, and a 10:1 ratio of students to instructors. Hosted in learning environments that inspire. That's HackerYou.</p> | |
<a href="http://hackeryou.com/about/" class="arrow">Meet the Team and<br>Our Advisors</a> |
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.5) | |
// Compass (v1.0.0.alpha.18) | |
// ---- | |
$red : #D12026; | |
$blue: #0888C2; | |
body { | |
font-family: "Helvetica", "Arial", sans-serif; | |
} | |
h1 { | |
font-size: 50px; | |
/* write a nested rule for the span inside the h1 and | |
change the colour to red*/ | |
} | |
a { | |
/* set the links on the page to the blue variable */ | |
} | |
a:hover { | |
/* use the lighten function to set all links to a lighter | |
shade of $blue*/ | |
} |
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
body { | |
font-family: "Helvetica", "Arial", sans-serif; | |
} | |
h1 { | |
font-size: 50px; | |
/* write a nested rule for the span inside the h1 and | |
change the colour to red*/ | |
} | |
a { | |
/* set the links on the page to the blue variable */ | |
} | |
a:hover { | |
/* use the lighten function to set all links to a lighter | |
shade of $blue*/ | |
} |
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>Hands-on, project-based learning from industry-leading professionals. <br> <span>No grades, just results.</span></h1> | |
<p class="intro">HackerYou offers Toronto’s best full- and part-time courses for people who want to learn to code. Whether you’re looking to climb the corporate ladder, upgrade your skills, or start an new career, HackerYou is for you.</p> | |
<h3>Who are we?</h3> | |
<p>Founded by the team that introduced <a href="http://www.ladieslearningcode.com" >Ladies Learning Code</a> in 2011, HackerYou is the best way to learn to code. The recipe? Hands-on, project based learning from industry-leading professionals. Small classes, and a 10:1 ratio of students to instructors. Hosted in learning environments that inspire. That's HackerYou.</p> | |
<a href="http://hackeryou.com/about/" class="arrow">Meet the Team and<br>Our Advisors</a> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment