Reorganize styleguide (pattern library) to distinguish static layouts, styleguide from Sass powering it
This commit is contained in:
parent
b9040a7fde
commit
952af16725
235 changed files with 4 additions and 4 deletions
33
static-layouts/design-source/pages/about_events_event.hbs
Normal file
33
static-layouts/design-source/pages/about_events_event.hbs
Normal file
|
@ -0,0 +1,33 @@
|
|||
---
|
||||
title: "Event"
|
||||
---
|
||||
|
||||
|
||||
{{#extend "default"}}
|
||||
{{#content "precontent"}}
|
||||
<section class="hero" data-headerbg="light">
|
||||
<div class="hero-body">
|
||||
<div class="container">
|
||||
<h1 class="title is-2">Event Title</h1>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
{{/content}}
|
||||
{{#content "content"}}
|
||||
<div class="columns content">
|
||||
<div class="column is-one-third">
|
||||
<img src="/assets/img/fpo-landscape.png" alt="">
|
||||
</div>
|
||||
<div class="column is-two-thirds">
|
||||
<h4>Lorem ipsum dolor sit amet</h4>
|
||||
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Porro hic totam debitis voluptate. Blanditiis iste expedita reprehenderit consequatur veritatis, nam sunt odio dolor ratione omnis veniam tempore provident labore libero.</p>
|
||||
<div class="coltrol">
|
||||
<button class="button is-primary is-rounded">Register</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{{/content}}
|
||||
{{#content "postcontent"}}
|
||||
{{> related_events }}
|
||||
{{/content}}
|
||||
{{/extend}}
|
Loading…
Add table
Add a link
Reference in a new issue