Skip to content
This repository was archived by the owner on Apr 7, 2019. It is now read-only.

Commit 7c1b301

Browse files
committed
adding all molecules
1 parent c2f7da7 commit 7c1b301

28 files changed

+225
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<div class="byline">by {{ author.first_name }} {{ author.last_name }}</div>
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<div class="vcard">
2+
<div class="org">Company Name</div>
3+
<div class="adr">
4+
<div class="street-address">1234 Main St.</div>
5+
<span class="locality">Anywhere</span>,
6+
<span class="postal-code">101010</span>,
7+
<abbr class="region" title="California">CA</abbr>
8+
<div class="country-name">U.S.A</div>
9+
</div>
10+
<div class="tel">+1.888.123.4567</div>
11+
</div>
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<div class="hgroup">
2+
<h2>This is the heading group's main heading</h2>
3+
<h3>This is the heading group's subheading</h3>
4+
</div>
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<blockquote>
2+
<p>A block quotation (also known as a long quotation or extract) is a quotation in a written document, that is set off from the main text as a paragraph, or block of text, and typically distinguished visually using indentation and a different typeface or smaller size quotation. </p>
3+
<cite class="citation">Quote Source</cite>
4+
</blockquote>
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<p class="intro">The intro text may be a lead-in to the passage of text, or it may just be used to create a visual distinction between the rest of the passage of text.</p>
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<div class="demo">
2+
<!--Grid 1up-->
3+
<div class="g g-1up">
4+
<div class="gi">1/1</div>
5+
</div>
6+
<!--End Grid 1up-->
7+
</div><!--end .demo-->
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<div class="demo">
2+
<!--Grid 2up-->
3+
<div class="g g-2up">
4+
<div class="gi">1/2</div>
5+
<div class="gi">1/2</div>
6+
</div>
7+
</div>
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<div class="demo">
2+
<!--Grid 3up-->
3+
<div class="g g-3up">
4+
<div class="gi">1/3</div>
5+
<div class="gi">1/3</div>
6+
<div class="gi">1/3</div>
7+
</div>
8+
</div>
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<div class="demo">
2+
<!--Grid 4up-->
3+
<div class="g g-4up">
4+
<div class="gi">1/4</div>
5+
<div class="gi">1/4</div>
6+
<div class="gi">1/4</div>
7+
<div class="gi">1/4</div>
8+
</div>
9+
</div>
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<div class="block block-thumb">
2+
<a href="{{ url }}" class="b-inner">
3+
<div class="b-thumb">
4+
{% include "atoms-square" %}
5+
</div>
6+
<div class="b-text">
7+
<h2 class="b-title">{{ headline.short }}</h2>
8+
<p>{{ excerpt.medium }}</p>
9+
</div>
10+
</a>
11+
</div>

0 commit comments

Comments
 (0)