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
<div class="Title"> | |
<h2>THIS SHOULD BE CENTERED<ul class="Icons><li></li></ul><span class="Icons-icon">X</span></span></li></ul></h2> | |
</div> |
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
<div class="block"> | |
<div class="block-element-1"></div> | |
<div class="block-element-2"></div> | |
</div> | |
<div class="block--special"> | |
<div class="block-element-1"></div> | |
<div class="block-element-2"></div> | |
</div> |
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
<ul> | |
<li>ONE</li> | |
<li>TWO</li> | |
<li>THREE</li> | |
<li>FOUR</li> | |
<li>FIVE</li> | |
<li>SIX</li> | |
</ul> | |
<div></div> |
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
<div class="NewModal"> | |
<div class="NewModal-arrow NewModal-arrow--left"></div> | |
<p>This is some text about some stuff and other stuff</p> | |
</div> | |
<div class="NewModal"> | |
<div class="NewModal-arrow NewModal-arrow--right"></div> | |
<p>This is some text about some stuff and other stuff</p> | |
</div> |
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
(function(e, t) { | |
var n = { | |
"cssurl": "http://f.fontdeck.com/s/css/nqzf9dyjxdWCfc1VihiAGc6V9dY/intercitystudio.dev/49493.css", | |
"domain": "intercitystudio.dev", | |
"project": "49493", | |
"cssbase": "http://f.fontdeck.com/s/css/nqzf9dyjxdWCfc1VihiAGc6V9dY", | |
"fonts": [{ | |
"font_family": "'Maison Neue Medium', Calibri, Arial, Roboto, sans-serif", | |
"font_urls": { | |
"woff": "http://f.fontdeck.com/f/1/VWo4SDM2bkoAA9g7Alhx+U/ifCeFhDJu9B3Pq+RQg1g7dsmVeosxbEd7CgQClWE+AiwtDYDwtTGSvbx0bjuKAJA5w65ZOvKWaZnZSQBRNOS6LNYXtJaRosKqzO5ZCrnMgjk.woff" |
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
<script type="text/javascript"> | |
// This is a hack to rewrite font-names so that different weights / styles of the same face have | |
// the same font-name. | |
(function () { | |
'use strict'; | |
var faceFrom = 'Maison Neue Medium'; | |
var faceTo = 'Maison Neue'; |
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
<div class="wrap"> | |
<header class="Page-header"> | |
<h4>Title</h4> | |
</header> | |
</div> | |
<div class="Page-body"> | |
<section class="first"></section> | |
<section class="second"></section> | |
<section class="third"></section> | |
</div> |
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
<div class="Page"> | |
<section class="first"></section> | |
<section class="second"></section> | |
<section class="third"></section> | |
</div> |
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.4.7) | |
// Compass (v1.0.1) | |
// Sassy Maps (v0.4.0) | |
// ---- | |
@import "sassy-maps"; | |
$palette-map: ( | |
blue: #003DFF, |
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
<div class="Wrapper"> | |
<div class="VideoContainer Vimeo Sixteen-Nine"> | |
<iframe src="http://player.vimeo.com/video/109777141?byline=0&portrait=0&badge=0&color=090909" class="js-only" frameborder="0" webkitallowfullscreen="" mozallowfullscreen="" allowfullscreen=""></iframe> | |
</div> | |
</div> |