Skip to content

Instantly share code, notes, and snippets.

@lurraca
Last active August 29, 2015 14:27
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 lurraca/e519f98cfe8fd001dcd2 to your computer and use it in GitHub Desktop.
Save lurraca/e519f98cfe8fd001dcd2 to your computer and use it in GitHub Desktop.
myBeers
import Ember from 'ember';
export default Ember.Controller.extend({
appName:'myBeers'
});
body {
margin: 12px 16px;
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-size: 12pt;
}
<div class="row">
<div class="large-12 columns">
<div class="row">
<div class="large-12 columns">
<nav class="top-bar" data-topbar>
<ul class="title-area">
<li class="name">
<h1>
<a href="#">
myBeers
</a>
</h1>
</li>
</ul>
<ul>
</ul>
</nav>
</div>
</div>
</div>
</div>
{
"version": "0.4.7",
"dependencies": {
"jquery": "https://cdnjs.cloudflare.com/ajax/libs/jquery/1.11.3/jquery.js",
"ember": "https://cdnjs.cloudflare.com/ajax/libs/ember.js/1.13.6/ember.js",
"ember-data": "https://cdnjs.cloudflare.com/ajax/libs/ember-data.js/1.13.7/ember-data.js",
"ember-template-compiler": "https://cdnjs.cloudflare.com/ajax/libs/ember.js/1.13.6/ember-template-compiler.js",
"foundation-css":
"https://cdnjs.cloudflare.com/ajax/libs/foundation/5.5.2/css/foundation.min.css",
"foundation-js":
"https://cdnjs.cloudflare.com/ajax/libs/foundation/5.5.2/js/foundation.min.js"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment