This file contains 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 { | |
background: #fffbf2; | |
} | |
.headline-wrap { | |
width: 100%; | |
height: 0; | |
margin-top: 30px; | |
border-top: solid 1px #acacac; | |
border-bottom:solid 1px black; |
This file contains 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
.find-parking { | |
width: 100%; | |
padding: 20px 0; | |
overflow: hidden; | |
background: #92b63c; | |
background: -moz-linear-gradient(top, #92b63c 0%, #608c1e 100%); | |
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #92b63c), color-stop(100%, #608c1e)); | |
background: -webkit-linear-gradient(top, #92b63c 0%, #608c1e 100%); | |
background: -o-linear-gradient(top, #92b63c 0%, #608c1e 100%); | |
background: -ms-linear-gradient(top, #92b63c 0%, #608c1e 100%); |
This file contains 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
var moduleName = { | |
options: { | |
}, | |
init: function(options) { | |
//allow custom options on init | |
if (options && typeof(options) == 'object') }{ | |
$.extend(moduleName.options, options); | |
} |
This file contains 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
var filters = { | |
options: { | |
container : "#filterable", | |
controlContainer : '#filter', | |
targetElem : 'li', | |
controlElem : 'a', | |
style : 'dim', // options: dim, hide | |
dimmedOpacity : 0.5, | |
duration : 300 | |
}, |
This file contains 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
function custom_tax_init(){ | |
//set some options for our new custom taxonomy | |
$args = array( | |
'label' => __( 'My Custom Taxonomy' ), | |
'hierarchical' => true, | |
'capabilities' => array( | |
// allow anyone editing posts to assign terms | |
'assign_terms' => 'edit_posts', | |
/* but you probably don't want anyone |
This file contains 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
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Dolorum pariatur veritatis quia non reprehenderit blanditiis saepe provident facilis nemo numquam doloribus ex aperiam iste voluptas quam illum quibusdam recusandae modi aspernatur esse nesciunt tempora fugit soluta exercitationem natus maxime inventore possimus? Veniam adipisci cupiditate similique voluptas dignissimos quod vitae? Accusamus beatae cumque sint reprehenderit mollitia debitis neque eos totam temporibus expedita accusantium numquam dignissimos earum nisi obcaecati voluptate odit sit pariatur eaque aspernatur nam voluptatem cupiditate facilis culpa animi tempora id illum omnis iste. Et neque voluptatem suscipit delectus nemo numquam sapiente eum dignissimos ducimus natus quo libero nisi incidunt accusantium sequi illo architecto nostrum minima minus voluptate consequuntur quidem obcaecati temporibus veniam aspernatur. Sapiente ipsam assumenda similique magnam quis possimus quaerat eum tenetur maiores. Repellendus fugiat beatae quasi dol |
This file contains 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 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>Advanced Sass Techniques</h1> | |
<h2>Dry-ify your output with @extend</h2> | |
<p>To style elements that share a lot of common rules, but differ slightly, | |
you can use a placehodler selector and @extend. Take a look at the Sass and | |
output CSS for the headings to see it in action. | |
</p> | |
<p>Try it out yourself by styling the h3 with %heading-base and some custom rules.</p> |
This file contains 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>Sass Mixins</h1> | |
<h2>are pretty great</h2> | |
<p class="intro">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Doloribus, aliquid, iure, placeat, in nesciunt nostrum deserunt veritatis quidem voluptatibus ab explicabo temporibus minus eaque laudantium ipsum sit vero quis et.</p> | |
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Eius, consequatur, quo! Aspernatur, reprehenderit, officia tempore fugit pariatur blanditiis culpa numquam porro magni enim illum repellat dolore mollitia corporis sunt debitis?</p> | |
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Provident quia culpa labore voluptatem assumenda ab nam similique deleniti. Explicabo quisquam molestiae quo modi qui deserunt quibusdam quod doloribus rem ratione.</p> |
This file contains 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
// Block grids | |
// ---------------------------------- | |
// create an n-up block grid | |
// works well for > n unequal height items | |
// use @miixn block-grid on parent elem, | |
// @mixin block-grid-item on children | |
@mixin block-grid($gutterWidth: 25){ | |
font-size: 0; //kills inline-block ghost space | |
margin-left: -#{$gutterWidth}px; |
OlderNewer