Skip to content

Instantly share code, notes, and snippets.

@k-fish
Created January 15, 2019 00:50
Show Gist options
  • Save k-fish/212ba12547ca318a92340e07752199e4 to your computer and use it in GitHub Desktop.
Save k-fish/212ba12547ca318a92340e07752199e4 to your computer and use it in GitHub Desktop.
Example UI - Bulma
<section class="section">
<div class="container">
<h1 class="title">
Example
</h1>
<h2 class="subtitle">
Description
</h2>
</div>
</section>
<section class="section">
<div class="container">
<h1 class="title">
Section
</h1>
<h2 class="subtitle">
A simple container to divide your page into <strong>sections</strong>, like the one you're currently reading
</h2>
</div>
</section>
{
"version": "0.15.1",
"EmberENV": {
"FEATURES": {}
},
"options": {
"use_pods": false,
"enable-testing": false
},
"dependencies": {
"jquery": "https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.js",
"ember": "3.4.3",
"ember-template-compiler": "3.4.3",
"bulma": "https://cdnjs.cloudflare.com/ajax/libs/bulma/0.7.2/css/bulma.css",
"ember-testing": "3.4.3"
},
"addons": {
"ember-data": "3.4.2",
"ember-fetch": "6.4.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment