baseline for dfx-mdl
Signed-off-by: Tony Tkacik <tonydamage@gmail.com>
This commit is contained in:
parent
a09abe2e13
commit
c97cc68e61
22 changed files with 754 additions and 71 deletions
|
|
@ -2,15 +2,20 @@
|
|||
layout: default
|
||||
---
|
||||
<div class="post-ribbon"></div>
|
||||
<main class="post-main mdl-layout__content">
|
||||
<main class="post-main">
|
||||
<div class="post-container mdl-grid">
|
||||
<div class="mdl-cell mdl-cell--2-col mdl-cell--hide-tablet mdl-cell--hide-phone"></div>
|
||||
<div class="post-section mdl-color--white mdl-shadow--4dp content mdl-color-text--grey-800 mdl-cell mdl-cell--8-col">
|
||||
<div class="mdl-color-text--grey-500">
|
||||
|
||||
<div class="post mdl-card mdl-color--white mdl-shadow--4dp content mdl-color-text--grey-800 mdl-cell mdl-cell--12-col">
|
||||
<div class="mdl-card__media">
|
||||
<div class="mdl-card__title">
|
||||
<h3 class="mdl-card__title-text">{{ page.title }}</h3>
|
||||
</div>
|
||||
</div>
|
||||
<div class="mdl-color-text--grey-700 mdl-card__supporting-text meta">
|
||||
{{ page.date | date: "%b %-d, %Y" }}{% if page.author %} • {{ page.author }}{% endif %}{% if page.meta %} • {{ page.meta }}{% endif %}
|
||||
</div>
|
||||
<h3>{{ page.title }}</h3>
|
||||
<article class="post-content">
|
||||
<article class="mdl-card__supporting-text">
|
||||
<p>{{ content }}</p>
|
||||
</article>
|
||||
{% if site.disqus %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue