Skip to content

Instantly share code, notes, and snippets.

@machty
Last active December 12, 2015 10:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save machty/4757056 to your computer and use it in GitHub Desktop.
Save machty/4757056 to your computer and use it in GitHub Desktop.
all the emblem.js code i wrote for a hackathon
outlet
a.not-ad href="#" click="read target='view'" style=view.linkStyle
p == title
nav.top-bar
.social
each socials
partial social_item
.row
ul#main-divider.block-grid.two-up
li.logo-container
img src="/assets/elle-large.png"
li.right-of-logo
h2 #{manifest.remixer}'s Remix
h4 124 Subscribers
h1.wide-bar = manifest.title
.row.content-boxes
.outer.clearfix
each manifest.contentBoxes
if adID
.content-box.is-ad
a href="#" style=view.adStyle
img src=adImageURL
else
Fashionhack.ContentView contentBinding=this
#back-bar
linkTo 'home'
img src="/assets/backbutton.png"
#letter
.row
h2 Letter from the Editor
h4 FEBRUARY 8 by
<span>#{remixer}</span>
img src=imageURL
p == letter
#back-bar
linkTo 'home'
img src="/assets/backbutton.png"
/p Doin it
iframe src=contentURL
<a href="#{unbound url}" class="#{unbound sym}" target="_blank"></a>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment